]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32
authorGisle Vanem <gvanem@broadpark.no>
Fri, 15 Feb 2013 01:11:18 +0000 (02:11 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 15 Feb 2013 01:35:22 +0000 (02:35 +0100)
lib/config-dos.h

index 88a10c966b9e1b52ab609cfdff860c8c2739a25d..cce5e8106567ae61d017a32c9f31cf1bc9cd1f29 100644 (file)
 #endif
 
 #ifdef MSDOS  /* Watt-32 */
-  #define HAVE_CLOSESOCKET_CAMEL  1
-  #define CloseSocket(s)          close_s((s))
+  #define HAVE_CLOSE_S    1
 #endif
 
 #undef word