summaryrefslogtreecommitdiff
path: root/_pam_aconf.h.in
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-05-16 11:03:02 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-05-16 11:03:02 +0000
commit67aab1ff5515054341a438cf9804e9c9b3a88033 (patch)
tree5a962491b37bde5928d382b6df1e4e5a5373df6a /_pam_aconf.h.in
parentb4eda70f951a7d46df41831b96d87cd50910d61e (diff)
Relevant BUGIDs: none
Purpose of commit: new feature Commit summary: --------------- Add SELinux support, based on Patch from Red Hat
Diffstat (limited to '_pam_aconf.h.in')
-rw-r--r--_pam_aconf.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/_pam_aconf.h.in b/_pam_aconf.h.in
index ae4b16e9..08a9ac8f 100644
--- a/_pam_aconf.h.in
+++ b/_pam_aconf.h.in
@@ -45,6 +45,9 @@
/* have libpwdb - don't expect this to be important for much longer */
#undef HAVE_LIBPWDB
+/* have libselinux - SELinux is Linux special */
+#undef HAVE_LIBSELINUX
+
/* have gethostname() declared */
#undef HAVE_GETHOSTNAME