diff options
| author | Jan Djärv | 2004-10-05 20:26:00 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-10-05 20:26:00 +0000 |
| commit | d8b43276ce75e3e8c38f12fdecf01e636b48915a (patch) | |
| tree | a9590be9a351dd67dd1e77a07c73685d265cb476 /src | |
| parent | 4494a266b4b1556948e4f12e33fea380ebfe6fea (diff) | |
| download | emacs-d8b43276ce75e3e8c38f12fdecf01e636b48915a.tar.gz emacs-d8b43276ce75e3e8c38f12fdecf01e636b48915a.zip | |
* config.in: Regenerate.
* Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
HAVE_EXECSHIELD.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 | ||||
| -rw-r--r-- | src/Makefile.in | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2004-10-05 Jan D. <jhd@ostrich.localdomain> | ||
| 2 | |||
| 3 | * config.in: Regenerate. | ||
| 4 | |||
| 5 | * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of | ||
| 6 | HAVE_EXECSHIELD. | ||
| 7 | |||
| 1 | 2004-10-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 8 | 2004-10-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for | 10 | * 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) \ | |||
| 905 | #define OBJECTS_MACHINE | 905 | #define OBJECTS_MACHINE |
| 906 | #endif | 906 | #endif |
| 907 | 907 | ||
| 908 | #ifdef HAVE_EXECSHIELD | 908 | #ifdef HAVE_RANDOM_HEAPSTART |
| 909 | #undef i386 | 909 | #undef i386 |
| 910 | RUN_TEMACS = @SETARCH@ i386 ./temacs | 910 | RUN_TEMACS = @SETARCH@ i386 ./temacs |
| 911 | #else | 911 | #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. */ | |||
| 136 | /* Define to 1 if you have the `euidaccess' function. */ | 136 | /* Define to 1 if you have the `euidaccess' function. */ |
| 137 | #undef HAVE_EUIDACCESS | 137 | #undef HAVE_EUIDACCESS |
| 138 | 138 | ||
| 139 | /* Define to 1 if this OS has exec shield and we can handle it. */ | ||
| 140 | #undef HAVE_EXECSHIELD | ||
| 141 | |||
| 142 | /* Define to 1 if you have the <fcntl.h> header file. */ | 139 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 143 | #undef HAVE_FCNTL_H | 140 | #undef HAVE_FCNTL_H |
| 144 | 141 | ||
| @@ -432,6 +429,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 432 | /* Define to 1 if you have the `random' function. */ | 429 | /* Define to 1 if you have the `random' function. */ |
| 433 | #undef HAVE_RANDOM | 430 | #undef HAVE_RANDOM |
| 434 | 431 | ||
| 432 | /* Define to 1 if this OS randomizes the start address of the heap. */ | ||
| 433 | #undef HAVE_RANDOM_HEAPSTART | ||
| 434 | |||
| 435 | /* Define to 1 if you have the `recvfrom' function. */ | 435 | /* Define to 1 if you have the `recvfrom' function. */ |
| 436 | #undef HAVE_RECVFROM | 436 | #undef HAVE_RECVFROM |
| 437 | 437 | ||