[WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.

This commit is contained in:
Juanma Barranquero 2006-11-13 10:59:04 +00:00
parent 2c1459a04a
commit bc28de715d

View file

@ -28,10 +28,17 @@ Boston, MA 02110-1301, USA. */
#ifdef WINDOWSNT
/* config.h defines these, which disables sockets altogether! */
# undef _WINSOCKAPI_
# undef _WINSOCK_H
# include <malloc.h>
# include <stdlib.h>
# define HAVE_SOCKETS
# ifndef HAVE_SOCKETS
# define HAVE_SOCKETS
# endif
# define HAVE_INET_SOCKETS
# define NO_SOCKETS_IN_FILE_SYSTEM