* commit '37019a1de6ace9eec11edb28e29c8f42ee7bd379': Remove HAVE_SYS_SOCKET_H.
This commit is contained in:
commit
0a276a8a4a
8 changed files with 0 additions and 45 deletions
|
@ -62,11 +62,6 @@
|
|||
*/
|
||||
#define OS_PATH_SEPARATOR '/'
|
||||
|
||||
/*
|
||||
* Define if <sys/socket.h> exists.
|
||||
*/
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
|
||||
/*
|
||||
* Define if the strlcpy() function exists on the system.
|
||||
*/
|
||||
|
|
|
@ -72,11 +72,6 @@
|
|||
*/
|
||||
#define OS_PATH_SEPARATOR '/'
|
||||
|
||||
/*
|
||||
* Define if <sys/socket.h> exists.
|
||||
*/
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
|
||||
/*
|
||||
* Define if the strlcpy() function exists on the system.
|
||||
*/
|
||||
|
|
|
@ -72,11 +72,6 @@
|
|||
*/
|
||||
#define OS_PATH_SEPARATOR '/'
|
||||
|
||||
/*
|
||||
* Define if <sys/socket.h> exists.
|
||||
*/
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
|
||||
/*
|
||||
* Define if the strlcpy() function exists on the system.
|
||||
*/
|
||||
|
|
|
@ -77,11 +77,6 @@
|
|||
*/
|
||||
#define OS_PATH_SEPARATOR '/'
|
||||
|
||||
/*
|
||||
* Define if <sys/socket.h> exists.
|
||||
*/
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
|
||||
/*
|
||||
* Define if the strlcpy() function exists on the system.
|
||||
*/
|
||||
|
|
|
@ -72,11 +72,6 @@
|
|||
*/
|
||||
#define OS_PATH_SEPARATOR '/'
|
||||
|
||||
/*
|
||||
* Define if <sys/socket.h> exists.
|
||||
*/
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
|
||||
/*
|
||||
* Define if the strlcpy() function exists on the system.
|
||||
*/
|
||||
|
|
|
@ -76,11 +76,6 @@
|
|||
*/
|
||||
#define OS_PATH_SEPARATOR '/'
|
||||
|
||||
/*
|
||||
* Define if <sys/socket.h> exists.
|
||||
*/
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
|
||||
/*
|
||||
* Define if prctl() exists
|
||||
*/
|
||||
|
|
|
@ -59,11 +59,6 @@
|
|||
*/
|
||||
#define OS_PATH_SEPARATOR '/'
|
||||
|
||||
/*
|
||||
* Define if <sys/socket.h> exists.
|
||||
*/
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
|
||||
/*
|
||||
* Define if the strlcpy() function exists on the system.
|
||||
*/
|
||||
|
|
|
@ -102,16 +102,6 @@
|
|||
*/
|
||||
#define OS_PATH_SEPARATOR '\\'
|
||||
|
||||
/*
|
||||
* Define if <sys/socket.h> exists.
|
||||
* Cygwin has it, but not MinGW.
|
||||
*/
|
||||
#ifdef USE_MINGW
|
||||
/* #define HAVE_SYS_SOCKET_H */
|
||||
#else
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Define if <winsock2.h> exists.
|
||||
* Only MinGW has it.
|
||||
|
|
Loading…
Reference in a new issue