diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-08-24 14:07:50 +0000 |
| commit | 968d7733a19cda3db16947024bd335d877b3d9c3 (patch) | |
| tree | a39593b292dbfcaad45924e9a20ae90300167524 /src/include/pg_config.h.win32 | |
| parent | 7326e78c4249393359edce09f555aaa049be2a80 (diff) | |
| download | postgresql-968d7733a19cda3db16947024bd335d877b3d9c3.tar.gz | |
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
places that were including the wrong files.
Diffstat (limited to 'src/include/pg_config.h.win32')
| -rw-r--r-- | src/include/pg_config.h.win32 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 new file mode 100644 index 0000000000..b3977e90c2 --- /dev/null +++ b/src/include/pg_config.h.win32 @@ -0,0 +1,25 @@ +/* + * Parts of pg_config.h that you get with autoconf on other systems + */ +#define PG_VERSION "7.2" +#define PG_VERSION_STR "7.2 (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 BLCKSZ 8192 + +#define INDEX_MAX_KEYS 16 + +#define HAVE_ATEXIT +#define HAVE_MEMMOVE + +#define HAVE_CXX_STRING_HEADER +#define HAVE_NAMESPACE_STD |
