1/* config.h.in.  Generated from configure.in by autoheader.  */
2/*
3 * acconfig.h
4 *
5 * Additional autoconf defines for this program.
6 *
7 * $Id: acconfig.h,v 1.6 2005/12/29 01:21:09 quozl Exp $
8 */
9
10/* Use BSD User land PPP? */
11#undef BSDUSER_PPP
12
13/* Use SLIRP? */
14#undef SLIRP
15
16/* Enable Broadcast Relay? */
17#undef BCRELAY
18
19/* Work as a PNS rather than a PAC? */
20#undef PNS_MODE
21
22/* Communicate between control and manager processes with a pipe */
23#undef CTRL_MGR_PIPE
24
25/* Where is my pppd? */
26#undef PPP_BINARY
27
28/* Syslog Facility to use?  See openlog(3). */
29#undef PPTP_FACILITY
30
31/* Have libwrap? */
32#undef HAVE_LIBWRAP
33
34/* Package name */
35#undef PACKAGE
36
37/* Version */
38#undef VERSION
39
40/* Just #define to int if it's not defined */
41#undef socklen_t
42
43/* These would be better as typedefs, but... */
44#undef u_int8_t
45#undef u_int16_t
46#undef u_int32_t
47
48/* And the signed size_t */
49/* (normal size_t is done by standard autoconf) */
50#undef ssize_t
51
52/* Define if you have an openpty() (non-standard check) */
53#undef HAVE_OPENPTY
54
55/* Define to 1 if you have the `daemon' function. */
56#undef HAVE_DAEMON
57
58/* Define to 1 if you have the `fork' function. */
59#undef HAVE_FORK
60
61/* Define to 1 if you have the `getservbyname' function. */
62#undef HAVE_GETSERVBYNAME
63
64/* Define to 1 if you have the <inttypes.h> header file. */
65#undef HAVE_INTTYPES_H
66
67/* Define to 1 if you have the `c' library (-lc). */
68#undef HAVE_LIBC
69
70/* Define to 1 if you have the `intl' library (-lintl). */
71#undef HAVE_LIBINTL
72
73/* Define to 1 if you have the <libintl.h> header file. */
74#undef HAVE_LIBINTL_H
75
76/* Define to 1 if you have the `nsl' library (-lnsl). */
77#undef HAVE_LIBNSL
78
79/* Define to 1 if you have the `socket' library (-lsocket). */
80#undef HAVE_LIBSOCKET
81
82/* Define to 1 if you have the `util' library (-lutil). */
83#undef HAVE_LIBUTIL
84
85/* Define to 1 if you have the <libutil.h> header file. */
86#undef HAVE_LIBUTIL_H
87
88/* Define to 1 if you have the `memmove' function. */
89#undef HAVE_MEMMOVE
90
91/* Define to 1 if you have the <memory.h> header file. */
92#undef HAVE_MEMORY_H
93
94/* Define to 1 if you have the <pty.h> header file. */
95#undef HAVE_PTY_H
96
97/* Define to 1 if you have the `setproctitle' function. */
98#undef HAVE_SETPROCTITLE
99
100/* Define to 1 if you have the `setsid' function. */
101#undef HAVE_SETSID
102
103/* Define to 1 if you have the <stdint.h> header file. */
104#undef HAVE_STDINT_H
105
106/* Define to 1 if you have the <stdlib.h> header file. */
107#undef HAVE_STDLIB_H
108
109/* Define to 1 if you have the `strerror' function. */
110#undef HAVE_STRERROR
111
112/* Define to 1 if you have the <strings.h> header file. */
113#undef HAVE_STRINGS_H
114
115/* Define to 1 if you have the <string.h> header file. */
116#undef HAVE_STRING_H
117
118/* Define to 1 if you have the `strlcpy' function. */
119#undef HAVE_STRLCPY
120
121/* Define to 1 if you have the <syslog.h> header file. */
122#undef HAVE_SYSLOG_H
123
124/* Define to 1 if you have the <sys/stat.h> header file. */
125#undef HAVE_SYS_STAT_H
126
127/* Define to 1 if you have the <sys/types.h> header file. */
128#undef HAVE_SYS_TYPES_H
129
130/* Define to 1 if you have the <sys/uio.h> header file. */
131#undef HAVE_SYS_UIO_H
132
133/* Define to 1 if you have the <unistd.h> header file. */
134#undef HAVE_UNISTD_H
135
136/* Define to 1 if you have the `writev' function. */
137#undef HAVE_WRITEV
138
139/* Name of package */
140#undef PACKAGE
141
142/* Define to the address where bug reports for this package should be sent. */
143#undef PACKAGE_BUGREPORT
144
145/* Define to the full name of this package. */
146#undef PACKAGE_NAME
147
148/* Define to the full name and version of this package. */
149#undef PACKAGE_STRING
150
151/* Define to the one symbol short name of this package. */
152#undef PACKAGE_TARNAME
153
154/* Define to the home page for this package. */
155#undef PACKAGE_URL
156
157/* Define to the version of this package. */
158#undef PACKAGE_VERSION
159
160/* Define to 1 if you have the ANSI C header files. */
161#undef STDC_HEADERS
162
163/* Version number of package */
164#undef VERSION
165
166/* Define to empty if `const' does not conform to ANSI C. */
167#undef const
168
169/* Define to `__inline__' or `__inline' if that's what the C compiler
170   calls it, or to nothing if 'inline' is not supported under any name.  */
171#ifndef __cplusplus
172#undef inline
173#endif
174
175/* Define to `unsigned int' if <sys/types.h> does not define. */
176#undef size_t
177
178/* Define to `int' if <sys/types.h> does not define. */
179#undef ssize_t
180
181/* Define to `unsigned short' if <sys/types.h> does not define. */
182#undef u_int16_t
183
184/* Define to `unsigned int' if <sys/types.h> does not define. */
185#undef u_int32_t
186
187/* Define to `unsigned char' if <sys/types.h> does not define. */
188#undef u_int8_t
189