]> www.ginac.de Git - cln.git/blob - src/timing/cl_t_config.h.in
[build] Rename cl_asm files to make CMake happy
[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
15 /* CL_RUSAGE */
16 /* Define if you have <sys/resource.h>. */
17 #undef HAVE_SYS_RESOURCE_H
18 /* Define if you also have <sys/time.h>, the getrusage() function,
19    the struct rusage type, and <sys/resource.h> defines RUSAGE_SELF. */
20 #undef HAVE_GETRUSAGE
21 /* Define as the type of `who' in getrusage() declaration. */
22 #undef RUSAGE_WHO_T
23 /* Define if you have <sys/times.h>. */
24 #undef HAVE_SYS_TIMES_H
25
26 /* CL_PERROR */
27 /* Define if <errno.h> or <stdio.h> contains a declaration for perror(). */
28 #undef HAVE_PERROR_DECL
29
30
31 #endif /* _CL_T_CONFIG_H */
32