diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-05-21 05:08:06 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-05-21 05:08:06 +0000 |
| commit | 63bd0db12199c5df043e1dea0f2b574f622b3a4c (patch) | |
| tree | dbafdb6e4541162ad369dbfeca24cbd62aefddcc /src/Makefile.global.in | |
| parent | 260b513fc37b6ed2df51586c487d0832b89d0d70 (diff) | |
| download | postgresql-63bd0db12199c5df043e1dea0f2b574f622b3a4c.tar.gz | |
Integrate src/timezone library for all platforms. There is more we can
and should do now that we control our own destiny for timezone handling,
but this commit gets the bulk of the picayune diffs in place.
Magnus Hagander and Tom Lane.
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 1f74e2fa4c..6873ea6fa8 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.184 2004/05/14 00:03:07 momjian Exp $ +# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.185 2004/05/21 05:07:55 tgl Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -147,8 +147,6 @@ TK_LIBS = @TK_LIBS@ TK_LIB_SPEC = @TK_LIB_SPEC@ TK_XINCLUDES = @TK_XINCLUDES@ -USE_PGTZ = @USE_PGTZ@ - PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_LIBS = @PTHREAD_LIBS@ |
