1999-01-19 23:59:39 -05:00
|
|
|
#define HAVE_PROTOTYPES 1
|
|
|
|
#define HAVE_STDARG_PROTOTYPES 1
|
|
|
|
/* #define HAVE_ATTR_NORETURN 1 */
|
2001-01-10 20:56:08 -05:00
|
|
|
#if _MSC_VER > 1100 && !defined NORETURN
|
|
|
|
#define NORETURN(x) __declspec(noreturn) x
|
2002-03-20 06:21:19 -05:00
|
|
|
#else
|
|
|
|
#define NORETURN(x) x
|
2001-01-10 20:56:08 -05:00
|
|
|
#endif
|
2002-03-20 06:21:19 -05:00
|
|
|
#define TOKEN_PASTE(x,y) x##y
|
2001-01-10 20:56:08 -05:00
|
|
|
#define inline __inline
|
1998-01-16 07:13:05 -05:00
|
|
|
/* #define HAVE_DIRENT_H 1 */
|
|
|
|
/* #define HAVE_UNISTD_H 1 */
|
|
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
#define HAVE_LIMITS_H 1
|
2000-05-14 05:36:29 -04:00
|
|
|
/* #define HAVE_SYS_FILE_H 1 */
|
1999-08-13 01:45:20 -04:00
|
|
|
#define HAVE_FCNTL_H 1
|
1998-01-16 07:13:05 -05:00
|
|
|
/* #define HAVE_PWD_H 1 */
|
|
|
|
/* #define HAVE_SYS_TIME_H 1 */
|
|
|
|
/* #define HAVE_SYS_TIMES_H 1 */
|
|
|
|
/* #define HAVE_SYS_PARAM_H 1 */
|
|
|
|
/* #define HAVE_SYS_WAIT_H 1 */
|
|
|
|
#define HAVE_STRING_H 1
|
|
|
|
/* #define HAVE_UTIME_H 1 */
|
|
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
/* #define HAVE_ST_BLKSIZE 1 */
|
|
|
|
#define HAVE_ST_RDEV 1
|
|
|
|
/* #define GETGROUPS_T gid_t */
|
|
|
|
#define GETGROUPS_T int
|
|
|
|
#define RETSIGTYPE void
|
|
|
|
#define HAVE_ALLOCA 1
|
|
|
|
#define vfork fork
|
|
|
|
#define HAVE_FMOD 1
|
|
|
|
/* #define HAVE_RANDOM 1 */
|
1999-08-13 01:45:20 -04:00
|
|
|
#define HAVE_WAITPID 1
|
1998-01-16 07:13:05 -05:00
|
|
|
#define HAVE_GETCWD 1
|
|
|
|
/* #define HAVE_TRUNCATE 1 */
|
|
|
|
#define HAVE_CHSIZE 1
|
2000-08-15 02:22:49 -04:00
|
|
|
#define HAVE_TIMES 1
|
1998-01-16 07:13:05 -05:00
|
|
|
/* #define HAVE_UTIMES 1 */
|
|
|
|
/* #define HAVE_FCNTL 1 */
|
|
|
|
/* #define HAVE_SETITIMER 1 */
|
|
|
|
#define HAVE_GETGROUPS 1
|
|
|
|
/* #define HAVE_SIGPROCMASK 1 */
|
1999-08-13 01:45:20 -04:00
|
|
|
#define HAVE_GETLOGIN 1
|
2000-09-21 21:19:39 -04:00
|
|
|
#define HAVE_TELLDIR 1
|
|
|
|
#define HAVE_SEEKDIR 1
|
2002-04-11 23:55:04 -04:00
|
|
|
#define HAVE_COSH 1
|
|
|
|
#define HAVE_SINH 1
|
|
|
|
#define HAVE_TANH 1
|
1999-08-13 01:45:20 -04:00
|
|
|
|
1999-01-19 23:59:39 -05:00
|
|
|
#define RSHIFT(x,y) ((x)>>y)
|
1998-01-16 07:13:05 -05:00
|
|
|
#define FILE_COUNT _cnt
|
2002-03-20 06:21:19 -05:00
|
|
|
#define FILE_READPTR _ptr
|
2000-09-04 04:24:09 -04:00
|
|
|
#define DEFAULT_KCODE KCODE_NONE
|
2000-05-16 11:50:49 -04:00
|
|
|
#define DLEXT ".so"
|
|
|
|
#define DLEXT2 ".dll"
|
2000-12-27 00:59:03 -05:00
|
|
|
#define RUBY_LIB "/lib/ruby/1.7"
|
2000-08-03 05:55:54 -04:00
|
|
|
#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
|
2000-12-27 00:59:03 -05:00
|
|
|
#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/1.7"
|
2000-08-03 05:55:54 -04:00
|
|
|
#define RUBY_PLATFORM "i586-mswin32"
|
2002-03-20 06:21:19 -05:00
|
|
|
#define RUBY_ARCHLIB "/lib/ruby/1.7/" RUBY_PLATFORM
|
|
|
|
#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.7/" RUBY_PLATFORM
|
1998-01-16 07:13:05 -05:00
|
|
|
|
1999-08-13 01:45:20 -04:00
|
|
|
#define SIZEOF_INT 4
|
|
|
|
#define SIZEOF_SHORT 2
|
|
|
|
#define SIZEOF_LONG 4
|
2001-05-02 13:09:22 -04:00
|
|
|
#define SIZEOF___INT64 8
|
1999-08-13 01:45:20 -04:00
|
|
|
#define SIZEOF_VOIDP 4
|
|
|
|
#define SIZEOF_FLOAT 4
|
|
|
|
#define SIZEOF_DOUBLE 8
|
2002-05-03 09:12:10 -04:00
|
|
|
|
|
|
|
#define HAVE_DECL_SYS_NERR 1
|