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.22 by root, Wed Jul 10 01:51:40 2013 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
349/* Add this many bytes of randomness to each packet. */ 352/* Add this many bytes of randomness to each packet. */
350#undef RAND_SIZE 353#undef RAND_SIZE
351 354
352/* Define as the return type of signal handlers (`int' or `void'). */ 355/* Define as the return type of signal handlers (`int' or `void'). */
353#undef RETSIGTYPE 356#undef RETSIGTYPE
357
358/* Size of RSA keys. */
359#undef RSABITS
354 360
355/* 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
356 direction of stack growth for your system; otherwise it will be 362 direction of stack growth for your system; otherwise it will be
357 automatically deduced at runtime. 363 automatically deduced at runtime.
358 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