[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: |
Tue, 05 Oct 2004 16:52:30 -0400 |
Index: emacs/src/config.in
diff -c emacs/src/config.in:1.197 emacs/src/config.in:1.198
*** emacs/src/config.in:1.197 Sat Sep 25 20:43:26 2004
--- emacs/src/config.in Tue Oct 5 20:26:00 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 ----
***************
*** 432,437 ****
--- 429,437 ----
/* 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
- [Emacs-diffs] Changes to emacs/src/config.in,
Jan Dj�rv <=