1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <inttypes.h> header file. */
4#undef HAVE_INTTYPES_H
5
6/* Define to 1 if you have the <lastlog.h> header file. */
7#undef HAVE_LASTLOG_H
8
9/* Define to 1 if you have the <minix/config.h> header file. */
10#undef HAVE_MINIX_CONFIG_H
11
12/* Define to 1 if you have the 'pututline' function. */
13#undef HAVE_PUTUTLINE
14
15/* Define to 1 if you have the <pwd.h> header file. */
16#undef HAVE_PWD_H
17
18/* Define to 1 if you have the <stdint.h> header file. */
19#undef HAVE_STDINT_H
20
21/* Define to 1 if you have the <stdio.h> header file. */
22#undef HAVE_STDIO_H
23
24/* Define to 1 if you have the <stdlib.h> header file. */
25#undef HAVE_STDLIB_H
26
27/* Define to 1 if you have the <strings.h> header file. */
28#undef HAVE_STRINGS_H
29
30/* Define to 1 if you have the <string.h> header file. */
31#undef HAVE_STRING_H
32
33/* Define to 1 if the system has the type 'struct lastlog'. */
34#undef HAVE_STRUCT_LASTLOG
35
36/* Define to 1 if 'ut_syslen' is a member of 'struct utmpx'. */
37#undef HAVE_STRUCT_UTMPX_UT_SYSLEN
38
39/* Define to 1 if 'ut_host' is a member of 'struct utmp'. */
40#undef HAVE_STRUCT_UTMP_UT_HOST
41
42/* Define to 1 if 'ut_id' is a member of 'struct utmp'. */
43#undef HAVE_STRUCT_UTMP_UT_ID
44
45/* Define to 1 if 'ut_pid' is a member of 'struct utmp'. */
46#undef HAVE_STRUCT_UTMP_UT_PID
47
48/* Define to 1 if 'ut_type' is a member of 'struct utmp'. */
49#undef HAVE_STRUCT_UTMP_UT_TYPE
50
51/* Define to 1 if you have the <sys/param.h> header file. */
52#undef HAVE_SYS_PARAM_H
53
54/* Define to 1 if you have the <sys/stat.h> header file. */
55#undef HAVE_SYS_STAT_H
56
57/* Define to 1 if you have the <sys/types.h> header file. */
58#undef HAVE_SYS_TYPES_H
59
60/* Define to 1 if you have the <unistd.h> header file. */
61#undef HAVE_UNISTD_H
62
63/* Define to 1 if you have the 'updwtmpx' function. */
64#undef HAVE_UPDWTMPX
65
66/* Define to 1 if you have the 'utmpxname' function. */
67#undef HAVE_UTMPXNAME
68
69/* Define to 1 if you have the <utmpx.h> header file. */
70#undef HAVE_UTMPX_H
71
72/* Define to 1 if you have the <utmp.h> header file. */
73#undef HAVE_UTMP_H
74
75/* Define to 1 if you have the <wchar.h> header file. */
76#undef HAVE_WCHAR_H
77
78/* Name of package */
79#undef PACKAGE
80
81/* Define to the address where bug reports for this package should be sent. */
82#undef PACKAGE_BUGREPORT
83
84/* Define to the full name of this package. */
85#undef PACKAGE_NAME
86
87/* Define to the full name and version of this package. */
88#undef PACKAGE_STRING
89
90/* Define to the one symbol short name of this package. */
91#undef PACKAGE_TARNAME
92
93/* Define to the home page for this package. */
94#undef PACKAGE_URL
95
96/* Define to the version of this package. */
97#undef PACKAGE_VERSION
98
99/* Major version of this package */
100#undef PACKAGE_VERSION_MAJOR
101
102/* Minor version of this package */
103#undef PACKAGE_VERSION_MINOR
104
105/* Patch version of this package */
106#undef PACKAGE_VERSION_PATCHLEVEL
107
108/* Define to 1 if all of the C89 standard headers exist (not just the ones
109   required in a freestanding environment). This macro is provided for
110   backward compatibility; new code need not use it. */
111#undef STDC_HEADERS
112
113/* Enable extensions on AIX, Interix, z/OS.  */
114#ifndef _ALL_SOURCE
115# undef _ALL_SOURCE
116#endif
117/* Enable general extensions on macOS.  */
118#ifndef _DARWIN_C_SOURCE
119# undef _DARWIN_C_SOURCE
120#endif
121/* Enable general extensions on Solaris.  */
122#ifndef __EXTENSIONS__
123# undef __EXTENSIONS__
124#endif
125/* Enable GNU extensions on systems that have them.  */
126#ifndef _GNU_SOURCE
127# undef _GNU_SOURCE
128#endif
129/* Enable X/Open compliant socket functions that do not require linking
130   with -lxnet on HP-UX 11.11.  */
131#ifndef _HPUX_ALT_XOPEN_SOCKET_API
132# undef _HPUX_ALT_XOPEN_SOCKET_API
133#endif
134/* Identify the host operating system as Minix.
135   This macro does not affect the system headers' behavior.
136   A future release of Autoconf may stop defining this macro.  */
137#ifndef _MINIX
138# undef _MINIX
139#endif
140/* Enable general extensions on NetBSD.
141   Enable NetBSD compatibility extensions on Minix.  */
142#ifndef _NETBSD_SOURCE
143# undef _NETBSD_SOURCE
144#endif
145/* Enable OpenBSD compatibility extensions on NetBSD.
146   Oddly enough, this does nothing on OpenBSD.  */
147#ifndef _OPENBSD_SOURCE
148# undef _OPENBSD_SOURCE
149#endif
150/* Define to 1 if needed for POSIX-compatible behavior.  */
151#ifndef _POSIX_SOURCE
152# undef _POSIX_SOURCE
153#endif
154/* Define to 2 if needed for POSIX-compatible behavior.  */
155#ifndef _POSIX_1_SOURCE
156# undef _POSIX_1_SOURCE
157#endif
158/* Enable POSIX-compatible threading on Solaris.  */
159#ifndef _POSIX_PTHREAD_SEMANTICS
160# undef _POSIX_PTHREAD_SEMANTICS
161#endif
162/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
163#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
164# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
165#endif
166/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
167#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
168# undef __STDC_WANT_IEC_60559_BFP_EXT__
169#endif
170/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
171#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
172# undef __STDC_WANT_IEC_60559_DFP_EXT__
173#endif
174/* Enable extensions specified by C23 Annex F.  */
175#ifndef __STDC_WANT_IEC_60559_EXT__
176# undef __STDC_WANT_IEC_60559_EXT__
177#endif
178/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
179#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
180# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
181#endif
182/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015.  */
183#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
184# undef __STDC_WANT_IEC_60559_TYPES_EXT__
185#endif
186/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
187#ifndef __STDC_WANT_LIB_EXT2__
188# undef __STDC_WANT_LIB_EXT2__
189#endif
190/* Enable extensions specified by ISO/IEC 24747:2009.  */
191#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
192# undef __STDC_WANT_MATH_SPEC_FUNCS__
193#endif
194/* Enable extensions on HP NonStop.  */
195#ifndef _TANDEM_SOURCE
196# undef _TANDEM_SOURCE
197#endif
198/* Enable X/Open extensions.  Define to 500 only if necessary
199   to make mbstate_t available.  */
200#ifndef _XOPEN_SOURCE
201# undef _XOPEN_SOURCE
202#endif
203
204
205/* Version number of package */
206#undef VERSION
207
208/* Number of bits in a file offset, on hosts where this is settable. */
209#undef _FILE_OFFSET_BITS
210
211/* Define to 1 on platforms where this makes off_t a 64-bit type. */
212#undef _LARGE_FILES
213
214/* Number of bits in time_t, on hosts where this is settable. */
215#undef _TIME_BITS
216
217/* Define to 1 on platforms where this makes time_t a 64-bit type. */
218#undef __MINGW_USE_VC2005_COMPAT
219