]> git.saurik.com Git - wxWidgets.git/blobdiff - acconfig.h
wxFrame::Create now sets (arbitrary) values for position and size if default values...
[wxWidgets.git] / acconfig.h
index cefc7c90ff9191d53c5621a9388512720b7ea627..29c6edee8fdaa0295bd408c18ddec5e0760b819f 100644 (file)
@@ -2,10 +2,10 @@
 /*                                                                         */
 /* Version: $Id$                                                           */
 
-#ifndef __GTKSETUPH__
-#define __GTKSETUPH__
-
-#define USING_CONFIGURE
+/* This define (__WX_SETUP_H__) is used both to insure setup.h is included 
+ * only once and to indicate that we are building using configure. */
+#ifndef __WX_SETUP_H__
+#define __WX_SETUP_H__
 
 #ifdef __GNUG__
     #pragma interface
@@ -53,6 +53,7 @@
 #undef __ULTRIX__
 #undef __DATA_GENERAL__
 #undef __EMX__
+#undef _GNU_SOURCE
 
 #undef __WINDOWS__
 #undef __WIN95__
 /*
  * wxLibrary class
  */
-#define wxUSE_DYNLIB_CLASS 1
+#define wxUSE_DYNLIB_CLASS 0
 
 /* ------------------------------------------------------------------------ */
 /* PS options                                                               */
 /* Define if you have wcslen function  */
 #undef HAVE_WCSLEN
 
+/* define if you have vsscanf function */
+#undef HAVE_VSSCANF
+
 @BOTTOM@
 
-#endif /* __GTKSETUPH__ */
+#endif /* __WX_SETUP_H__ */