am 331667ff: Use #define value of 1 to indicate presence of headers.

* commit '331667ffc86cd907cb80a708db5b7a8a84100217':
  Use #define value of 1 to indicate presence of headers.
This commit is contained in:
Jeff Brown 2012-04-28 11:59:45 -07:00 committed by Android Git Automerger
commit f1f0d224c6
4 changed files with 8 additions and 8 deletions

View File

@ -96,7 +96,7 @@
/*
* Define this if you have <termio.h>
*/
#define HAVE_TERMIO_H
#define HAVE_TERMIO_H 1
/*
* Define this if you have <sys/sendfile.h>
@ -111,7 +111,7 @@
/*
* Define this if you have sys/uio.h
*/
#define HAVE_SYS_UIO_H
#define HAVE_SYS_UIO_H 1
/*
* Define this if your platforms implements symbolic links

View File

@ -83,7 +83,7 @@
/*
* Define this if you have <termio.h>
*/
#define HAVE_TERMIO_H
#define HAVE_TERMIO_H 1
/*
* Define this if you have <sys/sendfile.h>
@ -98,7 +98,7 @@
/*
* Define this if you have sys/uio.h
*/
#define HAVE_SYS_UIO_H
#define HAVE_SYS_UIO_H 1
/*
* Define this if your platforms implements symbolic links

View File

@ -96,7 +96,7 @@
/*
* Define this if you have <termio.h>
*/
#define HAVE_TERMIO_H
#define HAVE_TERMIO_H 1
/*
* Define this if you have <sys/sendfile.h>
@ -111,7 +111,7 @@
/*
* Define this if you have sys/uio.h
*/
#define HAVE_SYS_UIO_H
#define HAVE_SYS_UIO_H 1
/*
* Define this if your platforms implements symbolic links

View File

@ -83,7 +83,7 @@
/*
* Define this if you have <termio.h>
*/
#define HAVE_TERMIO_H
#define HAVE_TERMIO_H 1
/*
* Define this if you have <sys/sendfile.h>
@ -98,7 +98,7 @@
/*
* Define this if you have sys/uio.h
*/
#define HAVE_SYS_UIO_H
#define HAVE_SYS_UIO_H 1
/*
* Define this if your platforms implements symbolic links