comparison src/config.in @ 83216:4f2f1522636c

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-604 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-605 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-606 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-607 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-256
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 10 Oct 2004 16:41:56 +0000
parents d83f49cefda3 8434603cae5b
children ae7fab96922c
comparison
equal deleted inserted replaced
83215:a9f716fbb9c6 83216:4f2f1522636c
350 #undef HAVE_MACH_MACH_H 350 #undef HAVE_MACH_MACH_H
351 351
352 /* Define to 1 if you have the <maillock.h> header file. */ 352 /* Define to 1 if you have the <maillock.h> header file. */
353 #undef HAVE_MAILLOCK_H 353 #undef HAVE_MAILLOCK_H
354 354
355 /* Define to 1 if you have the <malloc/malloc.h> header file. */
356 #undef HAVE_MALLOC_MALLOC_H
357
355 /* Define to 1 if you have the `mblen' function. */ 358 /* Define to 1 if you have the `mblen' function. */
356 #undef HAVE_MBLEN 359 #undef HAVE_MBLEN
357 360
358 /* Define to 1 if you have the `mbrlen' function. */ 361 /* Define to 1 if you have the `mbrlen' function. */
359 #undef HAVE_MBRLEN 362 #undef HAVE_MBRLEN
752 #undef RETSIGTYPE 755 #undef RETSIGTYPE
753 756
754 /* If using the C implementation of alloca, define if you know the 757 /* If using the C implementation of alloca, define if you know the
755 direction of stack growth for your system; otherwise it will be 758 direction of stack growth for your system; otherwise it will be
756 automatically deduced at run-time. 759 automatically deduced at run-time.
757 STACK_DIRECTION > 0 => grows toward higher addresses 760 STACK_DIRECTION > 0 => grows toward higher addresses
758 STACK_DIRECTION < 0 => grows toward lower addresses 761 STACK_DIRECTION < 0 => grows toward lower addresses
759 STACK_DIRECTION = 0 => direction of growth unknown */ 762 STACK_DIRECTION = 0 => direction of growth unknown */
760 #undef STACK_DIRECTION 763 #undef STACK_DIRECTION
761 764
762 /* Define to 1 if you have the ANSI C header files. */ 765 /* Define to 1 if you have the ANSI C header files. */
763 #undef STDC_HEADERS 766 #undef STDC_HEADERS
764 767