postgresql/contrib/os2client/config.h

27 lines
489 B
C
Raw Normal View History

#ifndef TCPIPV4
1999-05-25 18:15:34 +02:00
#define TCPIPV4
#endif /* */
#ifndef MAXSOCKETS
#define MAXSOCKETS 2048
1999-05-25 18:15:34 +02:00
#endif /* */
1999-05-25 18:15:34 +02:00
/*
* DEF_PGPORT is the TCP port number on which the Postmaster listens by
* default. This can be overriden by command options, environment variables,
* and the postconfig hook. (set by build script)
1999-05-26 00:43:53 +02:00
*/
#define DEF_PGPORT "5432"
#define HAVE_TERMIOS_H
#define HAVE_ENDIAN_H
#define SOCKET_SIZE_TYPE size_t
#define strcasecmp(s1, s2) stricmp(s1, s2)