diff options
| author | Paul Eggert | 2012-05-19 01:49:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-05-19 01:49:08 -0700 |
| commit | 003fdae20108225e6993e987a46b095765c151f0 (patch) | |
| tree | 95bd9fae0763d4fbdc7743c1baa83ef2038fb64c /nt | |
| parent | e39b98063324ef3405e1c63ccc3bb0ba8fea7fd7 (diff) | |
| download | emacs-003fdae20108225e6993e987a46b095765c151f0.tar.gz emacs-003fdae20108225e6993e987a46b095765c151f0.zip | |
Remove no-longer-used macro HAVE_FTIME.
* configure.in (machine): Do not set to 'vax', since src/m/vax.h
is being removed.
(AC_CHECK_FUNCS): Remove ftime.
* admin/CPP-DEFINES (HAVE_FTIME): Remove.
* nt/config.nt (HAVE_FTIME): Remove undef; not needed.
* src/m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
* src/s/ms-w32.h (HAVE_FTIME): Remove; not needed.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 0374a3df0f5..22f7bc1d5ea 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * config.nt (HAVE_FTIME): Remove undef; not needed. | ||
| 4 | |||
| 1 | 2012-05-01 Glenn Morris <rgm@gnu.org> | 5 | 2012-05-01 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * config.nt (HAVE_LIBNCURSES): Remove undef; not needed. | 7 | * config.nt (HAVE_LIBNCURSES): Remove undef; not needed. |
diff --git a/nt/config.nt b/nt/config.nt index 8b819af5cac..0ae14c93d94 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -221,7 +221,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 221 | #undef HAVE_FMOD | 221 | #undef HAVE_FMOD |
| 222 | #undef HAVE_RINT | 222 | #undef HAVE_RINT |
| 223 | #undef HAVE_CBRT | 223 | #undef HAVE_CBRT |
| 224 | #undef HAVE_FTIME | ||
| 225 | #undef HAVE_RES_INIT /* For -lresolv on Suns. */ | 224 | #undef HAVE_RES_INIT /* For -lresolv on Suns. */ |
| 226 | #undef HAVE_SETSID | 225 | #undef HAVE_SETSID |
| 227 | #undef HAVE_FPATHCONF | 226 | #undef HAVE_FPATHCONF |