postgresql/contrib/os2client
Tom Lane fdd7f59820 Since PORTNAME is no longer used at the level of C code (it's only in
Makefiles now), there's no reason for os2client to maintain its own
copy of c.h just to change #define PORTNAME.  Simplify Makefile
accordingly.  Get rid of horribly-out-of-date modified copy of c.h,
which should never have been in the distribution to start with,
since it's actually a derived file.  Now it's not needed anyway.
2000-03-19 21:59:30 +00:00
..
Makefile Since PORTNAME is no longer used at the level of C code (it's only in 2000-03-19 21:59:30 +00:00
README Thanks to Vince Vielhaber <vev@michvhf.com> 1998-10-31 04:10:53 +00:00
config.h Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
libpq.a Thanks to Vince Vielhaber <vev@michvhf.com> 1998-10-31 04:10:53 +00:00
psql.exe Thanks to Vince Vielhaber <vev@michvhf.com> 1998-10-31 04:10:53 +00:00

README

19981029  libpq.a and psql.exe Version 6.4 for OS/2 
---------------------------------------------------


Requirements:

emx 0.9c or newer under OS/2
GNU crypt library for emx+gcc version 2.0.6 (available from 
  ftp://ftp.leo.org/pub/comp/os/os2/leo/crypt/gnuufc.zip)


Also a patch is needed for sys/socket.h around line 291.  The lines
with the pluses need to be added, the other lines are already there
and are only for reference:


#define MT_IFADDR       13

+#ifndef MAXSOCKETS
+#define MAXSOCKETS 2048
+#endif

struct mbstat {
        u_short         m_mbufs;
        u_short         m_clusters;


Possible problems:

  You will also need to #define TCPIPV4

  Make sure both socket.a and ufc.a are linked in to the executable 
AFTER libpq.a.

The following include files will be needed in order to use the library.
You only need to include one (libpq-fe.h) but these need to be present:

postgres_ext.h
libpq/pqcomm.h
lib/dllist.h"
c.h


Good luck and enjoy!!

Vince Vielhaber <vev@michvhf.com>