diff options
author | Bruce Momjian | 2000-06-15 18:55:34 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-06-15 18:55:34 +0000 |
commit | f7f177d372750e4f766ccefdf20e1b30d66cba0a (patch) | |
tree | d4e2a148640ba36d9a1e8cbf8557faa606ce5ba1 /contrib/os2client/config.h | |
parent | 82c4733116813ff862dade1984b6fb74149f4124 (diff) |
/contrib patch from Karel.
Diffstat (limited to 'contrib/os2client/config.h')
-rw-r--r-- | contrib/os2client/config.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/os2client/config.h b/contrib/os2client/config.h deleted file mode 100644 index 7a98eb60a9..0000000000 --- a/contrib/os2client/config.h +++ /dev/null @@ -1,26 +0,0 @@ -
-#ifndef TCPIPV4
-#define TCPIPV4
-#endif /*
*/ -
-#ifndef MAXSOCKETS
-#define MAXSOCKETS 2048
-#endif /*
*/ -
-/* - * 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) - */
-
-#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)
-
-
-
|