diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in index 89cf309b..d8f322ab 100644 --- a/config.h.in +++ b/config.h.in @@ -58,6 +58,9 @@ /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT +/* Define to 1 if you have the `explicit_bzero' function. */ +#undef HAVE_EXPLICIT_BZERO + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H @@ -151,6 +154,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `memset_explicit' function. */ +#undef HAVE_MEMSET_EXPLICIT + /* Define to 1 if you have the `mkdir' function. */ #undef HAVE_MKDIR @@ -163,6 +169,9 @@ /* Define to 1 if you have the <net/if.h> header file. */ #undef HAVE_NET_IF_H +/* Defines that NIS should be used */ +#undef HAVE_NIS + /* Define to 1 if you have the <paths.h> header file. */ #undef HAVE_PATHS_H @@ -172,15 +181,6 @@ /* Define to 1 if you have the `rpcb_getaddr' function. */ #undef HAVE_RPCB_GETADDR -/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */ -#undef HAVE_RPCSVC_YPCLNT_H - -/* Define to 1 if you have the <rpcsvc/yp_prot.h> header file. */ -#undef HAVE_RPCSVC_YP_PROT_H - -/* Define to 1 if you have the <rpc/rpc.h> header file. */ -#undef HAVE_RPC_RPC_H - /* Define to 1 if you have the `ruserok' function. */ #undef HAVE_RUSEROK @@ -342,12 +342,12 @@ /* Kernel overflow uid. */ #undef PAM_USERTYPE_OVERFLOW_UID -/* Minimum system user uid. */ -#undef PAM_USERTYPE_SYSUIDMIN - /* Minimum regular user uid. */ #undef PAM_USERTYPE_UIDMIN +/* Directory for PAM modules system configuration files */ +#undef SCONFIGDIR + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -388,6 +388,9 @@ /* Directory for distribution provided configuration files */ #undef VENDORDIR +/* Directory for PAM modules distribution provided configuration files */ +#undef VENDOR_SCONFIGDIR + /* Version number of package */ #undef VERSION |