mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove gratuitous redefinitions of BLCKSZ.
This commit is contained in:
@ -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 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define DEF_PGPORT "5432"
|
#define DEF_PGPORT "5432"
|
||||||
#define BLCKSZ 8192
|
|
||||||
#define MAXIMUM_ALIGNOF 4
|
#define MAXIMUM_ALIGNOF 4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user