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
Showing
This diff is collapsed.
src/port/aix.h
0 → 100644
src/port/alpha.h
0 → 100644
src/port/bsdi.h
0 → 100644
src/port/dgux.h
0 → 100644
src/port/hpux.h
0 → 100644
src/port/i386_solaris.h
0 → 100644
src/port/irix5.h
0 → 100644
src/port/linux.h
0 → 100644
src/port/nextstep.h
0 → 100644
src/port/sparc_solaris.h
0 → 100644
src/port/sunos4.h
0 → 100644
src/port/svr4.h
0 → 100644
src/port/ultrix4.h
0 → 100644
src/port/win32.h
0 → 100644
Please register or sign in to comment