Cider Isn't Darwin Emulation, Really
Something went wrong. Try again.
1.9 kB · 33 lines
12345678910111213141516171819202122232425262728293031323334#include <SystemConfiguration/SCSchemaDefinitions.h>#include <CoreFoundation/CFString.h>
#ifndef CONST_STRING_DECL# define CONST_STRING_DECL(name, value) const CFStringRef name = CFSTR(value)#endif
CONST_STRING_DECL(kSCPropNetProxiesExceptionsList, "ExceptionsList");CONST_STRING_DECL(kSCPropNetProxiesExcludeSimpleHostnames, "ExcludeSimpleHostnames");CONST_STRING_DECL(kSCPropNetProxiesFTPEnable, "FTPEnable");CONST_STRING_DECL(kSCPropNetProxiesFTPPassive, "FTPPassive");CONST_STRING_DECL(kSCPropNetProxiesFTPPort, "FTPPort");CONST_STRING_DECL(kSCPropNetProxiesFTPProxy, "FTPProxy");CONST_STRING_DECL(kSCPropNetProxiesGopherEnable, "GopherEnable");CONST_STRING_DECL(kSCPropNetProxiesGopherPort, "GopherPort");CONST_STRING_DECL(kSCPropNetProxiesGopherProxy, "GopherProxy");CONST_STRING_DECL(kSCPropNetProxiesHTTPEnable, "HTTPEnable");CONST_STRING_DECL(kSCPropNetProxiesHTTPPort, "HTTPPort");CONST_STRING_DECL(kSCPropNetProxiesHTTPProxy, "HTTPProxy");CONST_STRING_DECL(kSCPropNetProxiesHTTPSEnable, "HTTPSEnable");CONST_STRING_DECL(kSCPropNetProxiesHTTPSPort, "HTTPSPort");CONST_STRING_DECL(kSCPropNetProxiesHTTPSProxy, "HTTPSProxy");CONST_STRING_DECL(kSCPropNetProxiesRTSPEnable, "RTSPEnable");CONST_STRING_DECL(kSCPropNetProxiesRTSPPort, "RTSPPort");CONST_STRING_DECL(kSCPropNetProxiesRTSPProxy, "RTSPProxy");CONST_STRING_DECL(kSCPropNetProxiesSOCKSEnable, "SOCKSEnable");CONST_STRING_DECL(kSCPropNetProxiesSOCKSPort, "SOCKSPort");CONST_STRING_DECL(kSCPropNetProxiesSOCKSProxy, "SOCKSProxy");CONST_STRING_DECL(kSCPropNetProxiesProxyAutoConfigEnable, "ProxyAutoConfigEnable");CONST_STRING_DECL(kSCPropNetProxiesProxyAutoConfigJavaScript, "ProxyAutoConfigJavaScript");CONST_STRING_DECL(kSCPropNetProxiesProxyAutoConfigURLString, "ProxyAutoConfigURLString");CONST_STRING_DECL(kSCPropNetProxiesProxyAutoDiscoveryEnable, "ProxyAutoDiscoveryEnable");