comparison src/config.in @ 73184:85a9d581baa6

Regenerated.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 30 Sep 2006 09:11:23 +0000
parents 81a55a7dc3c3
children 13efda9a9909 bb0e318b7c53
comparison
equal deleted inserted replaced
73183:46b59eb5e6f8 73184:85a9d581baa6
122 122
123 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 123 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
124 don't. */ 124 don't. */
125 #undef HAVE_DECL_SYS_SIGLIST 125 #undef HAVE_DECL_SYS_SIGLIST
126 126
127 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
128 */
129 #undef HAVE_DECL_TZNAME
130
131 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 127 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
132 don't. */ 128 don't. */
133 #undef HAVE_DECL___SYS_SIGLIST 129 #undef HAVE_DECL___SYS_SIGLIST
134 130
135 /* Define to 1 if you have the <des.h> header file. */ 131 /* Define to 1 if you have the <des.h> header file. */
798 /* Define as the return type of signal handlers (`int' or `void'). */ 794 /* Define as the return type of signal handlers (`int' or `void'). */
799 #undef RETSIGTYPE 795 #undef RETSIGTYPE
800 796
801 /* If using the C implementation of alloca, define if you know the 797 /* If using the C implementation of alloca, define if you know the
802 direction of stack growth for your system; otherwise it will be 798 direction of stack growth for your system; otherwise it will be
803 automatically deduced at runtime. 799 automatically deduced at run-time.
804 STACK_DIRECTION > 0 => grows toward higher addresses 800 STACK_DIRECTION > 0 => grows toward higher addresses
805 STACK_DIRECTION < 0 => grows toward lower addresses 801 STACK_DIRECTION < 0 => grows toward lower addresses
806 STACK_DIRECTION = 0 => direction of growth unknown */ 802 STACK_DIRECTION = 0 => direction of growth unknown */
807 #undef STACK_DIRECTION 803 #undef STACK_DIRECTION
808 804