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.20 by root, Tue Feb 15 13:31:21 2011 UTC vs.
Revision 1.23 by root, Tue Jul 16 16:44:36 2013 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
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
111/* Define to 1 if you have the `kqueue' function. */ 120/* Define to 1 if you have the `kqueue' function. */
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
117/* Define to 1 if you have the `m' library (-lm). */
118#undef HAVE_LIBM
119 125
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). */
346/* Add this many bytes of randomness to each packet. */ 352/* Add this many bytes of randomness to each packet. */
347#undef RAND_SIZE 353#undef RAND_SIZE
348 354
349/* Define as the return type of signal handlers (`int' or `void'). */ 355/* Define as the return type of signal handlers (`int' or `void'). */
350#undef RETSIGTYPE 356#undef RETSIGTYPE
357
358/* Size of RSA keys. */
359#undef RSABITS
351 360
352/* If using the C implementation of alloca, define if you know the 361/* If using the C implementation of alloca, define if you know the
353 direction of stack growth for your system; otherwise it will be 362 direction of stack growth for your system; otherwise it will be
354 automatically deduced at runtime. 363 automatically deduced at runtime.
355 STACK_DIRECTION > 0 => grows toward higher addresses 364 STACK_DIRECTION > 0 => grows toward higher addresses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines