Kaydet (Commit) 481f68aa authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Disable usage of Expat's config.h.

üst 1dbb1caf
......@@ -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
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment