diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 1b964ee0f..551d7e5d9 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -849,6 +849,9 @@ | |||
849 | /* Define to 1 if you have the <security/pam_appl.h> header file. */ | 849 | /* Define to 1 if you have the <security/pam_appl.h> header file. */ |
850 | #undef HAVE_SECURITY_PAM_APPL_H | 850 | #undef HAVE_SECURITY_PAM_APPL_H |
851 | 851 | ||
852 | /* Define to 1 if you have the <selinux/selinux.h> header file. */ | ||
853 | #undef HAVE_SELINUX_SELINUX_H | ||
854 | |||
852 | /* Define to 1 if you have the `sendmsg' function. */ | 855 | /* Define to 1 if you have the `sendmsg' function. */ |
853 | #undef HAVE_SENDMSG | 856 | #undef HAVE_SENDMSG |
854 | 857 | ||
@@ -1194,6 +1197,9 @@ | |||
1194 | /* Use libedit for sftp */ | 1197 | /* Use libedit for sftp */ |
1195 | #undef USE_LIBEDIT | 1198 | #undef USE_LIBEDIT |
1196 | 1199 | ||
1200 | /* Define if you want SELinux support. */ | ||
1201 | #undef WITH_SELINUX | ||
1202 | |||
1197 | /* Define to 1 if your processor stores words with the most significant byte | 1203 | /* Define to 1 if your processor stores words with the most significant byte |
1198 | first (like Motorola and SPARC, unlike Intel and VAX). */ | 1204 | first (like Motorola and SPARC, unlike Intel and VAX). */ |
1199 | #undef WORDS_BIGENDIAN | 1205 | #undef WORDS_BIGENDIAN |