Do not override cmake-detected config on Windows

This commit is contained in:
Dmitri Tikhonov 2018-05-18 11:35:10 -04:00
parent 63a83dd17a
commit 343dbf061b

View file

@ -49,11 +49,6 @@
# define CLOSE_SOCKET close
# define CHAR_CAST
#else
/* XXX detect these using cmake? */
# define HAVE_IP_DONTFRAG 1
# define HAVE_IP_MTU_DISCOVER 1
# define SOCKET_TYPE SOCKET
# define CLOSE_SOCKET closesocket
# define CHAR_CAST (char *)