--- Amaya/config.h.in 1998/02/19 19:56:50 1.2 +++ Amaya/config.h.in 1998/10/07 18:51:38 1.3 @@ -99,6 +99,9 @@ /* Define if you have the getwd function. */ #undef HAVE_GETWD +/* Define if you have the lstat function. */ +#undef HAVE_LSTAT + /* Define if you have the mkdir function. */ #undef HAVE_MKDIR @@ -114,6 +117,12 @@ /* Define if you have the socket function. */ #undef HAVE_SOCKET +/* Define if you have the strcasecmp function. */ +#undef HAVE_STRCASECMP + +/* Define if you have the strchr function. */ +#undef HAVE_STRCHR + /* Define if you have the strdup function. */ #undef HAVE_STRDUP @@ -123,12 +132,12 @@ /* Define if you have the strftime function. */ #undef HAVE_STRFTIME +/* Define if you have the strncasecmp function. */ +#undef HAVE_STRNCASECMP + /* Define if you have the strstr function. */ #undef HAVE_STRSTR -/* Define if you have the strchr function. */ -#undef HAVE_STRCHR - /* Define if you have the strtod function. */ #undef HAVE_STRTOD @@ -138,15 +147,6 @@ /* Define if you have the uname function. */ #undef HAVE_UNAME -/* Define if you have the strcasecmp function. */ -#undef HAVE_STRCASECMP - -/* Define if you have the strncasecmp function. */ -#undef HAVE_STRNCASECMP - -/* Define if you have the lstat function. */ -#undef HAVE_LSTAT - /* Define if you have the header file. */ #undef HAVE_APPKIT_H @@ -324,6 +324,9 @@ /* Define if you have the dl library (-ldl). */ #undef HAVE_LIBDL +/* Define if you have the gmp library (-lgmp). */ +#undef HAVE_LIBGMP + /* Define if you have the inet library (-linet). */ #undef HAVE_LIBINET