Skip to content

Commit 079be0b

Browse files
committed
network.h: remove duplicate defines
1 parent 8fecfc8 commit 079be0b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

gc/network.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@
5050
#define SO_TYPE 0x1008 /* get socket type */
5151

5252

53-
/*
54-
* Level number for (get/set)sockopt() to apply to socket itself.
55-
*/
56-
#define SOL_SOCKET 0xffff /* options for socket level */
57-
58-
#define AF_UNSPEC 0
59-
#define AF_INET 2
60-
#define PF_INET AF_INET
61-
#define PF_UNSPEC AF_UNSPEC
62-
63-
#define IPPROTO_IP 0
64-
#define IPPROTO_TCP 6
65-
#define IPPROTO_UDP 17
66-
6753
/*
6854
* Options for level IPPROTO_IP
6955
*/

0 commit comments

Comments
 (0)