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

Commit b6ffc70

Browse files
committed
Remove broken (and unnecessary) definition of DEF_PGPORT.
1 parent d79ab78 commit b6ffc70

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/interfaces/libpq/win32.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#define strcasecmp(a,b) stricmp(a,b)
77
#define strncasecmp(a,b,c) _strnicmp(a,b,c)
88

9-
#define ACCEPT_TYPE_ARG3 int
10-
119
/*
1210
* Some compat functions
1311
*/
@@ -24,11 +22,8 @@
2422
*/
2523
#define crypt(a,b) a
2624

27-
28-
2925
/*
3026
* Parts of config.h that you get with autoconf on other systems
3127
*/
32-
33-
#define DEF_PGPORT "5432"
3428
#define MAXIMUM_ALIGNOF 4
29+
#define ACCEPT_TYPE_ARG3 int

0 commit comments

Comments
 (0)