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: Thu, 14 Oct 2004 05:14:48 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.190.2.4 emacs/src/config.in:1.190.2.5
*** emacs/src/config.in:1.190.2.4       Wed Sep 29 07:22:18 2004
--- emacs/src/config.in Thu Oct 14 08:49:53 2004
***************
*** 136,144 ****
  /* Define to 1 if you have the `euidaccess' function. */
  #undef HAVE_EUIDACCESS
  
- /* Define to 1 if this OS has exec shield and we can handle it. */
- #undef HAVE_EXECSHIELD
- 
  /* Define to 1 if you have the <fcntl.h> header file. */
  #undef HAVE_FCNTL_H
  
--- 136,141 ----
***************
*** 355,360 ****
--- 352,360 ----
  /* Define to 1 if you have the <maillock.h> header file. */
  #undef HAVE_MAILLOCK_H
  
+ /* Define to 1 if you have the <malloc/malloc.h> header file. */
+ #undef HAVE_MALLOC_MALLOC_H
+ 
  /* Define to 1 if you have the `mblen' function. */
  #undef HAVE_MBLEN
  
***************
*** 432,437 ****
--- 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
  
***************
*** 754,762 ****
  /* 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]