Remove HAVE_SYS_UIO_H.

Change-Id: I4f401900285e166486bb426ac02bc69fc5509a3c
This commit is contained in:
Elliott Hughes
2014-11-25 13:59:21 -08:00
parent 5bb748dc6e
commit c6d435f55d
8 changed files with 0 additions and 90 deletions

View File

@@ -41,34 +41,18 @@
*/
#define HAVE_PTHREADS
/*
* Define this if you build against MSVCRT.DLL
*/
/* #define HAVE_MS_C_RUNTIME */
/*
* Define this if you have sys/uio.h
*/
#define HAVE_SYS_UIO_H 1
/*
* Define this if your platforms implements symbolic links
* in its filesystems
*/
#define HAVE_SYMLINKS
/*
* Define this if we want to use WinSock.
*/
/* #define HAVE_WINSOCK */
/*
* Define this if have clock_gettime() and friends
*/
#define HAVE_POSIX_CLOCKS
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */
/*
* Define if we have <malloc.h> header
@@ -85,12 +69,6 @@
*/
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
/*
* Define if system provides a system property server (should be
* mutually exclusive with HAVE_LIBC_SYSTEM_PROPERTIES).
*/
/* #define HAVE_SYSTEM_PROPERTY_SERVER */
/*
* sprintf() format string for shared library naming.
*/