From 31a2b52ff7475a8949e87595f9d67e69b5be975a Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Thu, 29 Jan 2004 05:53:48 +0000 Subject: [lcd4linux @ 2004-01-29 05:53:47 by reinelt] uClibc compatibility issues from Martin Hejl --- config.h.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 33c0a5d..32e14b2 100644 --- a/config.h.in +++ b/config.h.in @@ -1,8 +1,14 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define to 1 if the `closedir' function returns void instead of `int'. */ +#undef CLOSEDIR_VOID + /* Found some version of curses that we're going to use */ #undef HAS_CURSES +/* Define to 1 if you have the header file. */ +#undef HAVE_ARPA_INET_H + /* Define to 1 if you have the header file. */ #undef HAVE_ASM_IO_H @@ -12,6 +18,10 @@ /* Define to 1 if you have the `atexit' function. */ #undef HAVE_ATEXIT +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_DIRENT_H + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H @@ -33,6 +43,9 @@ /* Define to 1 if you have the `gethostbyname' function. */ #undef HAVE_GETHOSTBYNAME +/* Define to 1 if you have the `getloadavg' function. */ +#undef HAVE_GETLOADAVG + /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY @@ -63,6 +76,9 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET +/* Define to 1 if you have the header file, and it defines `DIR'. */ +#undef HAVE_NDIR_H + /* Define to 1 if you have the header file. */ #undef HAVE_NETDB_H @@ -78,6 +94,9 @@ /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV +/* Define to 1 if you have the `regcomp' function. */ +#undef HAVE_REGCOMP + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT @@ -124,6 +143,9 @@ /* 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 @@ -133,12 +155,20 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYSLOG_H +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_DIR_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IO_H +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#undef HAVE_SYS_NDIR_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H -- cgit v1.2.3