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