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