/*
- * $Id: acl.cc,v 1.161 1998/04/22 16:24:12 rousskov Exp $
+ * $Id: acl.cc,v 1.162 1998/04/23 22:51:04 wessels Exp $
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
static wordlist *aclDumpTimeSpecList(acl_time_data *);
static wordlist *aclDumpRegexList(relist * data);
static wordlist *aclDumpIntlistList(intlist * data);
+#ifndef USE_SPLAY_TREE
static wordlist *aclDumpWordList(wordlist * data);
+#endif
static wordlist *aclDumpProtoList(intlist * data);
static wordlist *aclDumpMethodList(intlist * data);
static wordlist *aclDumpProxyAuthList(acl_proxy_auth * data);
return W;
}
+#ifndef USE_SPLAY_TREE
static wordlist *
aclDumpWordList(wordlist * data)
{
}
return W;
}
+#endif
static wordlist *
aclDumpProtoList(intlist * data)