comparison src/config.in @ 90601:a1a25ac6c88a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 427-436) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 134-136) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-110
author Miles Bader <miles@gnu.org>
date Thu, 14 Sep 2006 09:24:00 +0000
parents a8190f7e546e 81a55a7dc3c3
children bb0e318b7c53
comparison
equal deleted inserted replaced
90600:84dd84b43e1b 90601:a1a25ac6c88a
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
127 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 131 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
128 don't. */ 132 don't. */
129 #undef HAVE_DECL___SYS_SIGLIST 133 #undef HAVE_DECL___SYS_SIGLIST
130 134
131 /* Define to 1 if you have the <des.h> header file. */ 135 /* Define to 1 if you have the <des.h> header file. */
803 /* Define as the return type of signal handlers (`int' or `void'). */ 807 /* Define as the return type of signal handlers (`int' or `void'). */
804 #undef RETSIGTYPE 808 #undef RETSIGTYPE
805 809
806 /* If using the C implementation of alloca, define if you know the 810 /* If using the C implementation of alloca, define if you know the
807 direction of stack growth for your system; otherwise it will be 811 direction of stack growth for your system; otherwise it will be
808 automatically deduced at run-time. 812 automatically deduced at runtime.
809 STACK_DIRECTION > 0 => grows toward higher addresses 813 STACK_DIRECTION > 0 => grows toward higher addresses
810 STACK_DIRECTION < 0 => grows toward lower addresses 814 STACK_DIRECTION < 0 => grows toward lower addresses
811 STACK_DIRECTION = 0 => direction of growth unknown */ 815 STACK_DIRECTION = 0 => direction of growth unknown */
812 #undef STACK_DIRECTION 816 #undef STACK_DIRECTION
813 817