Try to further reduce the PORT dependencies.
Marc G. Fournier <scrappy@hub.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |