Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlassert / repo / include / nlassert-config.h.in
1 /* include/nlassert-config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if your C++ compiler doesn't accept -c and -o together. */
4 #undef CXX_NO_MINUS_C_MINUS_O
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
11
12 /* Define to 1 if you have the `memcpy' function. */
13 #undef HAVE_MEMCPY
14
15 /* Define to 1 if you have the <memory.h> header file. */
16 #undef HAVE_MEMORY_H
17
18 /* Define to 1 if you have the <nlunit-test.h> header file. */
19 #undef HAVE_NLUNIT_TEST_H
20
21 /* Define to 1 if stdbool.h conforms to C99. */
22 #undef HAVE_STDBOOL_H
23
24 /* Define to 1 if you have the <stdint.h> header file. */
25 #undef HAVE_STDINT_H
26
27 /* Define to 1 if you have the <stdlib.h> header file. */
28 #undef HAVE_STDLIB_H
29
30 /* Define to 1 if you have the <strings.h> header file. */
31 #undef HAVE_STRINGS_H
32
33 /* Define to 1 if you have the <string.h> header file. */
34 #undef HAVE_STRING_H
35
36 /* Define to 1 if you have the <sys/stat.h> header file. */
37 #undef HAVE_SYS_STAT_H
38
39 /* Define to 1 if you have the <sys/types.h> header file. */
40 #undef HAVE_SYS_TYPES_H
41
42 /* Define to 1 if you have the <unistd.h> header file. */
43 #undef HAVE_UNISTD_H
44
45 /* Define to 1 if the system has the type `_Bool'. */
46 #undef HAVE__BOOL
47
48 /* Define to the sub-directory in which libtool stores uninstalled libraries.
49    */
50 #undef LT_OBJDIR
51
52 /* Define to 1 if the Standard C Library assert() workalike should be unit
53    tested */
54 #undef NLASSERT_TEST_STDC
55
56 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
57 #undef NO_MINUS_C_MINUS_O
58
59 /* Name of package */
60 #undef PACKAGE
61
62 /* Define to the address where bug reports for this package should be sent. */
63 #undef PACKAGE_BUGREPORT
64
65 /* Define to the full name of this package. */
66 #undef PACKAGE_NAME
67
68 /* Define to the full name and version of this package. */
69 #undef PACKAGE_STRING
70
71 /* Define to the one symbol short name of this package. */
72 #undef PACKAGE_TARNAME
73
74 /* Define to the home page for this package. */
75 #undef PACKAGE_URL
76
77 /* Define to the version of this package. */
78 #undef PACKAGE_VERSION
79
80 /* Define to 1 if you have the ANSI C header files. */
81 #undef STDC_HEADERS
82
83 /* Version number of package */
84 #undef VERSION
85
86 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
87    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
88    #define below would cause a syntax error. */
89 #undef _UINT32_T
90
91 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
92    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
93    #define below would cause a syntax error. */
94 #undef _UINT64_T
95
96 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
97    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
98    #define below would cause a syntax error. */
99 #undef _UINT8_T
100
101 /* Define to the type of a signed integer type of width exactly 16 bits if
102    such a type exists and the standard includes do not define it. */
103 #undef int16_t
104
105 /* Define to the type of a signed integer type of width exactly 32 bits if
106    such a type exists and the standard includes do not define it. */
107 #undef int32_t
108
109 /* Define to the type of a signed integer type of width exactly 64 bits if
110    such a type exists and the standard includes do not define it. */
111 #undef int64_t
112
113 /* Define to the type of a signed integer type of width exactly 8 bits if such
114    a type exists and the standard includes do not define it. */
115 #undef int8_t
116
117 /* Define to the type of an unsigned integer type of width exactly 16 bits if
118    such a type exists and the standard includes do not define it. */
119 #undef uint16_t
120
121 /* Define to the type of an unsigned integer type of width exactly 32 bits if
122    such a type exists and the standard includes do not define it. */
123 #undef uint32_t
124
125 /* Define to the type of an unsigned integer type of width exactly 64 bits if
126    such a type exists and the standard includes do not define it. */
127 #undef uint64_t
128
129 /* Define to the type of an unsigned integer type of width exactly 8 bits if
130    such a type exists and the standard includes do not define it. */
131 #undef uint8_t