am 37019a1d: am d9de8e0d: Merge "Remove HAVE_SYS_SOCKET_H."

* commit '37019a1de6ace9eec11edb28e29c8f42ee7bd379':
  Remove HAVE_SYS_SOCKET_H.
This commit is contained in:
Elliott Hughes 2015-01-09 22:54:13 +00:00 committed by Android Git Automerger
commit 0a276a8a4a
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.