diff options
Diffstat (limited to 'src/include/pg_config.h.win32')
| -rw-r--r-- | src/include/pg_config.h.win32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 177bca1bd5..b85bf411de 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -538,6 +538,9 @@ /* Define to 1 if you have the `wcstombs' function. */ #define HAVE_WCSTOMBS 1 +/* Define to 1 if you have the `wcstombs_l' function. */ +#define HAVE_WCSTOMBS_L 1 + /* Define to 1 if you have the <wctype.h> header file. */ #define HAVE_WCTYPE_H 1 |
