diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.win32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index bffdae48fe8..9f3c1ac8699 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -366,7 +366,9 @@ #define HAVE_STRDUP 1 /* Define to 1 if you have the `strerror' function. */ +#ifndef HAVE_STRERROR #define HAVE_STRERROR 1 +#endif /* Define to 1 if you have the `strerror_r' function. */ /* #undef HAVE_STRERROR_R */ |