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 /wince | |
parent | 6804916270b55f1a33dae72062fabfb3727adb7d (diff) |
* {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 'wince')
-rw-r--r-- | wince/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 7868156206..3d5eed13ae 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -271,6 +271,7 @@ config.h: #define HAVE_GETCWD 1 #define HAVE_CHSIZE 0 #define HAVE_TIMES 1 +#define HAVE_FCNTL 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 #define HAVE_MKTIME 1 |