comparison src/config.in @ 83292:ad07ff6e4555

Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-270 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-271 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-272 src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-273 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-274 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-275 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-276 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-277 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-278 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-67 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-332
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 25 Apr 2005 11:49:38 +0000
parents 3dcba0bc766b e3af9390b9c0
children e58cb448e07c
comparison
equal deleted inserted replaced
83291:bbf359ec4a59 83292:ad07ff6e4555
449 #undef HAVE_PTHREAD_H 449 #undef HAVE_PTHREAD_H
450 450
451 /* Define to 1 if you have the <pty.h> header file. */ 451 /* Define to 1 if you have the <pty.h> header file. */
452 #undef HAVE_PTY_H 452 #undef HAVE_PTY_H
453 453
454 /* Define to 1 if you have the <pwd.h> header file. */
455 #undef HAVE_PWD_H
456
454 /* Define to 1 if you have the `random' function. */ 457 /* Define to 1 if you have the `random' function. */
455 #undef HAVE_RANDOM 458 #undef HAVE_RANDOM
456 459
457 /* Define to 1 if you have the `recvfrom' function. */ 460 /* Define to 1 if you have the `recvfrom' function. */
458 #undef HAVE_RECVFROM 461 #undef HAVE_RECVFROM
777 #undef RETSIGTYPE 780 #undef RETSIGTYPE
778 781
779 /* If using the C implementation of alloca, define if you know the 782 /* If using the C implementation of alloca, define if you know the
780 direction of stack growth for your system; otherwise it will be 783 direction of stack growth for your system; otherwise it will be
781 automatically deduced at run-time. 784 automatically deduced at run-time.
782 STACK_DIRECTION > 0 => grows toward higher addresses 785 STACK_DIRECTION > 0 => grows toward higher addresses
783 STACK_DIRECTION < 0 => grows toward lower addresses 786 STACK_DIRECTION < 0 => grows toward lower addresses
784 STACK_DIRECTION = 0 => direction of growth unknown */ 787 STACK_DIRECTION = 0 => direction of growth unknown */
785 #undef STACK_DIRECTION 788 #undef STACK_DIRECTION
786 789
787 /* Define to 1 if you have the ANSI C header files. */ 790 /* Define to 1 if you have the ANSI C header files. */
788 #undef STDC_HEADERS 791 #undef STDC_HEADERS
789 792