-/* This define (__WX_SETUP_H__) is used both to insure setup.h is included
+/* This define (__WX_SETUP_H__) is used both to ensure setup.h is included
* only once and to indicate that we are building using configure. */
#ifndef __WX_SETUP_H__
#define __WX_SETUP_H__
#undef __DATA_GENERAL__
#undef __EMX__
+/* NanoX (with wxX11) */
+#define wxUSE_NANOX 0
+
/* PowerPC Darwin & Mac OS X */
#undef __POWERPC__
*/
#undef HAVE_BOOL
+/*
+ * Define if your compiler supports the explicit keyword
+ */
+#undef HAVE_EXPLICIT
+
/*
* Use regex support
*/
* Use wxFFile class
*/
#define wxUSE_FFILE 0
+/*
+ * Use wxFSVolume class
+ */
+#define wxUSE_FSVOLUME 1
+
/*
* Use wxTextBuffer class
*/
/* struct tm doesn't always have the tm_gmtoff field, define this if it does */
#undef WX_GMTOFF_IN_TM
-/* iconv()'s 2nd argument is char ** and not const char ** */
-#undef WX_ICONV_TAKES_CHAR
-
/* Define if you have pw_gecos field in struct passwd */
#undef HAVE_PW_GECOS
/* Define if you have ftime() */
#undef HAVE_FTIME
+/* 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
/* Define if you have the <X11/XKBlib.h> header file. */
#undef HAVE_X11_XKBLIB_H
+/* Define if you have the fnmatch() function */
+#undef HAVE_FNMATCH
+
/* Define if you have the <fnmatch.h> header file. */
#undef HAVE_FNMATCH_H
/* Define if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H
-/* Define if you have the <iconv.h> header file. */
-#undef HAVE_ICONV_H
+/* Define if you have the <iconv.h> header file and iconv() symbol. */
+#undef HAVE_ICONV
-/* Test for GLIBC 2.2 iconv() */
-#undef WX_ICONV_TAKES_CHAR
+/* Define as "const" if the declaration of iconv() needs const. */
+#undef ICONV_CONST
/* Define if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H