Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"

This commit is contained in:
curt
1998-04-24 00:43:12 +00:00
parent 712bbc9085
commit 1fcb70e553
2 changed files with 11 additions and 4 deletions

View File

@@ -6,7 +6,9 @@
* -------------------------------------------------------------------------*/
#include <config.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef WIN32
# include <memory.h> /* required for memset() and memcpy() */