diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-09-24 07:19:05 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-09-24 07:19:05 +0000 |
commit | 83f1cb949ff65524c9aa0e1a447ebb9434337643 (patch) | |
tree | e516628a8f368e0ec8c20a527beb92da9260690d /src/config.in | |
parent | 4489ece2663ff713da6e5b08e8e3cb96a8af9fdc (diff) | |
download | emacs-83f1cb949ff65524c9aa0e1a447ebb9434337643.tar.gz |
* config.in: Rebuild.
* Makefile.in: Run setarh i386 ./temacs if exec-shield is present.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 0fb4b3f3444..fac26db0a84 100644 --- a/src/config.in +++ b/src/config.in @@ -136,6 +136,9 @@ 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. */ +#undef HAVE_EXECSHIELD + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H |