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

#ifndef _TIME_H

  #include <sys/feature_tests.h>
  #ifdef _ISO_CPP_14882_1998
    #include <iso/time_iso.h>
  #else
    #pragma ident "@(#)ctime	1.10  06/21/99 C++5.0"
    #include "time_iso_SUNWCC.h"
  #endif

#endif /* _TIME_H */
