aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorPaul Eggert2012-05-19 01:49:08 -0700
committerPaul Eggert2012-05-19 01:49:08 -0700
commit003fdae20108225e6993e987a46b095765c151f0 (patch)
tree95bd9fae0763d4fbdc7743c1baa83ef2038fb64c /nt
parente39b98063324ef3405e1c63ccc3bb0ba8fea7fd7 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--nt/config.nt1
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 @@
12012-05-19 Paul Eggert <eggert@cs.ucla.edu>
2
3 * config.nt (HAVE_FTIME): Remove undef; not needed.
4
12012-05-01 Glenn Morris <rgm@gnu.org> 52012-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