1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* "Enable Broadcast Relay" */
4#undef BCRELAY
5
6/* Define to 1 if you have the `daemon' function. */
7#undef HAVE_DAEMON
8
9/* Define to 1 if you have the `fork' function. */
10#undef HAVE_FORK
11
12/* Define to 1 if you have the `getservbyname' function. */
13#undef HAVE_GETSERVBYNAME
14
15/* Define to 1 if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
18/* Define to 1 if you have the `c' library (-lc). */
19#undef HAVE_LIBC
20
21/* Define to 1 if you have the `intl' library (-lintl). */
22#undef HAVE_LIBINTL
23
24/* Define to 1 if you have the <libintl.h> header file. */
25#undef HAVE_LIBINTL_H
26
27/* Define to 1 if you have the `nsl' library (-lnsl). */
28#undef HAVE_LIBNSL
29
30/* Define to 1 if you have the `socket' library (-lsocket). */
31#undef HAVE_LIBSOCKET
32
33/* Define to 1 if you have the <libutil.h> header file. */
34#undef HAVE_LIBUTIL_H
35
36/* "use libwrap" */
37#undef HAVE_LIBWRAP
38
39/* Define to 1 if you have the `memmove' function. */
40#undef HAVE_MEMMOVE
41
42/* Define to 1 if you have the <memory.h> header file. */
43#undef HAVE_MEMORY_H
44
45/* Define to 1 if you have the `setproctitle' function. */
46#undef HAVE_SETPROCTITLE
47
48/* Define to 1 if you have the `setsid' function. */
49#undef HAVE_SETSID
50
51/* Define to 1 if you have the <stdint.h> header file. */
52#undef HAVE_STDINT_H
53
54/* Define to 1 if you have the <stdlib.h> header file. */
55#undef HAVE_STDLIB_H
56
57/* Define to 1 if you have the `strerror' function. */
58#undef HAVE_STRERROR
59
60/* Define to 1 if you have the <strings.h> header file. */
61#undef HAVE_STRINGS_H
62
63/* Define to 1 if you have the <string.h> header file. */
64#undef HAVE_STRING_H
65
66/* Define to 1 if you have the `strlcpy' function. */
67#undef HAVE_STRLCPY
68
69/* Define to 1 if you have the <syslog.h> header file. */
70#undef HAVE_SYSLOG_H
71
72/* Define to 1 if you have the <sys/stat.h> header file. */
73#undef HAVE_SYS_STAT_H
74
75/* Define to 1 if you have the <sys/types.h> header file. */
76#undef HAVE_SYS_TYPES_H
77
78/* Define to 1 if you have the <sys/uio.h> header file. */
79#undef HAVE_SYS_UIO_H
80
81/* Define to 1 if you have the <unistd.h> header file. */
82#undef HAVE_UNISTD_H
83
84/* Define to 1 if you have the `writev' function. */
85#undef HAVE_WRITEV
86
87/* "kernel version" */
88#undef KERNELVERSION
89
90/* Name of package */
91#undef PACKAGE
92
93/* Define to the address where bug reports for this package should be sent. */
94#undef PACKAGE_BUGREPORT
95
96/* Define to the full name of this package. */
97#undef PACKAGE_NAME
98
99/* Define to the full name and version of this package. */
100#undef PACKAGE_STRING
101
102/* Define to the one symbol short name of this package. */
103#undef PACKAGE_TARNAME
104
105/* Define to the version of this package. */
106#undef PACKAGE_VERSION
107
108/* "PPPD version" */
109#undef PPPD_VERSION
110
111/* "pppd binary" */
112#undef PPP_BINARY
113
114/* "syslog facility to use" */
115#undef PPTP_FACILITY
116
117/* Define to 1 if you have the ANSI C header files. */
118#undef STDC_HEADERS
119
120/* Version number of package */
121#undef VERSION
122
123/* Define to empty if `const' does not conform to ANSI C. */
124#undef const
125
126/* Define to `__inline__' or `__inline' if that's what the C compiler
127   calls it, or to nothing if 'inline' is not supported under any name.  */
128#ifndef __cplusplus
129#undef inline
130#endif
131
132/* Define to `unsigned int' if <sys/types.h> does not define. */
133#undef size_t
134
135/* "" */
136#undef socklen_t
137
138/* Define to `int' if <sys/types.h> does not define. */
139#undef ssize_t
140
141/* Define to `unsigned short' if <sys/types.h> does not define. */
142#undef u_int16_t
143
144/* Define to `unsigned int' if <sys/types.h> does not define. */
145#undef u_int32_t
146
147/* Define to `unsigned char' if <sys/types.h> does not define. */
148#undef u_int8_t
149