OS/2 port by Bjrn Mork, bjorn@mork.no

This port is based on the AIX port
Requires EMX 0.9c or newer


For some unknown reason I could not get SIOCGIFCONF to work. It always
returned 0 bytes of IF configuration. To avoid editing ns_main.c, I made a
really ugly proxy ioctl hack. It's included by defining ioctl to fix_ioctl in
port_after.h Just remove the define if you want to use the original ioctl
directly. But don't expect it to work :-)

fix_ioctl() will test for the following interfaces: "lo","lan0","lan1","lan2",
"lan3","lan4","lan5","lan6","lan7","ppp0","sl0". If you want bind to listen on
other interfaces, you must add them in fix_ioctl.c and recompile.

A note to recompilers:
I had severe problems with gnu make or ksh. There was an environment overflow
when make tried to traverse the source tree. Had to do make in each
subdirectory manually... To do this, you must include all necessary variables
on the make command line. See Makefile.set for an idea of which variables
you'll need to define.
