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.19 by pcg, Sun Jan 18 03:44:09 2009 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
46/* POSIX thread support. */
47#undef ENABLE_PTHREADS
48
43/* TCP protocol support. */ 49/* TCP protocol support. */
44#undef ENABLE_TCP 50#undef ENABLE_TCP
45 51
46/* 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. */
47#undef HAVE_ALLOCA 53#undef HAVE_ALLOCA
60#undef HAVE_CLOCALE 66#undef HAVE_CLOCALE
61 67
62/* Define to 1 if you have the `clock_gettime' function. */ 68/* Define to 1 if you have the `clock_gettime' function. */
63#undef HAVE_CLOCK_GETTIME 69#undef HAVE_CLOCK_GETTIME
64 70
65/* "use syscall interface for clock_gettime" */ 71/* Define to 1 to use the syscall interface for clock_gettime */
66#undef HAVE_CLOCK_SYSCALL 72#undef HAVE_CLOCK_SYSCALL
67 73
68/* Cygwin */ 74/* Cygwin */
69#undef HAVE_CYGWIN 75#undef HAVE_CYGWIN
70 76
88#undef HAVE_EXT_HASH_MAP 94#undef HAVE_EXT_HASH_MAP
89 95
90/* Define to 1 if you have the <fcntl.h> header file. */ 96/* Define to 1 if you have the <fcntl.h> header file. */
91#undef HAVE_FCNTL_H 97#undef HAVE_FCNTL_H
92 98
99/* Define to 1 if the floor function is available */
100#undef HAVE_FLOOR
101
93/* FreeBSD */ 102/* FreeBSD */
94#undef HAVE_FREEBSD 103#undef HAVE_FREEBSD
95 104
96/* Define if the GNU gettext() function is already present or preinstalled. */ 105/* Define if the GNU gettext() function is already present or preinstalled. */
97#undef HAVE_GETTEXT 106#undef HAVE_GETTEXT
112#undef HAVE_KQUEUE 121#undef HAVE_KQUEUE
113 122
114/* Define to 1 if you have the `gmp' library (-lgmp). */ 123/* Define to 1 if you have the `gmp' library (-lgmp). */
115#undef HAVE_LIBGMP 124#undef HAVE_LIBGMP
116 125
117/* Define to 1 if you have the `m' library (-lm). */
118#undef HAVE_LIBM
119
120/* Define to 1 if you have the `nsl' library (-lnsl). */ 126/* Define to 1 if you have the `nsl' library (-lnsl). */
121#undef HAVE_LIBNSL 127#undef HAVE_LIBNSL
122 128
123/* Define to 1 if you have the `rt' library (-lrt). */ 129/* Define to 1 if you have the `rt' library (-lrt). */
124#undef HAVE_LIBRT 130#undef HAVE_LIBRT
166#undef HAVE_NET_IF_H 172#undef HAVE_NET_IF_H
167 173
168/* OpenBSD */ 174/* OpenBSD */
169#undef HAVE_OPENBSD 175#undef HAVE_OPENBSD
170 176
171/* Define to 1 if you have the `OpenSSL_add_all_algorithms' function. */
172#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS
173
174/* Define to 1 if you have the `OPENSSL_add_all_algorithms_noconf' function.
175 */
176#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS_NOCONF
177
178/* Define to 1 if you have the <openssl/err.h> header file. */
179#undef HAVE_OPENSSL_ERR_H
180
181/* Define to 1 if you have the <openssl/evp.h> header file. */
182#undef HAVE_OPENSSL_EVP_H
183
184/* Define to 1 if you have the <openssl/pem.h> header file. */
185#undef HAVE_OPENSSL_PEM_H
186
187/* Define to 1 if you have the <openssl/rand.h> header file. */
188#undef HAVE_OPENSSL_RAND_H
189
190/* Define to 1 if you have the <openssl/rsa.h> header file. */
191#undef HAVE_OPENSSL_RSA_H
192
193/* Define to 1 if you have the <openssl/sha.h> header file. */
194#undef HAVE_OPENSSL_SHA_H
195
196/* Define to 1 if you have the `poll' function. */ 177/* Define to 1 if you have the `poll' function. */
197#undef HAVE_POLL 178#undef HAVE_POLL
198 179
199/* Define to 1 if you have the <poll.h> header file. */ 180/* Define to 1 if you have the <poll.h> header file. */
200#undef HAVE_POLL_H 181#undef HAVE_POLL_H
206#undef HAVE_PORT_H 187#undef HAVE_PORT_H
207 188
208/* Define to 1 if you have the `putenv' function. */ 189/* Define to 1 if you have the `putenv' function. */
209#undef HAVE_PUTENV 190#undef HAVE_PUTENV
210 191
211/* Define to 1 if you have the `RAND_pseudo_bytes' function. */
212#undef HAVE_RAND_PSEUDO_BYTES
213
214/* Define to 1 if you have the `select' function. */ 192/* Define to 1 if you have the `select' function. */
215#undef HAVE_SELECT 193#undef HAVE_SELECT
216 194
195/* Define to 1 if you have the `signalfd' function. */
196#undef HAVE_SIGNALFD
197
217/* socklen_t available */ 198/* socklen_t available */
218#undef HAVE_SOCKLEN_T 199#undef HAVE_SOCKLEN_T
219 200
220/* Solaris/SunOS */ 201/* Solaris/SunOS */
221#undef HAVE_SOLARIS 202#undef HAVE_SOLARIS
222 203
223/* Define to 1 if you have the `SSLeay_add_all_algorithms' function. */
224#undef HAVE_SSLEAY_ADD_ALL_ALGORITHMS
225
226/* Define to 1 if you have the <stdint.h> header file. */ 204/* Define to 1 if you have the <stdint.h> header file. */
227#undef HAVE_STDINT_H 205#undef HAVE_STDINT_H
228 206
229/* Define to 1 if you have the <stdlib.h> header file. */ 207/* Define to 1 if you have the <stdlib.h> header file. */
230#undef HAVE_STDLIB_H 208#undef HAVE_STDLIB_H
275#undef HAVE_SYS_MMAN_H 253#undef HAVE_SYS_MMAN_H
276 254
277/* 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. */
278#undef HAVE_SYS_PARAM_H 256#undef HAVE_SYS_PARAM_H
279 257
280/* Define to 1 if you have the <sys/queue.h> header file. */
281#undef HAVE_SYS_QUEUE_H
282
283/* Define to 1 if you have the <sys/select.h> header file. */ 258/* Define to 1 if you have the <sys/select.h> header file. */
284#undef HAVE_SYS_SELECT_H 259#undef HAVE_SYS_SELECT_H
285 260
261/* Define to 1 if you have the <sys/signalfd.h> header file. */
262#undef HAVE_SYS_SIGNALFD_H
263
286/* 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. */
287#undef HAVE_SYS_STAT_H 265#undef HAVE_SYS_STAT_H
288 266
289/* 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. */
290#undef HAVE_SYS_TIME_H 268#undef HAVE_SYS_TIME_H
332#undef PACKAGE_STRING 310#undef PACKAGE_STRING
333 311
334/* Define to the one symbol short name of this package. */ 312/* Define to the one symbol short name of this package. */
335#undef PACKAGE_TARNAME 313#undef PACKAGE_TARNAME
336 314
315/* Define to the home page for this package. */
316#undef PACKAGE_URL
317
337/* Define to the version of this package. */ 318/* Define to the version of this package. */
338#undef PACKAGE_VERSION 319#undef PACKAGE_VERSION
339 320
340/* Add this many bytes of randomness to each packet. */
341#undef RAND_SIZE
342
343/* Define as the return type of signal handlers (`int' or `void'). */ 321/* Define as the return type of signal handlers (`int' or `void'). */
344#undef RETSIGTYPE 322#undef RETSIGTYPE
323
324/* Size of RSA keys. */
325#undef RSABITS
345 326
346/* 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
347 direction of stack growth for your system; otherwise it will be 328 direction of stack growth for your system; otherwise it will be
348 automatically deduced at runtime. 329 automatically deduced at runtime.
349 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