]> git.eshelyaron.com Git - emacs.git/commitdiff
* config.in: Regenerate.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 5 Oct 2004 20:26:00 +0000 (20:26 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 5 Oct 2004 20:26:00 +0000 (20:26 +0000)
* Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
HAVE_EXECSHIELD.

src/ChangeLog
src/Makefile.in
src/config.in

index b823dbe6f30f6eeb01f7b690f923a352b79ad8bc..ba6ae2d4777256bae6b63535c4fbc02a956bdfbc 100644 (file)
@@ -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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
index 9fc7f7e4a9ffac73120d978b67a5746db5acde01..f25e0f9d84256bd8c82fce34be0e939bb5ea40d4 100644 (file)
@@ -905,7 +905,7 @@ LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \
 #define OBJECTS_MACHINE
 #endif
 
-#ifdef HAVE_EXECSHIELD
+#ifdef HAVE_RANDOM_HEAPSTART
 #undef i386
 RUN_TEMACS = @SETARCH@ i386 ./temacs
 #else
index d87d235fe55d6d3e6842a168b23719961ed507c5..cc37606b7131af1695d820d5aff228502bd27752 100644 (file)
@@ -136,9 +136,6 @@ Boston, MA 02111-1307, USA.  */
 /* 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 @@ Boston, MA 02111-1307, USA.  */
 /* 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