changeset 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 76b377db0bca
children a1b1850b5a47
files src/ChangeLog src/Makefile.in src/config.in
diffstat 3 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 05 20:24:19 2004 +0000
+++ b/src/ChangeLog	Tue Oct 05 20:26:00 2004 +0000
@@ -1,3 +1,10 @@
+2004-10-05  Jan D.  <jhd@ostrich.localdomain>
+
+	* config.in: Regenerate.
+
+	* Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
+	HAVE_EXECSHIELD.
+
 2004-10-05  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
--- a/src/Makefile.in	Tue Oct 05 20:24:19 2004 +0000
+++ b/src/Makefile.in	Tue Oct 05 20:26:00 2004 +0000
@@ -905,7 +905,7 @@
 #define OBJECTS_MACHINE
 #endif
 
-#ifdef HAVE_EXECSHIELD
+#ifdef HAVE_RANDOM_HEAPSTART
 #undef i386
 RUN_TEMACS = @SETARCH@ i386 ./temacs
 #else
--- 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