From f5824775b89570a5328853677d834c859685ae75 Mon Sep 17 00:00:00 2001 From: Brian Fox Date: Fri, 22 Oct 1993 11:20:55 +0000 Subject: [PATCH] Add #undef HAVE_UNISTD_H so that configure can edit it correctly. --- src/config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.in b/src/config.in index f3af96cf346..21379445741 100644 --- a/src/config.in +++ b/src/config.in @@ -83,6 +83,7 @@ and this notice must be preserved on all copies. */ configure.in. */ #undef HAVE_SYS_TIMEB_H #undef HAVE_SYS_TIME_H +#undef HAVE_UNISTD_H #undef STDC_HEADERS #undef TIME_WITH_SYS_TIME -- 2.39.5