cmocka: fix doxygen comment for assert_not_in_range()
[obnox/cmocka.git] / config.h.cmake
1 /* Name of package */
2 #cmakedefine PACKAGE "${APPLICATION_NAME}"
3
4 /* Version number of package */
5 #cmakedefine VERSION "${APPLICATION_VERSION}"
6
7 #cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}"
8 #cmakedefine DATADIR "${DATADIR}"
9 #cmakedefine LIBDIR "${LIBDIR}"
10 #cmakedefine PLUGINDIR "${PLUGINDIR}"
11 #cmakedefine SYSCONFDIR "${SYSCONFDIR}"
12 #cmakedefine BINARYDIR "${BINARYDIR}"
13 #cmakedefine SOURCEDIR "${SOURCEDIR}"
14
15 /************************** HEADER FILES *************************/
16
17 /* Define to 1 if you have the <assert.h> header file. */
18 #cmakedefine HAVE_ASSERT_H 1
19
20 /* Define to 1 if you have the <dlfcn.h> header file. */
21 #cmakedefine HAVE_DLFCN_H 1
22
23 /* Define to 1 if you have the <inttypes.h> header file. */
24 #cmakedefine HAVE_INTTYPES_H 1
25
26 /* Define to 1 if you have the <malloc.h> header file. */
27 #cmakedefine HAVE_MALLOC_H 1
28
29 /* Define to 1 if you have the <memory.h> header file. */
30 #cmakedefine HAVE_MEMORY_H 1
31
32 /* Define to 1 if you have the <setjmp.h> header file. */
33 #cmakedefine HAVE_SETJMP_H 1
34
35 /* Define to 1 if you have the <signal.h> header file. */
36 #cmakedefine HAVE_SIGNAL_H 1
37
38 /* Define to 1 if you have the <stdarg.h> header file. */
39 #cmakedefine HAVE_STDARG_H 1
40
41 /* Define to 1 if you have the <stddef.h> header file. */
42 #cmakedefine HAVE_STDDEF_H 1
43
44 /* Define to 1 if you have the <stdint.h> header file. */
45 #cmakedefine HAVE_STDINT_H 1
46
47 /* Define to 1 if you have the <stdio.h> header file. */
48 #cmakedefine HAVE_STDIO_H 1
49
50 /* Define to 1 if you have the <stdlib.h> header file. */
51 #cmakedefine HAVE_STDLIB_H 1
52
53 /* Define to 1 if you have the <strings.h> header file. */
54 #cmakedefine HAVE_STRINGS_H 1
55
56 /* Define to 1 if you have the <string.h> header file. */
57 #cmakedefine HAVE_STRING_H 1
58
59 /* Define to 1 if you have the <sys/stat.h> header file. */
60 #cmakedefine HAVE_SYS_STAT_H 1
61
62 /* Define to 1 if you have the <sys/types.h> header file. */
63 #cmakedefine HAVE_SYS_TYPES_H 1
64
65 /* Define to 1 if you have the <unistd.h> header file. */
66 #cmakedefine HAVE_UNISTD_H 1
67
68 /*************************** FUNCTIONS ***************************/
69
70 /* Define to 1 if you have the `calloc' function. */
71 #cmakedefine HAVE_CALLOC 1
72
73 /* Define to 1 if you have the `exit' function. */
74 #cmakedefine HAVE_EXIT 1
75
76 /* Define to 1 if you have the `fprintf' function. */
77 #cmakedefine HAVE_FPRINTF 1
78
79 /* Define to 1 if you have the `free' function. */
80 #cmakedefine HAVE_FREE 1
81
82 /* Define to 1 if you have the `longjmp' function. */
83 #cmakedefine HAVE_LONGJMP 1
84
85 /* Define to 1 if you have the `malloc' function. */
86 #cmakedefine HAVE_MALLOC 1
87
88 /* Define to 1 if you have the `memcpy' function. */
89 #cmakedefine HAVE_MEMCPY 1
90
91 /* Define to 1 if you have the `memset' function. */
92 #cmakedefine HAVE_MEMSET 1
93
94 /* Define to 1 if you have the `printf' function. */
95 #cmakedefine HAVE_PRINTF 1
96
97 /* Define to 1 if you have the `setjmp' function. */
98 #cmakedefine HAVE_SETJMP 1
99
100 /* Define to 1 if you have the `signal' function. */
101 #cmakedefine HAVE_SIGNAL 1
102
103 /* Define to 1 if you have the `snprintf' function. */
104 #cmakedefine HAVE_SNPRINTF 1
105
106 /* Define to 1 if you have the `strcmp' function. */
107 #cmakedefine HAVE_STRCMP 1
108
109 /* Define to 1 if you have the `strcpy' function. */
110 #cmakedefine HAVE_STRCPY 1
111
112 /* Define to 1 if you have the `vsnprintf' function. */
113 #cmakedefine HAVE_VSNPRINTF 1
114
115 /* Define to 1 if you have the `strsignal' function. */
116 #cmakedefine HAVE_STRSIGNAL 0
117
118 /**************************** OPTIONS ****************************/
119
120 /* define if the compiler implements namespaces */
121 #cmakedefine HAVE_NAMESPACES
122
123 /* Namespace for Google classes */
124 #cmakedefine GOOGLE_NAMESPACE
125
126 /* the namespace where STL code like vector<> is defined */
127 #cmakedefine STL_NAMESPACE
128
129 /* Stops putting the code inside the Google namespace */
130 #cmakedefine _END_GOOGLE_NAMESPACE_
131
132 /* Puts following code inside the Google namespace */
133 #cmakedefine _START_GOOGLE_NAMESPACE_
134
135 /*************************** ENDIAN *****************************/
136
137 #cmakedefine WORDS_SIZEOF_VOID_P ${WORDS_SIZEOF_VOID_P}
138
139 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
140    significant byte first (like Motorola and SPARC, unlike Intel). */
141 #cmakedefine WORDS_BIGENDIAN 1