OSDN Git Service

Remove gratuitous redefinitions of BLCKSZ.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Oct 1999 03:28:58 +0000 (03:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Oct 1999 03:28:58 +0000 (03:28 +0000)
src/bin/psql/win32.mak
src/interfaces/libpq/win32.h

index 0ebc3e5..0b0228f 100644 (file)
@@ -28,7 +28,7 @@ CLEAN :
 
 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" /D "BLCKSZ=8192"
+ /I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP"
 
 !IFDEF        MULTIBYTE
 !IFNDEF MBFLAGS
index 303fbd9..6988bcd 100644 (file)
@@ -27,6 +27,5 @@
  */
 
 #define DEF_PGPORT "5432"
-#define BLCKSZ 8192
 #define MAXIMUM_ALIGNOF 4