Use config.h only if it exists

This makes it easier to compile without the configure script (e.g. on
Windows).
This commit is contained in:
Petri Lehtinen 2010-09-05 17:16:47 +03:00
parent 976fc2279f
commit a112563214

View File

@ -8,7 +8,9 @@
#ifndef UTF_H
#define UTF_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_INTTYPES_H
/* inttypes.h includes stdint.h in a standard environment, so there's