summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-25 10:52:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-25 14:12:57 +0200
commit66cd9eeb90869b88ab883eab367a39041f21aef0 (patch)
tree5626a9f3422d5bd36d026ab0570228e57c94e01e /sal
parentee60fab03b743a151508608265abe45e5a731e97 (diff)
Remove various commented out defines
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/socket/osl_Socket_Const.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/sal/qa/osl/socket/osl_Socket_Const.h b/sal/qa/osl/socket/osl_Socket_Const.h
index 3021e7021e5b..88ac501d4e3e 100644
--- a/sal/qa/osl/socket/osl_Socket_Const.h
+++ b/sal/qa/osl/socket/osl_Socket_Const.h
@@ -96,49 +96,6 @@ extern "C"
#define IP_VER 4 /// currently only IPv4 is considered.
//------------------------------------------------------------------------
-// Ip port definition
-//------------------------------------------------------------------------
-// #define IP_PORT_ZERO 0
-// #define IP_PORT_TELNET 23
-// #define IP_PORT_SMTP 25
-// #define IP_PORT_GOPHER 70
-// #define IP_PORT_POP3 110
-// #define IP_PORT_NETBIOS_DGM 138
-// #define IP_PORT_NETBIOS 139
-// #define IP_PORT_IMAP 143
-// #define IP_PORT_HTTPS 443
-// /**reference: http://www.iana.org/assignments/port-numbers */
-// #define IP_PORT_MYPORT 8881 //8888
-// #define IP_PORT_MYPORT1 8882 //8889
-// #define IP_PORT_MYPORT3 8884 //8891
-// #define IP_PORT_MYPORT4 8885 //8892
-// #define IP_PORT_MYPORT5 8886 //8893
-// #define IP_PORT_MYPORT6 8887 //8894
-// #define IP_PORT_MYPORT7 8895
-// #define IP_PORT_MYPORT8 8896
-// #define IP_PORT_MYPORT9 8897
-// #define IP_PORT_MYPORT10 8898
-//
-// #define IP_PORT_TMP 9999
-// #define IP_PORT_INVAL 99999
-
-//------------------------------------------------------------------------
-// service definitions.
-//------------------------------------------------------------------------
-// OSLTEST_DECLARE( ServiceFTP, "ftp" );
-// OSLTEST_DECLARE( ServiceTELNET, "telnet" );
-// OSLTEST_DECLARE( ServiceGOPHER, "gopher" );
-// OSLTEST_DECLARE( ServiceIMAP, "imap" );
-// OSLTEST_DECLARE( ServiceHTTPS, "https" );
-// OSLTEST_DECLARE( ServiceNETBIOS, "netbios-dgm" );
-
-//------------------------------------------------------------------------
-// protocol definitions.
-//------------------------------------------------------------------------
-// OSLTEST_DECLARE( ProtocolTCP, "tcp" );
-// OSLTEST_DECLARE( ProtocolUDP, "udp" );
-
-//------------------------------------------------------------------------
// Hostnames.
//------------------------------------------------------------------------
// OSLTEST_DECLARE( HostName1, "localhost" );