X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90dd450cf3c48124a6eb9c815f47dfafea141a92..1b75810c8d1099abc9692d81e059a3a90afcbdcc:/setup.h.in diff --git a/setup.h.in b/setup.h.in index f2ab51039f..29451eb0fb 100644 --- a/setup.h.in +++ b/setup.h.in @@ -42,6 +42,9 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define this to get extra features from GNU libc. */ +#undef _GNU_SOURCE + /* Define to `int' if doesn't define. */ #undef uid_t @@ -129,6 +132,11 @@ */ #undef HAVE_BOOL +/* + * Define if your compiler supports the explicit keyword + */ +#undef HAVE_EXPLICIT + /* * Use regex support */ @@ -897,6 +905,12 @@ /* Define if you have support for large (64 bit size) files */ #undef HAVE_LARGEFILE_SUPPORT +/* Required by HAVE_LARGEFILE_SUPPORT on some systems */ +#undef _FILE_OFFSET_BITS + +/* Ditto */ +#undef _LARGE_FILES + /* Define if you have localtime() */ #undef HAVE_LOCALTIME