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 | 6e53307b17c4dc6444d3bbf81db56cac4fc2efa6 (patch) | |
tree | 22856efa4e8b98e9d1791ab33f1affa773851c84 /src/config.in | |
parent | 4a014d53dba26d8554a443fe0f924254c26b47ee (diff) | |
download | emacs-6e53307b17c4dc6444d3bbf81db56cac4fc2efa6.tar.gz |
(HAVE_UTIMES): Add #undef.
Diffstat (limited to 'src/config.in')
-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 |