diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/config.h b/src/include/config.h index 51c78925cf2..66737fdf4b3 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -18,6 +18,7 @@ #define HAVE_ISINF #define HAVE_CBRT #define HAVE_RINT +#define HAVE_RUSAGE #if defined(aix) # undef HAVE_SYS_SELECT_H @@ -95,7 +96,7 @@ # define USE_POSIX_TIME # define USE_POSIX_SIGNALS # undef HAVE_ISINF -# define NEED_RUSAGE +# undef HAVE_RUSAGE # define NO_EMPTY_STMTS # define HAVE_TZSET # define NEED_UNION_SEMUN @@ -167,7 +168,7 @@ # define USE_POSIX_TIME # define USE_POSIX_SIGNALS # undef HAVE_ISINF -# define NEED_RUSAGE +# undef HAVE_RUSAGE # define NO_EMPTY_STMTS # define USE_POSIX_TIME # define HAVE_TZSET @@ -186,7 +187,7 @@ typedef unsigned char slock_t; # define USE_POSIX_TIME # define USE_POSIX_SIGNALS # undef HAVE_ISINF -# define NEED_RUSAGE +# undef HAVE_RUSAGE # define NO_EMPTY_STMTS # define HAVE_TZSET # define NEED_UNION_SEMUN |