// Copyright 2003 Data Helper, Inc. // This program is realeased under the // GNU GENERAL PUBLIC LICENSE Version 2. // See COPYING.GPL for information. // Mark Willcox // Directory where the files representing the vetted IP addresses will go. #define IP_DIR "__PATH__" // Number of seconds the authorization is good for. #define AUTH_LIFE (__LIFE__*60) // Number of IP address nodes that will be represented as subdirectories. // Valid values: 0 - 3 // See the README for an expalnation of this. #define DIR_DEPTH (__DEPTH__)