diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-09-24 15:50:41 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-09-24 15:50:41 +0000 |
commit | aa806d78117901096bce99483ce5cf6380aba22a (patch) | |
tree | c1f899190bf03c803a33ed7c145eb32a41f8e858 /defines.h | |
parent | 69543770ca16e1a8b4b7341e507a0cf154b32cf5 (diff) | |
download | ruby-aa806d78117901096bce99483ce5cf6380aba22a.tar.gz |
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ #undef HAVE_SETITIMER #endif -#if defined(DJGPP) || defined(__BOW__) +#if defined(DJGPP) || defined(__BOW__) || defined __CYGWIN__ #undef HAVE_SETITIMER #endif |