Skip to content
Snippets Groups Projects
Commit 2dd82a67 authored by Tom Lane's avatar Tom Lane
Browse files

Remove gratuitous redefinitions of BLCKSZ.

parent ecd0bfa8
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ CLEAN : ...@@ -28,7 +28,7 @@ CLEAN :
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D\ 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 \ "_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 !IFDEF MULTIBYTE
!IFNDEF MBFLAGS !IFNDEF MBFLAGS
......
...@@ -27,6 +27,5 @@ ...@@ -27,6 +27,5 @@
*/ */
#define DEF_PGPORT "5432" #define DEF_PGPORT "5432"
#define BLCKSZ 8192
#define MAXIMUM_ALIGNOF 4 #define MAXIMUM_ALIGNOF 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment