]> git.saurik.com Git - apple/configd.git/blobdiff - SystemConfiguration.fproj/Modules/sc_modules.modulemap
configd-1061.0.2.tar.gz
[apple/configd.git] / 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 (file)
index 78d273c..0000000
+++ /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 *
-  }
-}
-