CppUTest
config.h
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Compiling CppUTest itself */
5 #define CPPUTEST_COMPILATION 1
6 
7 /* memory leak detection disabled */
8 /* #undef CPPUTEST_MEM_LEAK_DETECTION_DISABLED */
9 
10 /* Standard C++ library disabled */
11 /* #undef CPPUTEST_STD_CPP_LIB_DISABLED */
12 
13 /* Standard C library disabled */
14 /* #undef CPPUTEST_STD_C_LIB_DISABLED */
15 
16 /* Use GMock */
17 /* #undef CPPUTEST_USE_REAL_GMOCK */
18 
19 /* Using the real gtest */
20 /* #undef CPPUTEST_USE_REAL_GTEST */
21 
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #define HAVE_DLFCN_H 1
24 
25 /* Define to 1 if you have the `fork' function. */
26 #define HAVE_FORK 1
27 
28 /* Define to 1 if you have the `gettimeofday' function. */
29 #define HAVE_GETTIMEOFDAY 1
30 
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #define HAVE_INTTYPES_H 1
33 
34 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
35  to 0 otherwise. */
36 #define HAVE_MALLOC 1
37 
38 /* Define to 1 if you have the <memory.h> header file. */
39 #define HAVE_MEMORY_H 1
40 
41 /* Define to 1 if you have the `memset' function. */
42 #define HAVE_MEMSET 1
43 
44 /* Define if you have POSIX threads libraries and header files. */
45 /* #undef HAVE_PTHREAD */
46 
47 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
48  and to 0 otherwise. */
49 #define HAVE_REALLOC 1
50 
51 /* Define to 1 if you have the <stddef.h> header file. */
52 #define HAVE_STDDEF_H 1
53 
54 /* Define to 1 if you have the <stdint.h> header file. */
55 #define HAVE_STDINT_H 1
56 
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #define HAVE_STDLIB_H 1
59 
60 /* Define to 1 if you have the <strings.h> header file. */
61 #define HAVE_STRINGS_H 1
62 
63 /* Define to 1 if you have the <string.h> header file. */
64 #define HAVE_STRING_H 1
65 
66 /* Define to 1 if you have the `strstr' function. */
67 #define HAVE_STRSTR 1
68 
69 /* Define to 1 if you have the <sys/stat.h> header file. */
70 #define HAVE_SYS_STAT_H 1
71 
72 /* Define to 1 if you have the <sys/time.h> header file. */
73 #define HAVE_SYS_TIME_H 1
74 
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #define HAVE_SYS_TYPES_H 1
77 
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #define HAVE_UNISTD_H 1
80 
81 /* Define to 1 if you have the `vfork' function. */
82 #define HAVE_VFORK 1
83 
84 /* Define to 1 if you have the <vfork.h> header file. */
85 /* #undef HAVE_VFORK_H */
86 
87 /* Define to 1 if `fork' works. */
88 #define HAVE_WORKING_FORK 1
89 
90 /* Define to 1 if `vfork' works. */
91 #define HAVE_WORKING_VFORK 1
92 
93 /* Define to the sub-directory in which libtool stores uninstalled libraries.
94  */
95 #define LT_OBJDIR ".libs/"
96 
97 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
98 /* #undef NO_MINUS_C_MINUS_O */
99 
100 /* Name of package */
101 #define PACKAGE "cpputest"
102 
103 /* Define to the address where bug reports for this package should be sent. */
104 #define PACKAGE_BUGREPORT "https://github.com/cpputest/cpputest"
105 
106 /* Define to the full name of this package. */
107 #define PACKAGE_NAME "CppUTest"
108 
109 /* Define to the full name and version of this package. */
110 #define PACKAGE_STRING "CppUTest 3.4"
111 
112 /* Define to the one symbol short name of this package. */
113 #define PACKAGE_TARNAME "cpputest"
114 
115 /* Define to the home page for this package. */
116 #define PACKAGE_URL ""
117 
118 /* Define to the version of this package. */
119 #define PACKAGE_VERSION "3.4"
120 
121 /* Define to necessary symbol if this constant uses a non-standard name on
122  your system. */
123 /* #undef PTHREAD_CREATE_JOINABLE */
124 
125 /* Define to 1 if you have the ANSI C header files. */
126 #define STDC_HEADERS 1
127 
128 /* Version number of package */
129 #define VERSION "3.4"
130 
131 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
132  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
133  #define below would cause a syntax error. */
134 /* #undef _UINT32_T */
135 
136 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
137  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
138  #define below would cause a syntax error. */
139 /* #undef _UINT64_T */
140 
141 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
142  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
143  #define below would cause a syntax error. */
144 /* #undef _UINT8_T */
145 
146 /* Define to `__inline__' or `__inline' if that's what the C compiler
147  calls it, or to nothing if 'inline' is not supported under any name. */
148 #ifndef __cplusplus
149 /* #undef inline */
150 #endif
151 
152 /* Define to the type of a signed integer type of width exactly 16 bits if
153  such a type exists and the standard includes do not define it. */
154 /* #undef int16_t */
155 
156 /* Define to the type of a signed integer type of width exactly 32 bits if
157  such a type exists and the standard includes do not define it. */
158 /* #undef int32_t */
159 
160 /* Define to the type of a signed integer type of width exactly 64 bits if
161  such a type exists and the standard includes do not define it. */
162 /* #undef int64_t */
163 
164 /* Define to the type of a signed integer type of width exactly 8 bits if such
165  a type exists and the standard includes do not define it. */
166 /* #undef int8_t */
167 
168 /* Define to rpl_malloc if the replacement function should be used. */
169 /* #undef malloc */
170 
171 /* Define to `int' if <sys/types.h> does not define. */
172 /* #undef pid_t */
173 
174 /* Define to rpl_realloc if the replacement function should be used. */
175 /* #undef realloc */
176 
177 /* Define to `unsigned int' if <sys/types.h> does not define. */
178 /* #undef size_t */
179 
180 /* Define to the type of an unsigned integer type of width exactly 16 bits if
181  such a type exists and the standard includes do not define it. */
182 /* #undef uint16_t */
183 
184 /* Define to the type of an unsigned integer type of width exactly 32 bits if
185  such a type exists and the standard includes do not define it. */
186 /* #undef uint32_t */
187 
188 /* Define to the type of an unsigned integer type of width exactly 64 bits if
189  such a type exists and the standard includes do not define it. */
190 /* #undef uint64_t */
191 
192 /* Define to the type of an unsigned integer type of width exactly 8 bits if
193  such a type exists and the standard includes do not define it. */
194 /* #undef uint8_t */
195 
196 /* Define as `fork' if `vfork' does not work. */
197 /* #undef vfork */