diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 173cc55b3c3..ec731b7d192 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -529,7 +529,7 @@ #define HAVE_UTIME_H 1 /* Define to 1 if you have the `vsnprintf' function. */ -/* #undef HAVE_VSNPRINTF */ +#define HAVE_VSNPRINTF 1 /* Define to 1 if you have the `waitpid' function. */ /* #undef HAVE_WAITPID */ |