Index: src/timezone/pgtz.h =================================================================== RCS file: /cvsroot/pgsql/src/timezone/pgtz.h,v retrieving revision 1.12 diff -c -c -r1.12 pgtz.h *** src/timezone/pgtz.h 15 Jun 2005 00:34:11 -0000 1.12 --- src/timezone/pgtz.h 4 Jul 2005 18:20:06 -0000 *************** *** 18,23 **** --- 18,33 ---- #include "tzfile.h" + /* + * Prevent the use of /port functions because + * the are not included in this binary. + */ + #undef vsnprintf + #undef snprintf + #undef sprintf + #undef fprintf + #undef printf + extern char *pg_TZDIR(void); #define BIGGEST(a, b) (((a) > (b)) ? (a) : (b))