]> www.ginac.de Git - cln.git/blob - src/base/cl_base_config.h.in
Rework of autoconfiscation infrastructure
[cln.git] / src / base / cl_base_config.h.in
1 // Defines OS dependent macros
2
3 #ifndef _CL_BASE_CONFIG_H
4 #define _CL_BASE_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
25 #endif /* _CL_BASE_CONFIG_H */
26