mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Remove gratuitous redefinitions of BLCKSZ.
This commit is contained in:
parent
ecd0bfa81a
commit
2dd82a67e5
@ -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
|
||||
|
@ -27,6 +27,5 @@
|
||||
*/
|
||||
|
||||
#define DEF_PGPORT "5432"
|
||||
#define BLCKSZ 8192
|
||||
#define MAXIMUM_ALIGNOF 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user