Fix the wrong "ifndef" in the beggining of the ExtUser.h file.
The old "SQUID_ACLIDENT_H" refers to the include file "acl/Ident.h"
causing problems when both files included in a source file.
* Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
*/
-#ifndef SQUID_ACLIDENT_H
-#define SQUID_ACLIDENT_H
+#ifndef SQUID_EXTUSER_H
+#define SQUID_EXTUSER_H
#include "acl/Acl.h"
#include "acl/Checklist.h"
MEMPROXY_CLASS_INLINE(ACLExtUser) /**DOCS_NOSEMI*/
-#endif /* SQUID_ACLIDENT_H */
+#endif /* SQUID_EXTUSER_H */