emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/config.in [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/config.in [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:42:07 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.190.2.5 emacs/src/config.in:1.190.2.6
*** emacs/src/config.in:1.190.2.5       Thu Oct 14 08:49:53 2004
--- emacs/src/config.in Fri Oct 22 10:13:34 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. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]