OpenSolaris_b135/lib/libshell/sparc/src/cmd/ksh93/FEATURE/time

/* : : generated from /home/gisburn/ksh93/ast_ksh_20091014/build_sparc_32bit/src/cmd/ksh93/features/time by iffe version 2009-10-06 : : */
#ifndef _def_time_ksh93
#define _def_time_ksh93	1
#define _sys_types	1	/* #include <sys/types.h> ok */
#define _LIB_dll	1	/* /home/gisburn/ksh93/ast_ksh_20091014/build_sparc_32bit/arch/sol11.sun4/lib/libdll.a is a library */
#define _LIB_ast	1	/* /home/gisburn/ksh93/ast_ksh_20091014/build_sparc_32bit/arch/sol11.sun4/lib/libast.a is a library */
#define _LIB_m	1	/* -lm is a library */
#define _LIB_cmd	1	/* /home/gisburn/ksh93/ast_ksh_20091014/build_sparc_32bit/arch/sol11.sun4/lib/libcmd.a is a library */
#define _LIB_md	1	/* -lmd is a library */
#define _LIB_nsl	1	/* -lnsl is a library */
#define _hdr_utime	1	/* #include <utime.h> ok */
#define _lib_gettimeofday	1	/* gettimeofday() in default lib(s) */
#define _lib_setitimer	1	/* setitimer() in default lib(s) */
#define _sys_time	1	/* #include <sys/time.h> ok */
#define _mem_tv_usec_timeval	1	/* tv_usec is a member of struct timeval */
#define _lib_2_timeofday	1	/* 2 arg gettimeofday() */
#undef _def_time
#include	<times.h>
#define _def_time	1
#undef timeofday
#if _lib_2_timeofday
#define timeofday(p)	gettimeofday(p,(struct timezone*)0)
#else
#if _lib_1_timeofday
#define timeofday(p)	gettimeofday(p)
#endif
#endif

#endif