diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2013-02-15 02:11:18 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-02-15 02:35:22 +0100 |
commit | 8481386513b8b182d1047da18215a8e6003f9d36 (patch) | |
tree | 93efecf1224acd5bcefcf62ca25accaa40d444e6 /lib/config-dos.h | |
parent | 2683927756df99964912f0188618d00740232269 (diff) | |
download | curl-8481386513b8b182d1047da18215a8e6003f9d36.tar.gz |
config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32
Diffstat (limited to 'lib/config-dos.h')
-rw-r--r-- | lib/config-dos.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/config-dos.h b/lib/config-dos.h index 88a10c966..cce5e8106 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 |