comparison src/config.in @ 90033:f3ec05478165

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-627 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-629 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-630 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-632 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-54 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-55 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56 Update from CVS: Add lisp/legacy-gnus-agent.el * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-57 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-58 Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 22 Oct 2004 10:13:52 +0000
parents ff0e824afa37 1293d7f90911
children e24e2e78deda
comparison
equal deleted inserted replaced
90032:c02cca0ca4ff 90033:f3ec05478165
412 #undef HAVE_NET_IF_H 412 #undef HAVE_NET_IF_H
413 413
414 /* Define to 1 if you have the <nlist.h> header file. */ 414 /* Define to 1 if you have the <nlist.h> header file. */
415 #undef HAVE_NLIST_H 415 #undef HAVE_NLIST_H
416 416
417 /* Define to 1 if personality LINUX32 can be set. */
418 #undef HAVE_PERSONALITY_LINUX32
419
417 /* Define to 1 if you have the png library (-lpng). */ 420 /* Define to 1 if you have the png library (-lpng). */
418 #undef HAVE_PNG 421 #undef HAVE_PNG
419 422
420 /* Define to 1 if you have the <png.h> header file. */ 423 /* Define to 1 if you have the <png.h> header file. */
421 #undef HAVE_PNG_H 424 #undef HAVE_PNG_H
429 /* Define to 1 if you have the <pty.h> header file. */ 432 /* Define to 1 if you have the <pty.h> header file. */
430 #undef HAVE_PTY_H 433 #undef HAVE_PTY_H
431 434
432 /* Define to 1 if you have the `random' function. */ 435 /* Define to 1 if you have the `random' function. */
433 #undef HAVE_RANDOM 436 #undef HAVE_RANDOM
434
435 /* Define to 1 if this OS randomizes the start address of the heap. */
436 #undef HAVE_RANDOM_HEAPSTART
437 437
438 /* Define to 1 if you have the `recvfrom' function. */ 438 /* Define to 1 if you have the `recvfrom' function. */
439 #undef HAVE_RECVFROM 439 #undef HAVE_RECVFROM
440 440
441 /* Define to 1 if you have the `rename' function. */ 441 /* Define to 1 if you have the `rename' function. */
755 #undef RETSIGTYPE 755 #undef RETSIGTYPE
756 756
757 /* 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
758 direction of stack growth for your system; otherwise it will be 758 direction of stack growth for your system; otherwise it will be
759 automatically deduced at run-time. 759 automatically deduced at run-time.
760 STACK_DIRECTION > 0 => grows toward higher addresses 760 STACK_DIRECTION > 0 => grows toward higher addresses
761 STACK_DIRECTION < 0 => grows toward lower addresses 761 STACK_DIRECTION < 0 => grows toward lower addresses
762 STACK_DIRECTION = 0 => direction of growth unknown */ 762 STACK_DIRECTION = 0 => direction of growth unknown */
763 #undef STACK_DIRECTION 763 #undef STACK_DIRECTION
764 764
765 /* Define to 1 if you have the ANSI C header files. */ 765 /* Define to 1 if you have the ANSI C header files. */
766 #undef STDC_HEADERS 766 #undef STDC_HEADERS
767 767