diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index aefbb3c..945784e 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,9 @@ /* Define if using alloca.c. */ #undef C_ALLOCA +/* Define if the closedir function returns void instead of int. */ +#undef CLOSEDIR_VOID + /* Define to empty if the keyword does not work. */ #undef const @@ -34,6 +37,9 @@ /* Define if you don't have vprintf but do have _doprnt. */ #undef HAVE_DOPRNT +/* Define if you support file names longer than 14 characters. */ +#undef HAVE_LONG_FILE_NAMES + /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP @@ -148,6 +154,9 @@ /* Define if you have the munmap function. */ #undef HAVE_MUNMAP +/* Define if you have the pathconf function. */ +#undef HAVE_PATHCONF + /* Define if you have the posix_spawn function. */ #undef HAVE_POSIX_SPAWN @@ -175,9 +184,6 @@ /* 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 strcspn function. */ #undef HAVE_STRCSPN @@ -205,6 +211,12 @@ /* Define if you have the uname function. */ #undef HAVE_UNAME +/* Define if you have the utime function. */ +#undef HAVE_UTIME + +/* Define if you have the utimes function. */ +#undef HAVE_UTIMES + /* Define if you have the vasprintf function. */ #undef HAVE_VASPRINTF @@ -217,6 +229,9 @@ /* Define if you have the <argz.h> header file. */ #undef HAVE_ARGZ_H +/* Define if you have the <dirent.h> header file. */ +#undef HAVE_DIRENT_H + /* Define if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H @@ -232,6 +247,9 @@ /* Define if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H +/* Define if you have the <ndir.h> header file. */ +#undef HAVE_NDIR_H + /* Define if you have the <nl_types.h> header file. */ #undef HAVE_NL_TYPES_H @@ -250,6 +268,12 @@ /* Define if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define if you have the <sys/dir.h> header file. */ +#undef HAVE_SYS_DIR_H + +/* Define if you have the <sys/ndir.h> header file. */ +#undef HAVE_SYS_NDIR_H + /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H @@ -321,6 +345,10 @@ /* Define to 1 if you have the sigset_t type and the sigprocmask function. */ #undef HAVE_POSIX_SIGNALBLOCKING +/* Define to 1 if <signal.h> defines the siginfo_t type, + and struct sigaction has the sa_sigaction member and the SA_SIGINFO flag. */ +#undef HAVE_SIGINFO + /* Define if you have the declaration of errno. */ #undef HAVE_ERRNO_DECL |