mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 18:28:30 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
30
libc/sysv/consts/mcast.h
Normal file
30
libc/sysv/consts/mcast.h
Normal file
|
@ -0,0 +1,30 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_MCAST_H_
|
||||
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_MCAST_H_
|
||||
#include "libc/runtime/symbolic.h"
|
||||
|
||||
#define MCAST_BLOCK_SOURCE SYMBOLIC(MCAST_BLOCK_SOURCE)
|
||||
#define MCAST_EXCLUDE SYMBOLIC(MCAST_EXCLUDE)
|
||||
#define MCAST_INCLUDE SYMBOLIC(MCAST_INCLUDE)
|
||||
#define MCAST_JOIN_GROUP SYMBOLIC(MCAST_JOIN_GROUP)
|
||||
#define MCAST_JOIN_SOURCE_GROUP SYMBOLIC(MCAST_JOIN_SOURCE_GROUP)
|
||||
#define MCAST_LEAVE_GROUP SYMBOLIC(MCAST_LEAVE_GROUP)
|
||||
#define MCAST_LEAVE_SOURCE_GROUP SYMBOLIC(MCAST_LEAVE_SOURCE_GROUP)
|
||||
#define MCAST_MSFILTER SYMBOLIC(MCAST_MSFILTER)
|
||||
#define MCAST_UNBLOCK_SOURCE SYMBOLIC(MCAST_UNBLOCK_SOURCE)
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long MCAST_BLOCK_SOURCE;
|
||||
hidden extern const long MCAST_EXCLUDE;
|
||||
hidden extern const long MCAST_INCLUDE;
|
||||
hidden extern const long MCAST_JOIN_GROUP;
|
||||
hidden extern const long MCAST_JOIN_SOURCE_GROUP;
|
||||
hidden extern const long MCAST_LEAVE_GROUP;
|
||||
hidden extern const long MCAST_LEAVE_SOURCE_GROUP;
|
||||
hidden extern const long MCAST_MSFILTER;
|
||||
hidden extern const long MCAST_UNBLOCK_SOURCE;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_MCAST_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue