diff options
| author | Jeff Brown <jeffbrown@google.com> | 2012-03-02 17:33:52 -0800 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2012-04-28 11:12:53 -0700 |
| commit | 331667ffc86cd907cb80a708db5b7a8a84100217 (patch) | |
| tree | 661d94207b31aaf7fb25fb376dcd78a3c398a14c /include | |
| parent | 87576b5febf3a46490a8ec355e5e920a5123fac0 (diff) | |
| download | system_core-331667ffc86cd907cb80a708db5b7a8a84100217.tar.gz system_core-331667ffc86cd907cb80a708db5b7a8a84100217.tar.bz2 system_core-331667ffc86cd907cb80a708db5b7a8a84100217.zip | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/arch/linux-arm/AndroidConfig.h | 4 | ||||
| -rw-r--r-- | include/arch/linux-ppc/AndroidConfig.h | 4 | ||||
| -rw-r--r-- | include/arch/linux-sh/AndroidConfig.h | 4 | ||||
| -rw-r--r-- | include/arch/linux-x86/AndroidConfig.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/include/arch/linux-arm/AndroidConfig.h b/include/arch/linux-arm/AndroidConfig.h index cae112bd..7eba7d09 100644 --- a/include/arch/linux-arm/AndroidConfig.h +++ b/include/arch/linux-arm/AndroidConfig.h @@ -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 diff --git a/include/arch/linux-ppc/AndroidConfig.h b/include/arch/linux-ppc/AndroidConfig.h index 00706dca..2ec99f05 100644 --- a/include/arch/linux-ppc/AndroidConfig.h +++ b/include/arch/linux-ppc/AndroidConfig.h @@ -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 diff --git a/include/arch/linux-sh/AndroidConfig.h b/include/arch/linux-sh/AndroidConfig.h index 5562eae5..f51caeb7 100644 --- a/include/arch/linux-sh/AndroidConfig.h +++ b/include/arch/linux-sh/AndroidConfig.h @@ -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 diff --git a/include/arch/linux-x86/AndroidConfig.h b/include/arch/linux-x86/AndroidConfig.h index 7dcaa98b..24e77976 100644 --- a/include/arch/linux-x86/AndroidConfig.h +++ b/include/arch/linux-x86/AndroidConfig.h @@ -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 |
