]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/AuthAclState.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / auth / AuthAclState.h
index 10d639014e4ed915f456ccd35d00681726ac5a12..6cfdfd2aed9182763d8dfc1c211ea0b8e5d0189d 100644 (file)
@@ -1,6 +1,16 @@
+/*
+ * Copyright (C) 1996-2023 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__SRC_AUTH_AUTHACLSTATE_H
 #define _SQUID__SRC_AUTH_AUTHACLSTATE_H
 
+#if USE_AUTH
+
 typedef enum {
     AUTH_ACL_CHALLENGE = -2,
     AUTH_ACL_HELPER = -1,
@@ -8,4 +18,6 @@ typedef enum {
     AUTH_AUTHENTICATED = 1
 } AuthAclState;
 
-#endif
+#endif /* USE_AUTH */
+#endif /* _SQUID__SRC_AUTH_AUTHACLSTATE_H */
+