diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-07 03:52:15 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-07 03:52:15 +0000 |
| commit | c7d3a06e027810cb1b8551bc28586a0a0db4737a (patch) | |
| tree | 06771a9d092ce8afad5105d6394882ff65c60b74 /bcc32 | |
| parent | 3e47b30ee12c1890aac458202e4c5f1f7707f17b (diff) | |
| download | ruby-c7d3a06e027810cb1b8551bc28586a0a0db4737a.tar.gz ruby-c7d3a06e027810cb1b8551bc28586a0a0db4737a.tar.xz ruby-c7d3a06e027810cb1b8551bc28586a0a0db4737a.zip | |
* {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.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6863 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 45321a965..be73f5ed4 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -252,6 +252,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 |
