diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-21 01:08:56 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-21 01:08:56 +0000 |
commit | 5fec8532294c2bf7a72258c90ad62dbee5585ac8 (patch) | |
tree | b32c78ba0a408f9026019f15a2ce899de96d39f1 /bcc32 | |
parent | 6804916270b55f1a33dae72062fabfb3727adb7d (diff) | |
download | ruby-5fec8532294c2bf7a72258c90ad62dbee5585ac8.tar.gz |
* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.
* win32/win32.[ch] (fcntl): ditto.
* win32/win32.c (rb_w32_connect): support nonblocking mode.
* ext/socket/socket.c (wait_connectable, ruby_connect): support
nonblocking connect on various platforms.
all changes are backported from CVS HEAD. [ruby-core:3154],
[ruby-core:4364].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 6d87bd4304..cac6128bdb 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -259,6 +259,7 @@ config.h: \#define HAVE_GETCWD 1 \#define HAVE_CHSIZE 1 \#define HAVE_TIMES 1 +\#define HAVE_FCNTL 1 \#define HAVE_LINK 1 \#define HAVE_TELLDIR 1 \#define HAVE_SEEKDIR 1 |