diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 08:23:55 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 08:23:55 +0000 |
commit | 748b699d1b39cf9db5190a9b5f25fa8f32291677 (patch) | |
tree | eeadf9e794d838ec4b899dcb3f1ff7c527f4911f /defines.h | |
parent | 25b6ac95f2d2b034832e95a41536106c17c0fa07 (diff) | |
download | ruby-748b699d1b39cf9db5190a9b5f25fa8f32291677.tar.gz |
* configure.in (ac_cv_func_setitimer): moved from defines.h
* defines.h, rubysig.h, signal.c: removed macro handling which
should be done in configure.
* configure.in (intrinsics.h): check if present.
* ruby.h: include intrinsics.h if available.
* bignum.c, marshal.c: include ieeefp.h if available.
* missing.h (isinf): define as a macro if finite() and isnan()
are available. [ruby-core:02032]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -184,15 +184,6 @@ flush_register_windows(void) #define ENV_IGNORECASE #endif -#if defined(__human68k__) -#undef HAVE_RANDOM -#undef HAVE_SETITIMER -#endif - -#if defined(DJGPP) || defined(__BOW__) -#undef HAVE_SETITIMER -#endif - #ifndef RUBY_PLATFORM #define RUBY_PLATFORM "unknown-unknown" #endif |