From 1bb079758049f6aed07188f12917a2846e8da586 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Mar 1996 18:00:38 +0000 Subject: [PATCH] (HAVE_VERSION_H): Add #undef. --- src/config.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2