this repo has no description
at fixPythonPipStalling 21 lines 426 B view raw
1framework module SystemConfiguration [extern_c] [system] { 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}