]> git.saurik.com Git - wxWidgets.git/blobdiff - acconfig.h
Added test for vsscanf. GUESSING IS EVIL! Cannot test, my autoconf is too old.
[wxWidgets.git] / acconfig.h
index cefc7c90ff9191d53c5621a9388512720b7ea627..72918fca307fa33d8c2116e0421551e1ec33e1fc 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
 
 @BOTTOM@
 
-#endif /* __GTKSETUPH__ */
+#endif /* __WX_SETUP_H__ */