config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32

This commit is contained in:
Gisle Vanem 2013-02-15 02:11:18 +01:00 committed by Yang Tse
parent 2683927756
commit 8481386513

View File

@ -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