diff src/config.in @ 57336:029c524b4a44

* config.in: Regenerate. * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of HAVE_EXECSHIELD.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 05 Oct 2004 20:26:00 +0000
parents e8db376ec6f0
children 8434603cae5b d83f49cefda3
line wrap: on
line diff
--- a/src/config.in	Tue Oct 05 20:24:19 2004 +0000
+++ b/src/config.in	Tue Oct 05 20:26:00 2004 +0000
@@ -136,9 +136,6 @@
 /* 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
 
@@ -432,6 +429,9 @@
 /* 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