aboutsummaryrefslogtreecommitdiff
path: root/src/zeroconf.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-17 21:13:23 +0200
committerMax Kellermann <max@duempel.org>2008-10-17 21:13:23 +0200
commit25b5d90e448146b6efaf4926680e35aee4a0af6c (patch)
tree6567bb91758598aa4214bd1939c78487806456a9 /src/zeroconf.c
parent4984639b7255d72e272f278c95adb1a2cf71b61c (diff)
Makefile.am: don't compile disabled sources
If a feature is disabled, don't compile the source file at all, disable it completely in Makefile.am instead.
Diffstat (limited to 'src/zeroconf.c')
-rw-r--r--src/zeroconf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c
index e6cbb428..e9742de4 100644
--- a/src/zeroconf.c
+++ b/src/zeroconf.c
@@ -18,8 +18,6 @@
#include "../config.h"
-#ifdef HAVE_ZEROCONF
-
#include "zeroconf.h"
#include "os_compat.h"
#include "conf.h"
@@ -630,5 +628,3 @@ void finishZeroconf(void)
}
#endif
}
-
-#endif /* HAVE_ZEROCONF */