diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index 5d1df38e51686..92de31f0b1e56 100644 --- a/config.h.in +++ b/config.h.in @@ -77,6 +77,9 @@ /* Define to 1 if you have the `gnurx' library (-lgnurx). */ #undef HAVE_LIBGNURX +/* Define to 1 if you have the `seccomp' library (-lseccomp). */ +#undef HAVE_LIBSECCOMP + /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ @@ -227,10 +230,6 @@ /* Define to 1 if you have the <vfork.h> header file. */ #undef HAVE_VFORK_H -/* Define to 1 or 0, depending whether the compiler supports simple visibility - declarations. */ -#undef HAVE_VISIBILITY - /* Define to 1 if you have the <wchar.h> header file. */ #undef HAVE_WCHAR_H @@ -264,6 +263,9 @@ <sysmacros.h>. */ #undef MAJOR_IN_SYSMACROS +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE |