mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Make improvements
- Expand redbean UNIX module - Expand redbean documentation - Ensure Lua copyright is embedded in binary - Increase the PATH_MAX limit especially on NT - Use column major sorting for linenoise completions - Fix some suboptimalities in redbean's new UNIX API - Figured out right flags for Multics newline in raw mode
This commit is contained in:
parent
cf3174dc74
commit
2046c0d2ae
305 changed files with 6602 additions and 4221 deletions
|
@ -1,36 +1,6 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_SOL_H_
|
||||
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_SOL_H_
|
||||
#include "libc/runtime/symbolic.h"
|
||||
|
||||
#define SOL_AAL SYMBOLIC(SOL_AAL)
|
||||
#define SOL_ALG SYMBOLIC(SOL_ALG)
|
||||
#define SOL_ATM SYMBOLIC(SOL_ATM)
|
||||
#define SOL_BLUETOOTH SYMBOLIC(SOL_BLUETOOTH)
|
||||
#define SOL_CAIF SYMBOLIC(SOL_CAIF)
|
||||
#define SOL_DCCP SYMBOLIC(SOL_DCCP)
|
||||
#define SOL_DECNET SYMBOLIC(SOL_DECNET)
|
||||
#define SOL_ICMPV6 SYMBOLIC(SOL_ICMPV6)
|
||||
#define SOL_IP SYMBOLIC(SOL_IP)
|
||||
#define SOL_IPV6 SYMBOLIC(SOL_IPV6)
|
||||
#define SOL_IRDA SYMBOLIC(SOL_IRDA)
|
||||
#define SOL_IUCV SYMBOLIC(SOL_IUCV)
|
||||
#define SOL_KCM SYMBOLIC(SOL_KCM)
|
||||
#define SOL_LLC SYMBOLIC(SOL_LLC)
|
||||
#define SOL_NETBEUI SYMBOLIC(SOL_NETBEUI)
|
||||
#define SOL_NETLINK SYMBOLIC(SOL_NETLINK)
|
||||
#define SOL_NFC SYMBOLIC(SOL_NFC)
|
||||
#define SOL_PACKET SYMBOLIC(SOL_PACKET)
|
||||
#define SOL_PNPIPE SYMBOLIC(SOL_PNPIPE)
|
||||
#define SOL_PPPOL2TP SYMBOLIC(SOL_PPPOL2TP)
|
||||
#define SOL_RAW SYMBOLIC(SOL_RAW)
|
||||
#define SOL_RDS SYMBOLIC(SOL_RDS)
|
||||
#define SOL_RXRPC SYMBOLIC(SOL_RXRPC)
|
||||
#define SOL_SOCKET SYMBOLIC(SOL_SOCKET)
|
||||
#define SOL_TCP SYMBOLIC(SOL_TCP)
|
||||
#define SOL_TIPC SYMBOLIC(SOL_TIPC)
|
||||
#define SOL_UDP SYMBOLIC(SOL_UDP)
|
||||
#define SOL_X25 SYMBOLIC(SOL_X25)
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
|
@ -65,4 +35,35 @@ extern const long SOL_X25;
|
|||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
||||
#define SOL_IP LITERALLY(0)
|
||||
#define SOL_TCP LITERALLY(6)
|
||||
#define SOL_UDP LITERALLY(17)
|
||||
|
||||
#define SOL_AAL SYMBOLIC(SOL_AAL)
|
||||
#define SOL_ALG SYMBOLIC(SOL_ALG)
|
||||
#define SOL_ATM SYMBOLIC(SOL_ATM)
|
||||
#define SOL_BLUETOOTH SYMBOLIC(SOL_BLUETOOTH)
|
||||
#define SOL_CAIF SYMBOLIC(SOL_CAIF)
|
||||
#define SOL_DCCP SYMBOLIC(SOL_DCCP)
|
||||
#define SOL_DECNET SYMBOLIC(SOL_DECNET)
|
||||
#define SOL_ICMPV6 SYMBOLIC(SOL_ICMPV6)
|
||||
#define SOL_IPV6 SYMBOLIC(SOL_IPV6)
|
||||
#define SOL_IRDA SYMBOLIC(SOL_IRDA)
|
||||
#define SOL_IUCV SYMBOLIC(SOL_IUCV)
|
||||
#define SOL_KCM SYMBOLIC(SOL_KCM)
|
||||
#define SOL_LLC SYMBOLIC(SOL_LLC)
|
||||
#define SOL_NETBEUI SYMBOLIC(SOL_NETBEUI)
|
||||
#define SOL_NETLINK SYMBOLIC(SOL_NETLINK)
|
||||
#define SOL_NFC SYMBOLIC(SOL_NFC)
|
||||
#define SOL_PACKET SYMBOLIC(SOL_PACKET)
|
||||
#define SOL_PNPIPE SYMBOLIC(SOL_PNPIPE)
|
||||
#define SOL_PPPOL2TP SYMBOLIC(SOL_PPPOL2TP)
|
||||
#define SOL_RAW SYMBOLIC(SOL_RAW)
|
||||
#define SOL_RDS SYMBOLIC(SOL_RDS)
|
||||
#define SOL_RXRPC SYMBOLIC(SOL_RXRPC)
|
||||
#define SOL_SOCKET SYMBOLIC(SOL_SOCKET)
|
||||
#define SOL_TIPC SYMBOLIC(SOL_TIPC)
|
||||
#define SOL_X25 SYMBOLIC(SOL_X25)
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_SOL_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue