From: Niels Möller Date: Wed, 30 Dec 1998 00:55:08 +0000 (+0100) Subject: * lib/desTest.c (now): Disable use of rusage. X-Git-Tag: moving_files_to_src_now~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d47bab98a1c5c29228be831d384bfe114f1eec9;p=thirdparty%2Fnettle.git * lib/desTest.c (now): Disable use of rusage. Rev: src/symmetric/desTest.c:1.5 --- diff --git a/desTest.c b/desTest.c index a4bd7ed4..31b9ca6f 100644 --- a/desTest.c +++ b/desTest.c @@ -19,6 +19,11 @@ char desTest_cRcs[] = "$Id$"; #include #include #include + +#if 1 +/* FIXME: Let autoconf look for getrusage */ +#define now(w) 0; +#else /* false */ /* extern getrusage(); */ static struct rusage usage; #define now(w) ( \ @@ -30,7 +35,8 @@ static struct rusage usage; #include #define now(w) 0 #endif - +#endif /* false */ + /* test data * the tests (key0-3, text0-3) are cribbed from code which is (c) 1988 MIT */