Skip to content

Commit

Permalink
Disable usage of Expat's config.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
loewis committed Feb 11, 2002
1 parent 1dbb1ca commit 481f68a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/expat/xmlparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ See the file COPYING for copying permission.
# include "expat.h"
# undef XMLPARSEAPI
#else
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#ifdef __declspec
# define XMLPARSEAPI(type) __declspec(dllexport) type __cdecl
Expand Down
2 changes: 2 additions & 0 deletions Modules/expat/xmlrole.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ static char RCSId[]
#ifdef COMPILED_FROM_DSP
# include "winconfig.h"
#else
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#endif /* ndef COMPILED_FROM_DSP */

#include "xmlrole.h"
Expand Down
2 changes: 2 additions & 0 deletions Modules/expat/xmltok.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ See the file COPYING for copying permission.
#ifdef COMPILED_FROM_DSP
# include "winconfig.h"
#else
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#endif /* ndef COMPILED_FROM_DSP */

#include "xmltok.h"
Expand Down

0 comments on commit 481f68a

Please sign in to comment.