xref: /titanic_41/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/time (revision 3e14f97f673e8a630f076077de35afdd43dc1587)
1/* : : generated from /home/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/cmd/ksh93/features/time by iffe version 2009-12-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_20100309/build_i386_64bit/arch/sol11.i386/lib/libdll.a is a library */
6#define _LIB_ast	1	/* /home/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/arch/sol11.i386/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_20100309/build_i386_64bit/arch/sol11.i386/lib/libcmd.a is a library */
9#define _LIB_md	1	/* -lmd is a library */
10#define _LIB_nsl	1	/* -lnsl is a library */
11#define _hdr_utime	1	/* #include <utime.h> ok */
12#define _lib_gettimeofday	1	/* gettimeofday() in default lib(s) */
13#define _lib_setitimer	1	/* setitimer() in default lib(s) */
14#define _sys_time	1	/* #include <sys/time.h> ok */
15#define _mem_tv_usec_timeval	1	/* tv_usec is a member of struct timeval */
16#define _lib_2_timeofday	1	/* 2 arg gettimeofday() */
17#undef _def_time
18#include	<times.h>
19#define _def_time	1
20#undef timeofday
21#if _lib_2_timeofday
22#define timeofday(p)	gettimeofday(p,(struct timezone*)0)
23#else
24#if _lib_1_timeofday
25#define timeofday(p)	gettimeofday(p)
26#endif
27#endif
28
29#endif
30