From: Gisle Vanem Date: Fri, 15 Feb 2013 01:11:18 +0000 (+0100) Subject: config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32 X-Git-Tag: curl-7_30_0~346 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8481386513b8b182d1047da18215a8e6003f9d36;p=thirdparty%2Fcurl.git config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32 --- diff --git a/lib/config-dos.h b/lib/config-dos.h index 88a10c966b..cce5e81065 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -178,8 +178,7 @@ #endif #ifdef MSDOS /* Watt-32 */ - #define HAVE_CLOSESOCKET_CAMEL 1 - #define CloseSocket(s) close_s((s)) + #define HAVE_CLOSE_S 1 #endif #undef word