]> www.ginac.de Git - cln.git/blob - src/timing/cl_t_config.h.in
* All Files have been modified for inclusion of namespace cln;
[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_FTIME */
20 /* Define if you have the ftime() function. */
21 #undef HAVE_FTIME
22
23 /* CL_TIMES_CLOCK */
24 /* Define if you have the times() function and it returns the real time,
25    but don't have the gettimeofday() or ftime() function. */
26 #undef HAVE_TIMES_CLOCK
27
28 /* CL_RUSAGE */
29 /* Define if you have <sys/resource.h>. */
30 #undef HAVE_SYS_RESOURCE_H
31 /* Define if you also have <sys/time.h>, the getrusage() function,
32    the struct rusage type, and <sys/resource.h> defines RUSAGE_SELF. */
33 #undef HAVE_GETRUSAGE
34 /* Define as the type of `who' in getrusage() declaration. */
35 #undef RUSAGE_WHO_T
36 /* Define if you have <sys/times.h>. */
37 #undef HAVE_SYS_TIMES_H
38
39 /* CL_PERROR */
40 /* Define if <errno.h> or <stdio.h> contains a declaration for perror(). */
41 #undef HAVE_PERROR_DECL
42
43
44 #endif /* _CL_T_CONFIG_H */
45