From d8b43276ce75e3e8c38f12fdecf01e636b48915a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Tue, 5 Oct 2004 20:26:00 +0000 Subject: [PATCH] * config.in: Regenerate. * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of HAVE_EXECSHIELD. --- src/ChangeLog | 7 +++++++ src/Makefile.in | 2 +- src/config.in | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index b823dbe6f30..ba6ae2d4777 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2004-10-05 Jan D. + + * config.in: Regenerate. + + * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of + HAVE_EXECSHIELD. + 2004-10-05 Jan Dj,Ad(Brv * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for diff --git a/src/Makefile.in b/src/Makefile.in index 9fc7f7e4a9f..f25e0f9d842 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 diff --git a/src/config.in b/src/config.in index d87d235fe55..cc37606b713 100644 --- a/src/config.in +++ b/src/config.in @@ -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 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 -- 2.39.5