comparison src/syslogconfig.cpp @ 42:d9ae11033b4b stable-1-9

Add default config to firewall systems that send bounces to non-existant accounts. Switch to Mercurial source control. Update spec file for fedora packaging.
author Carl Byington <carl@five-ten-sg.com>
date Fri, 21 Mar 2008 14:02:32 -0700
parents 26c29da3fbdf
children ba0259c9e411
comparison
equal deleted inserted replaced
41:738d1f059183 42:d9ae11033b4b
11 #include <sys/socket.h> 11 #include <sys/socket.h>
12 #include <netinet/in.h> 12 #include <netinet/in.h>
13 #include <arpa/inet.h> 13 #include <arpa/inet.h>
14 #include <netdb.h> 14 #include <netdb.h>
15 #include <limits.h> 15 #include <limits.h>
16
17 static char* syslogconfig_version = "$Id$";
18 16
19 char *token_add; 17 char *token_add;
20 char *token_bucket; 18 char *token_bucket;
21 char *token_file; 19 char *token_file;
22 char *token_ignore; 20 char *token_ignore;