xref: /illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/dns_sd_internal.h (revision 856f710c9dc323b39da5935194d7928ffb99b67f)
1 /* -*- Mode: C; tab-width: 4 -*-
2  *
3  * Copyright (c) 2016 Apple Inc. All rights reserved.
4  */
5 
6 #ifndef _DNS_SD_INTERNAL_H
7 #define _DNS_SD_INTERNAL_H
8 
9 #if !APPLE_OSX_mDNSResponder
10 #define DNSSD_NO_CREATE_DELEGATE_CONNECTION 1
11 #endif
12 
13 #include "dns_sd_private.h"
14 
15 #endif
16