From: curt Date: Wed, 19 Aug 1998 17:38:06 +0000 (+0000) Subject: Changes by Bernie Bright to check for getrusage(). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b806e5ea662b0cf723d8a703098434e95c7b392;p=flightgear.git Changes by Bernie Bright to check for getrusage(). --- diff --git a/config.h.in b/config.h.in index d4f97d82d..b4e36d24a 100644 --- a/config.h.in +++ b/config.h.in @@ -72,6 +72,9 @@ /* Define if you have the getitimer function. */ #undef HAVE_GETITIMER +/* Define if you have the getrusage function. */ +#undef HAVE_GETRUSAGE + /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY