Update osx/config.h

Needs update or the undefined symbol should cause the fallback
Android behavior on xcode builds inadvertently.
This commit is contained in:
Aaron Gyes 2016-10-15 17:29:20 -07:00
parent fe8727fb71
commit 6d322dff73

View file

@ -29,6 +29,9 @@
/* Define to 1 if you have the <getopt.h> header file. */ /* Define to 1 if you have the <getopt.h> header file. */
#define HAVE_GETOPT_H 1 #define HAVE_GETOPT_H 1
/* Define to 1 if you have the `getpwent' function. */
#define HAVE_GETPWENT 1
/* Define to 1 if you have the `gettext' function. */ /* Define to 1 if you have the `gettext' function. */
/* #undef HAVE_GETTEXT */ /* #undef HAVE_GETTEXT */
@ -86,6 +89,9 @@
/* Define to 1 if `d_type' is a member of `struct dirent'. */ /* Define to 1 if `d_type' is a member of `struct dirent'. */
#define HAVE_STRUCT_DIRENT_D_TYPE 1 #define HAVE_STRUCT_DIRENT_D_TYPE 1
/* Define to 1 if `st_ctime_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_CTIME_NSEC */
/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */ /* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1