|
12 | 12 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California
|
14 | 14 | *
|
15 |
| - * $PostgreSQL: pgsql/src/include/c.h,v 1.161 2004/04/3004:14:05 momjian Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/include/c.h,v 1.162 2004/04/3020:47:33 momjian Exp $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
@@ -310,7 +310,7 @@ typedef unsigned long int uint64;
|
310 | 310 | #endif
|
311 | 311 |
|
312 | 312 | /* Global variable holding time zone information. */
|
313 |
| -#ifdefUSE_PGTZ |
| 313 | +#if defined(USE_PGTZ)&& !defined(FRONTEND) |
314 | 314 | #defineTIMEZONE_GLOBAL pg_timezone
|
315 | 315 | #else
|
316 | 316 | #ifndefHAVE_UNDERSCORE_TIMEZONE
|
|