diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-02-24 16:02:28 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-02-24 16:02:28 +0000 |
| commit | 5cdfaea899409ad06d2421e419dd7e958a440f77 (patch) | |
| tree | 7ea5eb7728bbc9f2cac19e51bfda4c30915f451e /src/include | |
| parent | ce9f73c16235d49dfc1a9a7314cafcef5c63a365 (diff) | |
Add missing files like foreign key regression tests and config.h.win32.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/config.h.win32 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/config.h.win32 b/src/include/config.h.win32 new file mode 100644 index 00000000000..4f0afb87e3e --- /dev/null +++ b/src/include/config.h.win32 @@ -0,0 +1,16 @@ +/* + * Parts of config.h that you get with autoconf on other systems + */ + + +/* Since we don't do autoconf, we need to read the .in file. Ugly */ +#include "version.h.in" + +#define DEF_PGPORT "5432" +#define MAXIMUM_ALIGNOF 4 +#define MAXPGPATH 1024 + +#define INDEX_MAX_KEYS 16 + +#define HAVE_MEMMOVE +#define BLCKSZ 8192 |
