# HG changeset patch # User Jan Dj¸«£rv # Date 1097007960 0 # Node ID 029c524b4a44e859487df5b959a6b0e769d142b1 # Parent 76b377db0bca97573cbadc3d3fa046e81711a831 * config.in: Regenerate. * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of HAVE_EXECSHIELD. diff -r 76b377db0bca -r 029c524b4a44 src/ChangeLog --- 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. + + * 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 -r 76b377db0bca -r 029c524b4a44 src/Makefile.in --- 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 diff -r 76b377db0bca -r 029c524b4a44 src/config.in --- 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 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