comparison src/config.in @ 90147:e1fbb019c538

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 258-271) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 66) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 21 Apr 2005 05:59:53 +0000
parents 6d92d69fae33 e3af9390b9c0
children 173dee4e2611
comparison
equal deleted inserted replaced
90146:a4445dd2a017 90147:e1fbb019c538
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