8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ffc70 commit 5add3e8Copy full SHA for 5add3e8
src/include/config.h.win32
@@ -1,15 +1,17 @@
1
/*
2
* Parts of config.h that you get with autoconf on other systems
3
*/
4
-
5
6
#define PG_VERSION "7.1"
7
#define PG_VERSION_STR "7.1 (win32)"
8
9
#define SYSCONFDIR ""
10
+#define DEF_PGPORT 5432
11
#define DEF_PGPORT_STR "5432"
+
12
#define MAXIMUM_ALIGNOF 4
13
+#define ACCEPT_TYPE_ARG3 int
14
15
#define MAXPGPATH 1024
16
17
#define INDEX_MAX_KEYS 16
src/interfaces/libpq/win32.h
@@ -21,9 +21,3 @@
21
* crypt not available (yet)
22
23
#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