-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.cmake
47 lines (35 loc) · 1.24 KB
/
config.h.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to `long' if <sys/types.h> doesn't define. */
#undef off_t
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define if you want this package to be configured for debugging. */
#undef DEBUGGING
/* Define if you have the memmove function. */
#ifndef HAVE_MEMMOVE
#cmakedefine HAVE_MEMMOVE ${HAVE_MEMMOVE}
#endif
/* Define if you have the strerror function. */
#ifndef HAVE_STRERROR
#cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
#endif
/* Define if you have the <fpu_control.h> header file. */
#ifndef HAVE_FPU_CONTROL_H
#cmakedefine HAVE_FPU_CONTROL_H ${HAVE_FPU_CONTROL_H}
#endif
/* Define if you have the <ieeefp.h> header file. */
#ifndef HAVE_IEEEFP_H
#cmakedefine HAVE_IEEEFP_H ${HAVE_IEEEFP_H}
#endif
/* Define if you have the <nan.h> header file. */
#undef HAVE_NAN_H
/* Define if you have the <sys/time.h> header file. */
#ifndef HAVE_SYS_TIME_H
#cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
#endif
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM