]>
Commit | Line | Data |
---|---|---|
afb19109 | 1 | framework module SystemConfiguration [extern_c] [system] { |
9de8ab86 A |
2 | umbrella header "SystemConfiguration.h" |
3 | ||
4 | export * | |
5 | module * { export * } | |
6 | ||
7 | explicit module CaptiveNetwork { | |
8 | header "CaptiveNetwork.h" | |
9 | export * | |
10 | } | |
11 | ||
12 | explicit module DHCPClientPreferences { | |
13 | header "DHCPClientPreferences.h" | |
14 | export * | |
15 | } | |
16 | ||
17 | explicit module SCDynamicStoreCopyDHCPInfo { | |
18 | header "SCDynamicStoreCopyDHCPInfo.h" | |
19 | export * | |
20 | } | |
21 | } |