diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 70f997323..400561d6a 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -525,6 +525,10 @@ | |||
525 | don't. */ | 525 | don't. */ |
526 | #undef HAVE_DECL_PASSWDEXPIRED | 526 | #undef HAVE_DECL_PASSWDEXPIRED |
527 | 527 | ||
528 | /* Define to 1 if you have the declaration of `setauthdb', and to 0 if you | ||
529 | don't. */ | ||
530 | #undef HAVE_DECL_SETAUTHDB | ||
531 | |||
528 | /* Define to 1 if you have the <dirent.h> header file. */ | 532 | /* Define to 1 if you have the <dirent.h> header file. */ |
529 | #undef HAVE_DIRENT_H | 533 | #undef HAVE_DIRENT_H |
530 | 534 | ||
@@ -903,6 +907,9 @@ | |||
903 | /* Define to 1 if you have the `socketpair' function. */ | 907 | /* Define to 1 if you have the `socketpair' function. */ |
904 | #undef HAVE_SOCKETPAIR | 908 | #undef HAVE_SOCKETPAIR |
905 | 909 | ||
910 | /* Have PEERCRED socket option */ | ||
911 | #undef HAVE_SO_PEERCRED | ||
912 | |||
906 | /* Define to 1 if you have the <stddef.h> header file. */ | 913 | /* Define to 1 if you have the <stddef.h> header file. */ |
907 | #undef HAVE_STDDEF_H | 914 | #undef HAVE_STDDEF_H |
908 | 915 | ||