diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-19 01:49:08 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-19 01:49:08 -0700 |
commit | 003fdae20108225e6993e987a46b095765c151f0 (patch) | |
tree | 95bd9fae0763d4fbdc7743c1baa83ef2038fb64c /src/m | |
parent | e39b98063324ef3405e1c63ccc3bb0ba8fea7fd7 (diff) | |
download | emacs-003fdae20108225e6993e987a46b095765c151f0.tar.gz |
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 'src/m')
-rw-r--r-- | src/m/vax.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/m/vax.h b/src/m/vax.h deleted file mode 100644 index e4bed4090b9..00000000000 --- a/src/m/vax.h +++ /dev/null @@ -1,23 +0,0 @@ -/* machine description file for vax. - -Copyright (C) 1985-1986, 2001-2012 Free Software Foundation, Inc. - -This file is part of GNU Emacs. - -GNU Emacs is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -GNU Emacs is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ - - -/* #define vax -- appears to be done automatically */ - -#define HAVE_FTIME |