#define wxUSE_INTL 1
#include <locale.h>
-#if defined( __WXMOTIF__ )
+#if defined (__WXMOTIF__) || defined( __WXX11__ )
#define wxUSE_XLOCALE 0
#else
#define wxUSE_XLOCALE 1
/* define if you have statvfs function */
#undef HAVE_STATVFS
-/* Define if you have strptime() */
-#define HAVE_STRPTIME 1
-
-/* Define if you have strptime() declaration */
-#define HAVE_STRPTIME_DECL 1
-
/* Define if you have strtoull() and strtoll() */
#define HAVE_STRTOULL 1