mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 03:50:29 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -54,54 +54,54 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long IP_ADD_MEMBERSHIP;
|
||||
hidden extern const long IP_ADD_SOURCE_MEMBERSHIP;
|
||||
hidden extern const long IP_BIND_ADDRESS_NO_PORT;
|
||||
hidden extern const long IP_BLOCK_SOURCE;
|
||||
hidden extern const long IP_CHECKSUM;
|
||||
hidden extern const long IP_DEFAULT_MULTICAST_LOOP;
|
||||
hidden extern const long IP_DEFAULT_MULTICAST_TTL;
|
||||
hidden extern const long IP_DROP_MEMBERSHIP;
|
||||
hidden extern const long IP_DROP_SOURCE_MEMBERSHIP;
|
||||
hidden extern const long IP_FREEBIND;
|
||||
hidden extern const long IP_HDRINCL;
|
||||
hidden extern const long IP_IPSEC_POLICY;
|
||||
hidden extern const long IP_MAX_MEMBERSHIPS;
|
||||
hidden extern const long IP_MINTTL;
|
||||
hidden extern const long IP_MSFILTER;
|
||||
hidden extern const long IP_MTU;
|
||||
hidden extern const long IP_MTU_DISCOVER;
|
||||
hidden extern const long IP_MULTICAST_ALL;
|
||||
hidden extern const long IP_MULTICAST_IF;
|
||||
hidden extern const long IP_MULTICAST_LOOP;
|
||||
hidden extern const long IP_MULTICAST_TTL;
|
||||
hidden extern const long IP_NODEFRAG;
|
||||
hidden extern const long IP_OPTIONS;
|
||||
hidden extern const long IP_ORIGDSTADDR;
|
||||
hidden extern const long IP_PASSSEC;
|
||||
hidden extern const long IP_PKTINFO;
|
||||
hidden extern const long IP_PKTOPTIONS;
|
||||
hidden extern const long IP_PMTUDISC;
|
||||
hidden extern const long IP_PMTUDISC_DO;
|
||||
hidden extern const long IP_PMTUDISC_DONT;
|
||||
hidden extern const long IP_PMTUDISC_INTERFACE;
|
||||
hidden extern const long IP_PMTUDISC_OMIT;
|
||||
hidden extern const long IP_PMTUDISC_PROBE;
|
||||
hidden extern const long IP_PMTUDISC_WANT;
|
||||
hidden extern const long IP_RECVERR;
|
||||
hidden extern const long IP_RECVOPTS;
|
||||
hidden extern const long IP_RECVORIGDSTADDR;
|
||||
hidden extern const long IP_RECVRETOPTS;
|
||||
hidden extern const long IP_RECVTOS;
|
||||
hidden extern const long IP_RECVTTL;
|
||||
hidden extern const long IP_RETOPTS;
|
||||
hidden extern const long IP_ROUTER_ALERT;
|
||||
hidden extern const long IP_TOS;
|
||||
hidden extern const long IP_TRANSPARENT;
|
||||
hidden extern const long IP_TTL;
|
||||
hidden extern const long IP_UNBLOCK_SOURCE;
|
||||
hidden extern const long IP_UNICAST_IF;
|
||||
hidden extern const long IP_XFRM_POLICY;
|
||||
extern const long IP_ADD_MEMBERSHIP;
|
||||
extern const long IP_ADD_SOURCE_MEMBERSHIP;
|
||||
extern const long IP_BIND_ADDRESS_NO_PORT;
|
||||
extern const long IP_BLOCK_SOURCE;
|
||||
extern const long IP_CHECKSUM;
|
||||
extern const long IP_DEFAULT_MULTICAST_LOOP;
|
||||
extern const long IP_DEFAULT_MULTICAST_TTL;
|
||||
extern const long IP_DROP_MEMBERSHIP;
|
||||
extern const long IP_DROP_SOURCE_MEMBERSHIP;
|
||||
extern const long IP_FREEBIND;
|
||||
extern const long IP_HDRINCL;
|
||||
extern const long IP_IPSEC_POLICY;
|
||||
extern const long IP_MAX_MEMBERSHIPS;
|
||||
extern const long IP_MINTTL;
|
||||
extern const long IP_MSFILTER;
|
||||
extern const long IP_MTU;
|
||||
extern const long IP_MTU_DISCOVER;
|
||||
extern const long IP_MULTICAST_ALL;
|
||||
extern const long IP_MULTICAST_IF;
|
||||
extern const long IP_MULTICAST_LOOP;
|
||||
extern const long IP_MULTICAST_TTL;
|
||||
extern const long IP_NODEFRAG;
|
||||
extern const long IP_OPTIONS;
|
||||
extern const long IP_ORIGDSTADDR;
|
||||
extern const long IP_PASSSEC;
|
||||
extern const long IP_PKTINFO;
|
||||
extern const long IP_PKTOPTIONS;
|
||||
extern const long IP_PMTUDISC;
|
||||
extern const long IP_PMTUDISC_DO;
|
||||
extern const long IP_PMTUDISC_DONT;
|
||||
extern const long IP_PMTUDISC_INTERFACE;
|
||||
extern const long IP_PMTUDISC_OMIT;
|
||||
extern const long IP_PMTUDISC_PROBE;
|
||||
extern const long IP_PMTUDISC_WANT;
|
||||
extern const long IP_RECVERR;
|
||||
extern const long IP_RECVOPTS;
|
||||
extern const long IP_RECVORIGDSTADDR;
|
||||
extern const long IP_RECVRETOPTS;
|
||||
extern const long IP_RECVTOS;
|
||||
extern const long IP_RECVTTL;
|
||||
extern const long IP_RETOPTS;
|
||||
extern const long IP_ROUTER_ALERT;
|
||||
extern const long IP_TOS;
|
||||
extern const long IP_TRANSPARENT;
|
||||
extern const long IP_TTL;
|
||||
extern const long IP_UNBLOCK_SOURCE;
|
||||
extern const long IP_UNICAST_IF;
|
||||
extern const long IP_XFRM_POLICY;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue