]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/os/hpux.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / compat / os / hpux.h
index 25fdae1e6431092af6db277329410ffb93170e84..d809cc2321ad4d5fe4d158d2ddf662875746efe9 100644 (file)
@@ -1,11 +1,15 @@
-#ifndef SQUID_CONFIG_H
-#include "config.h"
-#endif
+/*
+ * Copyright (C) 1996-2020 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_HPUX_H
-#define SQUID_OS_PHUX_H
+#define SQUID_OS_HPUX_H
 
-#ifdef _SQUID_HPUX_
+#if _SQUID_HPUX_
 
 /****************************************************************************
  *--------------------------------------------------------------------------*
@@ -13,7 +17,6 @@
  *--------------------------------------------------------------------------*
  ****************************************************************************/
 
-
 #if !defined(HAVE_GETPAGESIZE)
 #define HAVE_GETPAGESIZE
 #define getpagesize( )   sysconf(_SC_PAGE_SIZE)
@@ -37,3 +40,4 @@
 
 #endif /* _SQUID_HPUX_ */
 #endif /* SQUID_OS_HPUX_H */
+