summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-07-12 15:07:13 +0000
committerJakub Jelinek <jakub@redhat.com>2007-07-12 15:07:13 +0000
commit57924f941f2c959193d0104b306bda888a4af864 (patch)
tree7131ad1b7746703fbc8e39da6f1d5d76ad4ee7dc /config.h.in
parent76a149ca08631b519040faf8de67da010fc9e33d (diff)
downloadglibc-57924f941f2c959193d0104b306bda888a4af864.tar
glibc-57924f941f2c959193d0104b306bda888a4af864.tar.gz
glibc-57924f941f2c959193d0104b306bda888a4af864.tar.bz2
glibc-57924f941f2c959193d0104b306bda888a4af864.zip
2007-03-23 Jakub Jelinek <jakub@redhat.com>
* scripts/check-local-headers.sh: Filter out sys/capability.h. 2007-03-22 Jakub Jelinek <jakub@redhat.com> * config.h.in (HAVE_LIBCAP): Add. * nscd/selinux.h: Include sys/capability.h rather than non-existent sys/capabilities.h. * nscd/selinux.c (preserve_capabilities): Use cap_free instead of free_caps. Cast away const from 4th cap_set_flag argument.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index da973f6a5d..ba4dec8aff 100644
--- a/config.h.in
+++ b/config.h.in
@@ -19,6 +19,9 @@
/* Defined if building with SELinux support & audit libs are detected. */
#undef HAVE_LIBAUDIT
+/* Defined if building with SELinux support & libcap libs are detected. */
+#undef HAVE_LIBCAP
+
/* Define if using XCOFF. Set by --with-xcoff. */
#undef HAVE_XCOFF