diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-04-30 04:18:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-04-30 04:18:28 +0000 |
commit | 7d6f37b8c0309e9f0f10f62dcef48e12eb3ffd75 (patch) | |
tree | 5ea229d23e35b6d43d84b61f345c572fe9041688 /src | |
parent | 4a73eb5ab1552913b2831ec0bd978dccb95f7b5b (diff) | |
download | postgresql-7d6f37b8c0309e9f0f10f62dcef48e12eb3ffd75.tar.gz postgresql-7d6f37b8c0309e9f0f10f62dcef48e12eb3ffd75.zip |
Enable use of our own timezone library for Win32.
Diffstat (limited to 'src')
-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 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 |