diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index bd990c6627..db3defc6b0 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,9 @@ --with-elf. */ #undef HAVE_ELF +/* Define if building with SELinux support. Set by --with-selinux. */ +#undef HAVE_SELINUX + /* Define if using XCOFF. Set by --with-xcoff. */ #undef HAVE_XCOFF |