]> www.ginac.de Git - cln.git/blob - src/base/cl_base_config.h.in
[build] Don't try to find out the exact prototype of gettimeofday().
[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
15
16 #endif /* _CL_BASE_CONFIG_H */
17