Update and clean Tomato RAF files
[tomato.git] / release / src / router / pptpd / config.h.in
blob31ec94d7b4c1f5bed73374d023c8912c6b197d59
1 /* config.h.in. Generated from configure.in by autoheader. */
2 /*
3 * acconfig.h
5 * Additional autoconf defines for this program.
7 * $Id: acconfig.h,v 1.6 2005/12/29 01:21:09 quozl Exp $
8 */
10 /* Use BSD User land PPP? */
11 #undef BSDUSER_PPP
13 /* Use SLIRP? */
14 #undef SLIRP
16 /* Enable Broadcast Relay? */
17 #undef BCRELAY
19 /* Work as a PNS rather than a PAC? */
20 #undef PNS_MODE
22 /* Communicate between control and manager processes with a pipe */
23 #undef CTRL_MGR_PIPE
25 /* Where is my pppd? */
26 #undef PPP_BINARY
28 /* Syslog Facility to use? See openlog(3). */
29 #undef PPTP_FACILITY
31 /* Have libwrap? */
32 #undef HAVE_LIBWRAP
34 /* Package name */
35 #undef PACKAGE
37 /* Version */
38 #undef VERSION
40 /* Just #define to int if it's not defined */
41 #undef socklen_t
43 /* These would be better as typedefs, but... */
44 #undef u_int8_t
45 #undef u_int16_t
46 #undef u_int32_t
48 /* And the signed size_t */
49 /* (normal size_t is done by standard autoconf) */
50 #undef ssize_t
52 /* Define if you have an openpty() (non-standard check) */
53 #undef HAVE_OPENPTY
55 /* Define to 1 if you have the `daemon' function. */
56 #undef HAVE_DAEMON
58 /* Define to 1 if you have the `fork' function. */
59 #undef HAVE_FORK
61 /* Define to 1 if you have the `getservbyname' function. */
62 #undef HAVE_GETSERVBYNAME
64 /* Define to 1 if you have the <inttypes.h> header file. */
65 #undef HAVE_INTTYPES_H
67 /* Define to 1 if you have the `c' library (-lc). */
68 #undef HAVE_LIBC
70 /* Define to 1 if you have the `intl' library (-lintl). */
71 #undef HAVE_LIBINTL
73 /* Define to 1 if you have the <libintl.h> header file. */
74 #undef HAVE_LIBINTL_H
76 /* Define to 1 if you have the `nsl' library (-lnsl). */
77 #undef HAVE_LIBNSL
79 /* Define to 1 if you have the `socket' library (-lsocket). */
80 #undef HAVE_LIBSOCKET
82 /* Define to 1 if you have the `util' library (-lutil). */
83 #undef HAVE_LIBUTIL
85 /* Define to 1 if you have the <libutil.h> header file. */
86 #undef HAVE_LIBUTIL_H
88 /* Define to 1 if you have the `memmove' function. */
89 #undef HAVE_MEMMOVE
91 /* Define to 1 if you have the <memory.h> header file. */
92 #undef HAVE_MEMORY_H
94 /* Define to 1 if you have the <pty.h> header file. */
95 #undef HAVE_PTY_H
97 /* Define to 1 if you have the `setproctitle' function. */
98 #undef HAVE_SETPROCTITLE
100 /* Define to 1 if you have the `setsid' function. */
101 #undef HAVE_SETSID
103 /* Define to 1 if you have the <stdint.h> header file. */
104 #undef HAVE_STDINT_H
106 /* Define to 1 if you have the <stdlib.h> header file. */
107 #undef HAVE_STDLIB_H
109 /* Define to 1 if you have the `strerror' function. */
110 #undef HAVE_STRERROR
112 /* Define to 1 if you have the <strings.h> header file. */
113 #undef HAVE_STRINGS_H
115 /* Define to 1 if you have the <string.h> header file. */
116 #undef HAVE_STRING_H
118 /* Define to 1 if you have the `strlcpy' function. */
119 #undef HAVE_STRLCPY
121 /* Define to 1 if you have the <syslog.h> header file. */
122 #undef HAVE_SYSLOG_H
124 /* Define to 1 if you have the <sys/stat.h> header file. */
125 #undef HAVE_SYS_STAT_H
127 /* Define to 1 if you have the <sys/types.h> header file. */
128 #undef HAVE_SYS_TYPES_H
130 /* Define to 1 if you have the <sys/uio.h> header file. */
131 #undef HAVE_SYS_UIO_H
133 /* Define to 1 if you have the <unistd.h> header file. */
134 #undef HAVE_UNISTD_H
136 /* Define to 1 if you have the `writev' function. */
137 #undef HAVE_WRITEV
139 /* Name of package */
140 #undef PACKAGE
142 /* Define to the address where bug reports for this package should be sent. */
143 #undef PACKAGE_BUGREPORT
145 /* Define to the full name of this package. */
146 #undef PACKAGE_NAME
148 /* Define to the full name and version of this package. */
149 #undef PACKAGE_STRING
151 /* Define to the one symbol short name of this package. */
152 #undef PACKAGE_TARNAME
154 /* Define to the home page for this package. */
155 #undef PACKAGE_URL
157 /* Define to the version of this package. */
158 #undef PACKAGE_VERSION
160 /* Define to 1 if you have the ANSI C header files. */
161 #undef STDC_HEADERS
163 /* Version number of package */
164 #undef VERSION
166 /* Define to empty if `const' does not conform to ANSI C. */
167 #undef const
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
175 /* Define to `unsigned int' if <sys/types.h> does not define. */
176 #undef size_t
178 /* Define to `int' if <sys/types.h> does not define. */
179 #undef ssize_t
181 /* Define to `unsigned short' if <sys/types.h> does not define. */
182 #undef u_int16_t
184 /* Define to `unsigned int' if <sys/types.h> does not define. */
185 #undef u_int32_t
187 /* Define to `unsigned char' if <sys/types.h> does not define. */
188 #undef u_int8_t