]> www.ginac.de Git - cln.git/blob - src/timing/cl_t_config.h.in
Rework of autoconfiscation infrastructure
[cln.git] / src / timing / cl_t_config.h.in
1 // Defines OS dependent macros
2
3 #ifndef _CL_T_CONFIG_H
4 #define _CL_T_CONFIG_H
5
6 /* These definitions are adjusted by `configure' automatically. */
7
8
9 /* functions and declarations */
10
11 /* CL_GETTIMEOFDAY */
12 /* Define if you have the gettimeofday() function. */
13 #undef HAVE_GETTIMEOFDAY
14 /* Define if the declaration of gettimeofday() needs dots. */
15 #undef GETTIMEOFDAY_DOTS
16 /* Define as the type of `tzp' in gettimeofday() declaration. */
17 #undef GETTIMEOFDAY_TZP_T
18
19 /* CL_TIMES_CLOCK */
20 /* Define if you have the times() function and it returns the real time,
21    but don't have the gettimeofday() function. */
22 #undef HAVE_TIMES_CLOCK
23
24 /* CL_RUSAGE */
25 /* Define if you have <sys/resource.h>. */
26 #undef HAVE_SYS_RESOURCE_H
27 /* Define if you also have <sys/time.h>, the getrusage() function,
28    the struct rusage type, and <sys/resource.h> defines RUSAGE_SELF. */
29 #undef HAVE_GETRUSAGE
30 /* Define as the type of `who' in getrusage() declaration. */
31 #undef RUSAGE_WHO_T
32 /* Define if you have <sys/times.h>. */
33 #undef HAVE_SYS_TIMES_H
34
35 /* CL_PERROR */
36 /* Define if <errno.h> or <stdio.h> contains a declaration for perror(). */
37 #undef HAVE_PERROR_DECL
38
39
40 #endif /* _CL_T_CONFIG_H */
41