ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
Revision: 1.27
Committed: Thu Oct 6 03:25:53 2022 UTC (19 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +31 -27 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 /* config.h.in. Generated from configure.ac by autoheader. */
2    
3    
4     #ifndef CONFIG_H__
5     #define CONFIG_H__
6    
7     #ifdef __cplusplus
8     using namespace std;
9     #endif
10    
11    
12    
13 root 1.27 /* Define to 1 if using 'alloca.c'. */
14 pcg 1.1 #undef C_ALLOCA
15    
16 root 1.23 /* Select the auth digest algorithm to use. */
17     #undef ENABLE_AUTH
18    
19 pcg 1.6 /* Select the symmetric cipher to use. */
20 pcg 1.1 #undef ENABLE_CIPHER
21    
22 pcg 1.6 /* Enable compression support. */
23 pcg 1.1 #undef ENABLE_COMPRESSION
24    
25 pcg 1.7 /* DNS tunnel protocol support. */
26     #undef ENABLE_DNS
27    
28 root 1.24 /* Select the HMAC digest algorithm to use. */
29     #undef ENABLE_HMAC
30    
31 pcg 1.6 /* http proxy connect support. */
32 pcg 1.1 #undef ENABLE_HTTP_PROXY
33    
34 pcg 1.6 /* ICMP protocol support. */
35 pcg 1.1 #undef ENABLE_ICMP
36    
37 pcg 1.6 /* Define to 1 if translation of program messages to the user's native
38     language is requested. */
39 pcg 1.1 #undef ENABLE_NLS
40    
41 root 1.21 /* POSIX thread support. */
42     #undef ENABLE_PTHREADS
43    
44 pcg 1.6 /* TCP protocol support. */
45 pcg 1.1 #undef ENABLE_TCP
46    
47 root 1.27 /* Define to 1 if you have 'alloca', as a function or macro. */
48 pcg 1.1 #undef HAVE_ALLOCA
49    
50 root 1.27 /* Define to 1 if <alloca.h> works. */
51 pcg 1.1 #undef HAVE_ALLOCA_H
52    
53 pcg 1.6 /* Define to 1 if you have the <arpa/inet.h> header file. */
54 pcg 1.1 #undef HAVE_ARPA_INET_H
55    
56 pcg 1.6 /* Define to 1 if you have the `asprintf' function. */
57 pcg 1.1 #undef HAVE_ASPRINTF
58    
59 root 1.27 /* Define to 1 if you have the Mac OS X function
60     CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
61     #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
62    
63     /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
64     the CoreFoundation framework. */
65     #undef HAVE_CFPREFERENCESCOPYAPPVALUE
66    
67 pcg 1.9 /* Define to 1 if you have the <clocale> header file. */
68     #undef HAVE_CLOCALE
69    
70 pcg 1.14 /* Define to 1 if you have the `clock_gettime' function. */
71     #undef HAVE_CLOCK_GETTIME
72    
73 root 1.21 /* Define to 1 to use the syscall interface for clock_gettime */
74 pcg 1.19 #undef HAVE_CLOCK_SYSCALL
75    
76 pcg 1.6 /* Cygwin */
77 pcg 1.1 #undef HAVE_CYGWIN
78    
79 pcg 1.6 /* Define to 1 if you have the `daemon' function. */
80 pcg 1.1 #undef HAVE_DAEMON
81    
82 pcg 1.6 /* Darwin (MacOS/X) */
83 pcg 1.1 #undef HAVE_DARWIN
84    
85 pcg 1.6 /* Define if the GNU dcgettext() function is already present or preinstalled.
86     */
87 pcg 1.1 #undef HAVE_DCGETTEXT
88    
89 pcg 1.13 /* Define to 1 if you have the `epoll_ctl' function. */
90     #undef HAVE_EPOLL_CTL
91    
92 pcg 1.19 /* Define to 1 if you have the `eventfd' function. */
93     #undef HAVE_EVENTFD
94    
95 pcg 1.6 /* Define to 1 if you have the <ext/hash_map> header file. */
96 pcg 1.1 #undef HAVE_EXT_HASH_MAP
97    
98 pcg 1.6 /* Define to 1 if you have the <fcntl.h> header file. */
99 pcg 1.1 #undef HAVE_FCNTL_H
100    
101 root 1.21 /* Define to 1 if the floor function is available */
102     #undef HAVE_FLOOR
103    
104 pcg 1.6 /* FreeBSD */
105 pcg 1.1 #undef HAVE_FREEBSD
106    
107 pcg 1.6 /* Define if the GNU gettext() function is already present or preinstalled. */
108 pcg 1.1 #undef HAVE_GETTEXT
109    
110 pcg 1.6 /* Define to 1 if you have the `get_current_dir_name' function. */
111 pcg 1.1 #undef HAVE_GET_CURRENT_DIR_NAME
112    
113 root 1.27 /* Define if you have the iconv() function and it works. */
114 pcg 1.1 #undef HAVE_ICONV
115    
116 pcg 1.16 /* Define to 1 if you have the `inotify_init' function. */
117     #undef HAVE_INOTIFY_INIT
118    
119 pcg 1.6 /* Define to 1 if you have the <inttypes.h> header file. */
120 pcg 1.1 #undef HAVE_INTTYPES_H
121    
122 root 1.27 /* Define to 1 if linux/fs.h defined kernel_rwf_t */
123     #undef HAVE_KERNEL_RWF_T
124    
125 pcg 1.13 /* Define to 1 if you have the `kqueue' function. */
126     #undef HAVE_KQUEUE
127    
128 pcg 1.9 /* Define to 1 if you have the `gmp' library (-lgmp). */
129     #undef HAVE_LIBGMP
130    
131 pcg 1.6 /* Define to 1 if you have the `nsl' library (-lnsl). */
132 pcg 1.1 #undef HAVE_LIBNSL
133    
134 pcg 1.13 /* Define to 1 if you have the `rt' library (-lrt). */
135     #undef HAVE_LIBRT
136    
137 pcg 1.6 /* Define to 1 if you have the `socket' library (-lsocket). */
138 pcg 1.1 #undef HAVE_LIBSOCKET
139    
140 pcg 1.6 /* Define to 1 if you have the <limits.h> header file. */
141 pcg 1.1 #undef HAVE_LIMITS_H
142    
143 pcg 1.6 /* Linux */
144 pcg 1.1 #undef HAVE_LINUX
145    
146 root 1.27 /* Define to 1 if you have the <linux/aio_abi.h> header file. */
147     #undef HAVE_LINUX_AIO_ABI_H
148    
149     /* Define to 1 if you have the <linux/fs.h> header file. */
150     #undef HAVE_LINUX_FS_H
151    
152 pcg 1.6 /* Define to 1 if you have the <malloc.h> header file. */
153 pcg 1.1 #undef HAVE_MALLOC_H
154    
155 pcg 1.6 /* Define to 1 if you have the `mlockall' function. */
156 pcg 1.1 #undef HAVE_MLOCKALL
157    
158 pcg 1.18 /* Define to 1 if you have the `nanosleep' function. */
159     #undef HAVE_NANOSLEEP
160    
161 pcg 1.6 /* NetBSD */
162 pcg 1.1 #undef HAVE_NETBSD
163    
164 pcg 1.6 /* Define to 1 if you have the <netinet/in.h> header file. */
165 pcg 1.1 #undef HAVE_NETINET_IN_H
166    
167 pcg 1.6 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
168 pcg 1.1 #undef HAVE_NETINET_IN_SYSTM_H
169    
170 pcg 1.6 /* Define to 1 if you have the <netinet/ip.h> header file. */
171 pcg 1.1 #undef HAVE_NETINET_IP_H
172    
173 pcg 1.6 /* Define to 1 if you have the <netinet/tcp.h> header file. */
174 pcg 1.1 #undef HAVE_NETINET_TCP_H
175    
176 pcg 1.6 /* Define to 1 if you have the <net/ethernet.h> header file. */
177 pcg 1.1 #undef HAVE_NET_ETHERNET_H
178    
179 pcg 1.6 /* Define to 1 if you have the <net/if.h> header file. */
180 pcg 1.1 #undef HAVE_NET_IF_H
181    
182 pcg 1.6 /* OpenBSD */
183 pcg 1.1 #undef HAVE_OPENBSD
184    
185 pcg 1.16 /* Define to 1 if you have the `poll' function. */
186     #undef HAVE_POLL
187    
188     /* Define to 1 if you have the <poll.h> header file. */
189     #undef HAVE_POLL_H
190    
191     /* Define to 1 if you have the `port_create' function. */
192     #undef HAVE_PORT_CREATE
193    
194     /* Define to 1 if you have the <port.h> header file. */
195     #undef HAVE_PORT_H
196    
197 pcg 1.6 /* Define to 1 if you have the `putenv' function. */
198 pcg 1.1 #undef HAVE_PUTENV
199    
200 pcg 1.6 /* Define to 1 if you have the `select' function. */
201 pcg 1.1 #undef HAVE_SELECT
202    
203 root 1.20 /* Define to 1 if you have the `signalfd' function. */
204     #undef HAVE_SIGNALFD
205    
206 pcg 1.6 /* socklen_t available */
207 pcg 1.1 #undef HAVE_SOCKLEN_T
208    
209 pcg 1.6 /* Solaris/SunOS */
210 pcg 1.1 #undef HAVE_SOLARIS
211    
212 pcg 1.6 /* Define to 1 if you have the <stdint.h> header file. */
213 pcg 1.1 #undef HAVE_STDINT_H
214    
215 root 1.27 /* Define to 1 if you have the <stdio.h> header file. */
216     #undef HAVE_STDIO_H
217    
218 pcg 1.6 /* Define to 1 if you have the <stdlib.h> header file. */
219 pcg 1.1 #undef HAVE_STDLIB_H
220    
221 pcg 1.6 /* Define to 1 if you have the `strerror' function. */
222 pcg 1.1 #undef HAVE_STRERROR
223    
224 pcg 1.6 /* Define to 1 if you have the <strings.h> header file. */
225 pcg 1.1 #undef HAVE_STRINGS_H
226    
227 pcg 1.6 /* Define to 1 if you have the <string.h> header file. */
228 pcg 1.1 #undef HAVE_STRING_H
229    
230 pcg 1.6 /* Define to 1 if you have the `strsignal' function. */
231 pcg 1.1 #undef HAVE_STRSIGNAL
232    
233 pcg 1.6 /* Define to 1 if you have the `strtol' function. */
234 pcg 1.1 #undef HAVE_STRTOL
235    
236 pcg 1.6 /* struct addrinfo available */
237 pcg 1.1 #undef HAVE_STRUCT_ADDRINFO
238    
239 pcg 1.6 /* Define to 1 if you have the <syslog.h> header file. */
240 pcg 1.1 #undef HAVE_SYSLOG_H
241 pcg 1.2
242 pcg 1.6 /* Define to 1 if you have the <sys/cygwin.h> header file. */
243 pcg 1.2 #undef HAVE_SYS_CYGWIN_H
244 pcg 1.1
245 pcg 1.13 /* Define to 1 if you have the <sys/epoll.h> header file. */
246     #undef HAVE_SYS_EPOLL_H
247    
248 pcg 1.19 /* Define to 1 if you have the <sys/eventfd.h> header file. */
249     #undef HAVE_SYS_EVENTFD_H
250    
251 pcg 1.13 /* Define to 1 if you have the <sys/event.h> header file. */
252     #undef HAVE_SYS_EVENT_H
253    
254 pcg 1.6 /* Define to 1 if you have the <sys/file.h> header file. */
255 pcg 1.1 #undef HAVE_SYS_FILE_H
256    
257 pcg 1.16 /* Define to 1 if you have the <sys/inotify.h> header file. */
258     #undef HAVE_SYS_INOTIFY_H
259    
260 pcg 1.6 /* Define to 1 if you have the <sys/ioctl.h> header file. */
261 pcg 1.1 #undef HAVE_SYS_IOCTL_H
262    
263 pcg 1.6 /* Define to 1 if you have the <sys/mman.h> header file. */
264 pcg 1.1 #undef HAVE_SYS_MMAN_H
265    
266 pcg 1.6 /* Define to 1 if you have the <sys/param.h> header file. */
267 pcg 1.1 #undef HAVE_SYS_PARAM_H
268    
269 pcg 1.16 /* Define to 1 if you have the <sys/select.h> header file. */
270     #undef HAVE_SYS_SELECT_H
271    
272 root 1.20 /* Define to 1 if you have the <sys/signalfd.h> header file. */
273     #undef HAVE_SYS_SIGNALFD_H
274    
275 pcg 1.6 /* Define to 1 if you have the <sys/stat.h> header file. */
276 pcg 1.1 #undef HAVE_SYS_STAT_H
277    
278 root 1.27 /* Define to 1 if you have the <sys/timerfd.h> header file. */
279     #undef HAVE_SYS_TIMERFD_H
280    
281 pcg 1.6 /* Define to 1 if you have the <sys/time.h> header file. */
282 pcg 1.1 #undef HAVE_SYS_TIME_H
283    
284 pcg 1.6 /* Define to 1 if you have the <sys/types.h> header file. */
285 pcg 1.1 #undef HAVE_SYS_TYPES_H
286    
287 pcg 1.17 /* Define to 1 if you have the <tr1/unordered_map> header file. */
288     #undef HAVE_TR1_UNORDERED_MAP
289    
290 pcg 1.6 /* Define to 1 if you have the <unistd.h> header file. */
291 pcg 1.1 #undef HAVE_UNISTD_H
292    
293 pcg 1.6 /* Define to 1 if you have the `unsetenv' function. */
294 pcg 1.1 #undef HAVE_UNSETENV
295    
296 pcg 1.6 /* Size of HMAC in each packet in bytes. */
297 pcg 1.1 #undef HMACLENGTH
298    
299 pcg 1.6 /* kernel interface subtype */
300 pcg 1.3 #undef IFSUBTYPE
301    
302 pcg 1.6 /* kernel interface type */
303 pcg 1.3 #undef IFTYPE
304    
305 pcg 1.6 /* Maximum MTU supported. */
306 pcg 1.1 #undef MAX_MTU
307    
308 pcg 1.6 /* Name of package */
309 pcg 1.1 #undef PACKAGE
310    
311 pcg 1.6 /* Define to the address where bug reports for this package should be sent. */
312 pcg 1.1 #undef PACKAGE_BUGREPORT
313    
314 pcg 1.6 /* Define to the full name of this package. */
315 pcg 1.1 #undef PACKAGE_NAME
316    
317 pcg 1.6 /* Define to the full name and version of this package. */
318 pcg 1.1 #undef PACKAGE_STRING
319    
320 pcg 1.6 /* Define to the one symbol short name of this package. */
321 pcg 1.1 #undef PACKAGE_TARNAME
322    
323 root 1.20 /* Define to the home page for this package. */
324     #undef PACKAGE_URL
325    
326 pcg 1.6 /* Define to the version of this package. */
327 pcg 1.1 #undef PACKAGE_VERSION
328    
329 root 1.23 /* Size of RSA keys. */
330     #undef RSABITS
331    
332 pcg 1.1 /* If using the C implementation of alloca, define if you know the
333     direction of stack growth for your system; otherwise it will be
334 pcg 1.12 automatically deduced at runtime.
335 pcg 1.4 STACK_DIRECTION > 0 => grows toward higher addresses
336     STACK_DIRECTION < 0 => grows toward lower addresses
337     STACK_DIRECTION = 0 => direction of growth unknown */
338 pcg 1.1 #undef STACK_DIRECTION
339    
340 root 1.27 /* Define to 1 if all of the C90 standard headers exist (not just the ones
341     required in a freestanding environment). This macro is provided for
342     backward compatibility; new code need not use it. */
343 pcg 1.1 #undef STDC_HEADERS
344    
345 pcg 1.6 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
346 pcg 1.1 #undef TM_IN_SYS_TIME
347    
348 pcg 1.6 /* Version number of package */
349 pcg 1.1 #undef VERSION
350    
351 pcg 1.11 /* Enable GNU extensions */
352 pcg 1.1 #undef _GNU_SOURCE
353    
354 pcg 1.6 /* Define to empty if `const' does not conform to ANSI C. */
355 pcg 1.1 #undef const
356    
357 root 1.27 /* Define as a signed integer type capable of holding a process identifier. */
358 pcg 1.1 #undef pid_t
359    
360 pcg 1.12 /* Define to `unsigned int' if <sys/types.h> does not define. */
361 pcg 1.1 #undef size_t
362    
363    
364 pcg 1.8 typedef unsigned char u8;
365     typedef signed char s8;
366    
367 pcg 1.1 #if __CYGWIN__
368    
369     typedef unsigned short u16;
370     typedef unsigned int u32;
371 pcg 1.8 typedef signed short s16;
372     typedef signed int s32;
373 pcg 1.1
374     #else
375     #include <inttypes.h>
376    
377     /* old modula-2 habits */
378     typedef uint16_t u16;
379     typedef uint32_t u32;
380 pcg 1.8 typedef int16_t s16;
381     typedef int32_t s32;
382 pcg 1.1 #endif
383    
384     #endif
385    
386 pcg 1.10 #if HAVE_CLOCALE
387     # define CLOCALE <clocale>
388 pcg 1.9 #else
389 pcg 1.10 # define CLOCALE <locale.h>
390 pcg 1.9 #endif
391