Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2dd82a6

Browse files
committed
Remove gratuitous redefinitions of BLCKSZ.
1 parent ecd0bfa commit 2dd82a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/bin/psql/win32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CLEAN :
2828

2929
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D\
3030
"_MBCS" /Fp"$(INTDIR)\psql.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c \
31-
/I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP" /D "BLCKSZ=8192"
31+
/I ..\..\include /I ..\..\interfaces\libpq /D "HAVE_STRDUP"
3232

3333
!IFDEF MULTIBYTE
3434
!IFNDEF MBFLAGS

src/interfaces/libpq/win32.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@
2727
*/
2828

2929
#define DEF_PGPORT "5432"
30-
#define BLCKSZ 8192
3130
#define MAXIMUM_ALIGNOF 4
3231

0 commit comments

Comments
 (0)