Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 331667ff authored by Jeff Brown's avatar Jeff Brown Committed by Jean-Baptiste Queru
Browse files

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
parent 87576b5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -96,7 +96,7 @@
/*
/*
 * Define this if you have <termio.h>
 * Define this if you have <termio.h>
 */
 */
#define  HAVE_TERMIO_H
#define  HAVE_TERMIO_H 1


/*
/*
 * Define this if you have <sys/sendfile.h>
 * Define this if you have <sys/sendfile.h>
@@ -111,7 +111,7 @@
/*
/*
 * Define this if you have sys/uio.h
 * 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
 * Define this if your platforms implements symbolic links
+2 −2
Original line number Original line Diff line number Diff line
@@ -83,7 +83,7 @@
/*
/*
 * Define this if you have <termio.h>
 * Define this if you have <termio.h>
 */
 */
#define  HAVE_TERMIO_H
#define  HAVE_TERMIO_H 1


/*
/*
 * Define this if you have <sys/sendfile.h>
 * Define this if you have <sys/sendfile.h>
@@ -98,7 +98,7 @@
/*
/*
 * Define this if you have sys/uio.h
 * 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
 * Define this if your platforms implements symbolic links
+2 −2
Original line number Original line Diff line number Diff line
@@ -96,7 +96,7 @@
/*
/*
 * Define this if you have <termio.h>
 * Define this if you have <termio.h>
 */
 */
#define  HAVE_TERMIO_H
#define  HAVE_TERMIO_H 1


/*
/*
 * Define this if you have <sys/sendfile.h>
 * Define this if you have <sys/sendfile.h>
@@ -111,7 +111,7 @@
/*
/*
 * Define this if you have sys/uio.h
 * 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
 * Define this if your platforms implements symbolic links
+2 −2
Original line number Original line Diff line number Diff line
@@ -83,7 +83,7 @@
/*
/*
 * Define this if you have <termio.h>
 * Define this if you have <termio.h>
 */
 */
#define  HAVE_TERMIO_H
#define  HAVE_TERMIO_H 1


/*
/*
 * Define this if you have <sys/sendfile.h>
 * Define this if you have <sys/sendfile.h>
@@ -98,7 +98,7 @@
/*
/*
 * Define this if you have sys/uio.h
 * 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
 * Define this if your platforms implements symbolic links