]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/lxcseccomp.h
src: Don't use ifdef/defined for config.h
[mirror_lxc.git] / src / lxc / lxcseccomp.h
index dcfb52d23b025cea59ad2142740e89aef5510d94..93ff19ca0eec5440f376bca7f87c11b4c115ad1e 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <errno.h>
 
-#ifdef HAVE_SECCOMP
+#if HAVE_SECCOMP
 #include <linux/seccomp.h>
 #include <seccomp.h>
 #endif
@@ -29,7 +29,7 @@ struct lxc_handler;
 #define SECCOMP_FILTER_FLAG_NEW_LISTENER (1UL << 3)
 #endif
 
-#ifdef HAVE_SECCOMP
+#if HAVE_SECCOMP
 
 
 #if HAVE_DECL_SECCOMP_NOTIFY_FD