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

#ifndef _ERRNO_H

#include <sys/feature_tests.h>
#ifdef _ISO_CPP_14882_1998

  #include "errno.h"

#else

  #define	_ERRNO_H
  #pragma ident "@(#)errno.h	1.7  06/10/99 C++5.0"
  #include <errno_iso_SUNWCC.h>

#endif /* _ISO_CPP_14882_1998 */

#endif _ERRNO_H
