Use config.h rather than passing all defs in CFLAGS

This commit is contained in:
Matt Zimmerman
2002-10-10 16:51:06 +00:00
parent 87099c08f3
commit e525917900
20 changed files with 71 additions and 16 deletions

View File

@@ -25,6 +25,10 @@
#include <string.h>
#include <errno.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_ICONV
#include <iconv.h>
#endif