#include "acl/HttpRepHeader.h"
#include "acl/HttpReqHeader.h"
#include "acl/HttpStatus.h"
-#ifdef USE_IDENT
+#if USE_IDENT
#include "acl/Ident.h"
#endif
#include "acl/IntRange.h"
ACLARP ACLARP::RegistryEntry_("arp");
#endif
-#ifdef USE_IDENT
+#if USE_IDENT
ACL::Prototype ACLIdent::UserRegistryProtoype(&ACLIdent::UserRegistryEntry_, "ident");
ACLIdent ACLIdent::UserRegistryEntry_(new ACLUserData, "ident");
ACL::Prototype ACLIdent::RegexRegistryProtoype(&ACLIdent::RegexRegistryEntry_, "ident_regex" );