summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 400561d6a..99a5d5730 100644
--- a/config.h.in
+++ b/config.h.in
@@ -829,6 +829,9 @@
829/* Define to 1 if you have the <security/pam_appl.h> header file. */ 829/* Define to 1 if you have the <security/pam_appl.h> header file. */
830#undef HAVE_SECURITY_PAM_APPL_H 830#undef HAVE_SECURITY_PAM_APPL_H
831 831
832/* Define to 1 if you have the <selinux/selinux.h> header file. */
833#undef HAVE_SELINUX_SELINUX_H
834
832/* Define to 1 if you have the `sendmsg' function. */ 835/* Define to 1 if you have the `sendmsg' function. */
833#undef HAVE_SENDMSG 836#undef HAVE_SENDMSG
834 837
@@ -1150,6 +1153,9 @@
1150/* Use libedit for sftp */ 1153/* Use libedit for sftp */
1151#undef USE_LIBEDIT 1154#undef USE_LIBEDIT
1152 1155
1156/* Define if you want SELinux support. */
1157#undef WITH_SELINUX
1158
1153/* Define to 1 if your processor stores words with the most significant byte 1159/* Define to 1 if your processor stores words with the most significant byte
1154 first (like Motorola and SPARC, unlike Intel and VAX). */ 1160 first (like Motorola and SPARC, unlike Intel and VAX). */
1155#undef WORDS_BIGENDIAN 1161#undef WORDS_BIGENDIAN