X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d19d979165dfab92cccd656b9f75c2d516aa21b..4d223b670407f32abd3ca962ec08fdc0da2df3f8:/acconfig.h diff --git a/acconfig.h b/acconfig.h index cefc7c90ff..72918fca30 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 @@ -613,4 +613,4 @@ @BOTTOM@ -#endif /* __GTKSETUPH__ */ +#endif /* __WX_SETUP_H__ */