summaryrefslogtreecommitdiff
path: root/src/config.h (plain)
blob: b75a298e97f2a31dfa2d2d3d070b9b1282926674
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated automatically from configure.in by autoheader. */
3/* LIC: GPL */
4
5/* Define to empty if the keyword does not work. */
6/* #undef const */
7
8/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
9#define HAVE_SYS_WAIT_H 1
10
11/* Define to `int' if <sys/types.h> doesn't define. */
12/* #undef pid_t */
13
14/* Define as the return type of signal handlers (int or void). */
15#define RETSIGTYPE void
16
17/* Define if the setvbuf function takes the buffering type as its second
18 argument and the buffer pointer as the third, as on System V
19 before release 3. */
20/* #undef SETVBUF_REVERSED */
21
22/* Define if you have the ANSI C header files. */
23#define STDC_HEADERS 1
24
25/* Define if you can safely include both <sys/time.h> and <time.h>. */
26#define TIME_WITH_SYS_TIME 1
27
28/* Define if your <sys/time.h> declares struct tm. */
29/* #undef TM_IN_SYS_TIME */
30
31#define HAVE_STRUCT_SOCKADDR_LL 1
32
33/* The number of bytes in a unsigned int. */
34#define SIZEOF_UNSIGNED_INT 4
35
36/* The number of bytes in a unsigned long. */
37#define SIZEOF_UNSIGNED_LONG 4
38
39/* The number of bytes in a unsigned short. */
40#define SIZEOF_UNSIGNED_SHORT 2
41
42/* Define if you have the select function. */
43#define HAVE_SELECT 1
44
45/* Define if you have the socket function. */
46#define HAVE_SOCKET 1
47
48/* Define if you have the strerror function. */
49#define HAVE_STRERROR 1
50
51/* Define if you have the strtol function. */
52#define HAVE_STRTOL 1
53
54/* Define if you have the <asm/types.h> header file. */
55#define HAVE_ASM_TYPES_H 1
56
57/* Define if you have the <fcntl.h> header file. */
58#define HAVE_FCNTL_H 1
59
60/* Define if you have the <getopt.h> header file. */
61#define HAVE_GETOPT_H 1
62
63/* Define if you have the <linux/if_ether.h> header file. */
64#define HAVE_LINUX_IF_ETHER_H 1
65
66/* Define if you have kernel-mode PPPoE in Linux file. */
67/* #undef HAVE_LINUX_KERNEL_PPPOE */
68
69/* Define if you have the <linux/if_packet.h> header file. */
70#define HAVE_LINUX_IF_PACKET_H 1
71
72/* Define if you have the <linux/if_pppox.h> header file. */
73#define HAVE_LINUX_IF_PPPOX_H 1
74
75/* Define if you have the <net/bpf.h> header file. */
76/* #undef HAVE_NET_BPF_H */
77
78/* Define if you have the <net/if_arp.h> header file. */
79#define HAVE_NET_IF_ARP_H 1
80
81/* Define if you have the <net/ethernet.h> header file. */
82#define HAVE_NET_ETHERNET_H 1
83
84/* Define if you have the <net/if.h> header file. */
85#define HAVE_NET_IF_H 1
86
87/* Define if you have the <linux/if.h> header file. */
88#define HAVE_LINUX_IF_H 1
89
90/* Define if you have the <net/if_dl.h> header file. */
91/* #undef HAVE_NET_IF_DL_H */
92
93/* Define if you have the <net/if_ether.h> header file. */
94/* #undef HAVE_NET_IF_ETHER_H */
95
96/* Define if you have the <net/if_types.h> header file. */
97/* #undef HAVE_NET_IF_TYPES_H */
98
99/* Define if you have the <netinet/if_ether.h> header file. */
100#define HAVE_NETINET_IF_ETHER_H 1
101
102/* Define if you have the <netpacket/packet.h> header file. */
103#define HAVE_NETPACKET_PACKET_H 1
104
105/* Define if you have the <sys/cdefs.h> header file. */
106#define HAVE_SYS_CDEFS_H 1
107
108/* Define if you have the <sys/dlpi.h> header file. */
109/* #undef HAVE_SYS_DLPI_H */
110
111/* Define if you have the <sys/ioctl.h> header file. */
112#define HAVE_SYS_IOCTL_H 1
113
114/* Define if you have the <sys/param.h> header file. */
115#define HAVE_SYS_PARAM_H 1
116
117/* Define if you have the <sys/socket.h> header file. */
118#define HAVE_SYS_SOCKET_H 1
119
120/* Define if you have the <sys/time.h> header file. */
121#define HAVE_SYS_TIME_H 1
122
123/* Define if you have the <sys/uio.h> header file. */
124#ifndef HAVE_SYS_UIO_H
125#define HAVE_SYS_UIO_H 1
126#endif
127
128/* Define if you have the <syslog.h> header file. */
129#define HAVE_SYSLOG_H 1
130
131/* Define if you have the <unistd.h> header file. */
132#define HAVE_UNISTD_H 1
133
134/* Define if you have the N_HDLC line discipline in linux/termios.h */
135/* #undef HAVE_N_HDLC */
136
137/* Define if bitfields are packed in reverse order */
138#define PACK_BITFIELDS_REVERSED 1
139
140/* Define to include debugging code */
141#define DEBUGGING_ENABLED 1
142
143/* Solaris moans if we don't do this... */
144#ifdef __sun
145#define __EXTENSIONS__ 1
146#endif
147