lanl/Draco

Remove refs to HAVE_LIMITS_H

Closed this issue · 0 comments

I think all systems that we currently support define limits.h and direct.h. I think the checks in platform_checks.cmake for these headers can be eliminated along with any #ifdef for HAVE_LIMITS_H or HAVE_DIRECT_H,

This change will speed up configure time.

Checks:

  • Do all supported systems have limits.h and direct.h?