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/include/pg_config_manual.h | |
parent | 260b513fc37b6ed2df51586c487d0832b89d0d70 (diff) | |
download | postgresql-63bd0db12199c5df043e1dea0f2b574f622b3a4c.tar.gz postgresql-63bd0db12199c5df043e1dea0f2b574f622b3a4c.zip |
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/include/pg_config_manual.h')
-rw-r--r-- | src/include/pg_config_manual.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index 87ddd1f1960..85e99950afb 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -6,7 +6,7 @@ * for developers. If you edit any of these, be sure to do a *full* * rebuild (and an initdb if noted). * - * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.12 2004/03/24 22:40:29 tgl Exp $ + * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.13 2004/05/21 05:08:03 tgl Exp $ *------------------------------------------------------------------------ */ @@ -153,14 +153,6 @@ #endif /* - * Define this if your operating system has _timezone rather than timezone - */ -#if defined(__CYGWIN__) || defined(WIN32) -#define HAVE_INT_TIMEZONE /* has int _timezone */ -#define HAVE_UNDERSCORE_TIMEZONE 1 -#endif - -/* * This is the default directory in which AF_UNIX socket files are * placed. Caution: changing this risks breaking your existing client * applications, which are likely to continue to look in the old |