From f4d60b5f6370651978316dcecf8160781190f91f Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 7 Sep 2004 03:52:15 +0000 Subject: * {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: svn+ssh://ci.ruby-lang.org/ruby/trunk@6863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'wince/Makefile.sub') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 3ba9e80857..5f87da64fc 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -247,6 +247,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 -- cgit v1.2.3