You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/include/pg_config.h.win32

25 lines
445 B

/*
* 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