am d9de8e0d: Merge "Remove HAVE_SYS_SOCKET_H."

* commit 'd9de8e0d9acd17a2406d25bb970c615067d2ba34':
  Remove HAVE_SYS_SOCKET_H.
This commit is contained in:
Elliott Hughes 2015-01-09 22:48:16 +00:00 committed by Android Git Automerger
commit 37019a1de6
8 changed files with 0 additions and 45 deletions

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -76,11 +76,6 @@
*/
#define OS_PATH_SEPARATOR '/'
/*
* Define if <sys/socket.h> exists.
*/
#define HAVE_SYS_SOCKET_H 1
/*
* Define if prctl() exists
*/

View File

@ -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.
*/

View File

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