diff options
| author | Raphael Moll <raphael@google.com> | 2010-10-15 16:48:13 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-15 16:48:13 -0700 |
| commit | dc8827ee2388687a6f08a0c2da8505cdace737a6 (patch) | |
| tree | 006a11f7c7e36260ce7e5508cff3be2e3afaf740 /include/arch | |
| parent | 3b5d79b78cfdeefccaa5b50c72fe2e5d0636178d (diff) | |
| parent | 7e65ede62065925e29b5b18f253758bb280f9383 (diff) | |
| download | core-dc8827ee2388687a6f08a0c2da8505cdace737a6.tar.gz core-dc8827ee2388687a6f08a0c2da8505cdace737a6.tar.bz2 core-dc8827ee2388687a6f08a0c2da8505cdace737a6.zip | |
am 7e65ede6: am 9cd8057b: Merge "Define HAVE_STAT_ST_MTIM and disable it under MinGW/Cygwin." into gingerbread
Merge commit '7e65ede62065925e29b5b18f253758bb280f9383'
* commit '7e65ede62065925e29b5b18f253758bb280f9383':
Define HAVE_STAT_ST_MTIM and disable it under MinGW/Cygwin.
Diffstat (limited to 'include/arch')
| -rw-r--r-- | include/arch/darwin-x86/AndroidConfig.h | 10 | ||||
| -rw-r--r-- | include/arch/freebsd-x86/AndroidConfig.h | 9 | ||||
| -rw-r--r-- | include/arch/linux-arm/AndroidConfig.h | 10 | ||||
| -rw-r--r-- | include/arch/linux-sh/AndroidConfig.h | 10 | ||||
| -rw-r--r-- | include/arch/linux-x86/AndroidConfig.h | 10 | ||||
| -rw-r--r-- | include/arch/target_linux-x86/AndroidConfig.h | 10 | ||||
| -rw-r--r-- | include/arch/windows/AndroidConfig.h | 10 |
7 files changed, 69 insertions, 0 deletions
diff --git a/include/arch/darwin-x86/AndroidConfig.h b/include/arch/darwin-x86/AndroidConfig.h index c2c1f189c..2bb44c6ae 100644 --- a/include/arch/darwin-x86/AndroidConfig.h +++ b/include/arch/darwin-x86/AndroidConfig.h @@ -290,4 +290,14 @@ */ #define HAVE_PREAD 1 +/* + * Define if we have st_mtim in struct stat + */ +#define HAVE_STAT_ST_MTIM 1 + +/* + * Define if printf() supports %zd for size_t arguments + */ +#define HAVE_PRINTF_ZD 1 + #endif /*_ANDROID_CONFIG_H*/ diff --git a/include/arch/freebsd-x86/AndroidConfig.h b/include/arch/freebsd-x86/AndroidConfig.h index a2a9e6762..992b6895b 100644 --- a/include/arch/freebsd-x86/AndroidConfig.h +++ b/include/arch/freebsd-x86/AndroidConfig.h @@ -348,5 +348,14 @@ * Define if pread() exists */ #define HAVE_PREAD 1 +/* + * Define if we have st_mtim in struct stat + */ +#define HAVE_STAT_ST_MTIM 1 + +/* + * Define if printf() supports %zd for size_t arguments + */ +#define HAVE_PRINTF_ZD 1 #endif /*_ANDROID_CONFIG_H*/ diff --git a/include/arch/linux-arm/AndroidConfig.h b/include/arch/linux-arm/AndroidConfig.h index db102a8e9..ffc389e1f 100644 --- a/include/arch/linux-arm/AndroidConfig.h +++ b/include/arch/linux-arm/AndroidConfig.h @@ -346,4 +346,14 @@ */ #define HAVE_PREAD 1 +/* + * Define if we have st_mtim in struct stat + */ +#define HAVE_STAT_ST_MTIM 1 + +/* + * Define if printf() supports %zd for size_t arguments + */ +#define HAVE_PRINTF_ZD 1 + #endif /* _ANDROID_CONFIG_H */ diff --git a/include/arch/linux-sh/AndroidConfig.h b/include/arch/linux-sh/AndroidConfig.h index 297f51b13..0dd7b3b32 100644 --- a/include/arch/linux-sh/AndroidConfig.h +++ b/include/arch/linux-sh/AndroidConfig.h @@ -351,4 +351,14 @@ */ #define HAVE_PREAD 1 +/* + * Define if we have st_mtim in struct stat + */ +#define HAVE_STAT_ST_MTIM 1 + +/* + * Define if printf() supports %zd for size_t arguments + */ +#define HAVE_PRINTF_ZD 1 + #endif /* _ANDROID_CONFIG_H */ diff --git a/include/arch/linux-x86/AndroidConfig.h b/include/arch/linux-x86/AndroidConfig.h index 385e1a262..24f6cccec 100644 --- a/include/arch/linux-x86/AndroidConfig.h +++ b/include/arch/linux-x86/AndroidConfig.h @@ -318,4 +318,14 @@ */ #define HAVE_PREAD 1 +/* + * Define if we have st_mtim in struct stat + */ +#define HAVE_STAT_ST_MTIM 1 + +/* + * Define if printf() supports %zd for size_t arguments + */ +#define HAVE_PRINTF_ZD 1 + #endif /*_ANDROID_CONFIG_H*/ diff --git a/include/arch/target_linux-x86/AndroidConfig.h b/include/arch/target_linux-x86/AndroidConfig.h index 83733187c..d6ce3f222 100644 --- a/include/arch/target_linux-x86/AndroidConfig.h +++ b/include/arch/target_linux-x86/AndroidConfig.h @@ -335,4 +335,14 @@ */ #define HAVE_PREAD 1 +/* + * Define if we have st_mtim in struct stat + */ +#define HAVE_STAT_ST_MTIM 1 + +/* + * Define if printf() supports %zd for size_t arguments + */ +#define HAVE_PRINTF_ZD 1 + #endif /* _ANDROID_CONFIG_H */ diff --git a/include/arch/windows/AndroidConfig.h b/include/arch/windows/AndroidConfig.h index 00ce557b9..f0bf56f78 100644 --- a/include/arch/windows/AndroidConfig.h +++ b/include/arch/windows/AndroidConfig.h @@ -323,4 +323,14 @@ */ /* #define HAVE_PREAD 1 */ +/* + * Define if we have st_mtim in struct stat + */ +/* #define HAVE_STAT_ST_MTIM 1 */ + +/* + * Define if printf() supports %zd for size_t arguments + */ +/* #define HAVE_PRINTF_ZD 1 */ + #endif /*_ANDROID_CONFIG_H*/ |
