From a837ed88b128cd53e6a68cc75c2b17976360683f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 14 Jul 2004 17:55:10 +0000 Subject: Detect locale/encoding mismatch in initdb, or pick a suitable encoding automatically if none was specified. --- src/include/pg_config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') 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 header file. */ +#undef HAVE_LANGINFO_H + /* Define to 1 if you have the `bind' library (-lbind). */ #undef HAVE_LIBBIND -- cgit v1.2.3