From 6d322dff73dc3422403180c4caa92c27ab62534e Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sat, 15 Oct 2016 17:29:20 -0700 Subject: [PATCH] Update osx/config.h Needs update or the undefined symbol should cause the fallback Android behavior on xcode builds inadvertently. --- osx/config.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/osx/config.h b/osx/config.h index 33f51aa55..f273f679f 100644 --- a/osx/config.h +++ b/osx/config.h @@ -29,6 +29,9 @@ /* Define to 1 if you have the header file. */ #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. */ /* #undef HAVE_GETTEXT */ @@ -86,6 +89,9 @@ /* Define to 1 if `d_type' is a member of `struct dirent'. */ #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 HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1