1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Rename to USE_PGTZ to match code.

This commit is contained in:
Bruce Momjian
2004-04-30 15:01:25 +00:00
parent a640845c88
commit b99a3a7541
4 changed files with 11 additions and 11 deletions

4
configure vendored
View File

@ -12015,7 +12015,7 @@ LIBOBJS="$LIBOBJS pipe.$ac_objext"
LIBOBJS="$LIBOBJS rand.$ac_objext"
cat >>confdefs.h <<\_ACEOF
#define PGTZ 1
#define USE_PGTZ 1
_ACEOF
PGTZ=yes
@ -18613,7 +18613,7 @@ s,@python_includespec@,$python_includespec,;t t
s,@python_libspec@,$python_libspec,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
s,@HAVE_IPV6@,$HAVE_IPV6,;t t
s,@PGTZ@,$PGTZ,;t t
s,@USE_PGTZ@,$USE_PGTZ,;t t
s,@acx_pthread_config@,$acx_pthread_config,;t t
s,@PTHREAD_CC@,$PTHREAD_CC,;t t
s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t