diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-03-17 18:00:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-03-17 18:00:38 +0000 |
| commit | 1bb079758049f6aed07188f12917a2846e8da586 (patch) | |
| tree | b6b002ee8861f6344bc067d9ee9ef19de91ad32d | |
| parent | 016c214fea67ae0b194b096c4642baf8b193548a (diff) | |
| download | emacs-1bb079758049f6aed07188f12917a2846e8da586.tar.gz | |
(HAVE_VERSION_H): 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 f971c606b90..db9f6ce07a4 100644 --- a/src/config.in +++ b/src/config.in @@ -117,6 +117,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef HAVE_SYS_TIME_H #undef HAVE_UNISTD_H #undef HAVE_UTIME_H +/* This indicates linux/version.h. */ +#undef HAVE_VERSION_H #undef STDC_HEADERS #undef TIME_WITH_SYS_TIME |
