reduce dependency on ghcconfig.h
authorRoss Paterson <ross@soi.city.ac.uk>
Fri, 11 Aug 2006 12:40:30 +0000 (12:40 +0000)
committerRoss Paterson <ross@soi.city.ac.uk>
Fri, 11 Aug 2006 12:40:30 +0000 (12:40 +0000)
commit39a5ea109fa64862651574cb25e1c2b0c792c95d
tree0d1938ff2c0afdafbdf71be073b0b87882314926
parent4c022a01d14aa47330f3203e6b25e316a502f999
reduce dependency on ghcconfig.h

The only remaining use is in cbits/dirUtils.h, which tests solaris2_HOST_OS

(Also System.Info uses ghcplatform.h and several modules import MachDeps.h
to get SIZEOF_* and ALIGNMENT_* from ghcautoconf.h)
cbits/consUtils.c
cbits/dirUtils.c
cbits/execvpe.c
cbits/inputReady.c
cbits/lockFile.c
cbits/runProcess.c
cbits/timeUtils.c
configure.ac
include/HsBase.h
package.conf.in