diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-09-25 00:38:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-09-25 00:38:02 +0000 |
| commit | 6b4b91a4c1d88b47a856ba3f7404024895562145 (patch) | |
| tree | cd1d177061d25d76c6e8e5e0d28b0e166f42a18a | |
| parent | d35cf493aca20f3d85df8243de1391d271dd589e (diff) | |
| download | emacs-6b4b91a4c1d88b47a856ba3f7404024895562145.tar.gz | |
(HAVE_UTIMES): Add #undef.
| -rw-r--r-- | src/config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 004e7620c1b..3716dd29b39 100644 --- a/src/config.in +++ b/src/config.in @@ -151,6 +151,8 @@ and this notice must be preserved on all copies. */ Otherwise you must have the variable `char *sys_errlist[]'. */ #undef HAVE_STRERROR +#undef HAVE_UTIMES + /* Define if `sys_siglist' is declared by <signal.h>. */ #undef SYS_SIGLIST_DECLARED |
