diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 30 |
1 files changed, 30 insertions, 0 deletions
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 <arpa/inet.h> header file. */ +#undef HAVE_ARPA_INET_H + /* Define to 1 if you have the <asm/io.h> 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 <dirent.h> header file, and it defines `DIR'. + */ +#undef HAVE_DIRENT_H + /* Define to 1 if you have the <dlfcn.h> 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 <ndir.h> header file, and it defines `DIR'. */ +#undef HAVE_NDIR_H + /* Define to 1 if you have the <netdb.h> 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 <syslog.h> header file. */ #undef HAVE_SYSLOG_H +/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. + */ +#undef HAVE_SYS_DIR_H + /* Define to 1 if you have the <sys/ioctl.h> header file. */ #undef HAVE_SYS_IOCTL_H /* Define to 1 if you have the <sys/io.h> header file. */ #undef HAVE_SYS_IO_H +/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. + */ +#undef HAVE_SYS_NDIR_H + /* Define to 1 if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H |