Add a -hbar|-shroll_bar option
[smenu.git] / config.h.in
blob78c335135fdd92352ef7c18ba113174e3be107c8
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the `clock_gettime' function */
4 #undef HAVE_CLOCK_GETTIME
6 /* Define to 1 if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
12 /* Define to 1 if you have the <langinfo.h> header file. */
13 #undef HAVE_LANGINFO_H
15 /* Define to 1 if you have the <limits.h> header file. */
16 #undef HAVE_LIMITS_H
18 /* Define to 1 if you have the <locale.h> header file. */
19 #undef HAVE_LOCALE_H
21 /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
22 to 0 otherwise. */
23 #undef HAVE_MALLOC
25 /* Define to 1 if you have the 'mblen' function. */
26 #undef HAVE_MBLEN
28 /* Define to 1 if you have the 'memset' function. */
29 #undef HAVE_MEMSET
31 /* Define to 1 if you have the <minix/config.h> header file. */
32 #undef HAVE_MINIX_CONFIG_H
34 /* Define to 1 if you have the 'nl_langinfo' function. */
35 #undef HAVE_NL_LANGINFO
37 /* Define to 1 if you have the 'pathconf' function. */
38 #undef HAVE_PATHCONF
40 /* Define to 1 if your system has a GNU libc compatible 'realloc' function,
41 and to 0 otherwise. */
42 #undef HAVE_REALLOC
44 /* Define to 1 if you have the 'regcomp' function. */
45 #undef HAVE_REGCOMP
47 /* Define to 1 if you have the 'setlocale' function. */
48 #undef HAVE_SETLOCALE
50 /* Define to 1 if you have the <stdint.h> header file. */
51 #undef HAVE_STDINT_H
53 /* Define to 1 if you have the <stdio.h> header file. */
54 #undef HAVE_STDIO_H
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #undef HAVE_STDLIB_H
59 /* Define to 1 if you have the 'strcasecmp' function. */
60 #undef HAVE_STRCASECMP
62 /* Define to 1 if you have the 'strchr' function. */
63 #undef HAVE_STRCHR
65 /* Define to 1 if you have the <strings.h> header file. */
66 #undef HAVE_STRINGS_H
68 /* Define to 1 if you have the <string.h> header file. */
69 #undef HAVE_STRING_H
71 /* Define to 1 if you have the 'strrchr' function. */
72 #undef HAVE_STRRCHR
74 /* Define to 1 if you have the 'strspn' function. */
75 #undef HAVE_STRSPN
77 /* Define to 1 if you have the <sys/ioctl.h> header file. */
78 #undef HAVE_SYS_IOCTL_H
80 /* Define to 1 if you have the <sys/stat.h> header file. */
81 #undef HAVE_SYS_STAT_H
83 /* Define to 1 if you have the <sys/time.h> header file. */
84 #undef HAVE_SYS_TIME_H
86 /* Define to 1 if you have the <sys/types.h> header file. */
87 #undef HAVE_SYS_TYPES_H
89 /* Define to 1 if you have the <termios.h> header file. */
90 #undef HAVE_TERMIOS_H
92 /* Define to 1 if you have the <unistd.h> header file. */
93 #undef HAVE_UNISTD_H
95 /* Define to 1 if you have the <wchar.h> header file. */
96 #undef HAVE_WCHAR_H
98 /* Name of package */
99 #undef PACKAGE
101 /* Define to the address where bug reports for this package should be sent. */
102 #undef PACKAGE_BUGREPORT
104 /* Define to the full name of this package. */
105 #undef PACKAGE_NAME
107 /* Define to the full name and version of this package. */
108 #undef PACKAGE_STRING
110 /* Define to the one symbol short name of this package. */
111 #undef PACKAGE_TARNAME
113 /* Define to the home page for this package. */
114 #undef PACKAGE_URL
116 /* Define to the version of this package. */
117 #undef PACKAGE_VERSION
119 /* Define to 1 if all of the C89 standard headers exist (not just the ones
120 required in a freestanding environment). This macro is provided for
121 backward compatibility; new code need not use it. */
122 #undef STDC_HEADERS
124 /* Enable extensions on AIX, Interix, z/OS. */
125 #ifndef _ALL_SOURCE
126 # undef _ALL_SOURCE
127 #endif
128 /* Enable general extensions on macOS. */
129 #ifndef _DARWIN_C_SOURCE
130 # undef _DARWIN_C_SOURCE
131 #endif
132 /* Enable general extensions on Solaris. */
133 #ifndef __EXTENSIONS__
134 # undef __EXTENSIONS__
135 #endif
136 /* Enable GNU extensions on systems that have them. */
137 #ifndef _GNU_SOURCE
138 # undef _GNU_SOURCE
139 #endif
140 /* Enable X/Open compliant socket functions that do not require linking
141 with -lxnet on HP-UX 11.11. */
142 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
143 # undef _HPUX_ALT_XOPEN_SOCKET_API
144 #endif
145 /* Identify the host operating system as Minix.
146 This macro does not affect the system headers' behavior.
147 A future release of Autoconf may stop defining this macro. */
148 #ifndef _MINIX
149 # undef _MINIX
150 #endif
151 /* Enable general extensions on NetBSD.
152 Enable NetBSD compatibility extensions on Minix. */
153 #ifndef _NETBSD_SOURCE
154 # undef _NETBSD_SOURCE
155 #endif
156 /* Enable OpenBSD compatibility extensions on NetBSD.
157 Oddly enough, this does nothing on OpenBSD. */
158 #ifndef _OPENBSD_SOURCE
159 # undef _OPENBSD_SOURCE
160 #endif
161 /* Define to 1 if needed for POSIX-compatible behavior. */
162 #ifndef _POSIX_SOURCE
163 # undef _POSIX_SOURCE
164 #endif
165 /* Define to 2 if needed for POSIX-compatible behavior. */
166 #ifndef _POSIX_1_SOURCE
167 # undef _POSIX_1_SOURCE
168 #endif
169 /* Enable POSIX-compatible threading on Solaris. */
170 #ifndef _POSIX_PTHREAD_SEMANTICS
171 # undef _POSIX_PTHREAD_SEMANTICS
172 #endif
173 /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
174 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
175 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
176 #endif
177 /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
178 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
179 # undef __STDC_WANT_IEC_60559_BFP_EXT__
180 #endif
181 /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
182 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
183 # undef __STDC_WANT_IEC_60559_DFP_EXT__
184 #endif
185 /* Enable extensions specified by C23 Annex F. */
186 #ifndef __STDC_WANT_IEC_60559_EXT__
187 # undef __STDC_WANT_IEC_60559_EXT__
188 #endif
189 /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
190 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
191 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
192 #endif
193 /* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
194 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
195 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
196 #endif
197 /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
198 #ifndef __STDC_WANT_LIB_EXT2__
199 # undef __STDC_WANT_LIB_EXT2__
200 #endif
201 /* Enable extensions specified by ISO/IEC 24747:2009. */
202 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
203 # undef __STDC_WANT_MATH_SPEC_FUNCS__
204 #endif
205 /* Enable extensions on HP NonStop. */
206 #ifndef _TANDEM_SOURCE
207 # undef _TANDEM_SOURCE
208 #endif
209 /* Enable X/Open extensions. Define to 500 only if necessary
210 to make mbstate_t available. */
211 #ifndef _XOPEN_SOURCE
212 # undef _XOPEN_SOURCE
213 #endif
216 /* Version number of package */
217 #undef VERSION
219 /* Define to rpl_malloc if the replacement function should be used. */
220 #undef malloc
222 /* Define to rpl_realloc if the replacement function should be used. */
223 #undef realloc
225 /* Define as 'unsigned int' if <stddef.h> doesn't define. */
226 #undef size_t