From da8c6bea465a9c8421b5f6c7d1065820b94762a1 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 23 Feb 2000 13:57:06 +0000 Subject: [PATCH] Proper check for getrusage(), it somehow disappeared. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index a244ba43cf..7411dead6b 100644 --- a/configure.in +++ b/configure.in @@ -291,6 +291,7 @@ flock \ gcvt \ getlogin \ gethostbyaddr \ +getrusage \ gettimeofday \ gmtime_r \ inet_aton \ -- 2.50.1