From 7d6f37b8c0309e9f0f10f62dcef48e12eb3ffd75 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 30 Apr 2004 04:18:28 +0000 Subject: Enable use of our own timezone library for Win32. --- src/include/pg_config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index c02f94c218f..974011e0a77 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -575,6 +575,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to 1 to use our own timezone library */ +#undef PGTZ + /* Define to the name of the PostgreSQL service principal in Kerberos. (--with-krb-srvnam=NAME) */ #undef PG_KRB_SRVNAM -- cgit v1.2.3