]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/os/dragonfly.h
SourceFormat Enforcement
[thirdparty/squid.git] / compat / os / dragonfly.h
index e7fa90448f6005006fd08f17f34d2226bcadf284..09adf157faa209e71afe5aa6e2bca3ff11a68cde 100644 (file)
@@ -1,11 +1,15 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
+/*
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
 
 #ifndef SQUID_OS_DRAGONFLY_H
 #define SQUID_OS_DRAGONFLY_H
 
-#ifdef _SQUID_DRAGONFLY_
+#if _SQUID_DRAGONFLY_
 
 /****************************************************************************
  *--------------------------------------------------------------------------*
@@ -20,6 +24,6 @@
 #undef HAVE_MALLOC_H
 #endif
 
-
 #endif /* _SQUID_DRAGONFLY_ */
 #endif /* SQUID_OS_DRAGONFLY_H */
+