diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/config.h.win32 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/config.h.win32 b/src/include/config.h.win32 index ec836d8190d..9bee5dc9b7c 100644 --- a/src/include/config.h.win32 +++ b/src/include/config.h.win32 @@ -1,15 +1,17 @@ /* * Parts of config.h that you get with autoconf on other systems */ - - #define PG_VERSION "7.1" #define PG_VERSION_STR "7.1 (win32)" #define SYSCONFDIR "" +#define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" + #define MAXIMUM_ALIGNOF 4 +#define ACCEPT_TYPE_ARG3 int + #define MAXPGPATH 1024 #define INDEX_MAX_KEYS 16 |