diff options
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 87ddd1f196..85e99950af 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 |