summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.in3
-rw-r--r--src/include/rusagestub.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 000ed9bde27..9061f301b05 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -250,9 +250,6 @@
/* Define to 1 if you have the `getrlimit' function. */
#undef HAVE_GETRLIMIT
-/* Define to 1 if you have the `getrusage' function. */
-#undef HAVE_GETRUSAGE
-
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
diff --git a/src/include/rusagestub.h b/src/include/rusagestub.h
index b887effa3e9..be26f849a59 100644
--- a/src/include/rusagestub.h
+++ b/src/include/rusagestub.h
@@ -15,9 +15,6 @@
#define RUSAGESTUB_H
#include <sys/time.h> /* for struct timeval */
-#ifndef WIN32
-#include <sys/times.h> /* for struct tms */
-#endif
#include <limits.h> /* for CLK_TCK */
#define RUSAGE_SELF 0