Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5add3e8

Browse files
committed
Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for
the Windows build...
1 parentb6ffc70 commit5add3e8

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_KEYS16

‎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
#definecrypt(a,b) a
24-
25-
/*
26-
* Parts of config.h that you get with autoconf on other systems
27-
*/
28-
#defineMAXIMUM_ALIGNOF 4
29-
#defineACCEPT_TYPE_ARG3 int

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp