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

Commit 5add3e8

Browse files
committed
Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for
the Windows build...
1 parent b6ffc70 commit 5add3e8

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/include/config.h.win32

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
/*
22
* Parts of config.h that you get with autoconf on other systems
33
*/
4-
5-
64
#define PG_VERSION "7.1"
75
#define PG_VERSION_STR "7.1 (win32)"
86

97
#define SYSCONFDIR ""
108

9+
#define DEF_PGPORT 5432
1110
#define DEF_PGPORT_STR "5432"
11+
1212
#define MAXIMUM_ALIGNOF 4
13+
#define ACCEPT_TYPE_ARG3 int
14+
1315
#define MAXPGPATH 1024
1416

1517
#define INDEX_MAX_KEYS 16

src/interfaces/libpq/win32.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@
2121
* crypt not available (yet)
2222
*/
2323
#define crypt(a,b) a
24-
25-
/*
26-
* Parts of config.h that you get with autoconf on other systems
27-
*/
28-
#define MAXIMUM_ALIGNOF 4
29-
#define ACCEPT_TYPE_ARG3 int

0 commit comments

Comments
 (0)