]> www.ginac.de Git - cln.git/blob - src/base/cl_base_config.h.cmake
cmake build: moved cl_config.h.cmake to `autoconf`
[cln.git] / src / base / cl_base_config.h.cmake
1 #ifndef CL_BASE_CONFIG_H
2 #define CL_BASE_CONFIG_H
3
4 /* CL_GETTIMEOFDAY */
5 /* Define if you have the gettimeofday() function. */
6 #cmakedefine HAVE_GETTIMEOFDAY
7 /* Define if the declaration of gettimeofday() needs dots. */
8 #cmakedefine GETTIMEOFDAY_DOTS
9 /* Define as the type of `tzp' in gettimeofday() declaration. */
10 #cmakedefine GETTIMEOFDAY_TZP_T
11
12 /* CL_TIMES_CLOCK */
13 /* Define if you have the times() function and it returns the real time,
14    but don't have the gettimeofday() function. */
15 #cmakedefine HAVE_TIMES_CLOCK
16 #endif /* CL_BASE_CONFIG_H */
17