postgresql/src/include/config.h.win32
Bruce Momjian 54d9099596 Stamp CVS as 7.2. Update all interface version numbers. This is the
time to do it, not during beta because people are using this stuff in
production sometimes.
2001-05-11 01:46:33 +00:00

23 lines
387 B
Plaintext

/*
* Parts of config.h that you get with autoconf on other systems
*/
#define PG_VERSION "7.2.0"
#define PG_VERSION_STR "7.2.0 (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