diff options
| author | Alexander Barton <alex@barton.de> | 2011-01-09 23:51:30 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2011-01-09 23:51:30 +0100 |
| commit | 4a6d44dce2436103dafaad199597ada354d9b794 (patch) | |
| tree | 322334fd54c513f5332633c91c7fa98648ebbb6f /contrib/MacOSX/config.h | |
| parent | 5ed7a4ea5755954dc6e25349125963cff7a4355c (diff) | |
| download | ngircd-4a6d44dce2436103dafaad199597ada354d9b794.tar.gz ngircd-4a6d44dce2436103dafaad199597ada354d9b794.zip | |
Remove support for ZeroConf/Bonjour/Rendezvous service registration
Diffstat (limited to 'contrib/MacOSX/config.h')
| -rw-r--r-- | contrib/MacOSX/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index ba5e7e6a..af0a34c2 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -42,9 +42,6 @@ /* Define if TCP wrappers should be used */ /*#define TCPWRAP 1*/ -/* Define if support for Zeroconf should be included */ -/*#define ZEROCONF 1*/ - /* Define if zlib compression should be enabled */ #define ZLIB 1 @@ -103,13 +100,6 @@ /* Define if socklen_t exists */ #define HAVE_socklen_t 1 -#ifdef ZEROCONF -/* Define to 1 if you have the <DNSServiceDiscovery/DNSServiceDiscovery.h> header file. */ -#define HAVE_DNSSERVICEDISCOVERY_DNSSERVICEDISCOVERY_H 1 -/* Define to 1 if you have the `DNSServiceRegistrationCreate' function. */ -#define HAVE_DNSSERVICEREGISTRATIONCREATE 1 -#endif - #ifdef PAM /* Define to 1 if you have the `pam_authenticate' function. */ #define HAVE_PAM_AUTHENTICATE 1 |