Last change
on this file was 1166, checked in by rossy, 3 years ago |
Daodan: Replace MinGW build env with an up-to-date MSYS2 env
|
File size:
3.9 KB
|
Rev | Line | |
---|
[1166] | 1 | /**
|
---|
| 2 | * This file has no copyright assigned and is placed in the Public Domain.
|
---|
| 3 | * This file is part of the mingw-w64 runtime package.
|
---|
| 4 | * No warranty is given; refer to the file DISCLAIMER.PD within this package.
|
---|
| 5 | */
|
---|
| 6 |
|
---|
| 7 | #undef IOCPARM_MASK
|
---|
| 8 | #undef IOC_VOID
|
---|
| 9 | #undef IOC_OUT
|
---|
| 10 | #undef IOC_IN
|
---|
| 11 | #undef IOC_INOUT
|
---|
| 12 |
|
---|
| 13 | #undef _IO
|
---|
| 14 | #undef _IOR
|
---|
| 15 | #undef _IOW
|
---|
| 16 |
|
---|
| 17 | #undef FIONREAD
|
---|
| 18 | #undef FIONBIO
|
---|
| 19 | #undef FIOASYNC
|
---|
| 20 |
|
---|
| 21 | #undef SIOCSHIWAT
|
---|
| 22 | #undef SIOCGHIWAT
|
---|
| 23 | #undef SIOCSLOWAT
|
---|
| 24 | #undef SIOCGLOWAT
|
---|
| 25 | #undef SIOCATMARK
|
---|
| 26 |
|
---|
| 27 | #undef IPPROTO_IP
|
---|
| 28 | #undef IPPROTO_ICMP
|
---|
| 29 | #undef IPPROTO_IGMP
|
---|
| 30 | #undef IPPROTO_GGP
|
---|
| 31 | #undef IPPROTO_TCP
|
---|
| 32 | #undef IPPROTO_PUP
|
---|
| 33 | #undef IPPROTO_UDP
|
---|
| 34 | #undef IPPROTO_IDP
|
---|
| 35 | #undef IPPROTO_ND
|
---|
| 36 |
|
---|
| 37 | #undef IPPROTO_RAW
|
---|
| 38 | #undef IPPROTO_MAX
|
---|
| 39 |
|
---|
| 40 | #undef IPPORT_ECHO
|
---|
| 41 | #undef IPPORT_DISCARD
|
---|
| 42 | #undef IPPORT_SYSTAT
|
---|
| 43 | #undef IPPORT_DAYTIME
|
---|
| 44 | #undef IPPORT_NETSTAT
|
---|
| 45 | #undef IPPORT_FTP
|
---|
| 46 | #undef IPPORT_TELNET
|
---|
| 47 | #undef IPPORT_SMTP
|
---|
| 48 | #undef IPPORT_TIMESERVER
|
---|
| 49 | #undef IPPORT_NAMESERVER
|
---|
| 50 | #undef IPPORT_WHOIS
|
---|
| 51 | #undef IPPORT_MTP
|
---|
| 52 |
|
---|
| 53 | #undef IPPORT_TFTP
|
---|
| 54 | #undef IPPORT_RJE
|
---|
| 55 | #undef IPPORT_FINGER
|
---|
| 56 | #undef IPPORT_TTYLINK
|
---|
| 57 | #undef IPPORT_SUPDUP
|
---|
| 58 |
|
---|
| 59 | #undef IPPORT_EXECSERVER
|
---|
| 60 | #undef IPPORT_LOGINSERVER
|
---|
| 61 | #undef IPPORT_CMDSERVER
|
---|
| 62 | #undef IPPORT_EFSSERVER
|
---|
| 63 |
|
---|
| 64 | #undef IPPORT_BIFFUDP
|
---|
| 65 | #undef IPPORT_WHOSERVER
|
---|
| 66 | #undef IPPORT_ROUTESERVER
|
---|
| 67 |
|
---|
| 68 | #undef IPPORT_RESERVED
|
---|
| 69 |
|
---|
| 70 | #undef IMPLINK_IP
|
---|
| 71 | #undef IMPLINK_LOWEXPER
|
---|
| 72 | #undef IMPLINK_HIGHEXPER
|
---|
| 73 |
|
---|
| 74 | #undef IN_CLASSA
|
---|
| 75 | #undef IN_CLASSA_NET
|
---|
| 76 | #undef IN_CLASSA_NSHIFT
|
---|
| 77 | #undef IN_CLASSA_HOST
|
---|
| 78 | #undef IN_CLASSA_MAX
|
---|
| 79 |
|
---|
| 80 | #undef IN_CLASSB
|
---|
| 81 | #undef IN_CLASSB_NET
|
---|
| 82 | #undef IN_CLASSB_NSHIFT
|
---|
| 83 | #undef IN_CLASSB_HOST
|
---|
| 84 | #undef IN_CLASSB_MAX
|
---|
| 85 |
|
---|
| 86 | #undef IN_CLASSC
|
---|
| 87 | #undef IN_CLASSC_NET
|
---|
| 88 | #undef IN_CLASSC_NSHIFT
|
---|
| 89 | #undef IN_CLASSC_HOST
|
---|
| 90 |
|
---|
| 91 | #undef INADDR_ANY
|
---|
| 92 | #undef INADDR_LOOPBACK
|
---|
| 93 | #undef INADDR_BROADCAST
|
---|
| 94 | #undef INADDR_NONE
|
---|
| 95 |
|
---|
| 96 | #undef IP_OPTIONS
|
---|
| 97 | #undef IP_MULTICAST_IF
|
---|
| 98 | #undef IP_MULTICAST_TTL
|
---|
| 99 | #undef IP_MULTICAST_LOOP
|
---|
| 100 | #undef IP_ADD_MEMBERSHIP
|
---|
| 101 | #undef IP_DROP_MEMBERSHIP
|
---|
| 102 | #undef IP_TTL
|
---|
| 103 | #undef IP_TOS
|
---|
| 104 | #undef IP_DONTFRAGMENT
|
---|
| 105 |
|
---|
| 106 | #undef IP_DEFAULT_MULTICAST_TTL
|
---|
| 107 | #undef IP_DEFAULT_MULTICAST_LOOP
|
---|
| 108 | #undef IP_MAX_MEMBERSHIPS
|
---|
| 109 |
|
---|
| 110 | #undef SOCK_STREAM
|
---|
| 111 | #undef SOCK_DGRAM
|
---|
| 112 | #undef SOCK_RAW
|
---|
| 113 | #undef SOCK_RDM
|
---|
| 114 | #undef SOCK_SEQPACKET
|
---|
| 115 |
|
---|
| 116 | #undef SO_DEBUG
|
---|
| 117 | #undef SO_ACCEPTCONN
|
---|
| 118 | #undef SO_REUSEADDR
|
---|
| 119 | #undef SO_KEEPALIVE
|
---|
| 120 | #undef SO_DONTROUTE
|
---|
| 121 | #undef SO_BROADCAST
|
---|
| 122 | #undef SO_USELOOPBACK
|
---|
| 123 | #undef SO_LINGER
|
---|
| 124 | #undef SO_OOBINLINE
|
---|
| 125 |
|
---|
| 126 | #undef SO_DONTLINGER
|
---|
| 127 |
|
---|
| 128 | #undef SO_SNDBUF
|
---|
| 129 | #undef SO_RCVBUF
|
---|
| 130 | #undef SO_SNDLOWAT
|
---|
| 131 | #undef SO_RCVLOWAT
|
---|
| 132 | #undef SO_SNDTIMEO
|
---|
| 133 | #undef SO_RCVTIMEO
|
---|
| 134 | #undef SO_ERROR
|
---|
| 135 | #undef SO_TYPE
|
---|
| 136 |
|
---|
| 137 | #undef SO_CONNDATA
|
---|
| 138 | #undef SO_CONNOPT
|
---|
| 139 | #undef SO_DISCDATA
|
---|
| 140 | #undef SO_DISCOPT
|
---|
| 141 | #undef SO_CONNDATALEN
|
---|
| 142 | #undef SO_CONNOPTLEN
|
---|
| 143 | #undef SO_DISCDATALEN
|
---|
| 144 | #undef SO_DISCOPTLEN
|
---|
| 145 |
|
---|
| 146 | #undef SO_OPENTYPE
|
---|
| 147 |
|
---|
| 148 | #undef SO_SYNCHRONOUS_ALERT
|
---|
| 149 | #undef SO_SYNCHRONOUS_NONALERT
|
---|
| 150 |
|
---|
| 151 | #undef SO_MAXDG
|
---|
| 152 | #undef SO_MAXPATHDG
|
---|
| 153 | #undef SO_UPDATE_ACCEPT_CONTEXT
|
---|
| 154 | #undef SO_CONNECT_TIME
|
---|
| 155 |
|
---|
| 156 | #undef TCP_NODELAY
|
---|
| 157 | #undef TCP_BSDURGENT
|
---|
| 158 |
|
---|
| 159 | #undef AF_UNSPEC
|
---|
| 160 | #undef AF_UNIX
|
---|
| 161 | #undef AF_INET
|
---|
| 162 | #undef AF_IMPLINK
|
---|
| 163 | #undef AF_PUP
|
---|
| 164 | #undef AF_CHAOS
|
---|
| 165 | #undef AF_IPX
|
---|
| 166 | #undef AF_NS
|
---|
| 167 | #undef AF_ISO
|
---|
| 168 | #undef AF_OSI
|
---|
| 169 | #undef AF_ECMA
|
---|
| 170 | #undef AF_DATAKIT
|
---|
| 171 | #undef AF_CCITT
|
---|
| 172 | #undef AF_SNA
|
---|
| 173 | #undef AF_DECnet
|
---|
| 174 | #undef AF_DLI
|
---|
| 175 | #undef AF_LAT
|
---|
| 176 | #undef AF_HYLINK
|
---|
| 177 | #undef AF_APPLETALK
|
---|
| 178 | #undef AF_NETBIOS
|
---|
| 179 | #undef AF_VOICEVIEW
|
---|
| 180 | #undef AF_FIREFOX
|
---|
| 181 | #undef AF_UNKNOWN1
|
---|
| 182 | #undef AF_BAN
|
---|
| 183 |
|
---|
| 184 | #undef AF_MAX
|
---|
| 185 |
|
---|
| 186 | #undef PF_UNSPEC
|
---|
| 187 | #undef PF_UNIX
|
---|
| 188 | #undef PF_INET
|
---|
| 189 | #undef PF_IMPLINK
|
---|
| 190 | #undef PF_PUP
|
---|
| 191 | #undef PF_CHAOS
|
---|
| 192 | #undef PF_NS
|
---|
| 193 | #undef PF_IPX
|
---|
| 194 | #undef PF_ISO
|
---|
| 195 | #undef PF_OSI
|
---|
| 196 | #undef PF_ECMA
|
---|
| 197 | #undef PF_DATAKIT
|
---|
| 198 | #undef PF_CCITT
|
---|
| 199 | #undef PF_SNA
|
---|
| 200 | #undef PF_DECnet
|
---|
| 201 | #undef PF_DLI
|
---|
| 202 | #undef PF_LAT
|
---|
| 203 | #undef PF_HYLINK
|
---|
| 204 | #undef PF_APPLETALK
|
---|
| 205 | #undef PF_VOICEVIEW
|
---|
| 206 | #undef PF_FIREFOX
|
---|
| 207 | #undef PF_UNKNOWN1
|
---|
| 208 | #undef PF_BAN
|
---|
| 209 |
|
---|
| 210 | #undef PF_MAX
|
---|
| 211 |
|
---|
| 212 | #undef SOL_SOCKET
|
---|
| 213 |
|
---|
| 214 | #undef SOMAXCONN
|
---|
| 215 |
|
---|
| 216 | #undef MSG_OOB
|
---|
| 217 | #undef MSG_PEEK
|
---|
| 218 | #undef MSG_DONTROUTE
|
---|
| 219 |
|
---|
| 220 | #undef MSG_MAXIOVLEN
|
---|
| 221 |
|
---|
| 222 | #undef MSG_PARTIAL
|
---|
| 223 |
|
---|
| 224 | #undef MAXGETHOSTSTRUCT
|
---|
| 225 |
|
---|
| 226 | #undef FD_READ
|
---|
| 227 | #undef FD_WRITE
|
---|
| 228 | #undef FD_OOB
|
---|
| 229 | #undef FD_ACCEPT
|
---|
| 230 | #undef FD_CONNECT
|
---|
| 231 | #undef FD_CLOSE
|
---|
| 232 |
|
---|
| 233 | #undef TF_DISCONNECT
|
---|
| 234 | #undef TF_REUSE_SOCKET
|
---|
| 235 | #undef TF_WRITE_BEHIND
|
---|
| 236 |
|
---|
| 237 | #undef WSAMAKEASYNCREPLY
|
---|
| 238 | #undef WSAMAKESELECTREPLY
|
---|
| 239 | #undef WSAGETASYNCBUFLEN
|
---|
| 240 | #undef WSAGETASYNCERROR
|
---|
| 241 | #undef WSAGETSELECTEVENT
|
---|
| 242 | #undef WSAGETSELECTERROR
|
---|
| 243 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.