aboutsummaryrefslogtreecommitdiff
path: root/src/zeroconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zeroconf.c')
-rw-r--r--src/zeroconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c
index 7ae6dfec..1e2e0eb5 100644
--- a/src/zeroconf.c
+++ b/src/zeroconf.c
@@ -35,7 +35,7 @@
#define SERVICE_NAME "Music Player"
/* Here is the implementation for Avahi (http://avahi.org) Zeroconf support */
-#if HAVE_AVAHI
+#ifdef HAVE_AVAHI
#include <avahi-client/client.h>
#include <avahi-client/publish.h>
@@ -477,7 +477,7 @@ void initZeroconf(void)
void finishZeroconf(void)
{
-#if HAVE_AVAHI
+#ifdef HAVE_AVAHI
DEBUG( "Avahi: Shutting down interface\n" );
deregisterIO( &avahiIo );