summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPeter Eisentraut2004-07-14 17:55:10 +0000
committerPeter Eisentraut2004-07-14 17:55:10 +0000
commita837ed88b128cd53e6a68cc75c2b17976360683f (patch)
treedbc7c1ac23dc0aec660d7ec997b032a54f5df683 /src/include
parentbbcee544aa551ada483281723faa6cea3b279e84 (diff)
Detect locale/encoding mismatch in initdb, or pick a suitable encoding
automatically if none was specified.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.in3
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