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