diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-07-10 20:09:50 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-07-10 20:09:50 +0000 |
commit | 4d8c7bc330f086f0a0fe2ee549517f4ff6193414 (patch) | |
tree | 3f1baae31a85e13df8da9da30d560ca101cfd086 /src/s/ms-w32.h | |
parent | a7efda1fe708c27c5c9f47d7bd625e501266b9d0 (diff) | |
download | emacs-4d8c7bc330f086f0a0fe2ee549517f4ff6193414.tar.gz |
Define HAVE_SHUTDOWN.
Diffstat (limited to 'src/s/ms-w32.h')
-rw-r--r-- | src/s/ms-w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 28d2a1c8b76..faa19d8e104 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -264,6 +264,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_SETRLIMIT #undef HAVE_SETPGID #undef HAVE_GETCWD +/* Some systems do not have this. */ #define HAVE_SHUTDOWN #undef LOCALTIME_CACHE |