Use #define value of 1 to indicate presence of headers.

strace tests the value of HAVE_TERMIO_H and HAVE_SYS_UIO_H using

Change-Id: If899845503547410cf17d005733d1c0c6741e939
This commit is contained in:
Jeff Brown 2012-03-02 17:33:52 -08:00 committed by Jean-Baptiste Queru
parent 87576b5feb
commit 331667ffc8
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