diff -cr postgresql-snapshot/src/bin/psql/command.c postgresql-fixed/src/bin/psql/command.c *** postgresql-snapshot/src/bin/psql/command.c Sun Dec 31 10:00:25 2000 --- postgresql-fixed/src/bin/psql/command.c Sat Jan 20 14:05:42 2001 *************** *** 18,23 **** --- 18,25 ---- #include /* for geteuid(), getpid(), stat() */ #else #include + #include + #include #endif #include "libpq-fe.h" Only in postgresql-fixed/src/bin/psql: command.c~ diff -cr postgresql-snapshot/src/include/config.h.win32 postgresql-fixed/src/include/config.h.win32 *** postgresql-snapshot/src/include/config.h.win32 Thu Feb 24 17:02:26 2000 --- postgresql-fixed/src/include/config.h.win32 Sat Jan 20 14:05:25 2001 *************** *** 3,12 **** */ ! /* Since we don't do autoconf, we need to read the .in file. Ugly */ ! #include "version.h.in" ! #define DEF_PGPORT "5432" #define MAXIMUM_ALIGNOF 4 #define MAXPGPATH 1024 --- 3,14 ---- */ ! #define PG_VERSION 7.1 ! #define PG_VERSION_STR "7.1 (win32)" ! #define SYSCONFDIR "" ! ! #define DEF_PGPORT_STR "5432" #define MAXIMUM_ALIGNOF 4 #define MAXPGPATH 1024 Only in postgresql-fixed/src/include: config.h.win32~