config.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. #ifndef TCPIPV4
  2. #define TCPIPV4
  3. #endif  /*  */
  4. #ifndef MAXSOCKETS
  5. #define MAXSOCKETS 2048
  6. #endif  /*  */
  7. /*  * 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) */
  8. #define DEF_PGPORT "5432"
  9. #define HAVE_TERMIOS_H
  10. #define HAVE_ENDIAN_H
  11. #define SOCKET_SIZE_TYPE size_t
  12. #define  strcasecmp(s1, s2) stricmp(s1, s2)