time revision da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968
/* : : generated from /home/gisburn/ksh93/ast_ksh_20070418/build_i386_32bit/src/cmd/ksh93/features/time by iffe version 2007-04-04 : : */
#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_20070418/build_i386_32bit/arch/sol11.i386/lib/libdll.a is a library */
#define _LIB_ast 1 /* /home/gisburn/ksh93/ast_ksh_20070418/build_i386_32bit/arch/sol11.i386/lib/libast.a is a library */
#define _LIB_m 1 /* -lm is a library */
#define _LIB_cmd 1 /* /home/gisburn/ksh93/ast_ksh_20070418/build_i386_32bit/arch/sol11.i386/lib/libcmd.a 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