diff options
Diffstat (limited to 'CMake/config.h.in')
-rw-r--r-- | CMake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMake/config.h.in b/CMake/config.h.in index e1e4f83a1..cfaa14ed1 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -20,6 +20,9 @@ /* Define if we have the udev library */ #cmakedefine HAVE_UDEV +/* Define if we have the seccomp library */ +#cmakedefine HAVE_SECCOMP + /* These two are used by the statvfs shim for glibc2.0 and bsd */ /* Define if we have sys/vfs.h */ #cmakedefine HAVE_VFS_H |