summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/conf.c b/src/conf.c
index 4ee209d..80bdab8 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -783,12 +783,7 @@ static HANDLE_FUNC (handle_xtinyproxy)
static HANDLE_FUNC (handle_syslog)
{
-#ifdef HAVE_SYSLOG_H
return set_bool_arg (&conf->syslog, line, &match[2]);
-#else
- fprintf (stderr, "Syslog support not compiled in executable.\n");
- return 1;
-#endif
}
static HANDLE_FUNC (handle_bindsame)