[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/config.in
From: |
Jan Djärv |
Subject: |
[Emacs-diffs] Changes to emacs/src/config.in |
Date: |
Wed, 20 Oct 2004 12:30:57 -0400 |
Index: emacs/src/config.in
diff -c emacs/src/config.in:1.199 emacs/src/config.in:1.200
*** emacs/src/config.in:1.199 Fri Oct 8 18:38:17 2004
--- emacs/src/config.in Wed Oct 20 16:23:30 2004
***************
*** 414,419 ****
--- 414,422 ----
/* Define to 1 if you have the <nlist.h> header file. */
#undef HAVE_NLIST_H
+ /* Define to 1 if personality LINUX32 can be set. */
+ #undef HAVE_PERSONALITY_LINUX32
+
/* Define to 1 if you have the png library (-lpng). */
#undef HAVE_PNG
***************
*** 432,440 ****
/* Define to 1 if you have the `random' function. */
#undef HAVE_RANDOM
- /* Define to 1 if this OS randomizes the start address of the heap. */
- #undef HAVE_RANDOM_HEAPSTART
-
/* Define to 1 if you have the `recvfrom' function. */
#undef HAVE_RECVFROM
--- 435,440 ----
***************
*** 757,765 ****
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
! STACK_DIRECTION > 0 => grows toward higher addresses
! STACK_DIRECTION < 0 => grows toward lower addresses
! STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */
--- 757,765 ----
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
! STACK_DIRECTION > 0 => grows toward higher addresses
! STACK_DIRECTION < 0 => grows toward lower addresses
! STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */