#include #include const CFStringRef kSCPropNetIPv4Addresses = CFSTR("Addresses"); const CFStringRef kSCPropNetIPv4SubnetMasks = CFSTR("SubnetMasks"); const CFStringRef kSCPropNetProxiesExceptionsList = CFSTR("ExceptionsList"); const CFStringRef kSCPropNetProxiesExcludeSimpleHostnames = CFSTR("ExcludeSimpleHostnames"); const CFStringRef kSCPropNetProxiesFTPEnable = CFSTR("FTPEnable"); const CFStringRef kSCPropNetProxiesFTPPassive = CFSTR("FTPPassive"); const CFStringRef kSCPropNetProxiesFTPPort = CFSTR("FTPPort"); const CFStringRef kSCPropNetProxiesFTPProxy = CFSTR("FTPProxy"); const CFStringRef kSCPropNetProxiesGopherEnable = CFSTR("GopherEnable"); const CFStringRef kSCPropNetProxiesGopherPort = CFSTR("GopherPort"); const CFStringRef kSCPropNetProxiesGopherProxy = CFSTR("GopherProxy"); const CFStringRef kSCPropNetProxiesHTTPEnable = CFSTR("HTTPEnable"); const CFStringRef kSCPropNetProxiesHTTPPort = CFSTR("HTTPPort"); const CFStringRef kSCPropNetProxiesHTTPProxy = CFSTR("HTTPProxy"); const CFStringRef kSCPropNetProxiesHTTPSEnable = CFSTR("HTTPSEnable"); const CFStringRef kSCPropNetProxiesHTTPSPort = CFSTR("HTTPSPort"); const CFStringRef kSCPropNetProxiesHTTPSProxy = CFSTR("HTTPSProxy"); const CFStringRef kSCPropNetProxiesRTSPEnable = CFSTR("RTSPEnable"); const CFStringRef kSCPropNetProxiesRTSPPort = CFSTR("RTSPPort"); const CFStringRef kSCPropNetProxiesRTSPProxy = CFSTR("RTSPProxy"); const CFStringRef kSCPropNetProxiesSOCKSEnable = CFSTR("SOCKSEnable"); const CFStringRef kSCPropNetProxiesSOCKSPort = CFSTR("SOCKSPort"); const CFStringRef kSCPropNetProxiesSOCKSProxy = CFSTR("SOCKSProxy"); const CFStringRef kSCPropNetProxiesProxyAutoConfigEnable = CFSTR("ProxyAutoConfigEnable"); const CFStringRef kSCPropNetProxiesProxyAutoConfigJavaScript = CFSTR("ProxyAutoConfigJavaScript"); const CFStringRef kSCPropNetProxiesProxyAutoConfigURLString = CFSTR("ProxyAutoConfigURLString"); const CFStringRef kSCPropNetProxiesProxyAutoDiscoveryEnable = CFSTR("ProxyAutoDiscoveryEnable"); const CFStringRef kSCDynamicStorePropNetPrimaryInterface = CFSTR("PrimaryInterface");