You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
670 B
26 lines
670 B
// Defines OS dependent macros
|
|
|
|
#ifndef _CL_BASE_CONFIG_H
|
|
#define _CL_BASE_CONFIG_H
|
|
|
|
/* These definitions are adjusted by `configure' automatically. */
|
|
|
|
|
|
/* functions and declarations */
|
|
|
|
/* CL_GETTIMEOFDAY */
|
|
/* Define if you have the gettimeofday() function. */
|
|
#undef HAVE_GETTIMEOFDAY
|
|
/* Define if the declaration of gettimeofday() needs dots. */
|
|
#undef GETTIMEOFDAY_DOTS
|
|
/* Define as the type of `tzp' in gettimeofday() declaration. */
|
|
#undef GETTIMEOFDAY_TZP_T
|
|
|
|
/* CL_TIMES_CLOCK */
|
|
/* Define if you have the times() function and it returns the real time,
|
|
but don't have the gettimeofday() function. */
|
|
#undef HAVE_TIMES_CLOCK
|
|
|
|
|
|
#endif /* _CL_BASE_CONFIG_H */
|
|
|