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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/config.in [lexbind]
Date: Mon, 25 Oct 2004 00:43:40 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.174.2.6 emacs/src/config.in:1.174.2.7
*** emacs/src/config.in:1.174.2.6       Wed Oct  6 05:23:55 2004
--- emacs/src/config.in Mon Oct 25 04:19:35 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]