summaryrefslogtreecommitdiffstats
path: root/src/ulogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ulogd.c')
-rw-r--r--src/ulogd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ulogd.c b/src/ulogd.c
index b408fe9..2dc597b 100644
--- a/src/ulogd.c
+++ b/src/ulogd.c
@@ -69,16 +69,6 @@
#define DEBUGP(format, args...)
#endif
-/* default config parameters, if not changed in configfile */
-#ifndef ULOGD_LOGFILE_DEFAULT
-#define ULOGD_LOGFILE_DEFAULT "/var/log/ulogd.log"
-#endif
-
-/* where to look for the config file */
-#ifndef ULOGD_CONFIGFILE
-#define ULOGD_CONFIGFILE "/usr/local/etc/ulogd.conf"
-#endif
-
#define COPYRIGHT \
"Copyright (C) 2000-2005 Harald Welte <laforge@netfilter.org>\n"