From e739e2ee8411d1c979b2fe6f6d2df8584f22d240 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 1 Jul 1994 15:28:52 +0000 Subject: * Makefile.in (Makefile): add dependency on config.status * configure.in: support --with-gcc[=value], --without-gcc * configure.in, acconfig.h, config.h.in: check for clock_t --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index aab770a7f7..ff6490e2ce 100644 --- a/config.h.in +++ b/config.h.in @@ -87,6 +87,9 @@ (as it does on SCI ODT 3.0) */ #undef BAD_STATIC_FORWARD +/* Define to `long' if doesn't define. */ +#undef clock_t + /* Define if getpgrp() must be called as getpgrp(0) and (consequently) setpgrp() as setpgrp(0, 0). */ #undef GETPGRP_HAVE_ARG -- cgit v1.2.1