Menu

cstdlib header check

Developers
2002-09-16
2013-10-17
  • Charlie Zender

    Charlie Zender - 2002-09-16

    Hi Rorik,

    Could you please implement a check for the presence
    of the <cstdlib> header in C++ compilers?
    This should define HAVE_CSTDLIB if found.
    SGI's C++ compiler does not have this header and
    a workaround will be to use stdlib.h in its place in
    the C++ code.

    Thanks,
    Charlie

     
    • Rorik Peterson

      Rorik Peterson - 2002-09-16

      > Could you please implement a check for the presence
      > of the <cstdlib> header in C++ compilers?

      done.
      rorik

       

Log in to post a comment.