blob: 8810c205ca88738c7b647e150d3cd25c7caea969 [file] [log] [blame]
jjako5f1c3972003-01-29 11:56:06 +00001/* config.h.in. Generated from configure.in by autoheader. */
jjako52c24142002-12-16 13:33:51 +00002
jjako286bc982003-01-28 23:17:50 +00003/* Define to 1 if you have the <arpa/inet.h> header file. */
4#undef HAVE_ARPA_INET_H
jjako52c24142002-12-16 13:33:51 +00005
jjako286bc982003-01-28 23:17:50 +00006/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
jjako52c24142002-12-16 13:33:51 +00008
jjako286bc982003-01-28 23:17:50 +00009/* Define to 1 if you have the <fcntl.h> header file. */
jjako52c24142002-12-16 13:33:51 +000010#undef HAVE_FCNTL_H
11
jjako286bc982003-01-28 23:17:50 +000012/* Define to 1 if you have the `gethostbyname' function. */
13#undef HAVE_GETHOSTBYNAME
14
jjako1d3db972004-01-16 09:56:56 +000015/* Define to 1 if you have the <getopt.h> header file. */
16#undef HAVE_GETOPT_H
17
18/* Define to 1 if you have the `getopt_long' function. */
19#undef HAVE_GETOPT_LONG
20
jjako77edc822004-09-10 17:19:31 +000021/* */
22#undef HAVE_IFALIASREQ
23
24/* */
25#undef HAVE_IFREQ_IFRU_NETMASK
26
jjako1d3db972004-01-16 09:56:56 +000027/* Define to 1 if you have the `inet_addr' function. */
28#undef HAVE_INET_ADDR
29
30/* Define to 1 if you have the `inet_aton' function. */
31#undef HAVE_INET_ATON
32
jjako286bc982003-01-28 23:17:50 +000033/* Define to 1 if you have the `inet_ntoa' function. */
34#undef HAVE_INET_NTOA
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
jjako77edc822004-09-10 17:19:31 +000039/* Define to 1 if you have the <linux/if.h> header file. */
40#undef HAVE_LINUX_IF_H
41
42/* Define to 1 if you have the <linux/if_tun.h> header file. */
43#undef HAVE_LINUX_IF_TUN_H
44
45/* Define to 1 if you have the <linux/netlink.h> header file. */
46#undef HAVE_LINUX_NETLINK_H
47
48/* Define to 1 if you have the <linux/rtnetlink.h> header file. */
49#undef HAVE_LINUX_RTNETLINK_H
50
jjako08d331d2003-10-13 20:33:30 +000051/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
52 to 0 otherwise. */
jjako286bc982003-01-28 23:17:50 +000053#undef HAVE_MALLOC
54
55/* Define to 1 if you have the <memory.h> header file. */
56#undef HAVE_MEMORY_H
57
58/* Define to 1 if you have the `memset' function. */
59#undef HAVE_MEMSET
60
61/* Define to 1 if you have the <netdb.h> header file. */
62#undef HAVE_NETDB_H
63
64/* Define to 1 if you have the <netinet/in.h> header file. */
65#undef HAVE_NETINET_IN_H
66
jjako77edc822004-09-10 17:19:31 +000067/* Define to 1 if you have the <net/if.h> header file. */
68#undef HAVE_NET_IF_H
69
70/* Define to 1 if you have the <net/if_tun.h> header file. */
71#undef HAVE_NET_IF_TUN_H
72
73/* */
74#undef HAVE_RT_MSGHDR
75
jjako286bc982003-01-28 23:17:50 +000076/* Define to 1 if you have the `select' function. */
77#undef HAVE_SELECT
78
79/* Define to 1 if you have the `socket' function. */
80#undef HAVE_SOCKET
81
82/* Define to 1 if you have the <stdint.h> header file. */
83#undef HAVE_STDINT_H
84
85/* Define to 1 if you have the <stdlib.h> header file. */
86#undef HAVE_STDLIB_H
87
88/* Define to 1 if you have the `strdup' function. */
89#undef HAVE_STRDUP
90
91/* Define to 1 if you have the `strerror' function. */
92#undef HAVE_STRERROR
93
94/* Define to 1 if you have the <strings.h> header file. */
jjako52c24142002-12-16 13:33:51 +000095#undef HAVE_STRINGS_H
96
jjako286bc982003-01-28 23:17:50 +000097/* Define to 1 if you have the <string.h> header file. */
98#undef HAVE_STRING_H
jjako52c24142002-12-16 13:33:51 +000099
jjako286bc982003-01-28 23:17:50 +0000100/* Define to 1 if you have the `strtol' function. */
101#undef HAVE_STRTOL
jjako52c24142002-12-16 13:33:51 +0000102
jjako286bc982003-01-28 23:17:50 +0000103/* Define to 1 if you have the <syslog.h> header file. */
jjako52c24142002-12-16 13:33:51 +0000104#undef HAVE_SYSLOG_H
105
jjako286bc982003-01-28 23:17:50 +0000106/* Define to 1 if you have the <sys/ioctl.h> header file. */
107#undef HAVE_SYS_IOCTL_H
108
109/* Define to 1 if you have the <sys/socket.h> header file. */
110#undef HAVE_SYS_SOCKET_H
111
112/* Define to 1 if you have the <sys/stat.h> header file. */
113#undef HAVE_SYS_STAT_H
114
115/* Define to 1 if you have the <sys/time.h> header file. */
116#undef HAVE_SYS_TIME_H
117
118/* Define to 1 if you have the <sys/types.h> header file. */
119#undef HAVE_SYS_TYPES_H
120
121/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
122#undef HAVE_SYS_WAIT_H
123
124/* Define to 1 if you have the <unistd.h> header file. */
jjako52c24142002-12-16 13:33:51 +0000125#undef HAVE_UNISTD_H
126
127/* Name of package */
128#undef PACKAGE
129
jjako286bc982003-01-28 23:17:50 +0000130/* Define to the address where bug reports for this package should be sent. */
131#undef PACKAGE_BUGREPORT
132
133/* Define to the full name of this package. */
134#undef PACKAGE_NAME
135
136/* Define to the full name and version of this package. */
137#undef PACKAGE_STRING
138
139/* Define to the one symbol short name of this package. */
140#undef PACKAGE_TARNAME
141
142/* Define to the version of this package. */
143#undef PACKAGE_VERSION
144
145/* Define to 1 if you have the ANSI C header files. */
146#undef STDC_HEADERS
147
148/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
149#undef TIME_WITH_SYS_TIME
150
jjako52c24142002-12-16 13:33:51 +0000151/* Version number of package */
152#undef VERSION
153
jjako286bc982003-01-28 23:17:50 +0000154/* Define to empty if `const' does not conform to ANSI C. */
155#undef const
156
jjako08d331d2003-10-13 20:33:30 +0000157/* Define to rpl_malloc if the replacement function should be used. */
158#undef malloc
159
jjako286bc982003-01-28 23:17:50 +0000160/* Define to `int' if <sys/types.h> does not define. */
161#undef mode_t
162
163/* Define to `unsigned' if <sys/types.h> does not define. */
164#undef size_t