X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/3b56ad6b79c967ddbd4a0e31f92dc3e6cef3961e..afb191091d343a5b396de690cd1432fca238adc9:/SystemConfiguration.fproj/Modules/sc_modules.modulemap diff --git a/SystemConfiguration.fproj/Modules/sc_modules.modulemap b/SystemConfiguration.fproj/Modules/sc_modules.modulemap deleted file mode 100644 index 78d273c..0000000 --- a/SystemConfiguration.fproj/Modules/sc_modules.modulemap +++ /dev/null @@ -1,22 +0,0 @@ -framework module SystemConfiguration [extern_c] { - umbrella header "SystemConfiguration.h" - - export * - module * { export * } - - explicit module CaptiveNetwork { - header "CaptiveNetwork.h" - export * - } - - explicit module DHCPClientPreferences { - header "DHCPClientPreferences.h" - export * - } - - explicit module SCDynamicStoreCopyDHCPInfo { - header "SCDynamicStoreCopyDHCPInfo.h" - export * - } -} -