--- gvpe/config.h.in 2005/03/01 06:27:20 1.8 +++ gvpe/config.h.in 2005/03/18 02:32:20 1.10 @@ -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,9 @@ #endif +#if HAVE_CLOCALE +# define CLOCALE +#else +# define CLOCALE +#endif +