Ruby 1.9.3p327(2012-11-10revision37606)
include/ruby.h
Go to the documentation of this file.
00001 /**********************************************************************
00002 
00003   ruby.h -
00004 
00005   $Author$
00006   created at: Sun 10 12:06:15 Jun JST 2007
00007 
00008   Copyright (C) 2007-2008 Yukihiro Matsumoto
00009 
00010 **********************************************************************/
00011 
00012 #ifndef RUBY_H
00013 #define RUBY_H 1
00014 
00015 #define HAVE_RUBY_DEFINES_H     1
00016 #define HAVE_RUBY_ENCODING_H    1
00017 #define HAVE_RUBY_INTERN_H      1
00018 #define HAVE_RUBY_IO_H          1
00019 #define HAVE_RUBY_MISSING_H     1
00020 #define HAVE_RUBY_ONIGURUMA_H   1
00021 #define HAVE_RUBY_RE_H          1
00022 #define HAVE_RUBY_REGEX_H       1
00023 #define HAVE_RUBY_RUBY_H        1
00024 #define HAVE_RUBY_ST_H          1
00025 #define HAVE_RUBY_UTIL_H        1
00026 #define HAVE_RUBY_VERSION_H     1
00027 #define HAVE_RUBY_VM_H          1
00028 #ifdef _WIN32
00029 #define HAVE_RUBY_WIN32_H       1
00030 #endif
00031 
00032 #include "ruby/ruby.h"
00033 
00034 #endif /* RUBY_H */
00035