comparison src/config.in @ 74878:c34f8b541f72

nt/ChangeLog
author Eli Zaretskii <eliz@gnu.org>
date Sun, 24 Dec 2006 07:22:49 +0000
parents 1b8ea6fcd267
children 3d45362f1d38 17e0dd217877 bc10a33dd40b
comparison
equal deleted inserted replaced
74877:226713cc7be9 74878:c34f8b541f72
119 119
120 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 120 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
121 don't. */ 121 don't. */
122 #undef HAVE_DECL_SYS_SIGLIST 122 #undef HAVE_DECL_SYS_SIGLIST
123 123
124 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
125 */
126 #undef HAVE_DECL_TZNAME
127
124 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 128 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
125 don't. */ 129 don't. */
126 #undef HAVE_DECL___SYS_SIGLIST 130 #undef HAVE_DECL___SYS_SIGLIST
127 131
128 /* Define to 1 if you have the <des.h> header file. */ 132 /* Define to 1 if you have the <des.h> header file. */
800 /* Define as the return type of signal handlers (`int' or `void'). */ 804 /* Define as the return type of signal handlers (`int' or `void'). */
801 #undef RETSIGTYPE 805 #undef RETSIGTYPE
802 806
803 /* If using the C implementation of alloca, define if you know the 807 /* If using the C implementation of alloca, define if you know the
804 direction of stack growth for your system; otherwise it will be 808 direction of stack growth for your system; otherwise it will be
805 automatically deduced at run-time. 809 automatically deduced at runtime.
806 STACK_DIRECTION > 0 => grows toward higher addresses 810 STACK_DIRECTION > 0 => grows toward higher addresses
807 STACK_DIRECTION < 0 => grows toward lower addresses 811 STACK_DIRECTION < 0 => grows toward lower addresses
808 STACK_DIRECTION = 0 => direction of growth unknown */ 812 STACK_DIRECTION = 0 => direction of growth unknown */
809 #undef STACK_DIRECTION 813 #undef STACK_DIRECTION
810 814