Skip to content

Commit

Permalink
Merge "Define HAVE_STAT_ST_MTIM and disable it under MinGW/Cygwin." i…
Browse files Browse the repository at this point in the history
…nto gingerbread
  • Loading branch information
Raphael Moll authored and Android (Google) Code Review committed Oct 14, 2010
2 parents 6c26369 + bb8ebab commit 9cd8057
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/arch/darwin-x86/AndroidConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
9 changes: 9 additions & 0 deletions include/arch/freebsd-x86/AndroidConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
10 changes: 10 additions & 0 deletions include/arch/linux-arm/AndroidConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,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 */
10 changes: 10 additions & 0 deletions include/arch/linux-sh/AndroidConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
10 changes: 10 additions & 0 deletions include/arch/linux-x86/AndroidConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
10 changes: 10 additions & 0 deletions include/arch/target_linux-x86/AndroidConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
10 changes: 10 additions & 0 deletions include/arch/windows/AndroidConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*/

0 comments on commit 9cd8057

Please sign in to comment.