diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 3 | ||||
-rw-r--r-- | src/interfaces/libpq/fe-misc.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 6ef9fcf4555..5ccfbfefd28 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -531,9 +531,6 @@ /* Define to build with Kerberos 5 support. (--with-krb5) */ #undef KRB5 -/* Define to the location of locale files. */ -#undef LOCALEDIR - /* Define as the maximum alignment requirement of any C data type. */ #undef MAXIMUM_ALIGNOF diff --git a/src/interfaces/libpq/fe-misc.c b/src/interfaces/libpq/fe-misc.c index f2af0e3b949..5c113ae988d 100644 --- a/src/interfaces/libpq/fe-misc.c +++ b/src/interfaces/libpq/fe-misc.c @@ -23,7 +23,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.126 2006/05/18 18:19:47 momjian Exp $ + * $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.127 2006/05/23 19:28:45 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -60,6 +60,7 @@ #include "libpq-int.h" #include "pqsignal.h" #include "mb/pg_wchar.h" +#include "pg_config_paths.h" static int pqPutMsgBytes(const void *buf, size_t len, PGconn *conn); |