Skip to content

build: get rid of `HAVE_TIME_H` and `TIME_WITH_SYS_TIME`

Nicolas Trangez requested to merge NicolasT/ghc:no-have-time-h into master

According to autoupdate results, time.h is always present and should not be checked for. Furthermore, combined inclusion of time.h and sys/time.h (if it exists) should no longer fail on "non-ancient" systems.

Note time.h was already included unconditionally in some code.

Merge request reports