#ifndef __WX_SETUP_H__
#define __WX_SETUP_H__
-#ifdef __GNUG__
-#pragma interface
-#endif
-
/* never undefine inline or const keywords for C++ compilation */
#ifndef __cplusplus
/* Define if you have pthread_mutexattr_t and functions to work with it */
#undef HAVE_PTHREAD_MUTEXATTR_T
+/* Define if you have pthread_mutexattr_settype() declaration */
+#undef HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL
+
/* Define if you have PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */
#undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER
/* Define if you have strptime() */
#undef HAVE_STRPTIME
+/* Define if strptime() is declared in headers */
+#undef HAVE_STRPTIME_DECL
+
/* Define if you have all functions to set thread priority */
#undef HAVE_THREAD_PRIORITY_FUNCTIONS