diff options
author | reinelt <> | 2003-10-07 04:12:39 +0000 |
---|---|---|
committer | reinelt <> | 2003-10-07 04:12:39 +0000 |
commit | 1038881e3bbbe84f97f10aab69f6f952071cd445 (patch) | |
tree | 7c2c9c52d7fa3c9f5e7d0bb08dd36f336d4b637a /config.h.in | |
parent | 6c589b92922f00b5eb91f36fdfa23a19a670999e (diff) | |
download | lcd4linux-1038881e3bbbe84f97f10aab69f6f952071cd445.tar.gz |
[lcd4linux @ 2003-10-07 04:12:38 by reinelt]
AM_PROG_LIBTOOL removed
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index fb4a728..73af4ed 100644 --- a/config.h.in +++ b/config.h.in @@ -54,6 +54,9 @@ /* Define to 1 if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H +/* Define to 1 if you have the `memmove' function. */ +#undef HAVE_MEMMOVE + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -69,6 +72,9 @@ /* Define to 1 if you have the <net/if_ppp.h> header file. */ #undef HAVE_NET_IF_PPP_H +/* Define to 1 if you have the `pow' function. */ +#undef HAVE_POW + /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV @@ -78,6 +84,9 @@ /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET +/* Define to 1 if you have the `sqrt' function. */ +#undef HAVE_SQRT + /* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. */ #undef HAVE_STAT_EMPTY_STRING_BUG @@ -109,12 +118,12 @@ /* Define to 1 if you have the `strncasecmp' function. */ #undef HAVE_STRNCASECMP +/* Define to 1 if you have the `strndup' function. */ +#undef HAVE_STRNDUP + /* Define to 1 if you have the `strpbrk' function. */ #undef HAVE_STRPBRK -/* Define to 1 if you have the `strrchr' function. */ -#undef HAVE_STRRCHR - /* Define to 1 if you have the `strstr' function. */ #undef HAVE_STRSTR |