]> www.ginac.de Git - cln.git/blob - src/timing/cl_t_config.h.in
Retrieve the real time through gettimeofday(), not times().
[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_RUSAGE */
20 /* Define if you have <sys/resource.h>. */
21 #undef HAVE_SYS_RESOURCE_H
22 /* Define if you also have <sys/time.h>, the getrusage() function,
23    the struct rusage type, and <sys/resource.h> defines RUSAGE_SELF. */
24 #undef HAVE_GETRUSAGE
25 /* Define as the type of `who' in getrusage() declaration. */
26 #undef RUSAGE_WHO_T
27 /* Define if you have <sys/times.h>. */
28 #undef HAVE_SYS_TIMES_H
29
30 /* CL_PERROR */
31 /* Define if <errno.h> or <stdio.h> contains a declaration for perror(). */
32 #undef HAVE_PERROR_DECL
33
34
35 #endif /* _CL_T_CONFIG_H */
36