--- gvpe/config.h.in 2005/03/01 06:27:20 1.8 +++ gvpe/config.h.in 2005/03/18 01:53:05 1.9 @@ -59,6 +59,9 @@ /* Define to 1 if you have the `asprintf' function. */ #undef HAVE_ASPRINTF +/* Define to 1 if you have the header file. */ +#undef HAVE_CLOCALE + /* Cygwin */ #undef HAVE_CYGWIN @@ -93,6 +96,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `gmp' library (-lgmp). */ +#undef HAVE_LIBGMP + /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL @@ -335,3 +341,11 @@ #endif +// include clocale first because gettext.h might overwrite setlocale +#if defined(HAVE_CLOCALE) && defined(__cplusplus) +# include +#else +# include +#endif +#include "gettext.h" +