Index: trunk/config.auto.h.in =================================================================== --- trunk/config.auto.h.in (revision 2465) +++ trunk/config.auto.h.in (revision 2466) @@ -29,6 +29,15 @@ /**** TODO ****/ +/* Define to 1 if you have the `strerror' function. */ +#define HAVE_STRERROR 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_LOCALE_H 1 + +/* Define to 1 if you have the `setlocale' function. */ +#define HAVE_SETLOCALE 1 + /* C89 has atexit() */ #define HAS_ATEXIT 1 @@ -122,22 +131,6 @@ #endif /****************************************************************************/ -/* These are all in C89 - pcb-rnd does not support anything below C89, so - these are safe to hardwire */ - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the `strerror' function. */ -#define HAVE_STRERROR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LOCALE_H 1 - -/* Define to 1 if you have the `setlocale' function. */ -#define HAVE_SETLOCALE 1 - -/****************************************************************************/ /* Package properties */ /* Name of package */ Index: trunk/src/global.h =================================================================== --- trunk/src/global.h (revision 2465) +++ trunk/src/global.h (revision 2466) @@ -40,10 +40,6 @@ #include "const.h" #include "macro.h" - -#ifdef HAVE_STDINT_H -#include -#endif #include #include #include