Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* -*- Mode: C; tab-width: 4 -*- * * Copyright (c) 2016 Apple Inc. All rights reserved. */ #ifndef _DNS_SD_INTERNAL_H #define _DNS_SD_INTERNAL_H #if !APPLE_OSX_mDNSResponder #define DNSSD_NO_CREATE_DELEGATE_CONNECTION 1 #endif #include "dns_sd_private.h" #endif