this repo has no description
at fixPythonPipStalling 31 lines 2.2 kB view raw
1#include <SystemConfiguration/SCSchemaDefinitions.h> 2#include <CoreFoundation/CFString.h> 3 4const CFStringRef kSCPropNetIPv4Addresses = CFSTR("Addresses"); 5const CFStringRef kSCPropNetIPv4SubnetMasks = CFSTR("SubnetMasks"); 6const CFStringRef kSCPropNetProxiesExceptionsList = CFSTR("ExceptionsList"); 7const CFStringRef kSCPropNetProxiesExcludeSimpleHostnames = CFSTR("ExcludeSimpleHostnames"); 8const CFStringRef kSCPropNetProxiesFTPEnable = CFSTR("FTPEnable"); 9const CFStringRef kSCPropNetProxiesFTPPassive = CFSTR("FTPPassive"); 10const CFStringRef kSCPropNetProxiesFTPPort = CFSTR("FTPPort"); 11const CFStringRef kSCPropNetProxiesFTPProxy = CFSTR("FTPProxy"); 12const CFStringRef kSCPropNetProxiesGopherEnable = CFSTR("GopherEnable"); 13const CFStringRef kSCPropNetProxiesGopherPort = CFSTR("GopherPort"); 14const CFStringRef kSCPropNetProxiesGopherProxy = CFSTR("GopherProxy"); 15const CFStringRef kSCPropNetProxiesHTTPEnable = CFSTR("HTTPEnable"); 16const CFStringRef kSCPropNetProxiesHTTPPort = CFSTR("HTTPPort"); 17const CFStringRef kSCPropNetProxiesHTTPProxy = CFSTR("HTTPProxy"); 18const CFStringRef kSCPropNetProxiesHTTPSEnable = CFSTR("HTTPSEnable"); 19const CFStringRef kSCPropNetProxiesHTTPSPort = CFSTR("HTTPSPort"); 20const CFStringRef kSCPropNetProxiesHTTPSProxy = CFSTR("HTTPSProxy"); 21const CFStringRef kSCPropNetProxiesRTSPEnable = CFSTR("RTSPEnable"); 22const CFStringRef kSCPropNetProxiesRTSPPort = CFSTR("RTSPPort"); 23const CFStringRef kSCPropNetProxiesRTSPProxy = CFSTR("RTSPProxy"); 24const CFStringRef kSCPropNetProxiesSOCKSEnable = CFSTR("SOCKSEnable"); 25const CFStringRef kSCPropNetProxiesSOCKSPort = CFSTR("SOCKSPort"); 26const CFStringRef kSCPropNetProxiesSOCKSProxy = CFSTR("SOCKSProxy"); 27const CFStringRef kSCPropNetProxiesProxyAutoConfigEnable = CFSTR("ProxyAutoConfigEnable"); 28const CFStringRef kSCPropNetProxiesProxyAutoConfigJavaScript = CFSTR("ProxyAutoConfigJavaScript"); 29const CFStringRef kSCPropNetProxiesProxyAutoConfigURLString = CFSTR("ProxyAutoConfigURLString"); 30const CFStringRef kSCPropNetProxiesProxyAutoDiscoveryEnable = CFSTR("ProxyAutoDiscoveryEnable"); 31const CFStringRef kSCDynamicStorePropNetPrimaryInterface = CFSTR("PrimaryInterface");