]> granicus.if.org Git - postgresql/commit
Try to further reduce the PORT dependencies.
authorMarc G. Fournier <scrappy@hub.org>
Sun, 9 Feb 1997 04:34:07 +0000 (04:34 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 9 Feb 1997 04:34:07 +0000 (04:34 +0000)
commite7c767b47720805a448c1f3fb0c6210fb5ff77c7
tree401c4c47a9acf7ce67e43b98303917569d177748
parentd557375d6132c12c1282173b8a2bebd093a51bae
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
17 files changed:
src/configure
src/configure.in
src/include/config.h.in
src/port/aix.h [new file with mode: 0644]
src/port/alpha.h [new file with mode: 0644]
src/port/bsdi.h [new file with mode: 0644]
src/port/dgux.h [new file with mode: 0644]
src/port/hpux.h [new file with mode: 0644]
src/port/i386_solaris.h [new file with mode: 0644]
src/port/irix5.h [new file with mode: 0644]
src/port/linux.h [new file with mode: 0644]
src/port/nextstep.h [new file with mode: 0644]
src/port/sparc_solaris.h [new file with mode: 0644]
src/port/sunos4.h [new file with mode: 0644]
src/port/svr4.h [new file with mode: 0644]
src/port/ultrix4.h [new file with mode: 0644]
src/port/win32.h [new file with mode: 0644]