diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.in | 3 | ||||
-rw-r--r-- | src/include/pg_config.h.win32 | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 5454efdcbe6..6521c6d5b95 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -614,9 +614,6 @@ /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF -/* Define to 1 if you have the `waitpid' function. */ -#undef HAVE_WAITPID - /* Define to 1 if you have the <wchar.h> header file. */ #undef HAVE_WCHAR_H diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 9574a8bbc7e..8c232f67a0b 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -505,9 +505,6 @@ /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 -/* Define to 1 if you have the `waitpid' function. */ -/* #undef HAVE_WAITPID */ - /* Define to 1 if you have the <wchar.h> header file. */ #define HAVE_WCHAR_H 1 |