xref: /illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/dns_sd_internal.h (revision f52943a93040563107b95bccb9db87d9971ef47d)
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