]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
ltest files from bakefile add HP aCC dependencies support
[wxWidgets.git] / setup.h.in
index 9b96e27d951723ef0e0b1b3914c18427a45fe04f..dd47c3140472e5717c78d843a1f9f22ffb6f0720 100644 (file)
@@ -3,10 +3,6 @@
 #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