xref: /third_party/libevdev/config.h.in (revision c0abf9e6)
1c0abf9e6Sopenharmony_ci/* config.h.in.  Generated from configure.ac by autoheader.  */
2c0abf9e6Sopenharmony_ci
3c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <dlfcn.h> header file. */
4c0abf9e6Sopenharmony_ci#undef HAVE_DLFCN_H
5c0abf9e6Sopenharmony_ci
6c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <inttypes.h> header file. */
7c0abf9e6Sopenharmony_ci#undef HAVE_INTTYPES_H
8c0abf9e6Sopenharmony_ci
9c0abf9e6Sopenharmony_ci/* Define to 1 if you have the `m' library (-lm). */
10c0abf9e6Sopenharmony_ci#undef HAVE_LIBM
11c0abf9e6Sopenharmony_ci
12c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <minix/config.h> header file. */
13c0abf9e6Sopenharmony_ci#undef HAVE_MINIX_CONFIG_H
14c0abf9e6Sopenharmony_ci
15c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <stdint.h> header file. */
16c0abf9e6Sopenharmony_ci#undef HAVE_STDINT_H
17c0abf9e6Sopenharmony_ci
18c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <stdio.h> header file. */
19c0abf9e6Sopenharmony_ci#undef HAVE_STDIO_H
20c0abf9e6Sopenharmony_ci
21c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <stdlib.h> header file. */
22c0abf9e6Sopenharmony_ci#undef HAVE_STDLIB_H
23c0abf9e6Sopenharmony_ci
24c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <strings.h> header file. */
25c0abf9e6Sopenharmony_ci#undef HAVE_STRINGS_H
26c0abf9e6Sopenharmony_ci
27c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <string.h> header file. */
28c0abf9e6Sopenharmony_ci#undef HAVE_STRING_H
29c0abf9e6Sopenharmony_ci
30c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <sys/stat.h> header file. */
31c0abf9e6Sopenharmony_ci#undef HAVE_SYS_STAT_H
32c0abf9e6Sopenharmony_ci
33c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <sys/types.h> header file. */
34c0abf9e6Sopenharmony_ci#undef HAVE_SYS_TYPES_H
35c0abf9e6Sopenharmony_ci
36c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <unistd.h> header file. */
37c0abf9e6Sopenharmony_ci#undef HAVE_UNISTD_H
38c0abf9e6Sopenharmony_ci
39c0abf9e6Sopenharmony_ci/* Define to 1 if you have the <wchar.h> header file. */
40c0abf9e6Sopenharmony_ci#undef HAVE_WCHAR_H
41c0abf9e6Sopenharmony_ci
42c0abf9e6Sopenharmony_ci/* Define to the sub-directory where libtool stores uninstalled libraries. */
43c0abf9e6Sopenharmony_ci#undef LT_OBJDIR
44c0abf9e6Sopenharmony_ci
45c0abf9e6Sopenharmony_ci/* Name of package */
46c0abf9e6Sopenharmony_ci#undef PACKAGE
47c0abf9e6Sopenharmony_ci
48c0abf9e6Sopenharmony_ci/* Define to the address where bug reports for this package should be sent. */
49c0abf9e6Sopenharmony_ci#undef PACKAGE_BUGREPORT
50c0abf9e6Sopenharmony_ci
51c0abf9e6Sopenharmony_ci/* Define to the full name of this package. */
52c0abf9e6Sopenharmony_ci#undef PACKAGE_NAME
53c0abf9e6Sopenharmony_ci
54c0abf9e6Sopenharmony_ci/* Define to the full name and version of this package. */
55c0abf9e6Sopenharmony_ci#undef PACKAGE_STRING
56c0abf9e6Sopenharmony_ci
57c0abf9e6Sopenharmony_ci/* Define to the one symbol short name of this package. */
58c0abf9e6Sopenharmony_ci#undef PACKAGE_TARNAME
59c0abf9e6Sopenharmony_ci
60c0abf9e6Sopenharmony_ci/* Define to the home page for this package. */
61c0abf9e6Sopenharmony_ci#undef PACKAGE_URL
62c0abf9e6Sopenharmony_ci
63c0abf9e6Sopenharmony_ci/* Define to the version of this package. */
64c0abf9e6Sopenharmony_ci#undef PACKAGE_VERSION
65c0abf9e6Sopenharmony_ci
66c0abf9e6Sopenharmony_ci/* Define to 1 if all of the C90 standard headers exist (not just the ones
67c0abf9e6Sopenharmony_ci   required in a freestanding environment). This macro is provided for
68c0abf9e6Sopenharmony_ci   backward compatibility; new code need not use it. */
69c0abf9e6Sopenharmony_ci#undef STDC_HEADERS
70c0abf9e6Sopenharmony_ci
71c0abf9e6Sopenharmony_ci/* Enable extensions on AIX 3, Interix.  */
72c0abf9e6Sopenharmony_ci#ifndef _ALL_SOURCE
73c0abf9e6Sopenharmony_ci# undef _ALL_SOURCE
74c0abf9e6Sopenharmony_ci#endif
75c0abf9e6Sopenharmony_ci/* Enable general extensions on macOS.  */
76c0abf9e6Sopenharmony_ci#ifndef _DARWIN_C_SOURCE
77c0abf9e6Sopenharmony_ci# undef _DARWIN_C_SOURCE
78c0abf9e6Sopenharmony_ci#endif
79c0abf9e6Sopenharmony_ci/* Enable general extensions on Solaris.  */
80c0abf9e6Sopenharmony_ci#ifndef __EXTENSIONS__
81c0abf9e6Sopenharmony_ci# undef __EXTENSIONS__
82c0abf9e6Sopenharmony_ci#endif
83c0abf9e6Sopenharmony_ci/* Enable GNU extensions on systems that have them.  */
84c0abf9e6Sopenharmony_ci#ifndef _GNU_SOURCE
85c0abf9e6Sopenharmony_ci# undef _GNU_SOURCE
86c0abf9e6Sopenharmony_ci#endif
87c0abf9e6Sopenharmony_ci/* Enable X/Open compliant socket functions that do not require linking
88c0abf9e6Sopenharmony_ci   with -lxnet on HP-UX 11.11.  */
89c0abf9e6Sopenharmony_ci#ifndef _HPUX_ALT_XOPEN_SOCKET_API
90c0abf9e6Sopenharmony_ci# undef _HPUX_ALT_XOPEN_SOCKET_API
91c0abf9e6Sopenharmony_ci#endif
92c0abf9e6Sopenharmony_ci/* Identify the host operating system as Minix.
93c0abf9e6Sopenharmony_ci   This macro does not affect the system headers' behavior.
94c0abf9e6Sopenharmony_ci   A future release of Autoconf may stop defining this macro.  */
95c0abf9e6Sopenharmony_ci#ifndef _MINIX
96c0abf9e6Sopenharmony_ci# undef _MINIX
97c0abf9e6Sopenharmony_ci#endif
98c0abf9e6Sopenharmony_ci/* Enable general extensions on NetBSD.
99c0abf9e6Sopenharmony_ci   Enable NetBSD compatibility extensions on Minix.  */
100c0abf9e6Sopenharmony_ci#ifndef _NETBSD_SOURCE
101c0abf9e6Sopenharmony_ci# undef _NETBSD_SOURCE
102c0abf9e6Sopenharmony_ci#endif
103c0abf9e6Sopenharmony_ci/* Enable OpenBSD compatibility extensions on NetBSD.
104c0abf9e6Sopenharmony_ci   Oddly enough, this does nothing on OpenBSD.  */
105c0abf9e6Sopenharmony_ci#ifndef _OPENBSD_SOURCE
106c0abf9e6Sopenharmony_ci# undef _OPENBSD_SOURCE
107c0abf9e6Sopenharmony_ci#endif
108c0abf9e6Sopenharmony_ci/* Define to 1 if needed for POSIX-compatible behavior.  */
109c0abf9e6Sopenharmony_ci#ifndef _POSIX_SOURCE
110c0abf9e6Sopenharmony_ci# undef _POSIX_SOURCE
111c0abf9e6Sopenharmony_ci#endif
112c0abf9e6Sopenharmony_ci/* Define to 2 if needed for POSIX-compatible behavior.  */
113c0abf9e6Sopenharmony_ci#ifndef _POSIX_1_SOURCE
114c0abf9e6Sopenharmony_ci# undef _POSIX_1_SOURCE
115c0abf9e6Sopenharmony_ci#endif
116c0abf9e6Sopenharmony_ci/* Enable POSIX-compatible threading on Solaris.  */
117c0abf9e6Sopenharmony_ci#ifndef _POSIX_PTHREAD_SEMANTICS
118c0abf9e6Sopenharmony_ci# undef _POSIX_PTHREAD_SEMANTICS
119c0abf9e6Sopenharmony_ci#endif
120c0abf9e6Sopenharmony_ci/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
121c0abf9e6Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
122c0abf9e6Sopenharmony_ci# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
123c0abf9e6Sopenharmony_ci#endif
124c0abf9e6Sopenharmony_ci/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
125c0abf9e6Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
126c0abf9e6Sopenharmony_ci# undef __STDC_WANT_IEC_60559_BFP_EXT__
127c0abf9e6Sopenharmony_ci#endif
128c0abf9e6Sopenharmony_ci/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
129c0abf9e6Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
130c0abf9e6Sopenharmony_ci# undef __STDC_WANT_IEC_60559_DFP_EXT__
131c0abf9e6Sopenharmony_ci#endif
132c0abf9e6Sopenharmony_ci/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
133c0abf9e6Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
134c0abf9e6Sopenharmony_ci# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
135c0abf9e6Sopenharmony_ci#endif
136c0abf9e6Sopenharmony_ci/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
137c0abf9e6Sopenharmony_ci#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
138c0abf9e6Sopenharmony_ci# undef __STDC_WANT_IEC_60559_TYPES_EXT__
139c0abf9e6Sopenharmony_ci#endif
140c0abf9e6Sopenharmony_ci/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
141c0abf9e6Sopenharmony_ci#ifndef __STDC_WANT_LIB_EXT2__
142c0abf9e6Sopenharmony_ci# undef __STDC_WANT_LIB_EXT2__
143c0abf9e6Sopenharmony_ci#endif
144c0abf9e6Sopenharmony_ci/* Enable extensions specified by ISO/IEC 24747:2009.  */
145c0abf9e6Sopenharmony_ci#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
146c0abf9e6Sopenharmony_ci# undef __STDC_WANT_MATH_SPEC_FUNCS__
147c0abf9e6Sopenharmony_ci#endif
148c0abf9e6Sopenharmony_ci/* Enable extensions on HP NonStop.  */
149c0abf9e6Sopenharmony_ci#ifndef _TANDEM_SOURCE
150c0abf9e6Sopenharmony_ci# undef _TANDEM_SOURCE
151c0abf9e6Sopenharmony_ci#endif
152c0abf9e6Sopenharmony_ci/* Enable X/Open extensions.  Define to 500 only if necessary
153c0abf9e6Sopenharmony_ci   to make mbstate_t available.  */
154c0abf9e6Sopenharmony_ci#ifndef _XOPEN_SOURCE
155c0abf9e6Sopenharmony_ci# undef _XOPEN_SOURCE
156c0abf9e6Sopenharmony_ci#endif
157c0abf9e6Sopenharmony_ci
158c0abf9e6Sopenharmony_ci
159c0abf9e6Sopenharmony_ci/* Version number of package */
160c0abf9e6Sopenharmony_ci#undef VERSION
161c0abf9e6Sopenharmony_ci
162c0abf9e6Sopenharmony_ci/* Override for coverity */
163c0abf9e6Sopenharmony_ci#undef _Float128
164c0abf9e6Sopenharmony_ci
165c0abf9e6Sopenharmony_ci/* Override for coverity */
166c0abf9e6Sopenharmony_ci#undef _Float32
167c0abf9e6Sopenharmony_ci
168c0abf9e6Sopenharmony_ci/* Override for coverity */
169c0abf9e6Sopenharmony_ci#undef _Float32x
170c0abf9e6Sopenharmony_ci
171c0abf9e6Sopenharmony_ci/* Override for coverity */
172c0abf9e6Sopenharmony_ci#undef _Float64
173c0abf9e6Sopenharmony_ci
174c0abf9e6Sopenharmony_ci/* Override for coverity */
175c0abf9e6Sopenharmony_ci#undef _Float64x
176