ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
(Generate patch)

Comparing gvpe/config.h.in (file contents):
Revision 1.14 by pcg, Sat Nov 10 15:16:36 2007 UTC vs.
Revision 1.26 by root, Thu Oct 25 04:32:26 2018 UTC

16#undef CRAY_STACKSEG_END 16#undef CRAY_STACKSEG_END
17 17
18/* Define to 1 if using `alloca.c'. */ 18/* Define to 1 if using `alloca.c'. */
19#undef C_ALLOCA 19#undef C_ALLOCA
20 20
21/* Select the auth digest algorithm to use. */
22#undef ENABLE_AUTH
23
21/* Select the symmetric cipher to use. */ 24/* Select the symmetric cipher to use. */
22#undef ENABLE_CIPHER 25#undef ENABLE_CIPHER
23 26
24/* Enable compression support. */ 27/* Enable compression support. */
25#undef ENABLE_COMPRESSION 28#undef ENABLE_COMPRESSION
26 29
27/* Select the digest algorithm to use. */
28#undef ENABLE_DIGEST
29
30/* DNS tunnel protocol support. */ 30/* DNS tunnel protocol support. */
31#undef ENABLE_DNS 31#undef ENABLE_DNS
32
33/* Select the HMAC digest algorithm to use. */
34#undef ENABLE_HMAC
32 35
33/* http proxy connect support. */ 36/* http proxy connect support. */
34#undef ENABLE_HTTP_PROXY 37#undef ENABLE_HTTP_PROXY
35 38
36/* ICMP protocol support. */ 39/* ICMP protocol support. */
38 41
39/* Define to 1 if translation of program messages to the user's native 42/* Define to 1 if translation of program messages to the user's native
40 language is requested. */ 43 language is requested. */
41#undef ENABLE_NLS 44#undef ENABLE_NLS
42 45
43/* ROHC support */ 46/* POSIX thread support. */
44#undef ENABLE_ROHC 47#undef ENABLE_PTHREADS
45 48
46/* TCP protocol support. */ 49/* TCP protocol support. */
47#undef ENABLE_TCP 50#undef ENABLE_TCP
48 51
49/* Define to 1 if you have `alloca', as a function or macro. */ 52/* Define to 1 if you have `alloca', as a function or macro. */
63#undef HAVE_CLOCALE 66#undef HAVE_CLOCALE
64 67
65/* Define to 1 if you have the `clock_gettime' function. */ 68/* Define to 1 if you have the `clock_gettime' function. */
66#undef HAVE_CLOCK_GETTIME 69#undef HAVE_CLOCK_GETTIME
67 70
71/* Define to 1 to use the syscall interface for clock_gettime */
72#undef HAVE_CLOCK_SYSCALL
73
68/* Cygwin */ 74/* Cygwin */
69#undef HAVE_CYGWIN 75#undef HAVE_CYGWIN
70 76
71/* Define to 1 if you have the `daemon' function. */ 77/* Define to 1 if you have the `daemon' function. */
72#undef HAVE_DAEMON 78#undef HAVE_DAEMON
79#undef HAVE_DCGETTEXT 85#undef HAVE_DCGETTEXT
80 86
81/* Define to 1 if you have the `epoll_ctl' function. */ 87/* Define to 1 if you have the `epoll_ctl' function. */
82#undef HAVE_EPOLL_CTL 88#undef HAVE_EPOLL_CTL
83 89
90/* Define to 1 if you have the `eventfd' function. */
91#undef HAVE_EVENTFD
92
84/* Define to 1 if you have the <ext/hash_map> header file. */ 93/* Define to 1 if you have the <ext/hash_map> header file. */
85#undef HAVE_EXT_HASH_MAP 94#undef HAVE_EXT_HASH_MAP
86 95
87/* Define to 1 if you have the <fcntl.h> header file. */ 96/* Define to 1 if you have the <fcntl.h> header file. */
88#undef HAVE_FCNTL_H 97#undef HAVE_FCNTL_H
89 98
99/* Define to 1 if the floor function is available */
100#undef HAVE_FLOOR
101
90/* FreeBSD */ 102/* FreeBSD */
91#undef HAVE_FREEBSD 103#undef HAVE_FREEBSD
92 104
93/* Define if the GNU gettext() function is already present or preinstalled. */ 105/* Define if the GNU gettext() function is already present or preinstalled. */
94#undef HAVE_GETTEXT 106#undef HAVE_GETTEXT
97#undef HAVE_GET_CURRENT_DIR_NAME 109#undef HAVE_GET_CURRENT_DIR_NAME
98 110
99/* Define if you have the iconv() function. */ 111/* Define if you have the iconv() function. */
100#undef HAVE_ICONV 112#undef HAVE_ICONV
101 113
114/* Define to 1 if you have the `inotify_init' function. */
115#undef HAVE_INOTIFY_INIT
116
102/* Define to 1 if you have the <inttypes.h> header file. */ 117/* Define to 1 if you have the <inttypes.h> header file. */
103#undef HAVE_INTTYPES_H 118#undef HAVE_INTTYPES_H
104 119
105/* Define to 1 if you have the `kqueue' function. */ 120/* Define to 1 if you have the `kqueue' function. */
106#undef HAVE_KQUEUE 121#undef HAVE_KQUEUE
130#undef HAVE_MEMORY_H 145#undef HAVE_MEMORY_H
131 146
132/* Define to 1 if you have the `mlockall' function. */ 147/* Define to 1 if you have the `mlockall' function. */
133#undef HAVE_MLOCKALL 148#undef HAVE_MLOCKALL
134 149
150/* Define to 1 if you have the `nanosleep' function. */
151#undef HAVE_NANOSLEEP
152
135/* NetBSD */ 153/* NetBSD */
136#undef HAVE_NETBSD 154#undef HAVE_NETBSD
137 155
138/* Define to 1 if you have the <netinet/in.h> header file. */ 156/* Define to 1 if you have the <netinet/in.h> header file. */
139#undef HAVE_NETINET_IN_H 157#undef HAVE_NETINET_IN_H
154#undef HAVE_NET_IF_H 172#undef HAVE_NET_IF_H
155 173
156/* OpenBSD */ 174/* OpenBSD */
157#undef HAVE_OPENBSD 175#undef HAVE_OPENBSD
158 176
159/* Define to 1 if you have the `OpenSSL_add_all_algorithms' function. */ 177/* Define to 1 if you have the `poll' function. */
160#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS 178#undef HAVE_POLL
161 179
162/* Define to 1 if you have the `OPENSSL_add_all_algorithms_noconf' function.
163 */
164#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS_NOCONF
165
166/* Define to 1 if you have the <openssl/err.h> header file. */ 180/* Define to 1 if you have the <poll.h> header file. */
167#undef HAVE_OPENSSL_ERR_H 181#undef HAVE_POLL_H
168 182
169/* Define to 1 if you have the <openssl/evp.h> header file. */ 183/* Define to 1 if you have the `port_create' function. */
170#undef HAVE_OPENSSL_EVP_H 184#undef HAVE_PORT_CREATE
171 185
172/* Define to 1 if you have the <openssl/pem.h> header file. */
173#undef HAVE_OPENSSL_PEM_H
174
175/* Define to 1 if you have the <openssl/rand.h> header file. */
176#undef HAVE_OPENSSL_RAND_H
177
178/* Define to 1 if you have the <openssl/rsa.h> header file. */ 186/* Define to 1 if you have the <port.h> header file. */
179#undef HAVE_OPENSSL_RSA_H 187#undef HAVE_PORT_H
180
181/* Define to 1 if you have the <openssl/sha.h> header file. */
182#undef HAVE_OPENSSL_SHA_H
183 188
184/* Define to 1 if you have the `putenv' function. */ 189/* Define to 1 if you have the `putenv' function. */
185#undef HAVE_PUTENV 190#undef HAVE_PUTENV
186 191
187/* Define to 1 if you have the `RAND_pseudo_bytes' function. */
188#undef HAVE_RAND_PSEUDO_BYTES
189
190/* Define to 1 if you have the `select' function. */ 192/* Define to 1 if you have the `select' function. */
191#undef HAVE_SELECT 193#undef HAVE_SELECT
192 194
195/* Define to 1 if you have the `signalfd' function. */
196#undef HAVE_SIGNALFD
197
193/* socklen_t available */ 198/* socklen_t available */
194#undef HAVE_SOCKLEN_T 199#undef HAVE_SOCKLEN_T
195 200
196/* Solaris/SunOS */ 201/* Solaris/SunOS */
197#undef HAVE_SOLARIS 202#undef HAVE_SOLARIS
198 203
199/* Define to 1 if you have the `SSLeay_add_all_algorithms' function. */
200#undef HAVE_SSLEAY_ADD_ALL_ALGORITHMS
201
202/* Define to 1 if you have the <stdint.h> header file. */ 204/* Define to 1 if you have the <stdint.h> header file. */
203#undef HAVE_STDINT_H 205#undef HAVE_STDINT_H
204 206
205/* Define to 1 if you have the <stdlib.h> header file. */ 207/* Define to 1 if you have the <stdlib.h> header file. */
206#undef HAVE_STDLIB_H 208#undef HAVE_STDLIB_H
230#undef HAVE_SYS_CYGWIN_H 232#undef HAVE_SYS_CYGWIN_H
231 233
232/* Define to 1 if you have the <sys/epoll.h> header file. */ 234/* Define to 1 if you have the <sys/epoll.h> header file. */
233#undef HAVE_SYS_EPOLL_H 235#undef HAVE_SYS_EPOLL_H
234 236
237/* Define to 1 if you have the <sys/eventfd.h> header file. */
238#undef HAVE_SYS_EVENTFD_H
239
235/* Define to 1 if you have the <sys/event.h> header file. */ 240/* Define to 1 if you have the <sys/event.h> header file. */
236#undef HAVE_SYS_EVENT_H 241#undef HAVE_SYS_EVENT_H
237 242
238/* Define to 1 if you have the <sys/file.h> header file. */ 243/* Define to 1 if you have the <sys/file.h> header file. */
239#undef HAVE_SYS_FILE_H 244#undef HAVE_SYS_FILE_H
240 245
246/* Define to 1 if you have the <sys/inotify.h> header file. */
247#undef HAVE_SYS_INOTIFY_H
248
241/* Define to 1 if you have the <sys/ioctl.h> header file. */ 249/* Define to 1 if you have the <sys/ioctl.h> header file. */
242#undef HAVE_SYS_IOCTL_H 250#undef HAVE_SYS_IOCTL_H
243 251
244/* Define to 1 if you have the <sys/mman.h> header file. */ 252/* Define to 1 if you have the <sys/mman.h> header file. */
245#undef HAVE_SYS_MMAN_H 253#undef HAVE_SYS_MMAN_H
246 254
247/* Define to 1 if you have the <sys/param.h> header file. */ 255/* Define to 1 if you have the <sys/param.h> header file. */
248#undef HAVE_SYS_PARAM_H 256#undef HAVE_SYS_PARAM_H
249 257
250/* Define to 1 if you have the <sys/queue.h> header file. */ 258/* Define to 1 if you have the <sys/select.h> header file. */
251#undef HAVE_SYS_QUEUE_H 259#undef HAVE_SYS_SELECT_H
260
261/* Define to 1 if you have the <sys/signalfd.h> header file. */
262#undef HAVE_SYS_SIGNALFD_H
252 263
253/* Define to 1 if you have the <sys/stat.h> header file. */ 264/* Define to 1 if you have the <sys/stat.h> header file. */
254#undef HAVE_SYS_STAT_H 265#undef HAVE_SYS_STAT_H
255 266
256/* Define to 1 if you have the <sys/time.h> header file. */ 267/* Define to 1 if you have the <sys/time.h> header file. */
257#undef HAVE_SYS_TIME_H 268#undef HAVE_SYS_TIME_H
258 269
259/* Define to 1 if you have the <sys/types.h> header file. */ 270/* Define to 1 if you have the <sys/types.h> header file. */
260#undef HAVE_SYS_TYPES_H 271#undef HAVE_SYS_TYPES_H
261 272
273/* Define to 1 if you have the <tr1/unordered_map> header file. */
274#undef HAVE_TR1_UNORDERED_MAP
275
262/* Universal tun/tap driver present */ 276/* Universal tun/tap driver present */
263#undef HAVE_TUNTAP 277#undef HAVE_TUNTAP
264 278
265/* Define to 1 if you have the <unistd.h> header file. */ 279/* Define to 1 if you have the <unistd.h> header file. */
266#undef HAVE_UNISTD_H 280#undef HAVE_UNISTD_H
296#undef PACKAGE_STRING 310#undef PACKAGE_STRING
297 311
298/* Define to the one symbol short name of this package. */ 312/* Define to the one symbol short name of this package. */
299#undef PACKAGE_TARNAME 313#undef PACKAGE_TARNAME
300 314
315/* Define to the home page for this package. */
316#undef PACKAGE_URL
317
301/* Define to the version of this package. */ 318/* Define to the version of this package. */
302#undef PACKAGE_VERSION 319#undef PACKAGE_VERSION
303 320
304/* Add this many bytes of randomness to each packet. */
305#undef RAND_SIZE
306
307/* Define as the return type of signal handlers (`int' or `void'). */ 321/* Define as the return type of signal handlers (`int' or `void'). */
308#undef RETSIGTYPE 322#undef RETSIGTYPE
323
324/* Size of RSA keys. */
325#undef RSABITS
309 326
310/* If using the C implementation of alloca, define if you know the 327/* If using the C implementation of alloca, define if you know the
311 direction of stack growth for your system; otherwise it will be 328 direction of stack growth for your system; otherwise it will be
312 automatically deduced at runtime. 329 automatically deduced at runtime.
313 STACK_DIRECTION > 0 => grows toward higher addresses 330 STACK_DIRECTION > 0 => grows toward higher addresses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines