config: Add missing define for (v)snprintf functions.
[platform/upstream/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 <time.h> header file. */
66 #cmakedefine HAVE_TIME_H 1
67
68 /* Define to 1 if you have the <unistd.h> header file. */
69 #cmakedefine HAVE_UNISTD_H 1
70
71 /**************************** STRUCTS ****************************/
72
73 #cmakedefine HAVE_STRUCT_TIMESPEC 1
74
75 /*************************** FUNCTIONS ***************************/
76
77 /* Define to 1 if you have the `calloc' function. */
78 #cmakedefine HAVE_CALLOC 1
79
80 /* Define to 1 if you have the `exit' function. */
81 #cmakedefine HAVE_EXIT 1
82
83 /* Define to 1 if you have the `fprintf' function. */
84 #cmakedefine HAVE_FPRINTF 1
85
86 /* Define to 1 if you have the `snprintf' function. */
87 #cmakedefine HAVE_SNPRINTF 1
88
89 /* Define to 1 if you have the `_snprintf' function. */
90 #cmakedefine HAVE__SNPRINTF 1
91
92 /* Define to 1 if you have the `_snprintf_s' function. */
93 #cmakedefine HAVE__SNPRINTF_S 1
94
95 /* Define to 1 if you have the `vsnprintf' function. */
96 #cmakedefine HAVE_VSNPRINTF 1
97
98 /* Define to 1 if you have the `_vsnprintf' function. */
99 #cmakedefine HAVE__VSNPRINTF 1
100
101 /* Define to 1 if you have the `_vsnprintf_s' function. */
102 #cmakedefine HAVE__VSNPRINTF_S 1
103
104 /* Define to 1 if you have the `free' function. */
105 #cmakedefine HAVE_FREE 1
106
107 /* Define to 1 if you have the `longjmp' function. */
108 #cmakedefine HAVE_LONGJMP 1
109
110 /* Define to 1 if you have the `malloc' function. */
111 #cmakedefine HAVE_MALLOC 1
112
113 /* Define to 1 if you have the `memcpy' function. */
114 #cmakedefine HAVE_MEMCPY 1
115
116 /* Define to 1 if you have the `memset' function. */
117 #cmakedefine HAVE_MEMSET 1
118
119 /* Define to 1 if you have the `printf' function. */
120 #cmakedefine HAVE_PRINTF 1
121
122 /* Define to 1 if you have the `setjmp' function. */
123 #cmakedefine HAVE_SETJMP 1
124
125 /* Define to 1 if you have the `signal' function. */
126 #cmakedefine HAVE_SIGNAL 1
127
128 /* Define to 1 if you have the `snprintf' function. */
129 #cmakedefine HAVE_SNPRINTF 1
130
131 /* Define to 1 if you have the `strcmp' function. */
132 #cmakedefine HAVE_STRCMP 1
133
134 /* Define to 1 if you have the `strcpy' function. */
135 #cmakedefine HAVE_STRCPY 1
136
137 /* Define to 1 if you have the `vsnprintf' function. */
138 #cmakedefine HAVE_VSNPRINTF 1
139
140 /* Define to 1 if you have the `strsignal' function. */
141 #cmakedefine HAVE_STRSIGNAL 1
142
143 /* Define to 1 if you have the `clock_gettime' function. */
144 #cmakedefine HAVE_CLOCK_GETTIME 1
145
146 /**************************** OPTIONS ****************************/
147
148 /* Check if we have TLS support with GCC */
149 #cmakedefine HAVE_GCC_THREAD_LOCAL_STORAGE 1
150
151 /* Check if we have TLS support with MSVC */
152 #cmakedefine HAVE_MSVC_THREAD_LOCAL_STORAGE 1
153
154 /* Check if we have CLOCK_REALTIME for clock_gettime() */
155 #cmakedefine HAVE_CLOCK_GETTIME_REALTIME 1
156
157 /*************************** ENDIAN *****************************/
158
159 #cmakedefine WORDS_SIZEOF_VOID_P ${WORDS_SIZEOF_VOID_P}
160
161 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
162    significant byte first (like Motorola and SPARC, unlike Intel). */
163 #cmakedefine WORDS_BIGENDIAN 1