We always only have either config.h or config-macosx.h, but not both.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4207 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2008-03-21 16:38:57 +00:00
parent 8421b9fee4
commit 9ca4445189
1 changed files with 2 additions and 4 deletions

View File

@ -28,11 +28,9 @@
#define WZGLOBAL_H
#ifdef HAVE_CONFIG_H
#if defined(HAVE_CONFIG_H)
# include "config.h"
#endif
#ifdef __MACOSX__
#elif defined(__MACOSX__)
# include "config-macosx.h"
#endif