4 echo "Cannot update headers, private header directory not specified"
11 DHCPClientPreferences.h \
13 SCDynamicStoreCopyDHCPInfo.h \
14 SCDynamicStoreCopySpecific.h \
16 SCNetworkConfiguration.h \
17 SCNetworkConnection.h \
20 SCPreferencesSetSpecific.h \
21 SCSchemaDefinitions.h \
22 SystemConfiguration.h \
25 HACK
=$(echo "_DO_NOT_INCLUDE_${H}" | tr '[:lower:]' '[:upper:]' | sed -e 's/\./_/')
26 cat <<_END_OF_INPUT > "${SPI_BASE}/_${H}"
31 * WARNING WARNING WARNING WARNING WARNING
33 * This is a PRIVATE/INTERNAL header file that is on the to-be-removed soon
34 * list. Please update your project to use :
35 * #include <SystemConfiguration/${H}>
37 * #include <SystemConfiguration/SystemConfiguration.h>
39 * WARNING WARNING WARNING WARNING WARNING
41 #ifndef NO_TAPI_WARNINGS
42 #warning "Please #include <SystemConfiguration/${H}>, NOT <SystemConfiguration/_${H}>. See rdar://41937689 for details"
43 #endif // NO_TAPI_WARNINGS
47 #include <SystemConfiguration/${H}>