Changes by Bernie Bright to check for getrusage().
This commit is contained in:
parent
cfb11b9e18
commit
7b806e5ea6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue