1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Switch over NEED_RUSAGE to HAVE_RUSAGE for configure

This commit is contained in:
Marc G. Fournier
1997-01-24 23:48:32 +00:00
parent 970e3f69b7
commit 60265ee651
3 changed files with 11 additions and 10 deletions

View File

@@ -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