Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Nicolas Trangez's avatar
    a2af7c4c
    build: get rid of `HAVE_TIME_H` · a2af7c4c
    Nicolas Trangez authored and Marge Bot's avatar Marge Bot committed
    As advertized by `autoreconf`:
    
    > All current systems provide time.h; it need not be checked for.
    
    Hence, remove the check for it in `configure.ac` and remove conditional
    inclusion of the header in `HAVE_TIME_H` blocks where applicable.
    
    The `time.h` header was being included in various source files without a
    `HAVE_TIME_H` guard already anyway.
    a2af7c4c
    History
    build: get rid of `HAVE_TIME_H`
    Nicolas Trangez authored and Marge Bot's avatar Marge Bot committed
    As advertized by `autoreconf`:
    
    > All current systems provide time.h; it need not be checked for.
    
    Hence, remove the check for it in `configure.ac` and remove conditional
    inclusion of the header in `HAVE_TIME_H` blocks where applicable.
    
    The `time.h` header was being included in various source files without a
    `HAVE_TIME_H` guard already anyway.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.