Try to further reduce the PORT dependencies.

Marc G. Fournier <scrappy@hub.org>

Commit: e7c767b47720805a448c1f3fb0c6210fb5ff77c7
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1997-02-09T04:34:07Z
Releases: 7.1.1
Try to further reduce the PORT dependencies.

Essentially, config.h now includes an 'os.h', which is created via
configure by linking a "port.h" file from the port directory to the
include directory.

Going to try to merge backend/port in similar ways

Files

PathChange+/−
src/configure modified +212 −166
src/configure.in modified +2 −1
src/include/config.h.in modified +1 −143
src/port/aix.h added +5 −0
src/port/alpha.h added +7 −0
src/port/bsdi.h added +9 −0
src/port/dgux.h added +2 −0
src/port/hpux.h added +4 −0
src/port/i386_solaris.h added +6 −0
src/port/irix5.h added +7 −0
src/port/linux.h added +13 −0
src/port/nextstep.h added +17 −0
src/port/sparc_solaris.h added +6 −0
src/port/sunos4.h added +1 −0
src/port/svr4.h added +4 −0
src/port/ultrix4.h added +2 −0
src/port/win32.h added +8 −0