Ruby  2.5.0dev(2017-10-22revision60238)
ruby.h
Go to the documentation of this file.
1 /**********************************************************************
2 
3  ruby.h -
4 
5  $Author$
6  created at: Sun 10 12:06:15 Jun JST 2007
7 
8  Copyright (C) 2007-2008 Yukihiro Matsumoto
9 
10 **********************************************************************/
11 
12 #ifndef RUBY_H
13 #define RUBY_H 1
14 
15 #define HAVE_RUBY_DEFINES_H 1
16 #define HAVE_RUBY_ENCODING_H 1
17 #define HAVE_RUBY_INTERN_H 1
18 #define HAVE_RUBY_IO_H 1
19 #define HAVE_RUBY_MISSING_H 1
20 #define HAVE_RUBY_ONIGURUMA_H 1
21 #define HAVE_RUBY_RE_H 1
22 #define HAVE_RUBY_REGEX_H 1
23 #define HAVE_RUBY_RUBY_H 1
24 #define HAVE_RUBY_ST_H 1
25 #define HAVE_RUBY_THREAD_H 1
26 #define HAVE_RUBY_UTIL_H 1
27 #define HAVE_RUBY_VERSION_H 1
28 #define HAVE_RUBY_VM_H 1
29 #ifdef _WIN32
30 #define HAVE_RUBY_WIN32_H 1
31 #endif
32 
33 #include "ruby/ruby.h"
34 
35 #endif /* RUBY_H */