diff options
Diffstat (limited to 'include/ruby.h')
| -rw-r--r-- | include/ruby.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ruby.h b/include/ruby.h index d39a3c9646..789804b7b4 100644 --- a/include/ruby.h +++ b/include/ruby.h @@ -1,7 +1,6 @@ #ifndef RUBY_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_H 1 /** - * @file * @author $Author$ * @date Sun 10 12:06:15 Jun JST 2007 * @copyright 2007-2008 Yukihiro Matsumoto @@ -10,9 +9,11 @@ * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. */ +#define HAVE_RUBY_ATOMIC_H 1 #define HAVE_RUBY_DEBUG_H 1 #define HAVE_RUBY_DEFINES_H 1 #define HAVE_RUBY_ENCODING_H 1 +#define HAVE_RUBY_FIBER_SCHEDULER_H 1 #define HAVE_RUBY_INTERN_H 1 #define HAVE_RUBY_IO_H 1 #define HAVE_RUBY_MEMORY_VIEW_H 1 |
