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

#ifndef _ERRNO_H

  #include <sys/feature_tests.h>
  #ifdef _ISO_CPP_14882_1998
    #include <iso/errno_iso.h>
  #else
    #pragma ident "@(#)cerrno	1.9  06/21/99 C++5.0"
    #include "errno_iso_SUNWCC.h"
  #endif

#endif /* _ERRNO_H */
