/* $Id$ * (c) 2000-2001 IC&S, The Netherlands */ #ifndef _CONFIG_H #define _CONFIG_H #include #include #include #include #include #include /* DATABASE SPECIFIC */ #define MAIL_HOST "/tmp" #define MAIL_USER "dbmail" #define MAIL_PASS "dbma1l" #define MAILDATABASE "dbmail" #define AUTH_HOST "/tmp" #define AUTH_USER "dbmail" #define AUTH_PASS "dbma1l" #define USERDATABASE "dbmail" #define UID_SIZE 70 #endif