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.
41 lines
1.1 KiB
41 lines
1.1 KiB
// Defines OS dependent macros
|
|
|
|
#ifndef _CL_T_CONFIG_H
|
|
#define _CL_T_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
|
|
|
|
/* CL_RUSAGE */
|
|
/* Define if you have <sys/resource.h>. */
|
|
#undef HAVE_SYS_RESOURCE_H
|
|
/* Define if you also have <sys/time.h>, the getrusage() function,
|
|
the struct rusage type, and <sys/resource.h> defines RUSAGE_SELF. */
|
|
#undef HAVE_GETRUSAGE
|
|
/* Define as the type of `who' in getrusage() declaration. */
|
|
#undef RUSAGE_WHO_T
|
|
/* Define if you have <sys/times.h>. */
|
|
#undef HAVE_SYS_TIMES_H
|
|
|
|
/* CL_PERROR */
|
|
/* Define if <errno.h> or <stdio.h> contains a declaration for perror(). */
|
|
#undef HAVE_PERROR_DECL
|
|
|
|
|
|
#endif /* _CL_T_CONFIG_H */
|
|
|