// -*- C++ -*-
/*
	Copyright 06/10/99 Sun Microsystems, Inc. All Rights Reserved
*/

#ifndef _MATH_H

  #include <sys/feature_tests.h>
//  #ifdef _ISO_CPP_14882_1998 -- Solaris math_iso.h not available yet
//    #include <iso/math_iso.h>
//  #else
    #pragma ident "@(#)cmath	1.10  06/10/99 C++5.0"
    #include "math_iso_SUNWCC.h"
//  #endif

#endif /* _MATH_H */
