diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 73af75eaab4..2fb4adf8fb2 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -200,6 +200,9 @@ /* Define to 1 if `enc_part2' is member of `krb5_ticket'. */ #undef HAVE_KRB5_TICKET_ENC_PART2 +/* Define to 1 if you have the <langinfo.h> header file. */ +#undef HAVE_LANGINFO_H + /* Define to 1 if you have the `bind' library (-lbind). */ #undef HAVE_LIBBIND |
