xref: /illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/dns_sd_internal.h (revision 472cd20d26008f77084ade4c2048159b98c2b705)
1*472cd20dSToomas Soome /*
2*472cd20dSToomas Soome  * Copyright (c) 2016-2020 Apple Inc. All rights reserved.
3c65ebfc7SToomas Soome  *
4*472cd20dSToomas Soome  * Licensed under the Apache License, Version 2.0 (the "License");
5*472cd20dSToomas Soome  * you may not use this file except in compliance with the License.
6*472cd20dSToomas Soome  * You may obtain a copy of the License at
7*472cd20dSToomas Soome  *
8*472cd20dSToomas Soome  *     https://www.apache.org/licenses/LICENSE-2.0
9*472cd20dSToomas Soome  *
10*472cd20dSToomas Soome  * Unless required by applicable law or agreed to in writing, software
11*472cd20dSToomas Soome  * distributed under the License is distributed on an "AS IS" BASIS,
12*472cd20dSToomas Soome  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*472cd20dSToomas Soome  * See the License for the specific language governing permissions and
14*472cd20dSToomas Soome  * limitations under the License.
15c65ebfc7SToomas Soome  */
16c65ebfc7SToomas Soome 
17c65ebfc7SToomas Soome #ifndef _DNS_SD_INTERNAL_H
18c65ebfc7SToomas Soome #define _DNS_SD_INTERNAL_H
19c65ebfc7SToomas Soome 
20*472cd20dSToomas Soome // The mDNSResponder daemon doesn't call the private DNS-SD API.
21*472cd20dSToomas Soome 
22*472cd20dSToomas Soome #if !defined(DNS_SD_EXCLUDE_PRIVATE_API)
23*472cd20dSToomas Soome     #define DNS_SD_EXCLUDE_PRIVATE_API  1
24c65ebfc7SToomas Soome #endif
25c65ebfc7SToomas Soome 
26c65ebfc7SToomas Soome #include "dns_sd_private.h"
27c65ebfc7SToomas Soome 
28*472cd20dSToomas Soome #endif  // _DNS_SD_INTERNAL_H
29