xref: /onnv-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/time (revision 4887:feebf9260c2e)
1/* : : generated from /home/gisburn/ksh93/ast_ksh_20070418/build_sparc_32bit/src/cmd/ksh93/features/time by iffe version 2007-04-04 : : */
2#ifndef _def_time_ksh93
3#define _def_time_ksh93	1
4#define _sys_types	1	/* #include <sys/types.h> ok */
5#define _LIB_dll	1	/* /home/gisburn/ksh93/ast_ksh_20070418/build_sparc_32bit/arch/sol11.sun4/lib/libdll.a is a library */
6#define _LIB_ast	1	/* /home/gisburn/ksh93/ast_ksh_20070418/build_sparc_32bit/arch/sol11.sun4/lib/libast.a is a library */
7#define _LIB_m	1	/* -lm is a library */
8#define _LIB_cmd	1	/* /home/gisburn/ksh93/ast_ksh_20070418/build_sparc_32bit/arch/sol11.sun4/lib/libcmd.a is a library */
9#define _LIB_nsl	1	/* -lnsl is a library */
10#define _hdr_utime	1	/* #include <utime.h> ok */
11#define _lib_gettimeofday	1	/* gettimeofday() in default lib(s) */
12#define _lib_setitimer	1	/* setitimer() in default lib(s) */
13#define _sys_time	1	/* #include <sys/time.h> ok */
14#define _mem_tv_usec_timeval	1	/* tv_usec is a member of struct timeval */
15#define _lib_2_timeofday	1	/* 2 arg gettimeofday() */
16#undef _def_time
17#include	<times.h>
18#define _def_time	1
19#undef timeofday
20#if _lib_2_timeofday
21#define timeofday(p)	gettimeofday(p,(struct timezone*)0)
22#else
23#if _lib_1_timeofday
24#define timeofday(p)	gettimeofday(p)
25#endif
26#endif
27
28#endif
29