diff -c -r postgresql-snapshot/src/bin/psql/command.c postgresql-fixed/src/bin/psql/command.c *** postgresql-snapshot/src/bin/psql/command.c Wed Jan 24 10:00:54 2001 --- postgresql-fixed/src/bin/psql/command.c Sat Jan 27 16:34:37 2001 *************** *** 19,25 **** #else #include #include ! #include #endif #include "libpq-fe.h" --- 19,25 ---- #else #include #include ! #include #endif #include "libpq-fe.h" diff -c -r postgresql-snapshot/src/bin/psql/win32.mak postgresql-fixed/src/bin/psql/win32.mak *** postgresql-snapshot/src/bin/psql/win32.mak Tue Jan 18 20:05:30 2000 --- postgresql-fixed/src/bin/psql/win32.mak Sat Jan 27 16:35:10 2001 *************** *** 38,44 **** "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" ! CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D\ "_MBCS" /Fp"$(INTDIR)\psql.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c \ /I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP" --- 38,44 ---- "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" ! CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D\ "_MBCS" /Fp"$(INTDIR)\psql.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c \ /I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP" diff -c -r postgresql-snapshot/src/include/config.h.win32 postgresql-fixed/src/include/config.h.win32 *** postgresql-snapshot/src/include/config.h.win32 Wed Jan 24 10:00:57 2001 --- postgresql-fixed/src/include/config.h.win32 Sat Jan 27 16:34:20 2001 *************** *** 3,9 **** */ ! #define PG_VERSION 7.1 #define PG_VERSION_STR "7.1 (win32)" #define SYSCONFDIR "" --- 3,9 ---- */ ! #define PG_VERSION "7.1" #define PG_VERSION_STR "7.1 (win32)" #define SYSCONFDIR "" diff -c -r postgresql-snapshot/src/interfaces/libpq/win32.mak postgresql-fixed/src/interfaces/libpq/win32.mak *** postgresql-snapshot/src/interfaces/libpq/win32.mak Tue Aug 31 03:37:37 1999 --- postgresql-fixed/src/interfaces/libpq/win32.mak Sat Jan 27 16:35:27 2001 *************** *** 48,54 **** "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" ! CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D\ "WIN32" /D "_WINDOWS" /Fp"$(INTDIR)\libpq.pch" /YX\ /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c /D "HAVE_VSNPRINTF" /D "HAVE_STRDUP" --- 48,54 ---- "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" ! CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D\ "WIN32" /D "_WINDOWS" /Fp"$(INTDIR)\libpq.pch" /YX\ /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c /D "HAVE_VSNPRINTF" /D "HAVE_STRDUP"