From 8481386513b8b182d1047da18215a8e6003f9d36 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 15 Feb 2013 02:11:18 +0100 Subject: [PATCH] config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32 --- lib/config-dos.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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