]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/audit-type.c
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / src / journal / audit-type.c
index 086bf7e7e3ecd52852e7e8ab3fd82ea19557be22..373d3455aeb457ec8b59f71a7ac3d4d11877a6be 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
@@ -21,7 +19,7 @@
 
 #include <stdio.h>
 #include <linux/audit.h>
-#ifdef HAVE_AUDIT
+#if HAVE_AUDIT
 #  include <libaudit.h>
 #endif