1#define PACKAGE "luaposix"
2#define VERSION "v36.2.1"
3
4/* fcntl */
5#define HAVE_POSIX_FADVISE 1
6
7/* sched */
8#define HAVE_SCHED_H 1
9#define HAVE_SCHED_GETSCHEDULER 1
10#define HAVE_SCHED_SETSCHEDULER 1
11
12/* sys.msg */
13#define HAVE_SYS_MSG_H 1
14#define HAVE_MSGRCV 1
15#define HAVE_MSGSND 1
16
17/* sys.socket */
18#define HAVE_NET_IF_H 1
19#define HAVE_LINUX_NETLINK_H 1
20#define HAVE_LINUX_IF_PACKET_H 1
21
22/* sys.statvfs */
23#define HAVE_STATVFS 1
24
25/* time */
26#define HAVE_TM_GMTOFF 1
27#define HAVE_TM_ZONE 1
28
29/* unistd */
30#define HAVE_CRYPT 1
31#define HAVE_CRYPT_H 1
32#define HAVE_DECL_FDATASYNC 1
33#define HAVE_FDATASYNC 1
34#define HAVE_GETHOSTID 1