Index: config.auto.h.in =================================================================== --- config.auto.h.in (revision 2465) +++ 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 */