Ticket #66431: bash-config.log

File bash-config.log, 873.6 KB (added by judaew (Vadym-Valdis Yudaiev), 18 months ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by bash configure 5.2-release, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info --without-installed-readline 'CFLAGS_FOR_BUILD=-arch x86_64'
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = olivine.local
14uname -m = x86_64
15uname -r = 22.1.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 22.1.0: Sun Oct  9 20:14:54 PDT 2022; root:xnu-8792.41.9~2/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 22.1.0: Sun Oct  9 20:14:54 PDT 2022; root:xnu-8792.41.9~2/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 8.00 gigabytes
33Default processor set: 617 tasks, 2152 threads, 8 processors
34Load average: 2.50, Mach factor: 5.49
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin/
40PATH: /opt/local/sbin/
41PATH: /bin/
42PATH: /sbin/
43PATH: /usr/bin/
44PATH: /usr/sbin/
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3017: looking for aux files: config.rpath install-sh config.guess config.sub
52configure:3030:  trying ././support/
53configure:3059:   ././support/config.rpath found
54configure:3044:   ././support/install.sh found
55configure:3059:   ././support/config.guess found
56configure:3059:   ././support/config.sub found
57configure:3193: checking build system type
58configure:3208: result: x86_64-apple-darwin22.1.0
59configure:3228: checking host system type
60configure:3242: result: x86_64-apple-darwin22.1.0
61configure:3958: checking for gcc
62configure:3990: result: ccache /usr/bin/clang
63configure:4343: checking for C compiler version
64configure:4352: ccache /usr/bin/clang --version >&5
65Apple clang version 14.0.0 (clang-1400.0.29.202)
66Target: x86_64-apple-darwin22.1.0
67Thread model: posix
68InstalledDir: /Library/Developer/CommandLineTools/usr/bin
69configure:4363: $? = 0
70configure:4352: ccache /usr/bin/clang -v >&5
71Apple clang version 14.0.0 (clang-1400.0.29.202)
72Target: x86_64-apple-darwin22.1.0
73Thread model: posix
74InstalledDir: /Library/Developer/CommandLineTools/usr/bin
75configure:4363: $? = 0
76configure:4352: ccache /usr/bin/clang -V >&5
77clang: error: argument to '-V' is missing (expected 1 value)
78clang: error: no input files
79configure:4363: $? = 1
80configure:4352: ccache /usr/bin/clang -qversion >&5
81clang: error: unknown argument '-qversion'; did you mean '--version'?
82clang: error: no input files
83configure:4363: $? = 1
84configure:4352: ccache /usr/bin/clang -version >&5
85clang: error: unknown argument '-version'; did you mean '--version'?
86clang: error: no input files
87configure:4363: $? = 1
88configure:4383: checking whether the C compiler works
89configure:4405: ccache /usr/bin/clang -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
90configure:4409: $? = 0
91configure:4459: result: yes
92configure:4462: checking for C compiler default output file name
93configure:4464: result: a.out
94configure:4470: checking for suffix of executables
95configure:4477: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
96configure:4481: $? = 0
97configure:4504: result:
98configure:4526: checking whether we are cross compiling
99configure:4534: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
100configure:4538: $? = 0
101configure:4545: ./conftest
102configure:4549: $? = 0
103configure:4564: result: no
104configure:4569: checking for suffix of object files
105configure:4592: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
106configure:4596: $? = 0
107configure:4618: result: o
108configure:4622: checking whether the compiler supports GNU C
109configure:4642: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
110configure:4642: $? = 0
111configure:4652: result: yes
112configure:4663: checking whether ccache /usr/bin/clang accepts -g
113configure:4684: ccache /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
114configure:4684: $? = 0
115configure:4728: result: yes
116configure:4748: checking for ccache /usr/bin/clang option to enable C11 features
117configure:4763: ccache /usr/bin/clang  -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
118configure:4763: $? = 0
119configure:4781: result: none needed
120configure:4906: checking for stdio.h
121configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
122configure:4906: $? = 0
123configure:4906: result: yes
124configure:4906: checking for stdlib.h
125configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
126configure:4906: $? = 0
127configure:4906: result: yes
128configure:4906: checking for string.h
129configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
130configure:4906: $? = 0
131configure:4906: result: yes
132configure:4906: checking for inttypes.h
133configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
134configure:4906: $? = 0
135configure:4906: result: yes
136configure:4906: checking for stdint.h
137configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
138configure:4906: $? = 0
139configure:4906: result: yes
140configure:4906: checking for strings.h
141configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
142configure:4906: $? = 0
143configure:4906: result: yes
144configure:4906: checking for sys/stat.h
145configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
146configure:4906: $? = 0
147configure:4906: result: yes
148configure:4906: checking for sys/types.h
149configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
150configure:4906: $? = 0
151configure:4906: result: yes
152configure:4906: checking for unistd.h
153configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
154configure:4906: $? = 0
155configure:4906: result: yes
156configure:4906: checking for wchar.h
157configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
158configure:4906: $? = 0
159configure:4906: result: yes
160configure:4906: checking for minix/config.h
161configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
162conftest.c:73:10: fatal error: 'minix/config.h' file not found
163#include <minix/config.h>
164         ^~~~~~~~~~~~~~~~
1651 error generated.
166configure:4906: $? = 1
167configure: failed program was:
168| /* confdefs.h */
169| #define PACKAGE_NAME "bash"
170| #define PACKAGE_TARNAME "bash"
171| #define PACKAGE_VERSION "5.2-release"
172| #define PACKAGE_STRING "bash 5.2-release"
173| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
174| #define PACKAGE_URL ""
175| #define ALIAS 1
176| #define PUSHD_AND_POPD 1
177| #define RESTRICTED_SHELL 1
178| #define PROCESS_SUBSTITUTION 1
179| #define PROMPT_STRING_DECODE 1
180| #define SELECT_COMMAND 1
181| #define HELP_BUILTIN 1
182| #define ARRAY_VARS 1
183| #define DPAREN_ARITHMETIC 1
184| #define BRACE_EXPANSION 1
185| #define COMMAND_TIMING 1
186| #define EXTENDED_GLOB 1
187| #define EXTGLOB_DEFAULT 0
188| #define COND_COMMAND 1
189| #define COND_REGEXP 1
190| #define COPROCESS_SUPPORT 1
191| #define ARITH_FOR_COMMAND 1
192| #define NETWORK_REDIRECTIONS 1
193| #define PROGRAMMABLE_COMPLETION 1
194| #define DEBUGGER 1
195| #define CASEMOD_ATTRS 1
196| #define CASEMOD_EXPANSIONS 1
197| #define GLOBASCII_DEFAULT 1
198| #define FUNCTION_IMPORT 1
199| #define TRANSLATABLE_STRINGS 1
200| #define MEMSCRAMBLE 1
201| #define HAVE_STDIO_H 1
202| #define HAVE_STDLIB_H 1
203| #define HAVE_STRING_H 1
204| #define HAVE_INTTYPES_H 1
205| #define HAVE_STDINT_H 1
206| #define HAVE_STRINGS_H 1
207| #define HAVE_SYS_STAT_H 1
208| #define HAVE_SYS_TYPES_H 1
209| #define HAVE_UNISTD_H 1
210| #define HAVE_WCHAR_H 1
211| /* end confdefs.h.  */
212| #include <stddef.h>
213| #ifdef HAVE_STDIO_H
214| # include <stdio.h>
215| #endif
216| #ifdef HAVE_STDLIB_H
217| # include <stdlib.h>
218| #endif
219| #ifdef HAVE_STRING_H
220| # include <string.h>
221| #endif
222| #ifdef HAVE_INTTYPES_H
223| # include <inttypes.h>
224| #endif
225| #ifdef HAVE_STDINT_H
226| # include <stdint.h>
227| #endif
228| #ifdef HAVE_STRINGS_H
229| # include <strings.h>
230| #endif
231| #ifdef HAVE_SYS_TYPES_H
232| # include <sys/types.h>
233| #endif
234| #ifdef HAVE_SYS_STAT_H
235| # include <sys/stat.h>
236| #endif
237| #ifdef HAVE_UNISTD_H
238| # include <unistd.h>
239| #endif
240| #include <minix/config.h>
241configure:4906: result: no
242configure:4906: checking for sys/param.h
243configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
244configure:4906: $? = 0
245configure:4906: result: yes
246configure:4906: checking for xlocale.h
247configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
248configure:4906: $? = 0
249configure:4906: result: yes
250configure:4906: checking for sys/time.h
251configure:4906: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
252configure:4906: $? = 0
253configure:4906: result: yes
254configure:4937: checking whether it is safe to define __EXTENSIONS__
255configure:4956: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
256configure:4956: $? = 0
257configure:4964: result: yes
258configure:4967: checking whether _XOPEN_SOURCE should be defined
259configure:4989: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
260configure:4989: $? = 0
261configure:5016: result: no
262configure:5080: checking for special C compiler options needed for large files
263configure:5128: result: no
264configure:5134: checking for _FILE_OFFSET_BITS value needed for large files
265configure:5160: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
266configure:5160: $? = 0
267configure:5194: result: no
268configure:5390: checking how to run the C preprocessor
269configure:5416: ccache /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
270configure:5416: $? = 0
271configure:5431: ccache /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
272conftest.c:65:10: fatal error: 'ac_nonexistent.h' file not found
273#include <ac_nonexistent.h>
274         ^~~~~~~~~~~~~~~~~~
2751 error generated.
276configure:5431: $? = 1
277configure: failed program was:
278| /* confdefs.h */
279| #define PACKAGE_NAME "bash"
280| #define PACKAGE_TARNAME "bash"
281| #define PACKAGE_VERSION "5.2-release"
282| #define PACKAGE_STRING "bash 5.2-release"
283| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
284| #define PACKAGE_URL ""
285| #define ALIAS 1
286| #define PUSHD_AND_POPD 1
287| #define RESTRICTED_SHELL 1
288| #define PROCESS_SUBSTITUTION 1
289| #define PROMPT_STRING_DECODE 1
290| #define SELECT_COMMAND 1
291| #define HELP_BUILTIN 1
292| #define ARRAY_VARS 1
293| #define DPAREN_ARITHMETIC 1
294| #define BRACE_EXPANSION 1
295| #define COMMAND_TIMING 1
296| #define EXTENDED_GLOB 1
297| #define EXTGLOB_DEFAULT 0
298| #define COND_COMMAND 1
299| #define COND_REGEXP 1
300| #define COPROCESS_SUPPORT 1
301| #define ARITH_FOR_COMMAND 1
302| #define NETWORK_REDIRECTIONS 1
303| #define PROGRAMMABLE_COMPLETION 1
304| #define DEBUGGER 1
305| #define CASEMOD_ATTRS 1
306| #define CASEMOD_EXPANSIONS 1
307| #define GLOBASCII_DEFAULT 1
308| #define FUNCTION_IMPORT 1
309| #define TRANSLATABLE_STRINGS 1
310| #define MEMSCRAMBLE 1
311| #define HAVE_STDIO_H 1
312| #define HAVE_STDLIB_H 1
313| #define HAVE_STRING_H 1
314| #define HAVE_INTTYPES_H 1
315| #define HAVE_STDINT_H 1
316| #define HAVE_STRINGS_H 1
317| #define HAVE_SYS_STAT_H 1
318| #define HAVE_SYS_TYPES_H 1
319| #define HAVE_UNISTD_H 1
320| #define HAVE_WCHAR_H 1
321| #define HAVE_SYS_PARAM_H 1
322| #define HAVE_XLOCALE_H 1
323| #define HAVE_SYS_TIME_H 1
324| #define STDC_HEADERS 1
325| #define _ALL_SOURCE 1
326| #define _DARWIN_C_SOURCE 1
327| #define _GNU_SOURCE 1
328| #define _HPUX_ALT_XOPEN_SOCKET_API 1
329| #define _NETBSD_SOURCE 1
330| #define _OPENBSD_SOURCE 1
331| #define _POSIX_PTHREAD_SEMANTICS 1
332| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
333| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
334| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
335| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
336| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
337| #define __STDC_WANT_LIB_EXT2__ 1
338| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
339| #define _TANDEM_SOURCE 1
340| #define __EXTENSIONS__ 1
341| /* end confdefs.h.  */
342| #include <ac_nonexistent.h>
343configure:5458: result: ccache /usr/bin/clang -E
344configure:5472: ccache /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
345configure:5472: $? = 0
346configure:5487: ccache /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
347conftest.c:65:10: fatal error: 'ac_nonexistent.h' file not found
348#include <ac_nonexistent.h>
349         ^~~~~~~~~~~~~~~~~~
3501 error generated.
351configure:5487: $? = 1
352configure: failed program was:
353| /* confdefs.h */
354| #define PACKAGE_NAME "bash"
355| #define PACKAGE_TARNAME "bash"
356| #define PACKAGE_VERSION "5.2-release"
357| #define PACKAGE_STRING "bash 5.2-release"
358| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
359| #define PACKAGE_URL ""
360| #define ALIAS 1
361| #define PUSHD_AND_POPD 1
362| #define RESTRICTED_SHELL 1
363| #define PROCESS_SUBSTITUTION 1
364| #define PROMPT_STRING_DECODE 1
365| #define SELECT_COMMAND 1
366| #define HELP_BUILTIN 1
367| #define ARRAY_VARS 1
368| #define DPAREN_ARITHMETIC 1
369| #define BRACE_EXPANSION 1
370| #define COMMAND_TIMING 1
371| #define EXTENDED_GLOB 1
372| #define EXTGLOB_DEFAULT 0
373| #define COND_COMMAND 1
374| #define COND_REGEXP 1
375| #define COPROCESS_SUPPORT 1
376| #define ARITH_FOR_COMMAND 1
377| #define NETWORK_REDIRECTIONS 1
378| #define PROGRAMMABLE_COMPLETION 1
379| #define DEBUGGER 1
380| #define CASEMOD_ATTRS 1
381| #define CASEMOD_EXPANSIONS 1
382| #define GLOBASCII_DEFAULT 1
383| #define FUNCTION_IMPORT 1
384| #define TRANSLATABLE_STRINGS 1
385| #define MEMSCRAMBLE 1
386| #define HAVE_STDIO_H 1
387| #define HAVE_STDLIB_H 1
388| #define HAVE_STRING_H 1
389| #define HAVE_INTTYPES_H 1
390| #define HAVE_STDINT_H 1
391| #define HAVE_STRINGS_H 1
392| #define HAVE_SYS_STAT_H 1
393| #define HAVE_SYS_TYPES_H 1
394| #define HAVE_UNISTD_H 1
395| #define HAVE_WCHAR_H 1
396| #define HAVE_SYS_PARAM_H 1
397| #define HAVE_XLOCALE_H 1
398| #define HAVE_SYS_TIME_H 1
399| #define STDC_HEADERS 1
400| #define _ALL_SOURCE 1
401| #define _DARWIN_C_SOURCE 1
402| #define _GNU_SOURCE 1
403| #define _HPUX_ALT_XOPEN_SOCKET_API 1
404| #define _NETBSD_SOURCE 1
405| #define _OPENBSD_SOURCE 1
406| #define _POSIX_PTHREAD_SEMANTICS 1
407| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
408| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
409| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
410| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
411| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
412| #define __STDC_WANT_LIB_EXT2__ 1
413| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
414| #define _TANDEM_SOURCE 1
415| #define __EXTENSIONS__ 1
416| /* end confdefs.h.  */
417| #include <ac_nonexistent.h>
418configure:5518: checking for grep that handles long lines and -e
419configure:5582: result: /opt/local/bin/ggrep
420configure:5587: checking for egrep
421configure:5655: result: /opt/local/bin/ggrep -E
422configure:5661: checking whether ccache /usr/bin/clang needs -traditional
423conftest.c:65:10: fatal error: 'termio.h' file not found
424#include <termio.h>
425         ^~~~~~~~~~
4261 error generated.
427configure:5698: result: no
428configure:6223: checking for a BSD-compatible install
429configure:6296: result: /usr/bin/install -c
430configure:6355: checking for ar
431configure:6376: found /opt/local/bin/ar
432configure:6387: result: ar
433configure:6458: checking for ranlib
434configure:6479: found /opt/local/bin/ranlib
435configure:6490: result: ranlib
436configure:6516: checking for bison
437configure:6537: found /usr/bin/bison
438configure:6548: result: bison -y
439configure:6560: checking whether make sets $(MAKE)
440configure:6583: result: yes
441configure:6971: checking for an ANSI C-conforming const
442configure:7038: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
443configure:7038: $? = 0
444configure:7046: result: yes
445configure:7054: checking for inline
446configure:7071: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
447configure:7071: $? = 0
448configure:7080: result: inline
449configure:7098: checking whether byte ordering is bigendian
450configure:7114: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
451configure:7114: $? = 0
452configure:7160: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
453configure:7160: $? = 0
454configure:7179: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
455conftest.c:75:4: error: use of undeclared identifier 'not'
456                 not big endian
457                 ^
4581 error generated.
459configure:7179: $? = 1
460configure: failed program was:
461| /* confdefs.h */
462| #define PACKAGE_NAME "bash"
463| #define PACKAGE_TARNAME "bash"
464| #define PACKAGE_VERSION "5.2-release"
465| #define PACKAGE_STRING "bash 5.2-release"
466| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
467| #define PACKAGE_URL ""
468| #define ALIAS 1
469| #define PUSHD_AND_POPD 1
470| #define RESTRICTED_SHELL 1
471| #define PROCESS_SUBSTITUTION 1
472| #define PROMPT_STRING_DECODE 1
473| #define SELECT_COMMAND 1
474| #define HELP_BUILTIN 1
475| #define ARRAY_VARS 1
476| #define DPAREN_ARITHMETIC 1
477| #define BRACE_EXPANSION 1
478| #define COMMAND_TIMING 1
479| #define EXTENDED_GLOB 1
480| #define EXTGLOB_DEFAULT 0
481| #define COND_COMMAND 1
482| #define COND_REGEXP 1
483| #define COPROCESS_SUPPORT 1
484| #define ARITH_FOR_COMMAND 1
485| #define NETWORK_REDIRECTIONS 1
486| #define PROGRAMMABLE_COMPLETION 1
487| #define DEBUGGER 1
488| #define CASEMOD_ATTRS 1
489| #define CASEMOD_EXPANSIONS 1
490| #define GLOBASCII_DEFAULT 1
491| #define FUNCTION_IMPORT 1
492| #define TRANSLATABLE_STRINGS 1
493| #define MEMSCRAMBLE 1
494| #define HAVE_STDIO_H 1
495| #define HAVE_STDLIB_H 1
496| #define HAVE_STRING_H 1
497| #define HAVE_INTTYPES_H 1
498| #define HAVE_STDINT_H 1
499| #define HAVE_STRINGS_H 1
500| #define HAVE_SYS_STAT_H 1
501| #define HAVE_SYS_TYPES_H 1
502| #define HAVE_UNISTD_H 1
503| #define HAVE_WCHAR_H 1
504| #define HAVE_SYS_PARAM_H 1
505| #define HAVE_XLOCALE_H 1
506| #define HAVE_SYS_TIME_H 1
507| #define STDC_HEADERS 1
508| #define _ALL_SOURCE 1
509| #define _DARWIN_C_SOURCE 1
510| #define _GNU_SOURCE 1
511| #define _HPUX_ALT_XOPEN_SOCKET_API 1
512| #define _NETBSD_SOURCE 1
513| #define _OPENBSD_SOURCE 1
514| #define _POSIX_PTHREAD_SEMANTICS 1
515| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
516| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
517| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
518| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
519| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
520| #define __STDC_WANT_LIB_EXT2__ 1
521| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
522| #define _TANDEM_SOURCE 1
523| #define __EXTENSIONS__ 1
524| #define READLINE 1
525| #define HISTORY 1
526| #define BANG_HISTORY 1
527| /* end confdefs.h.  */
528| #include <sys/types.h>
529|               #include <sys/param.h>
530|
531| int
532| main (void)
533| {
534| #if BYTE_ORDER != BIG_ENDIAN
535|                not big endian
536|               #endif
537|
538|   ;
539|   return 0;
540| }
541configure:7313: result: no
542configure:7331: checking for preprocessor stringizing operator
543configure:7353: result: yes
544configure:7362: checking for long double
545configure:7397: result: yes
546configure:7414: checking whether char is unsigned
547configure:7434: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
548configure:7434: $? = 0
549configure:7442: result: no
550configure:7449: checking for working volatile
551configure:7469: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
552configure:7469: $? = 0
553configure:7477: result: yes
554configure:7485: checking for C/C++ restrict keyword
555configure:7515: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
556configure:7515: $? = 0
557configure:7524: result: __restrict__
558configure:7537: checking for a race-free mkdir -p
559configure:7581: result: /opt/local/bin/gmkdir -p
560configure:7584: checking for a sed that does not truncate output
561configure:7654: result: /opt/local/bin/gsed
562configure:7660: checking whether NLS is requested
563configure:7670: result: yes
564configure:7710: checking for msgfmt
565configure: trying /opt/local/bin/msgfmt...
5660 translated messages.
567configure:7743: result: /opt/local/bin/msgfmt
568configure:7752: checking for gmsgfmt
569configure:7788: result: /opt/local/bin/msgfmt
570configure:7838: checking for xgettext
571configure: trying /opt/local/bin/xgettext...
572/opt/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
573configure:7871: result: /opt/local/bin/xgettext
574configure:7916: checking for msgmerge
575configure: trying /opt/local/bin/msgmerge...
576configure:7948: result: /opt/local/bin/msgmerge
577configure:7963: checking whether we are using the GNU C Library 2 or newer
578conftest.c:74:10: fatal error: 'features.h' file not found
579#include <features.h>
580         ^~~~~~~~~~~~
5811 error generated.
582configure:7992: result: no
583configure:8003: checking whether the -Werror option is usable
584configure:8022: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -Werror -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
585configure:8022: $? = 0
586configure:8032: result: yes
587configure:8034: checking for simple visibility declarations
588configure:8061: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -fvisibility=hidden -Werror -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
589configure:8061: $? = 0
590configure:8071: result: yes
591configure:8084: checking for size_t
592configure:8084: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
593configure:8084: $? = 0
594configure:8084: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
595conftest.c:105:21: error: expected expression
596if (sizeof ((size_t)))
597                    ^
5981 error generated.
599configure:8084: $? = 1
600configure: failed program was:
601| /* confdefs.h */
602| #define PACKAGE_NAME "bash"
603| #define PACKAGE_TARNAME "bash"
604| #define PACKAGE_VERSION "5.2-release"
605| #define PACKAGE_STRING "bash 5.2-release"
606| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
607| #define PACKAGE_URL ""
608| #define ALIAS 1
609| #define PUSHD_AND_POPD 1
610| #define RESTRICTED_SHELL 1
611| #define PROCESS_SUBSTITUTION 1
612| #define PROMPT_STRING_DECODE 1
613| #define SELECT_COMMAND 1
614| #define HELP_BUILTIN 1
615| #define ARRAY_VARS 1
616| #define DPAREN_ARITHMETIC 1
617| #define BRACE_EXPANSION 1
618| #define COMMAND_TIMING 1
619| #define EXTENDED_GLOB 1
620| #define EXTGLOB_DEFAULT 0
621| #define COND_COMMAND 1
622| #define COND_REGEXP 1
623| #define COPROCESS_SUPPORT 1
624| #define ARITH_FOR_COMMAND 1
625| #define NETWORK_REDIRECTIONS 1
626| #define PROGRAMMABLE_COMPLETION 1
627| #define DEBUGGER 1
628| #define CASEMOD_ATTRS 1
629| #define CASEMOD_EXPANSIONS 1
630| #define GLOBASCII_DEFAULT 1
631| #define FUNCTION_IMPORT 1
632| #define TRANSLATABLE_STRINGS 1
633| #define MEMSCRAMBLE 1
634| #define HAVE_STDIO_H 1
635| #define HAVE_STDLIB_H 1
636| #define HAVE_STRING_H 1
637| #define HAVE_INTTYPES_H 1
638| #define HAVE_STDINT_H 1
639| #define HAVE_STRINGS_H 1
640| #define HAVE_SYS_STAT_H 1
641| #define HAVE_SYS_TYPES_H 1
642| #define HAVE_UNISTD_H 1
643| #define HAVE_WCHAR_H 1
644| #define HAVE_SYS_PARAM_H 1
645| #define HAVE_XLOCALE_H 1
646| #define HAVE_SYS_TIME_H 1
647| #define STDC_HEADERS 1
648| #define _ALL_SOURCE 1
649| #define _DARWIN_C_SOURCE 1
650| #define _GNU_SOURCE 1
651| #define _HPUX_ALT_XOPEN_SOCKET_API 1
652| #define _NETBSD_SOURCE 1
653| #define _OPENBSD_SOURCE 1
654| #define _POSIX_PTHREAD_SEMANTICS 1
655| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
656| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
657| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
658| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
659| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
660| #define __STDC_WANT_LIB_EXT2__ 1
661| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
662| #define _TANDEM_SOURCE 1
663| #define __EXTENSIONS__ 1
664| #define READLINE 1
665| #define HISTORY 1
666| #define BANG_HISTORY 1
667| #define HAVE_STRINGIZE 1
668| #define HAVE_LONG_DOUBLE 1
669| #define PROTOTYPES 1
670| #define __PROTOTYPES 1
671| #define restrict __restrict__
672| #define HAVE_VISIBILITY 1
673| /* end confdefs.h.  */
674| #include <stddef.h>
675| #ifdef HAVE_STDIO_H
676| # include <stdio.h>
677| #endif
678| #ifdef HAVE_STDLIB_H
679| # include <stdlib.h>
680| #endif
681| #ifdef HAVE_STRING_H
682| # include <string.h>
683| #endif
684| #ifdef HAVE_INTTYPES_H
685| # include <inttypes.h>
686| #endif
687| #ifdef HAVE_STDINT_H
688| # include <stdint.h>
689| #endif
690| #ifdef HAVE_STRINGS_H
691| # include <strings.h>
692| #endif
693| #ifdef HAVE_SYS_TYPES_H
694| # include <sys/types.h>
695| #endif
696| #ifdef HAVE_SYS_STAT_H
697| # include <sys/stat.h>
698| #endif
699| #ifdef HAVE_UNISTD_H
700| # include <unistd.h>
701| #endif
702| int
703| main (void)
704| {
705| if (sizeof ((size_t)))
706|           return 0;
707|   ;
708|   return 0;
709| }
710configure:8084: result: yes
711configure:8095: checking for stdint.h
712configure:8113: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
713configure:8113: $? = 0
714configure:8121: result: yes
715configure:8131: checking for working alloca.h
716configure:8149: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
717configure:8149: $? = 0
718configure:8158: result: yes
719configure:8166: checking for alloca
720configure:8211: result: yes
721configure:8283: checking for getpagesize
722configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
723configure:8283: $? = 0
724configure:8283: result: yes
725configure:8283: checking for symlink
726configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
727configure:8283: $? = 0
728configure:8283: result: yes
729configure:8283: checking for uselocale
730configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
731configure:8283: $? = 0
732configure:8283: result: yes
733configure:8283: checking for vprintf
734configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
735conftest.c:96:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
736char vprintf ();
737     ^
738conftest.c:96:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
7391 warning generated.
740configure:8283: $? = 0
741configure:8283: result: yes
742configure:8283: checking for alarm
743configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
744configure:8283: $? = 0
745configure:8283: result: yes
746configure:8283: checking for fpurge
747configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
748configure:8283: $? = 0
749configure:8283: result: yes
750configure:8283: checking for __fpurge
751configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
752Undefined symbols for architecture x86_64:
753  "___fpurge", referenced from:
754      _main in conftest-2c4540.o
755ld: symbol(s) not found for architecture x86_64
756clang: error: linker command failed with exit code 1 (use -v to see invocation)
757configure:8283: $? = 1
758configure: failed program was:
759| /* confdefs.h */
760| #define PACKAGE_NAME "bash"
761| #define PACKAGE_TARNAME "bash"
762| #define PACKAGE_VERSION "5.2-release"
763| #define PACKAGE_STRING "bash 5.2-release"
764| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
765| #define PACKAGE_URL ""
766| #define ALIAS 1
767| #define PUSHD_AND_POPD 1
768| #define RESTRICTED_SHELL 1
769| #define PROCESS_SUBSTITUTION 1
770| #define PROMPT_STRING_DECODE 1
771| #define SELECT_COMMAND 1
772| #define HELP_BUILTIN 1
773| #define ARRAY_VARS 1
774| #define DPAREN_ARITHMETIC 1
775| #define BRACE_EXPANSION 1
776| #define COMMAND_TIMING 1
777| #define EXTENDED_GLOB 1
778| #define EXTGLOB_DEFAULT 0
779| #define COND_COMMAND 1
780| #define COND_REGEXP 1
781| #define COPROCESS_SUPPORT 1
782| #define ARITH_FOR_COMMAND 1
783| #define NETWORK_REDIRECTIONS 1
784| #define PROGRAMMABLE_COMPLETION 1
785| #define DEBUGGER 1
786| #define CASEMOD_ATTRS 1
787| #define CASEMOD_EXPANSIONS 1
788| #define GLOBASCII_DEFAULT 1
789| #define FUNCTION_IMPORT 1
790| #define TRANSLATABLE_STRINGS 1
791| #define MEMSCRAMBLE 1
792| #define HAVE_STDIO_H 1
793| #define HAVE_STDLIB_H 1
794| #define HAVE_STRING_H 1
795| #define HAVE_INTTYPES_H 1
796| #define HAVE_STDINT_H 1
797| #define HAVE_STRINGS_H 1
798| #define HAVE_SYS_STAT_H 1
799| #define HAVE_SYS_TYPES_H 1
800| #define HAVE_UNISTD_H 1
801| #define HAVE_WCHAR_H 1
802| #define HAVE_SYS_PARAM_H 1
803| #define HAVE_XLOCALE_H 1
804| #define HAVE_SYS_TIME_H 1
805| #define STDC_HEADERS 1
806| #define _ALL_SOURCE 1
807| #define _DARWIN_C_SOURCE 1
808| #define _GNU_SOURCE 1
809| #define _HPUX_ALT_XOPEN_SOCKET_API 1
810| #define _NETBSD_SOURCE 1
811| #define _OPENBSD_SOURCE 1
812| #define _POSIX_PTHREAD_SEMANTICS 1
813| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
814| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
815| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
816| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
817| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
818| #define __STDC_WANT_LIB_EXT2__ 1
819| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
820| #define _TANDEM_SOURCE 1
821| #define __EXTENSIONS__ 1
822| #define READLINE 1
823| #define HISTORY 1
824| #define BANG_HISTORY 1
825| #define HAVE_STRINGIZE 1
826| #define HAVE_LONG_DOUBLE 1
827| #define PROTOTYPES 1
828| #define __PROTOTYPES 1
829| #define restrict __restrict__
830| #define HAVE_VISIBILITY 1
831| #define HAVE_STDINT_H_WITH_UINTMAX 1
832| #define HAVE_ALLOCA_H 1
833| #define HAVE_ALLOCA 1
834| #define HAVE_GETPAGESIZE 1
835| #define HAVE_SYMLINK 1
836| #define HAVE_USELOCALE 1
837| #define HAVE_VPRINTF 1
838| #define HAVE_ALARM 1
839| #define HAVE_FPURGE 1
840| /* end confdefs.h.  */
841| /* Define __fpurge to an innocuous variant, in case <limits.h> declares __fpurge.
842|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
843| #define __fpurge innocuous___fpurge
844|
845| /* System header to define __stub macros and hopefully few prototypes,
846|    which can conflict with char __fpurge (); below.  */
847|
848| #include <limits.h>
849| #undef __fpurge
850|
851| /* Override any GCC internal prototype to avoid an error.
852|    Use char because int might match the return type of a GCC
853|    builtin and then its argument prototype would still apply.  */
854| #ifdef __cplusplus
855| extern "C"
856| #endif
857| char __fpurge ();
858| /* The GNU C library defines this for functions which it implements
859|     to always fail with ENOSYS.  Some functions are actually named
860|     something starting with __ and the normal name is an alias.  */
861| #if defined __stub___fpurge || defined __stub_____fpurge
862| choke me
863| #endif
864|
865| int
866| main (void)
867| {
868| return __fpurge ();
869|   ;
870|   return 0;
871| }
872configure:8283: result: no
873configure:8283: checking for snprintf
874configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
875conftest.c:99:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
876char snprintf ();
877     ^
878conftest.c:99:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
8791 warning generated.
880configure:8283: $? = 0
881configure:8283: result: yes
882configure:8283: checking for vsnprintf
883configure:8283: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
884conftest.c:100:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
885char vsnprintf ();
886     ^
887conftest.c:100:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
8881 warning generated.
889configure:8283: $? = 0
890configure:8283: result: yes
891configure:8294: checking for working mmap
892configure:8446: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
893configure:8446: $? = 0
894configure:8446: ./conftest
895configure:8446: $? = 0
896configure:8457: result: yes
897configure:8468: checking whether integer division by zero raises SIGFPE
898configure:8549: result: guessing yes
899configure:8560: checking for inttypes.h
900configure:8580: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
901configure:8580: $? = 0
902configure:8588: result: yes
903configure:8597: checking for unsigned long long int
904configure:8639: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
905configure:8639: $? = 0
906configure:8649: result: yes
907configure:8675: checking for inttypes.h
908configure:8675: result: yes
909configure:8683: checking whether the inttypes.h PRIxNN macros are broken
910configure:8706: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
911configure:8706: $? = 0
912configure:8715: result: no
913configure:8823: checking for ld used by ccache /usr/bin/clang
914configure:8951: result: /Library/Developer/CommandLineTools/usr/bin/ld
915configure:8958: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
916configure:8974: result: no
917configure:8983: checking for shared library run path origin
918configure:8997: result: done
919configure:9019: checking 32-bit host C ABI
920configure:9058: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
921configure:9058: $? = 0
922configure:9254: result: no
923configure:9293: checking for the common suffixes of directories in the library search path
924configure:9345: result: lib,lib
925configure:9359: checking whether imported symbols can be declared weak
926configure:9378: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
927Undefined symbols for architecture x86_64:
928  "_xyzzy", referenced from:
929      _main in conftest-82f5eb.o
930ld: symbol(s) not found for architecture x86_64
931clang: error: linker command failed with exit code 1 (use -v to see invocation)
932configure:9378: $? = 1
933configure: failed program was:
934| /* confdefs.h */
935| #define PACKAGE_NAME "bash"
936| #define PACKAGE_TARNAME "bash"
937| #define PACKAGE_VERSION "5.2-release"
938| #define PACKAGE_STRING "bash 5.2-release"
939| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
940| #define PACKAGE_URL ""
941| #define ALIAS 1
942| #define PUSHD_AND_POPD 1
943| #define RESTRICTED_SHELL 1
944| #define PROCESS_SUBSTITUTION 1
945| #define PROMPT_STRING_DECODE 1
946| #define SELECT_COMMAND 1
947| #define HELP_BUILTIN 1
948| #define ARRAY_VARS 1
949| #define DPAREN_ARITHMETIC 1
950| #define BRACE_EXPANSION 1
951| #define COMMAND_TIMING 1
952| #define EXTENDED_GLOB 1
953| #define EXTGLOB_DEFAULT 0
954| #define COND_COMMAND 1
955| #define COND_REGEXP 1
956| #define COPROCESS_SUPPORT 1
957| #define ARITH_FOR_COMMAND 1
958| #define NETWORK_REDIRECTIONS 1
959| #define PROGRAMMABLE_COMPLETION 1
960| #define DEBUGGER 1
961| #define CASEMOD_ATTRS 1
962| #define CASEMOD_EXPANSIONS 1
963| #define GLOBASCII_DEFAULT 1
964| #define FUNCTION_IMPORT 1
965| #define TRANSLATABLE_STRINGS 1
966| #define MEMSCRAMBLE 1
967| #define HAVE_STDIO_H 1
968| #define HAVE_STDLIB_H 1
969| #define HAVE_STRING_H 1
970| #define HAVE_INTTYPES_H 1
971| #define HAVE_STDINT_H 1
972| #define HAVE_STRINGS_H 1
973| #define HAVE_SYS_STAT_H 1
974| #define HAVE_SYS_TYPES_H 1
975| #define HAVE_UNISTD_H 1
976| #define HAVE_WCHAR_H 1
977| #define HAVE_SYS_PARAM_H 1
978| #define HAVE_XLOCALE_H 1
979| #define HAVE_SYS_TIME_H 1
980| #define STDC_HEADERS 1
981| #define _ALL_SOURCE 1
982| #define _DARWIN_C_SOURCE 1
983| #define _GNU_SOURCE 1
984| #define _HPUX_ALT_XOPEN_SOCKET_API 1
985| #define _NETBSD_SOURCE 1
986| #define _OPENBSD_SOURCE 1
987| #define _POSIX_PTHREAD_SEMANTICS 1
988| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
989| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
990| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
991| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
992| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
993| #define __STDC_WANT_LIB_EXT2__ 1
994| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
995| #define _TANDEM_SOURCE 1
996| #define __EXTENSIONS__ 1
997| #define READLINE 1
998| #define HISTORY 1
999| #define BANG_HISTORY 1
1000| #define HAVE_STRINGIZE 1
1001| #define HAVE_LONG_DOUBLE 1
1002| #define PROTOTYPES 1
1003| #define __PROTOTYPES 1
1004| #define restrict __restrict__
1005| #define HAVE_VISIBILITY 1
1006| #define HAVE_STDINT_H_WITH_UINTMAX 1
1007| #define HAVE_ALLOCA_H 1
1008| #define HAVE_ALLOCA 1
1009| #define HAVE_GETPAGESIZE 1
1010| #define HAVE_SYMLINK 1
1011| #define HAVE_USELOCALE 1
1012| #define HAVE_VPRINTF 1
1013| #define HAVE_ALARM 1
1014| #define HAVE_FPURGE 1
1015| #define HAVE_SNPRINTF 1
1016| #define HAVE_VSNPRINTF 1
1017| #define HAVE_MMAP 1
1018| #define INTDIV0_RAISES_SIGFPE 1
1019| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1020| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1021| #define HAVE_UINTMAX_T 1
1022| #define HAVE_INTTYPES_H 1
1023| /* end confdefs.h.  */
1024| extern void xyzzy ();
1025| #pragma weak xyzzy
1026| int
1027| main (void)
1028| {
1029| xyzzy();
1030|   ;
1031|   return 0;
1032| }
1033configure:9431: result: no
1034configure:9436: checking for pthread.h
1035configure:9436: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1036configure:9436: $? = 0
1037configure:9436: result: yes
1038configure:9474: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c   >&5
1039configure:9474: $? = 0
1040configure:9491: checking for pthread_kill in -lpthread
1041configure:9514: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -lpthread   >&5
1042configure:9514: $? = 0
1043configure:9524: result: yes
1044configure:10272: checking for multithread API to use
1045configure:10274: result: posix
1046configure:10291: checking for pthread_rwlock_t
1047configure:10291: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1048configure:10291: $? = 0
1049configure:10291: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1050conftest.c:97:31: error: expected expression
1051if (sizeof ((pthread_rwlock_t)))
1052                              ^
10531 error generated.
1054configure:10291: $? = 1
1055configure: failed program was:
1056| /* confdefs.h */
1057| #define PACKAGE_NAME "bash"
1058| #define PACKAGE_TARNAME "bash"
1059| #define PACKAGE_VERSION "5.2-release"
1060| #define PACKAGE_STRING "bash 5.2-release"
1061| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1062| #define PACKAGE_URL ""
1063| #define ALIAS 1
1064| #define PUSHD_AND_POPD 1
1065| #define RESTRICTED_SHELL 1
1066| #define PROCESS_SUBSTITUTION 1
1067| #define PROMPT_STRING_DECODE 1
1068| #define SELECT_COMMAND 1
1069| #define HELP_BUILTIN 1
1070| #define ARRAY_VARS 1
1071| #define DPAREN_ARITHMETIC 1
1072| #define BRACE_EXPANSION 1
1073| #define COMMAND_TIMING 1
1074| #define EXTENDED_GLOB 1
1075| #define EXTGLOB_DEFAULT 0
1076| #define COND_COMMAND 1
1077| #define COND_REGEXP 1
1078| #define COPROCESS_SUPPORT 1
1079| #define ARITH_FOR_COMMAND 1
1080| #define NETWORK_REDIRECTIONS 1
1081| #define PROGRAMMABLE_COMPLETION 1
1082| #define DEBUGGER 1
1083| #define CASEMOD_ATTRS 1
1084| #define CASEMOD_EXPANSIONS 1
1085| #define GLOBASCII_DEFAULT 1
1086| #define FUNCTION_IMPORT 1
1087| #define TRANSLATABLE_STRINGS 1
1088| #define MEMSCRAMBLE 1
1089| #define HAVE_STDIO_H 1
1090| #define HAVE_STDLIB_H 1
1091| #define HAVE_STRING_H 1
1092| #define HAVE_INTTYPES_H 1
1093| #define HAVE_STDINT_H 1
1094| #define HAVE_STRINGS_H 1
1095| #define HAVE_SYS_STAT_H 1
1096| #define HAVE_SYS_TYPES_H 1
1097| #define HAVE_UNISTD_H 1
1098| #define HAVE_WCHAR_H 1
1099| #define HAVE_SYS_PARAM_H 1
1100| #define HAVE_XLOCALE_H 1
1101| #define HAVE_SYS_TIME_H 1
1102| #define STDC_HEADERS 1
1103| #define _ALL_SOURCE 1
1104| #define _DARWIN_C_SOURCE 1
1105| #define _GNU_SOURCE 1
1106| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1107| #define _NETBSD_SOURCE 1
1108| #define _OPENBSD_SOURCE 1
1109| #define _POSIX_PTHREAD_SEMANTICS 1
1110| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1111| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1112| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1113| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1114| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1115| #define __STDC_WANT_LIB_EXT2__ 1
1116| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1117| #define _TANDEM_SOURCE 1
1118| #define __EXTENSIONS__ 1
1119| #define READLINE 1
1120| #define HISTORY 1
1121| #define BANG_HISTORY 1
1122| #define HAVE_STRINGIZE 1
1123| #define HAVE_LONG_DOUBLE 1
1124| #define PROTOTYPES 1
1125| #define __PROTOTYPES 1
1126| #define restrict __restrict__
1127| #define HAVE_VISIBILITY 1
1128| #define HAVE_STDINT_H_WITH_UINTMAX 1
1129| #define HAVE_ALLOCA_H 1
1130| #define HAVE_ALLOCA 1
1131| #define HAVE_GETPAGESIZE 1
1132| #define HAVE_SYMLINK 1
1133| #define HAVE_USELOCALE 1
1134| #define HAVE_VPRINTF 1
1135| #define HAVE_ALARM 1
1136| #define HAVE_FPURGE 1
1137| #define HAVE_SNPRINTF 1
1138| #define HAVE_VSNPRINTF 1
1139| #define HAVE_MMAP 1
1140| #define INTDIV0_RAISES_SIGFPE 1
1141| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1142| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1143| #define HAVE_UINTMAX_T 1
1144| #define HAVE_INTTYPES_H 1
1145| #define USE_POSIX_THREADS 1
1146| /* end confdefs.h.  */
1147| #include <pthread.h>
1148|
1149| int
1150| main (void)
1151| {
1152| if (sizeof ((pthread_rwlock_t)))
1153|           return 0;
1154|   ;
1155|   return 0;
1156| }
1157configure:10291: result: yes
1158configure:10304: checking whether pthread_rwlock_rdlock prefers a writer to a reader
1159configure:10431: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -lpthread >&5
1160configure:10431: $? = 0
1161configure:10431: ./conftest
1162configure:10431: $? = 0
1163configure:10444: result: yes
1164configure:10478: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1165configure:10478: $? = 0
1166configure:10488: checking for ccache /usr/bin/clang options needed to detect all undeclared functions
1167configure:10510: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1168conftest.c:99:8: error: implicitly declaring library function 'strchr' with type 'char *(const char *, int)' [-Werror,-Wimplicit-function-declaration]
1169(void) strchr;
1170       ^
1171conftest.c:99:8: note: include the header <string.h> or explicitly provide a declaration for 'strchr'
11721 error generated.
1173configure:10510: $? = 1
1174configure: failed program was:
1175| /* confdefs.h */
1176| #define PACKAGE_NAME "bash"
1177| #define PACKAGE_TARNAME "bash"
1178| #define PACKAGE_VERSION "5.2-release"
1179| #define PACKAGE_STRING "bash 5.2-release"
1180| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1181| #define PACKAGE_URL ""
1182| #define ALIAS 1
1183| #define PUSHD_AND_POPD 1
1184| #define RESTRICTED_SHELL 1
1185| #define PROCESS_SUBSTITUTION 1
1186| #define PROMPT_STRING_DECODE 1
1187| #define SELECT_COMMAND 1
1188| #define HELP_BUILTIN 1
1189| #define ARRAY_VARS 1
1190| #define DPAREN_ARITHMETIC 1
1191| #define BRACE_EXPANSION 1
1192| #define COMMAND_TIMING 1
1193| #define EXTENDED_GLOB 1
1194| #define EXTGLOB_DEFAULT 0
1195| #define COND_COMMAND 1
1196| #define COND_REGEXP 1
1197| #define COPROCESS_SUPPORT 1
1198| #define ARITH_FOR_COMMAND 1
1199| #define NETWORK_REDIRECTIONS 1
1200| #define PROGRAMMABLE_COMPLETION 1
1201| #define DEBUGGER 1
1202| #define CASEMOD_ATTRS 1
1203| #define CASEMOD_EXPANSIONS 1
1204| #define GLOBASCII_DEFAULT 1
1205| #define FUNCTION_IMPORT 1
1206| #define TRANSLATABLE_STRINGS 1
1207| #define MEMSCRAMBLE 1
1208| #define HAVE_STDIO_H 1
1209| #define HAVE_STDLIB_H 1
1210| #define HAVE_STRING_H 1
1211| #define HAVE_INTTYPES_H 1
1212| #define HAVE_STDINT_H 1
1213| #define HAVE_STRINGS_H 1
1214| #define HAVE_SYS_STAT_H 1
1215| #define HAVE_SYS_TYPES_H 1
1216| #define HAVE_UNISTD_H 1
1217| #define HAVE_WCHAR_H 1
1218| #define HAVE_SYS_PARAM_H 1
1219| #define HAVE_XLOCALE_H 1
1220| #define HAVE_SYS_TIME_H 1
1221| #define STDC_HEADERS 1
1222| #define _ALL_SOURCE 1
1223| #define _DARWIN_C_SOURCE 1
1224| #define _GNU_SOURCE 1
1225| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1226| #define _NETBSD_SOURCE 1
1227| #define _OPENBSD_SOURCE 1
1228| #define _POSIX_PTHREAD_SEMANTICS 1
1229| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1230| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1231| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1232| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1233| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1234| #define __STDC_WANT_LIB_EXT2__ 1
1235| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1236| #define _TANDEM_SOURCE 1
1237| #define __EXTENSIONS__ 1
1238| #define READLINE 1
1239| #define HISTORY 1
1240| #define BANG_HISTORY 1
1241| #define HAVE_STRINGIZE 1
1242| #define HAVE_LONG_DOUBLE 1
1243| #define PROTOTYPES 1
1244| #define __PROTOTYPES 1
1245| #define restrict __restrict__
1246| #define HAVE_VISIBILITY 1
1247| #define HAVE_STDINT_H_WITH_UINTMAX 1
1248| #define HAVE_ALLOCA_H 1
1249| #define HAVE_ALLOCA 1
1250| #define HAVE_GETPAGESIZE 1
1251| #define HAVE_SYMLINK 1
1252| #define HAVE_USELOCALE 1
1253| #define HAVE_VPRINTF 1
1254| #define HAVE_ALARM 1
1255| #define HAVE_FPURGE 1
1256| #define HAVE_SNPRINTF 1
1257| #define HAVE_VSNPRINTF 1
1258| #define HAVE_MMAP 1
1259| #define INTDIV0_RAISES_SIGFPE 1
1260| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1261| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1262| #define HAVE_UINTMAX_T 1
1263| #define HAVE_INTTYPES_H 1
1264| #define USE_POSIX_THREADS 1
1265| #define HAVE_PTHREAD_RWLOCK 1
1266| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1267| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1268| /* end confdefs.h.  */
1269|
1270| int
1271| main (void)
1272| {
1273| (void) strchr;
1274|   ;
1275|   return 0;
1276| }
1277configure:10537: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1278configure:10537: $? = 0
1279configure:10554: result: none needed
1280configure:11063: checking for iconv
1281configure:11088: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1282Undefined symbols for architecture x86_64:
1283  "_libiconv", referenced from:
1284      _main in conftest-ea00d9.o
1285  "_libiconv_close", referenced from:
1286      _main in conftest-ea00d9.o
1287  "_libiconv_open", referenced from:
1288      _main in conftest-ea00d9.o
1289ld: symbol(s) not found for architecture x86_64
1290clang: error: linker command failed with exit code 1 (use -v to see invocation)
1291configure:11088: $? = 1
1292configure: failed program was:
1293| /* confdefs.h */
1294| #define PACKAGE_NAME "bash"
1295| #define PACKAGE_TARNAME "bash"
1296| #define PACKAGE_VERSION "5.2-release"
1297| #define PACKAGE_STRING "bash 5.2-release"
1298| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1299| #define PACKAGE_URL ""
1300| #define ALIAS 1
1301| #define PUSHD_AND_POPD 1
1302| #define RESTRICTED_SHELL 1
1303| #define PROCESS_SUBSTITUTION 1
1304| #define PROMPT_STRING_DECODE 1
1305| #define SELECT_COMMAND 1
1306| #define HELP_BUILTIN 1
1307| #define ARRAY_VARS 1
1308| #define DPAREN_ARITHMETIC 1
1309| #define BRACE_EXPANSION 1
1310| #define COMMAND_TIMING 1
1311| #define EXTENDED_GLOB 1
1312| #define EXTGLOB_DEFAULT 0
1313| #define COND_COMMAND 1
1314| #define COND_REGEXP 1
1315| #define COPROCESS_SUPPORT 1
1316| #define ARITH_FOR_COMMAND 1
1317| #define NETWORK_REDIRECTIONS 1
1318| #define PROGRAMMABLE_COMPLETION 1
1319| #define DEBUGGER 1
1320| #define CASEMOD_ATTRS 1
1321| #define CASEMOD_EXPANSIONS 1
1322| #define GLOBASCII_DEFAULT 1
1323| #define FUNCTION_IMPORT 1
1324| #define TRANSLATABLE_STRINGS 1
1325| #define MEMSCRAMBLE 1
1326| #define HAVE_STDIO_H 1
1327| #define HAVE_STDLIB_H 1
1328| #define HAVE_STRING_H 1
1329| #define HAVE_INTTYPES_H 1
1330| #define HAVE_STDINT_H 1
1331| #define HAVE_STRINGS_H 1
1332| #define HAVE_SYS_STAT_H 1
1333| #define HAVE_SYS_TYPES_H 1
1334| #define HAVE_UNISTD_H 1
1335| #define HAVE_WCHAR_H 1
1336| #define HAVE_SYS_PARAM_H 1
1337| #define HAVE_XLOCALE_H 1
1338| #define HAVE_SYS_TIME_H 1
1339| #define STDC_HEADERS 1
1340| #define _ALL_SOURCE 1
1341| #define _DARWIN_C_SOURCE 1
1342| #define _GNU_SOURCE 1
1343| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1344| #define _NETBSD_SOURCE 1
1345| #define _OPENBSD_SOURCE 1
1346| #define _POSIX_PTHREAD_SEMANTICS 1
1347| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1348| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1349| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1350| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1351| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1352| #define __STDC_WANT_LIB_EXT2__ 1
1353| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1354| #define _TANDEM_SOURCE 1
1355| #define __EXTENSIONS__ 1
1356| #define READLINE 1
1357| #define HISTORY 1
1358| #define BANG_HISTORY 1
1359| #define HAVE_STRINGIZE 1
1360| #define HAVE_LONG_DOUBLE 1
1361| #define PROTOTYPES 1
1362| #define __PROTOTYPES 1
1363| #define restrict __restrict__
1364| #define HAVE_VISIBILITY 1
1365| #define HAVE_STDINT_H_WITH_UINTMAX 1
1366| #define HAVE_ALLOCA_H 1
1367| #define HAVE_ALLOCA 1
1368| #define HAVE_GETPAGESIZE 1
1369| #define HAVE_SYMLINK 1
1370| #define HAVE_USELOCALE 1
1371| #define HAVE_VPRINTF 1
1372| #define HAVE_ALARM 1
1373| #define HAVE_FPURGE 1
1374| #define HAVE_SNPRINTF 1
1375| #define HAVE_VSNPRINTF 1
1376| #define HAVE_MMAP 1
1377| #define INTDIV0_RAISES_SIGFPE 1
1378| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1379| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1380| #define HAVE_UINTMAX_T 1
1381| #define HAVE_INTTYPES_H 1
1382| #define USE_POSIX_THREADS 1
1383| #define HAVE_PTHREAD_RWLOCK 1
1384| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1385| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1386| /* end confdefs.h.  */
1387|
1388| #include <stdlib.h>
1389| #include <iconv.h>
1390|
1391| int
1392| main (void)
1393| {
1394| iconv_t cd = iconv_open("","");
1395|            iconv(cd,NULL,NULL,NULL,NULL);
1396|            iconv_close(cd);
1397|   ;
1398|   return 0;
1399| }
1400configure:11113: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -liconv >&5
1401configure:11113: $? = 0
1402configure:11124: result: yes
1403configure:11127: checking for working iconv
1404configure:11270: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -liconv >&5
1405configure:11270: $? = 0
1406configure:11270: ./conftest
1407configure:11270: $? = 0
1408configure:11283: result: yes
1409configure:11298: checking how to link with libiconv
1410configure:11300: result: -liconv
1411configure:11311: checking for iconv declaration
1412configure:11341: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1413configure:11341: $? = 0
1414configure:11352: result:
1415         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
1416configure:11378: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1417configure:11378: $? = 0
1418configure:11387: checking for argz.h
1419configure:11387: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1420conftest.c:126:10: fatal error: 'argz.h' file not found
1421#include <argz.h>
1422         ^~~~~~~~
14231 error generated.
1424configure:11387: $? = 1
1425configure: failed program was:
1426| /* confdefs.h */
1427| #define PACKAGE_NAME "bash"
1428| #define PACKAGE_TARNAME "bash"
1429| #define PACKAGE_VERSION "5.2-release"
1430| #define PACKAGE_STRING "bash 5.2-release"
1431| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1432| #define PACKAGE_URL ""
1433| #define ALIAS 1
1434| #define PUSHD_AND_POPD 1
1435| #define RESTRICTED_SHELL 1
1436| #define PROCESS_SUBSTITUTION 1
1437| #define PROMPT_STRING_DECODE 1
1438| #define SELECT_COMMAND 1
1439| #define HELP_BUILTIN 1
1440| #define ARRAY_VARS 1
1441| #define DPAREN_ARITHMETIC 1
1442| #define BRACE_EXPANSION 1
1443| #define COMMAND_TIMING 1
1444| #define EXTENDED_GLOB 1
1445| #define EXTGLOB_DEFAULT 0
1446| #define COND_COMMAND 1
1447| #define COND_REGEXP 1
1448| #define COPROCESS_SUPPORT 1
1449| #define ARITH_FOR_COMMAND 1
1450| #define NETWORK_REDIRECTIONS 1
1451| #define PROGRAMMABLE_COMPLETION 1
1452| #define DEBUGGER 1
1453| #define CASEMOD_ATTRS 1
1454| #define CASEMOD_EXPANSIONS 1
1455| #define GLOBASCII_DEFAULT 1
1456| #define FUNCTION_IMPORT 1
1457| #define TRANSLATABLE_STRINGS 1
1458| #define MEMSCRAMBLE 1
1459| #define HAVE_STDIO_H 1
1460| #define HAVE_STDLIB_H 1
1461| #define HAVE_STRING_H 1
1462| #define HAVE_INTTYPES_H 1
1463| #define HAVE_STDINT_H 1
1464| #define HAVE_STRINGS_H 1
1465| #define HAVE_SYS_STAT_H 1
1466| #define HAVE_SYS_TYPES_H 1
1467| #define HAVE_UNISTD_H 1
1468| #define HAVE_WCHAR_H 1
1469| #define HAVE_SYS_PARAM_H 1
1470| #define HAVE_XLOCALE_H 1
1471| #define HAVE_SYS_TIME_H 1
1472| #define STDC_HEADERS 1
1473| #define _ALL_SOURCE 1
1474| #define _DARWIN_C_SOURCE 1
1475| #define _GNU_SOURCE 1
1476| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1477| #define _NETBSD_SOURCE 1
1478| #define _OPENBSD_SOURCE 1
1479| #define _POSIX_PTHREAD_SEMANTICS 1
1480| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1481| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1482| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1483| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1484| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1485| #define __STDC_WANT_LIB_EXT2__ 1
1486| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1487| #define _TANDEM_SOURCE 1
1488| #define __EXTENSIONS__ 1
1489| #define READLINE 1
1490| #define HISTORY 1
1491| #define BANG_HISTORY 1
1492| #define HAVE_STRINGIZE 1
1493| #define HAVE_LONG_DOUBLE 1
1494| #define PROTOTYPES 1
1495| #define __PROTOTYPES 1
1496| #define restrict __restrict__
1497| #define HAVE_VISIBILITY 1
1498| #define HAVE_STDINT_H_WITH_UINTMAX 1
1499| #define HAVE_ALLOCA_H 1
1500| #define HAVE_ALLOCA 1
1501| #define HAVE_GETPAGESIZE 1
1502| #define HAVE_SYMLINK 1
1503| #define HAVE_USELOCALE 1
1504| #define HAVE_VPRINTF 1
1505| #define HAVE_ALARM 1
1506| #define HAVE_FPURGE 1
1507| #define HAVE_SNPRINTF 1
1508| #define HAVE_VSNPRINTF 1
1509| #define HAVE_MMAP 1
1510| #define INTDIV0_RAISES_SIGFPE 1
1511| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1512| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1513| #define HAVE_UINTMAX_T 1
1514| #define HAVE_INTTYPES_H 1
1515| #define USE_POSIX_THREADS 1
1516| #define HAVE_PTHREAD_RWLOCK 1
1517| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1518| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1519| #define HAVE_ICONV 1
1520| #define ICONV_CONST
1521| #define HAVE_BUILTIN_EXPECT 1
1522| /* end confdefs.h.  */
1523| #include <stddef.h>
1524| #ifdef HAVE_STDIO_H
1525| # include <stdio.h>
1526| #endif
1527| #ifdef HAVE_STDLIB_H
1528| # include <stdlib.h>
1529| #endif
1530| #ifdef HAVE_STRING_H
1531| # include <string.h>
1532| #endif
1533| #ifdef HAVE_INTTYPES_H
1534| # include <inttypes.h>
1535| #endif
1536| #ifdef HAVE_STDINT_H
1537| # include <stdint.h>
1538| #endif
1539| #ifdef HAVE_STRINGS_H
1540| # include <strings.h>
1541| #endif
1542| #ifdef HAVE_SYS_TYPES_H
1543| # include <sys/types.h>
1544| #endif
1545| #ifdef HAVE_SYS_STAT_H
1546| # include <sys/stat.h>
1547| #endif
1548| #ifdef HAVE_UNISTD_H
1549| # include <unistd.h>
1550| #endif
1551| #include <argz.h>
1552configure:11387: result: no
1553configure:11393: checking for inttypes.h
1554configure:11393: result: yes
1555configure:11399: checking for limits.h
1556configure:11399: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
1557configure:11399: $? = 0
1558configure:11399: result: yes
1559configure:11405: checking for unistd.h
1560configure:11405: result: yes
1561configure:11411: checking for sys/param.h
1562configure:11411: result: yes
1563configure:11418: checking for getcwd
1564configure:11418: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1565configure:11418: $? = 0
1566configure:11418: result: yes
1567configure:11424: checking for getegid
1568configure:11424: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1569configure:11424: $? = 0
1570configure:11424: result: yes
1571configure:11430: checking for geteuid
1572configure:11430: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1573configure:11430: $? = 0
1574configure:11430: result: yes
1575configure:11436: checking for getgid
1576configure:11436: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1577configure:11436: $? = 0
1578configure:11436: result: yes
1579configure:11442: checking for getuid
1580configure:11442: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1581configure:11442: $? = 0
1582configure:11442: result: yes
1583configure:11448: checking for mempcpy
1584configure:11448: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1585conftest.c:123:6: warning: incompatible redeclaration of library function 'mempcpy' [-Wincompatible-library-redeclaration]
1586char mempcpy ();
1587     ^
1588conftest.c:123:6: note: 'mempcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
15891 warning generated.
1590Undefined symbols for architecture x86_64:
1591  "_mempcpy", referenced from:
1592      _main in conftest-dc8dd7.o
1593ld: symbol(s) not found for architecture x86_64
1594clang: error: linker command failed with exit code 1 (use -v to see invocation)
1595configure:11448: $? = 1
1596configure: failed program was:
1597| /* confdefs.h */
1598| #define PACKAGE_NAME "bash"
1599| #define PACKAGE_TARNAME "bash"
1600| #define PACKAGE_VERSION "5.2-release"
1601| #define PACKAGE_STRING "bash 5.2-release"
1602| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1603| #define PACKAGE_URL ""
1604| #define ALIAS 1
1605| #define PUSHD_AND_POPD 1
1606| #define RESTRICTED_SHELL 1
1607| #define PROCESS_SUBSTITUTION 1
1608| #define PROMPT_STRING_DECODE 1
1609| #define SELECT_COMMAND 1
1610| #define HELP_BUILTIN 1
1611| #define ARRAY_VARS 1
1612| #define DPAREN_ARITHMETIC 1
1613| #define BRACE_EXPANSION 1
1614| #define COMMAND_TIMING 1
1615| #define EXTENDED_GLOB 1
1616| #define EXTGLOB_DEFAULT 0
1617| #define COND_COMMAND 1
1618| #define COND_REGEXP 1
1619| #define COPROCESS_SUPPORT 1
1620| #define ARITH_FOR_COMMAND 1
1621| #define NETWORK_REDIRECTIONS 1
1622| #define PROGRAMMABLE_COMPLETION 1
1623| #define DEBUGGER 1
1624| #define CASEMOD_ATTRS 1
1625| #define CASEMOD_EXPANSIONS 1
1626| #define GLOBASCII_DEFAULT 1
1627| #define FUNCTION_IMPORT 1
1628| #define TRANSLATABLE_STRINGS 1
1629| #define MEMSCRAMBLE 1
1630| #define HAVE_STDIO_H 1
1631| #define HAVE_STDLIB_H 1
1632| #define HAVE_STRING_H 1
1633| #define HAVE_INTTYPES_H 1
1634| #define HAVE_STDINT_H 1
1635| #define HAVE_STRINGS_H 1
1636| #define HAVE_SYS_STAT_H 1
1637| #define HAVE_SYS_TYPES_H 1
1638| #define HAVE_UNISTD_H 1
1639| #define HAVE_WCHAR_H 1
1640| #define HAVE_SYS_PARAM_H 1
1641| #define HAVE_XLOCALE_H 1
1642| #define HAVE_SYS_TIME_H 1
1643| #define STDC_HEADERS 1
1644| #define _ALL_SOURCE 1
1645| #define _DARWIN_C_SOURCE 1
1646| #define _GNU_SOURCE 1
1647| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1648| #define _NETBSD_SOURCE 1
1649| #define _OPENBSD_SOURCE 1
1650| #define _POSIX_PTHREAD_SEMANTICS 1
1651| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1652| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1653| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1654| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1655| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1656| #define __STDC_WANT_LIB_EXT2__ 1
1657| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1658| #define _TANDEM_SOURCE 1
1659| #define __EXTENSIONS__ 1
1660| #define READLINE 1
1661| #define HISTORY 1
1662| #define BANG_HISTORY 1
1663| #define HAVE_STRINGIZE 1
1664| #define HAVE_LONG_DOUBLE 1
1665| #define PROTOTYPES 1
1666| #define __PROTOTYPES 1
1667| #define restrict __restrict__
1668| #define HAVE_VISIBILITY 1
1669| #define HAVE_STDINT_H_WITH_UINTMAX 1
1670| #define HAVE_ALLOCA_H 1
1671| #define HAVE_ALLOCA 1
1672| #define HAVE_GETPAGESIZE 1
1673| #define HAVE_SYMLINK 1
1674| #define HAVE_USELOCALE 1
1675| #define HAVE_VPRINTF 1
1676| #define HAVE_ALARM 1
1677| #define HAVE_FPURGE 1
1678| #define HAVE_SNPRINTF 1
1679| #define HAVE_VSNPRINTF 1
1680| #define HAVE_MMAP 1
1681| #define INTDIV0_RAISES_SIGFPE 1
1682| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1683| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1684| #define HAVE_UINTMAX_T 1
1685| #define HAVE_INTTYPES_H 1
1686| #define USE_POSIX_THREADS 1
1687| #define HAVE_PTHREAD_RWLOCK 1
1688| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1689| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1690| #define HAVE_ICONV 1
1691| #define ICONV_CONST
1692| #define HAVE_BUILTIN_EXPECT 1
1693| #define HAVE_INTTYPES_H 1
1694| #define HAVE_LIMITS_H 1
1695| #define HAVE_UNISTD_H 1
1696| #define HAVE_SYS_PARAM_H 1
1697| #define HAVE_GETCWD 1
1698| #define HAVE_GETEGID 1
1699| #define HAVE_GETEUID 1
1700| #define HAVE_GETGID 1
1701| #define HAVE_GETUID 1
1702| /* end confdefs.h.  */
1703| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
1704|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1705| #define mempcpy innocuous_mempcpy
1706|
1707| /* System header to define __stub macros and hopefully few prototypes,
1708|    which can conflict with char mempcpy (); below.  */
1709|
1710| #include <limits.h>
1711| #undef mempcpy
1712|
1713| /* Override any GCC internal prototype to avoid an error.
1714|    Use char because int might match the return type of a GCC
1715|    builtin and then its argument prototype would still apply.  */
1716| #ifdef __cplusplus
1717| extern "C"
1718| #endif
1719| char mempcpy ();
1720| /* The GNU C library defines this for functions which it implements
1721|     to always fail with ENOSYS.  Some functions are actually named
1722|     something starting with __ and the normal name is an alias.  */
1723| #if defined __stub_mempcpy || defined __stub___mempcpy
1724| choke me
1725| #endif
1726|
1727| int
1728| main (void)
1729| {
1730| return mempcpy ();
1731|   ;
1732|   return 0;
1733| }
1734configure:11448: result: no
1735configure:11454: checking for munmap
1736configure:11454: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1737configure:11454: $? = 0
1738configure:11454: result: yes
1739configure:11460: checking for stpcpy
1740configure:11460: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1741conftest.c:124:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
1742char stpcpy ();
1743     ^
1744conftest.c:124:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
17451 warning generated.
1746configure:11460: $? = 0
1747configure:11460: result: yes
1748configure:11466: checking for strcasecmp
1749configure:11466: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1750conftest.c:125:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
1751char strcasecmp ();
1752     ^
1753conftest.c:125:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
17541 warning generated.
1755configure:11466: $? = 0
1756configure:11466: result: yes
1757configure:11472: checking for strdup
1758configure:11472: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1759conftest.c:126:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
1760char strdup ();
1761     ^
1762conftest.c:126:6: note: 'strdup' is a builtin with type 'char *(const char *)'
17631 warning generated.
1764configure:11472: $? = 0
1765configure:11472: result: yes
1766configure:11478: checking for strtoul
1767configure:11478: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1768conftest.c:127:6: warning: incompatible redeclaration of library function 'strtoul' [-Wincompatible-library-redeclaration]
1769char strtoul ();
1770     ^
1771conftest.c:127:6: note: 'strtoul' is a builtin with type 'unsigned long (const char *, char **, int)'
17721 warning generated.
1773configure:11478: $? = 0
1774configure:11478: result: yes
1775configure:11484: checking for tsearch
1776configure:11484: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1777configure:11484: $? = 0
1778configure:11484: result: yes
1779configure:11490: checking for argz_count
1780configure:11490: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1781Undefined symbols for architecture x86_64:
1782  "_argz_count", referenced from:
1783      _main in conftest-7f8944.o
1784ld: symbol(s) not found for architecture x86_64
1785clang: error: linker command failed with exit code 1 (use -v to see invocation)
1786configure:11490: $? = 1
1787configure: failed program was:
1788| /* confdefs.h */
1789| #define PACKAGE_NAME "bash"
1790| #define PACKAGE_TARNAME "bash"
1791| #define PACKAGE_VERSION "5.2-release"
1792| #define PACKAGE_STRING "bash 5.2-release"
1793| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1794| #define PACKAGE_URL ""
1795| #define ALIAS 1
1796| #define PUSHD_AND_POPD 1
1797| #define RESTRICTED_SHELL 1
1798| #define PROCESS_SUBSTITUTION 1
1799| #define PROMPT_STRING_DECODE 1
1800| #define SELECT_COMMAND 1
1801| #define HELP_BUILTIN 1
1802| #define ARRAY_VARS 1
1803| #define DPAREN_ARITHMETIC 1
1804| #define BRACE_EXPANSION 1
1805| #define COMMAND_TIMING 1
1806| #define EXTENDED_GLOB 1
1807| #define EXTGLOB_DEFAULT 0
1808| #define COND_COMMAND 1
1809| #define COND_REGEXP 1
1810| #define COPROCESS_SUPPORT 1
1811| #define ARITH_FOR_COMMAND 1
1812| #define NETWORK_REDIRECTIONS 1
1813| #define PROGRAMMABLE_COMPLETION 1
1814| #define DEBUGGER 1
1815| #define CASEMOD_ATTRS 1
1816| #define CASEMOD_EXPANSIONS 1
1817| #define GLOBASCII_DEFAULT 1
1818| #define FUNCTION_IMPORT 1
1819| #define TRANSLATABLE_STRINGS 1
1820| #define MEMSCRAMBLE 1
1821| #define HAVE_STDIO_H 1
1822| #define HAVE_STDLIB_H 1
1823| #define HAVE_STRING_H 1
1824| #define HAVE_INTTYPES_H 1
1825| #define HAVE_STDINT_H 1
1826| #define HAVE_STRINGS_H 1
1827| #define HAVE_SYS_STAT_H 1
1828| #define HAVE_SYS_TYPES_H 1
1829| #define HAVE_UNISTD_H 1
1830| #define HAVE_WCHAR_H 1
1831| #define HAVE_SYS_PARAM_H 1
1832| #define HAVE_XLOCALE_H 1
1833| #define HAVE_SYS_TIME_H 1
1834| #define STDC_HEADERS 1
1835| #define _ALL_SOURCE 1
1836| #define _DARWIN_C_SOURCE 1
1837| #define _GNU_SOURCE 1
1838| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1839| #define _NETBSD_SOURCE 1
1840| #define _OPENBSD_SOURCE 1
1841| #define _POSIX_PTHREAD_SEMANTICS 1
1842| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1843| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1844| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1845| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1846| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1847| #define __STDC_WANT_LIB_EXT2__ 1
1848| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1849| #define _TANDEM_SOURCE 1
1850| #define __EXTENSIONS__ 1
1851| #define READLINE 1
1852| #define HISTORY 1
1853| #define BANG_HISTORY 1
1854| #define HAVE_STRINGIZE 1
1855| #define HAVE_LONG_DOUBLE 1
1856| #define PROTOTYPES 1
1857| #define __PROTOTYPES 1
1858| #define restrict __restrict__
1859| #define HAVE_VISIBILITY 1
1860| #define HAVE_STDINT_H_WITH_UINTMAX 1
1861| #define HAVE_ALLOCA_H 1
1862| #define HAVE_ALLOCA 1
1863| #define HAVE_GETPAGESIZE 1
1864| #define HAVE_SYMLINK 1
1865| #define HAVE_USELOCALE 1
1866| #define HAVE_VPRINTF 1
1867| #define HAVE_ALARM 1
1868| #define HAVE_FPURGE 1
1869| #define HAVE_SNPRINTF 1
1870| #define HAVE_VSNPRINTF 1
1871| #define HAVE_MMAP 1
1872| #define INTDIV0_RAISES_SIGFPE 1
1873| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1874| #define HAVE_UNSIGNED_LONG_LONG_INT 1
1875| #define HAVE_UINTMAX_T 1
1876| #define HAVE_INTTYPES_H 1
1877| #define USE_POSIX_THREADS 1
1878| #define HAVE_PTHREAD_RWLOCK 1
1879| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
1880| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
1881| #define HAVE_ICONV 1
1882| #define ICONV_CONST
1883| #define HAVE_BUILTIN_EXPECT 1
1884| #define HAVE_INTTYPES_H 1
1885| #define HAVE_LIMITS_H 1
1886| #define HAVE_UNISTD_H 1
1887| #define HAVE_SYS_PARAM_H 1
1888| #define HAVE_GETCWD 1
1889| #define HAVE_GETEGID 1
1890| #define HAVE_GETEUID 1
1891| #define HAVE_GETGID 1
1892| #define HAVE_GETUID 1
1893| #define HAVE_MUNMAP 1
1894| #define HAVE_STPCPY 1
1895| #define HAVE_STRCASECMP 1
1896| #define HAVE_STRDUP 1
1897| #define HAVE_STRTOUL 1
1898| #define HAVE_TSEARCH 1
1899| /* end confdefs.h.  */
1900| /* Define argz_count to an innocuous variant, in case <limits.h> declares argz_count.
1901|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1902| #define argz_count innocuous_argz_count
1903|
1904| /* System header to define __stub macros and hopefully few prototypes,
1905|    which can conflict with char argz_count (); below.  */
1906|
1907| #include <limits.h>
1908| #undef argz_count
1909|
1910| /* Override any GCC internal prototype to avoid an error.
1911|    Use char because int might match the return type of a GCC
1912|    builtin and then its argument prototype would still apply.  */
1913| #ifdef __cplusplus
1914| extern "C"
1915| #endif
1916| char argz_count ();
1917| /* The GNU C library defines this for functions which it implements
1918|     to always fail with ENOSYS.  Some functions are actually named
1919|     something starting with __ and the normal name is an alias.  */
1920| #if defined __stub_argz_count || defined __stub___argz_count
1921| choke me
1922| #endif
1923|
1924| int
1925| main (void)
1926| {
1927| return argz_count ();
1928|   ;
1929|   return 0;
1930| }
1931configure:11490: result: no
1932configure:11496: checking for argz_stringify
1933configure:11496: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
1934Undefined symbols for architecture x86_64:
1935  "_argz_stringify", referenced from:
1936      _main in conftest-4db191.o
1937ld: symbol(s) not found for architecture x86_64
1938clang: error: linker command failed with exit code 1 (use -v to see invocation)
1939configure:11496: $? = 1
1940configure: failed program was:
1941| /* confdefs.h */
1942| #define PACKAGE_NAME "bash"
1943| #define PACKAGE_TARNAME "bash"
1944| #define PACKAGE_VERSION "5.2-release"
1945| #define PACKAGE_STRING "bash 5.2-release"
1946| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
1947| #define PACKAGE_URL ""
1948| #define ALIAS 1
1949| #define PUSHD_AND_POPD 1
1950| #define RESTRICTED_SHELL 1
1951| #define PROCESS_SUBSTITUTION 1
1952| #define PROMPT_STRING_DECODE 1
1953| #define SELECT_COMMAND 1
1954| #define HELP_BUILTIN 1
1955| #define ARRAY_VARS 1
1956| #define DPAREN_ARITHMETIC 1
1957| #define BRACE_EXPANSION 1
1958| #define COMMAND_TIMING 1
1959| #define EXTENDED_GLOB 1
1960| #define EXTGLOB_DEFAULT 0
1961| #define COND_COMMAND 1
1962| #define COND_REGEXP 1
1963| #define COPROCESS_SUPPORT 1
1964| #define ARITH_FOR_COMMAND 1
1965| #define NETWORK_REDIRECTIONS 1
1966| #define PROGRAMMABLE_COMPLETION 1
1967| #define DEBUGGER 1
1968| #define CASEMOD_ATTRS 1
1969| #define CASEMOD_EXPANSIONS 1
1970| #define GLOBASCII_DEFAULT 1
1971| #define FUNCTION_IMPORT 1
1972| #define TRANSLATABLE_STRINGS 1
1973| #define MEMSCRAMBLE 1
1974| #define HAVE_STDIO_H 1
1975| #define HAVE_STDLIB_H 1
1976| #define HAVE_STRING_H 1
1977| #define HAVE_INTTYPES_H 1
1978| #define HAVE_STDINT_H 1
1979| #define HAVE_STRINGS_H 1
1980| #define HAVE_SYS_STAT_H 1
1981| #define HAVE_SYS_TYPES_H 1
1982| #define HAVE_UNISTD_H 1
1983| #define HAVE_WCHAR_H 1
1984| #define HAVE_SYS_PARAM_H 1
1985| #define HAVE_XLOCALE_H 1
1986| #define HAVE_SYS_TIME_H 1
1987| #define STDC_HEADERS 1
1988| #define _ALL_SOURCE 1
1989| #define _DARWIN_C_SOURCE 1
1990| #define _GNU_SOURCE 1
1991| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1992| #define _NETBSD_SOURCE 1
1993| #define _OPENBSD_SOURCE 1
1994| #define _POSIX_PTHREAD_SEMANTICS 1
1995| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1996| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1997| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1998| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1999| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2000| #define __STDC_WANT_LIB_EXT2__ 1
2001| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2002| #define _TANDEM_SOURCE 1
2003| #define __EXTENSIONS__ 1
2004| #define READLINE 1
2005| #define HISTORY 1
2006| #define BANG_HISTORY 1
2007| #define HAVE_STRINGIZE 1
2008| #define HAVE_LONG_DOUBLE 1
2009| #define PROTOTYPES 1
2010| #define __PROTOTYPES 1
2011| #define restrict __restrict__
2012| #define HAVE_VISIBILITY 1
2013| #define HAVE_STDINT_H_WITH_UINTMAX 1
2014| #define HAVE_ALLOCA_H 1
2015| #define HAVE_ALLOCA 1
2016| #define HAVE_GETPAGESIZE 1
2017| #define HAVE_SYMLINK 1
2018| #define HAVE_USELOCALE 1
2019| #define HAVE_VPRINTF 1
2020| #define HAVE_ALARM 1
2021| #define HAVE_FPURGE 1
2022| #define HAVE_SNPRINTF 1
2023| #define HAVE_VSNPRINTF 1
2024| #define HAVE_MMAP 1
2025| #define INTDIV0_RAISES_SIGFPE 1
2026| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2027| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2028| #define HAVE_UINTMAX_T 1
2029| #define HAVE_INTTYPES_H 1
2030| #define USE_POSIX_THREADS 1
2031| #define HAVE_PTHREAD_RWLOCK 1
2032| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2033| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2034| #define HAVE_ICONV 1
2035| #define ICONV_CONST
2036| #define HAVE_BUILTIN_EXPECT 1
2037| #define HAVE_INTTYPES_H 1
2038| #define HAVE_LIMITS_H 1
2039| #define HAVE_UNISTD_H 1
2040| #define HAVE_SYS_PARAM_H 1
2041| #define HAVE_GETCWD 1
2042| #define HAVE_GETEGID 1
2043| #define HAVE_GETEUID 1
2044| #define HAVE_GETGID 1
2045| #define HAVE_GETUID 1
2046| #define HAVE_MUNMAP 1
2047| #define HAVE_STPCPY 1
2048| #define HAVE_STRCASECMP 1
2049| #define HAVE_STRDUP 1
2050| #define HAVE_STRTOUL 1
2051| #define HAVE_TSEARCH 1
2052| /* end confdefs.h.  */
2053| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
2054|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2055| #define argz_stringify innocuous_argz_stringify
2056|
2057| /* System header to define __stub macros and hopefully few prototypes,
2058|    which can conflict with char argz_stringify (); below.  */
2059|
2060| #include <limits.h>
2061| #undef argz_stringify
2062|
2063| /* Override any GCC internal prototype to avoid an error.
2064|    Use char because int might match the return type of a GCC
2065|    builtin and then its argument prototype would still apply.  */
2066| #ifdef __cplusplus
2067| extern "C"
2068| #endif
2069| char argz_stringify ();
2070| /* The GNU C library defines this for functions which it implements
2071|     to always fail with ENOSYS.  Some functions are actually named
2072|     something starting with __ and the normal name is an alias.  */
2073| #if defined __stub_argz_stringify || defined __stub___argz_stringify
2074| choke me
2075| #endif
2076|
2077| int
2078| main (void)
2079| {
2080| return argz_stringify ();
2081|   ;
2082|   return 0;
2083| }
2084configure:11496: result: no
2085configure:11502: checking for argz_next
2086configure:11502: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2087Undefined symbols for architecture x86_64:
2088  "_argz_next", referenced from:
2089      _main in conftest-331b76.o
2090ld: symbol(s) not found for architecture x86_64
2091clang: error: linker command failed with exit code 1 (use -v to see invocation)
2092configure:11502: $? = 1
2093configure: failed program was:
2094| /* confdefs.h */
2095| #define PACKAGE_NAME "bash"
2096| #define PACKAGE_TARNAME "bash"
2097| #define PACKAGE_VERSION "5.2-release"
2098| #define PACKAGE_STRING "bash 5.2-release"
2099| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2100| #define PACKAGE_URL ""
2101| #define ALIAS 1
2102| #define PUSHD_AND_POPD 1
2103| #define RESTRICTED_SHELL 1
2104| #define PROCESS_SUBSTITUTION 1
2105| #define PROMPT_STRING_DECODE 1
2106| #define SELECT_COMMAND 1
2107| #define HELP_BUILTIN 1
2108| #define ARRAY_VARS 1
2109| #define DPAREN_ARITHMETIC 1
2110| #define BRACE_EXPANSION 1
2111| #define COMMAND_TIMING 1
2112| #define EXTENDED_GLOB 1
2113| #define EXTGLOB_DEFAULT 0
2114| #define COND_COMMAND 1
2115| #define COND_REGEXP 1
2116| #define COPROCESS_SUPPORT 1
2117| #define ARITH_FOR_COMMAND 1
2118| #define NETWORK_REDIRECTIONS 1
2119| #define PROGRAMMABLE_COMPLETION 1
2120| #define DEBUGGER 1
2121| #define CASEMOD_ATTRS 1
2122| #define CASEMOD_EXPANSIONS 1
2123| #define GLOBASCII_DEFAULT 1
2124| #define FUNCTION_IMPORT 1
2125| #define TRANSLATABLE_STRINGS 1
2126| #define MEMSCRAMBLE 1
2127| #define HAVE_STDIO_H 1
2128| #define HAVE_STDLIB_H 1
2129| #define HAVE_STRING_H 1
2130| #define HAVE_INTTYPES_H 1
2131| #define HAVE_STDINT_H 1
2132| #define HAVE_STRINGS_H 1
2133| #define HAVE_SYS_STAT_H 1
2134| #define HAVE_SYS_TYPES_H 1
2135| #define HAVE_UNISTD_H 1
2136| #define HAVE_WCHAR_H 1
2137| #define HAVE_SYS_PARAM_H 1
2138| #define HAVE_XLOCALE_H 1
2139| #define HAVE_SYS_TIME_H 1
2140| #define STDC_HEADERS 1
2141| #define _ALL_SOURCE 1
2142| #define _DARWIN_C_SOURCE 1
2143| #define _GNU_SOURCE 1
2144| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2145| #define _NETBSD_SOURCE 1
2146| #define _OPENBSD_SOURCE 1
2147| #define _POSIX_PTHREAD_SEMANTICS 1
2148| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2149| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2150| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2151| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2152| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2153| #define __STDC_WANT_LIB_EXT2__ 1
2154| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2155| #define _TANDEM_SOURCE 1
2156| #define __EXTENSIONS__ 1
2157| #define READLINE 1
2158| #define HISTORY 1
2159| #define BANG_HISTORY 1
2160| #define HAVE_STRINGIZE 1
2161| #define HAVE_LONG_DOUBLE 1
2162| #define PROTOTYPES 1
2163| #define __PROTOTYPES 1
2164| #define restrict __restrict__
2165| #define HAVE_VISIBILITY 1
2166| #define HAVE_STDINT_H_WITH_UINTMAX 1
2167| #define HAVE_ALLOCA_H 1
2168| #define HAVE_ALLOCA 1
2169| #define HAVE_GETPAGESIZE 1
2170| #define HAVE_SYMLINK 1
2171| #define HAVE_USELOCALE 1
2172| #define HAVE_VPRINTF 1
2173| #define HAVE_ALARM 1
2174| #define HAVE_FPURGE 1
2175| #define HAVE_SNPRINTF 1
2176| #define HAVE_VSNPRINTF 1
2177| #define HAVE_MMAP 1
2178| #define INTDIV0_RAISES_SIGFPE 1
2179| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2180| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2181| #define HAVE_UINTMAX_T 1
2182| #define HAVE_INTTYPES_H 1
2183| #define USE_POSIX_THREADS 1
2184| #define HAVE_PTHREAD_RWLOCK 1
2185| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2186| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2187| #define HAVE_ICONV 1
2188| #define ICONV_CONST
2189| #define HAVE_BUILTIN_EXPECT 1
2190| #define HAVE_INTTYPES_H 1
2191| #define HAVE_LIMITS_H 1
2192| #define HAVE_UNISTD_H 1
2193| #define HAVE_SYS_PARAM_H 1
2194| #define HAVE_GETCWD 1
2195| #define HAVE_GETEGID 1
2196| #define HAVE_GETEUID 1
2197| #define HAVE_GETGID 1
2198| #define HAVE_GETUID 1
2199| #define HAVE_MUNMAP 1
2200| #define HAVE_STPCPY 1
2201| #define HAVE_STRCASECMP 1
2202| #define HAVE_STRDUP 1
2203| #define HAVE_STRTOUL 1
2204| #define HAVE_TSEARCH 1
2205| /* end confdefs.h.  */
2206| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
2207|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2208| #define argz_next innocuous_argz_next
2209|
2210| /* System header to define __stub macros and hopefully few prototypes,
2211|    which can conflict with char argz_next (); below.  */
2212|
2213| #include <limits.h>
2214| #undef argz_next
2215|
2216| /* Override any GCC internal prototype to avoid an error.
2217|    Use char because int might match the return type of a GCC
2218|    builtin and then its argument prototype would still apply.  */
2219| #ifdef __cplusplus
2220| extern "C"
2221| #endif
2222| char argz_next ();
2223| /* The GNU C library defines this for functions which it implements
2224|     to always fail with ENOSYS.  Some functions are actually named
2225|     something starting with __ and the normal name is an alias.  */
2226| #if defined __stub_argz_next || defined __stub___argz_next
2227| choke me
2228| #endif
2229|
2230| int
2231| main (void)
2232| {
2233| return argz_next ();
2234|   ;
2235|   return 0;
2236| }
2237configure:11502: result: no
2238configure:11508: checking for __fsetlocking
2239configure:11508: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2240Undefined symbols for architecture x86_64:
2241  "___fsetlocking", referenced from:
2242      _main in conftest-7e81de.o
2243ld: symbol(s) not found for architecture x86_64
2244clang: error: linker command failed with exit code 1 (use -v to see invocation)
2245configure:11508: $? = 1
2246configure: failed program was:
2247| /* confdefs.h */
2248| #define PACKAGE_NAME "bash"
2249| #define PACKAGE_TARNAME "bash"
2250| #define PACKAGE_VERSION "5.2-release"
2251| #define PACKAGE_STRING "bash 5.2-release"
2252| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2253| #define PACKAGE_URL ""
2254| #define ALIAS 1
2255| #define PUSHD_AND_POPD 1
2256| #define RESTRICTED_SHELL 1
2257| #define PROCESS_SUBSTITUTION 1
2258| #define PROMPT_STRING_DECODE 1
2259| #define SELECT_COMMAND 1
2260| #define HELP_BUILTIN 1
2261| #define ARRAY_VARS 1
2262| #define DPAREN_ARITHMETIC 1
2263| #define BRACE_EXPANSION 1
2264| #define COMMAND_TIMING 1
2265| #define EXTENDED_GLOB 1
2266| #define EXTGLOB_DEFAULT 0
2267| #define COND_COMMAND 1
2268| #define COND_REGEXP 1
2269| #define COPROCESS_SUPPORT 1
2270| #define ARITH_FOR_COMMAND 1
2271| #define NETWORK_REDIRECTIONS 1
2272| #define PROGRAMMABLE_COMPLETION 1
2273| #define DEBUGGER 1
2274| #define CASEMOD_ATTRS 1
2275| #define CASEMOD_EXPANSIONS 1
2276| #define GLOBASCII_DEFAULT 1
2277| #define FUNCTION_IMPORT 1
2278| #define TRANSLATABLE_STRINGS 1
2279| #define MEMSCRAMBLE 1
2280| #define HAVE_STDIO_H 1
2281| #define HAVE_STDLIB_H 1
2282| #define HAVE_STRING_H 1
2283| #define HAVE_INTTYPES_H 1
2284| #define HAVE_STDINT_H 1
2285| #define HAVE_STRINGS_H 1
2286| #define HAVE_SYS_STAT_H 1
2287| #define HAVE_SYS_TYPES_H 1
2288| #define HAVE_UNISTD_H 1
2289| #define HAVE_WCHAR_H 1
2290| #define HAVE_SYS_PARAM_H 1
2291| #define HAVE_XLOCALE_H 1
2292| #define HAVE_SYS_TIME_H 1
2293| #define STDC_HEADERS 1
2294| #define _ALL_SOURCE 1
2295| #define _DARWIN_C_SOURCE 1
2296| #define _GNU_SOURCE 1
2297| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2298| #define _NETBSD_SOURCE 1
2299| #define _OPENBSD_SOURCE 1
2300| #define _POSIX_PTHREAD_SEMANTICS 1
2301| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2302| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2303| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2304| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2305| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2306| #define __STDC_WANT_LIB_EXT2__ 1
2307| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2308| #define _TANDEM_SOURCE 1
2309| #define __EXTENSIONS__ 1
2310| #define READLINE 1
2311| #define HISTORY 1
2312| #define BANG_HISTORY 1
2313| #define HAVE_STRINGIZE 1
2314| #define HAVE_LONG_DOUBLE 1
2315| #define PROTOTYPES 1
2316| #define __PROTOTYPES 1
2317| #define restrict __restrict__
2318| #define HAVE_VISIBILITY 1
2319| #define HAVE_STDINT_H_WITH_UINTMAX 1
2320| #define HAVE_ALLOCA_H 1
2321| #define HAVE_ALLOCA 1
2322| #define HAVE_GETPAGESIZE 1
2323| #define HAVE_SYMLINK 1
2324| #define HAVE_USELOCALE 1
2325| #define HAVE_VPRINTF 1
2326| #define HAVE_ALARM 1
2327| #define HAVE_FPURGE 1
2328| #define HAVE_SNPRINTF 1
2329| #define HAVE_VSNPRINTF 1
2330| #define HAVE_MMAP 1
2331| #define INTDIV0_RAISES_SIGFPE 1
2332| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2333| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2334| #define HAVE_UINTMAX_T 1
2335| #define HAVE_INTTYPES_H 1
2336| #define USE_POSIX_THREADS 1
2337| #define HAVE_PTHREAD_RWLOCK 1
2338| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2339| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2340| #define HAVE_ICONV 1
2341| #define ICONV_CONST
2342| #define HAVE_BUILTIN_EXPECT 1
2343| #define HAVE_INTTYPES_H 1
2344| #define HAVE_LIMITS_H 1
2345| #define HAVE_UNISTD_H 1
2346| #define HAVE_SYS_PARAM_H 1
2347| #define HAVE_GETCWD 1
2348| #define HAVE_GETEGID 1
2349| #define HAVE_GETEUID 1
2350| #define HAVE_GETGID 1
2351| #define HAVE_GETUID 1
2352| #define HAVE_MUNMAP 1
2353| #define HAVE_STPCPY 1
2354| #define HAVE_STRCASECMP 1
2355| #define HAVE_STRDUP 1
2356| #define HAVE_STRTOUL 1
2357| #define HAVE_TSEARCH 1
2358| /* end confdefs.h.  */
2359| /* Define __fsetlocking to an innocuous variant, in case <limits.h> declares __fsetlocking.
2360|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2361| #define __fsetlocking innocuous___fsetlocking
2362|
2363| /* System header to define __stub macros and hopefully few prototypes,
2364|    which can conflict with char __fsetlocking (); below.  */
2365|
2366| #include <limits.h>
2367| #undef __fsetlocking
2368|
2369| /* Override any GCC internal prototype to avoid an error.
2370|    Use char because int might match the return type of a GCC
2371|    builtin and then its argument prototype would still apply.  */
2372| #ifdef __cplusplus
2373| extern "C"
2374| #endif
2375| char __fsetlocking ();
2376| /* The GNU C library defines this for functions which it implements
2377|     to always fail with ENOSYS.  Some functions are actually named
2378|     something starting with __ and the normal name is an alias.  */
2379| #if defined __stub___fsetlocking || defined __stub_____fsetlocking
2380| choke me
2381| #endif
2382|
2383| int
2384| main (void)
2385| {
2386| return __fsetlocking ();
2387|   ;
2388|   return 0;
2389| }
2390configure:11508: result: no
2391configure:11516: checking for localeconv
2392configure:11516: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2393configure:11516: $? = 0
2394configure:11516: result: yes
2395configure:11524: checking whether feof_unlocked is declared
2396configure:11524: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2397configure:11524: $? = 0
2398configure:11524: result: yes
2399configure:11533: checking whether fgets_unlocked is declared
2400configure:11533: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2401conftest.c:124:10: error: use of undeclared identifier 'fgets_unlocked'
2402  (void) fgets_unlocked;
2403         ^
24041 error generated.
2405configure:11533: $? = 1
2406configure: failed program was:
2407| /* confdefs.h */
2408| #define PACKAGE_NAME "bash"
2409| #define PACKAGE_TARNAME "bash"
2410| #define PACKAGE_VERSION "5.2-release"
2411| #define PACKAGE_STRING "bash 5.2-release"
2412| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2413| #define PACKAGE_URL ""
2414| #define ALIAS 1
2415| #define PUSHD_AND_POPD 1
2416| #define RESTRICTED_SHELL 1
2417| #define PROCESS_SUBSTITUTION 1
2418| #define PROMPT_STRING_DECODE 1
2419| #define SELECT_COMMAND 1
2420| #define HELP_BUILTIN 1
2421| #define ARRAY_VARS 1
2422| #define DPAREN_ARITHMETIC 1
2423| #define BRACE_EXPANSION 1
2424| #define COMMAND_TIMING 1
2425| #define EXTENDED_GLOB 1
2426| #define EXTGLOB_DEFAULT 0
2427| #define COND_COMMAND 1
2428| #define COND_REGEXP 1
2429| #define COPROCESS_SUPPORT 1
2430| #define ARITH_FOR_COMMAND 1
2431| #define NETWORK_REDIRECTIONS 1
2432| #define PROGRAMMABLE_COMPLETION 1
2433| #define DEBUGGER 1
2434| #define CASEMOD_ATTRS 1
2435| #define CASEMOD_EXPANSIONS 1
2436| #define GLOBASCII_DEFAULT 1
2437| #define FUNCTION_IMPORT 1
2438| #define TRANSLATABLE_STRINGS 1
2439| #define MEMSCRAMBLE 1
2440| #define HAVE_STDIO_H 1
2441| #define HAVE_STDLIB_H 1
2442| #define HAVE_STRING_H 1
2443| #define HAVE_INTTYPES_H 1
2444| #define HAVE_STDINT_H 1
2445| #define HAVE_STRINGS_H 1
2446| #define HAVE_SYS_STAT_H 1
2447| #define HAVE_SYS_TYPES_H 1
2448| #define HAVE_UNISTD_H 1
2449| #define HAVE_WCHAR_H 1
2450| #define HAVE_SYS_PARAM_H 1
2451| #define HAVE_XLOCALE_H 1
2452| #define HAVE_SYS_TIME_H 1
2453| #define STDC_HEADERS 1
2454| #define _ALL_SOURCE 1
2455| #define _DARWIN_C_SOURCE 1
2456| #define _GNU_SOURCE 1
2457| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2458| #define _NETBSD_SOURCE 1
2459| #define _OPENBSD_SOURCE 1
2460| #define _POSIX_PTHREAD_SEMANTICS 1
2461| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2462| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2463| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2464| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2465| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2466| #define __STDC_WANT_LIB_EXT2__ 1
2467| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2468| #define _TANDEM_SOURCE 1
2469| #define __EXTENSIONS__ 1
2470| #define READLINE 1
2471| #define HISTORY 1
2472| #define BANG_HISTORY 1
2473| #define HAVE_STRINGIZE 1
2474| #define HAVE_LONG_DOUBLE 1
2475| #define PROTOTYPES 1
2476| #define __PROTOTYPES 1
2477| #define restrict __restrict__
2478| #define HAVE_VISIBILITY 1
2479| #define HAVE_STDINT_H_WITH_UINTMAX 1
2480| #define HAVE_ALLOCA_H 1
2481| #define HAVE_ALLOCA 1
2482| #define HAVE_GETPAGESIZE 1
2483| #define HAVE_SYMLINK 1
2484| #define HAVE_USELOCALE 1
2485| #define HAVE_VPRINTF 1
2486| #define HAVE_ALARM 1
2487| #define HAVE_FPURGE 1
2488| #define HAVE_SNPRINTF 1
2489| #define HAVE_VSNPRINTF 1
2490| #define HAVE_MMAP 1
2491| #define INTDIV0_RAISES_SIGFPE 1
2492| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2493| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2494| #define HAVE_UINTMAX_T 1
2495| #define HAVE_INTTYPES_H 1
2496| #define USE_POSIX_THREADS 1
2497| #define HAVE_PTHREAD_RWLOCK 1
2498| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2499| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2500| #define HAVE_ICONV 1
2501| #define ICONV_CONST
2502| #define HAVE_BUILTIN_EXPECT 1
2503| #define HAVE_INTTYPES_H 1
2504| #define HAVE_LIMITS_H 1
2505| #define HAVE_UNISTD_H 1
2506| #define HAVE_SYS_PARAM_H 1
2507| #define HAVE_GETCWD 1
2508| #define HAVE_GETEGID 1
2509| #define HAVE_GETEUID 1
2510| #define HAVE_GETGID 1
2511| #define HAVE_GETUID 1
2512| #define HAVE_MUNMAP 1
2513| #define HAVE_STPCPY 1
2514| #define HAVE_STRCASECMP 1
2515| #define HAVE_STRDUP 1
2516| #define HAVE_STRTOUL 1
2517| #define HAVE_TSEARCH 1
2518| #define HAVE_LOCALECONV 1
2519| #define HAVE_DECL_FEOF_UNLOCKED 1
2520| /* end confdefs.h.  */
2521| #include <stdio.h>
2522|
2523| int
2524| main (void)
2525| {
2526| #ifndef fgets_unlocked
2527| #ifdef __cplusplus
2528|   (void) fgets_unlocked;
2529| #else
2530|   (void) fgets_unlocked;
2531| #endif
2532| #endif
2533|
2534|   ;
2535|   return 0;
2536| }
2537configure:11533: result: no
2538configure:11550: checking for bison
2539configure:11571: found /usr/bin/bison
2540configure:11582: result: bison
2541configure:11596: checking version of bison
2542configure:11605: result: 2.3, bad
2543configure:11614: checking for long long int
2544configure:11656: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2545configure:11656: $? = 0
2546configure:11656: ./conftest
2547configure:11656: $? = 0
2548configure:11669: result: yes
2549configure:11678: checking for wchar_t
2550configure:11696: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2551configure:11696: $? = 0
2552configure:11704: result: yes
2553configure:11713: checking for wint_t
2554configure:11739: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2555configure:11739: $? = 0
2556configure:11747: result: yes
2557configure:11754: checking whether wint_t is too small
2558configure:11783: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2559configure:11783: $? = 0
2560configure:11791: result: no
2561configure:11806: checking for intmax_t
2562configure:11833: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2563configure:11833: $? = 0
2564configure:11841: result: yes
2565configure:11851: checking whether printf() supports POSIX/XSI format strings
2566configure:11895: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2567configure:11895: $? = 0
2568configure:11895: ./conftest
2569configure:11895: $? = 0
2570configure:11907: result: yes
2571configure:11918: checking whether we are using the GNU C Library >= 2.1 or uClibc
2572conftest.c:122:10: fatal error: 'features.h' file not found
2573#include <features.h>
2574         ^~~~~~~~~~~~
25751 error generated.
2576configure:11950: result: no
2577configure:11957: checking for stdint.h
2578configure:11957: result: yes
2579configure:11964: checking for SIZE_MAX
2580configure:12040: result: yes
2581configure:12051: checking for stdint.h
2582configure:12051: result: yes
2583configure:12065: checking for working fcntl.h
2584configure:12175: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2585conftest.c:149:27: warning: address of array 'constants' will always evaluate to 'true' [-Wpointer-bool-conversion]
2586            int result = !constants;
2587                         ~^~~~~~~~~
25881 warning generated.
2589configure:12175: $? = 0
2590configure:12175: ./conftest
2591configure:12175: $? = 0
2592configure:12192: result: yes
2593configure:12225: checking whether uselocale works
2594configure:12254: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2595configure:12254: $? = 0
2596configure:12254: ./conftest
2597configure:12254: $? = 0
2598configure:12266: result: yes
2599configure:12283: checking for fake locale system (OpenBSD)
2600configure:12314: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2601configure:12314: $? = 0
2602configure:12314: ./conftest
2603configure:12314: $? = 1
2604configure: program exited with status 1
2605configure: failed program was:
2606| /* confdefs.h */
2607| #define PACKAGE_NAME "bash"
2608| #define PACKAGE_TARNAME "bash"
2609| #define PACKAGE_VERSION "5.2-release"
2610| #define PACKAGE_STRING "bash 5.2-release"
2611| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2612| #define PACKAGE_URL ""
2613| #define ALIAS 1
2614| #define PUSHD_AND_POPD 1
2615| #define RESTRICTED_SHELL 1
2616| #define PROCESS_SUBSTITUTION 1
2617| #define PROMPT_STRING_DECODE 1
2618| #define SELECT_COMMAND 1
2619| #define HELP_BUILTIN 1
2620| #define ARRAY_VARS 1
2621| #define DPAREN_ARITHMETIC 1
2622| #define BRACE_EXPANSION 1
2623| #define COMMAND_TIMING 1
2624| #define EXTENDED_GLOB 1
2625| #define EXTGLOB_DEFAULT 0
2626| #define COND_COMMAND 1
2627| #define COND_REGEXP 1
2628| #define COPROCESS_SUPPORT 1
2629| #define ARITH_FOR_COMMAND 1
2630| #define NETWORK_REDIRECTIONS 1
2631| #define PROGRAMMABLE_COMPLETION 1
2632| #define DEBUGGER 1
2633| #define CASEMOD_ATTRS 1
2634| #define CASEMOD_EXPANSIONS 1
2635| #define GLOBASCII_DEFAULT 1
2636| #define FUNCTION_IMPORT 1
2637| #define TRANSLATABLE_STRINGS 1
2638| #define MEMSCRAMBLE 1
2639| #define HAVE_STDIO_H 1
2640| #define HAVE_STDLIB_H 1
2641| #define HAVE_STRING_H 1
2642| #define HAVE_INTTYPES_H 1
2643| #define HAVE_STDINT_H 1
2644| #define HAVE_STRINGS_H 1
2645| #define HAVE_SYS_STAT_H 1
2646| #define HAVE_SYS_TYPES_H 1
2647| #define HAVE_UNISTD_H 1
2648| #define HAVE_WCHAR_H 1
2649| #define HAVE_SYS_PARAM_H 1
2650| #define HAVE_XLOCALE_H 1
2651| #define HAVE_SYS_TIME_H 1
2652| #define STDC_HEADERS 1
2653| #define _ALL_SOURCE 1
2654| #define _DARWIN_C_SOURCE 1
2655| #define _GNU_SOURCE 1
2656| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2657| #define _NETBSD_SOURCE 1
2658| #define _OPENBSD_SOURCE 1
2659| #define _POSIX_PTHREAD_SEMANTICS 1
2660| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2661| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2662| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2663| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2664| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2665| #define __STDC_WANT_LIB_EXT2__ 1
2666| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2667| #define _TANDEM_SOURCE 1
2668| #define __EXTENSIONS__ 1
2669| #define READLINE 1
2670| #define HISTORY 1
2671| #define BANG_HISTORY 1
2672| #define HAVE_STRINGIZE 1
2673| #define HAVE_LONG_DOUBLE 1
2674| #define PROTOTYPES 1
2675| #define __PROTOTYPES 1
2676| #define restrict __restrict__
2677| #define HAVE_VISIBILITY 1
2678| #define HAVE_STDINT_H_WITH_UINTMAX 1
2679| #define HAVE_ALLOCA_H 1
2680| #define HAVE_ALLOCA 1
2681| #define HAVE_GETPAGESIZE 1
2682| #define HAVE_SYMLINK 1
2683| #define HAVE_USELOCALE 1
2684| #define HAVE_VPRINTF 1
2685| #define HAVE_ALARM 1
2686| #define HAVE_FPURGE 1
2687| #define HAVE_SNPRINTF 1
2688| #define HAVE_VSNPRINTF 1
2689| #define HAVE_MMAP 1
2690| #define INTDIV0_RAISES_SIGFPE 1
2691| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2692| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2693| #define HAVE_UINTMAX_T 1
2694| #define HAVE_INTTYPES_H 1
2695| #define USE_POSIX_THREADS 1
2696| #define HAVE_PTHREAD_RWLOCK 1
2697| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2698| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2699| #define HAVE_ICONV 1
2700| #define ICONV_CONST
2701| #define HAVE_BUILTIN_EXPECT 1
2702| #define HAVE_INTTYPES_H 1
2703| #define HAVE_LIMITS_H 1
2704| #define HAVE_UNISTD_H 1
2705| #define HAVE_SYS_PARAM_H 1
2706| #define HAVE_GETCWD 1
2707| #define HAVE_GETEGID 1
2708| #define HAVE_GETEUID 1
2709| #define HAVE_GETGID 1
2710| #define HAVE_GETUID 1
2711| #define HAVE_MUNMAP 1
2712| #define HAVE_STPCPY 1
2713| #define HAVE_STRCASECMP 1
2714| #define HAVE_STRDUP 1
2715| #define HAVE_STRTOUL 1
2716| #define HAVE_TSEARCH 1
2717| #define HAVE_LOCALECONV 1
2718| #define HAVE_DECL_FEOF_UNLOCKED 1
2719| #define HAVE_DECL_FGETS_UNLOCKED 0
2720| #define HAVE_LONG_LONG_INT 1
2721| #define HAVE_WCHAR_T 1
2722| #define HAVE_WINT_T 1
2723| #define HAVE_INTMAX_T 1
2724| #define HAVE_POSIX_PRINTF 1
2725| #define HAVE_STDINT_H 1
2726| #define HAVE_STDINT_H 1
2727| #define HAVE_WORKING_O_NOATIME 1
2728| #define HAVE_WORKING_O_NOFOLLOW 1
2729| #define HAVE_WORKING_USELOCALE 1
2730| /* end confdefs.h.  */
2731|
2732| #include <locale.h>
2733| #if HAVE_XLOCALE_H
2734| # include <xlocale.h>
2735| #endif
2736| int main ()
2737| {
2738|   locale_t loc1, loc2;
2739|   if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL) return 1;
2740|   if (setlocale (LC_ALL, "fr_FR.UTF-8") == NULL) return 1;
2741|   loc1 = newlocale (LC_ALL_MASK, "de_DE.UTF-8", (locale_t)0);
2742|   loc2 = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", (locale_t)0);
2743|   return !(loc1 == loc2);
2744| }
2745configure:12326: result: no
2746configure:12341: checking for Solaris 11.4 locale system
2747configure:12376: result: no
2748configure:12389: checking for getlocalename_l
2749configure:12389: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
2750Undefined symbols for architecture x86_64:
2751  "_getlocalename_l", referenced from:
2752      _main in conftest-231b0b.o
2753ld: symbol(s) not found for architecture x86_64
2754clang: error: linker command failed with exit code 1 (use -v to see invocation)
2755configure:12389: $? = 1
2756configure: failed program was:
2757| /* confdefs.h */
2758| #define PACKAGE_NAME "bash"
2759| #define PACKAGE_TARNAME "bash"
2760| #define PACKAGE_VERSION "5.2-release"
2761| #define PACKAGE_STRING "bash 5.2-release"
2762| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2763| #define PACKAGE_URL ""
2764| #define ALIAS 1
2765| #define PUSHD_AND_POPD 1
2766| #define RESTRICTED_SHELL 1
2767| #define PROCESS_SUBSTITUTION 1
2768| #define PROMPT_STRING_DECODE 1
2769| #define SELECT_COMMAND 1
2770| #define HELP_BUILTIN 1
2771| #define ARRAY_VARS 1
2772| #define DPAREN_ARITHMETIC 1
2773| #define BRACE_EXPANSION 1
2774| #define COMMAND_TIMING 1
2775| #define EXTENDED_GLOB 1
2776| #define EXTGLOB_DEFAULT 0
2777| #define COND_COMMAND 1
2778| #define COND_REGEXP 1
2779| #define COPROCESS_SUPPORT 1
2780| #define ARITH_FOR_COMMAND 1
2781| #define NETWORK_REDIRECTIONS 1
2782| #define PROGRAMMABLE_COMPLETION 1
2783| #define DEBUGGER 1
2784| #define CASEMOD_ATTRS 1
2785| #define CASEMOD_EXPANSIONS 1
2786| #define GLOBASCII_DEFAULT 1
2787| #define FUNCTION_IMPORT 1
2788| #define TRANSLATABLE_STRINGS 1
2789| #define MEMSCRAMBLE 1
2790| #define HAVE_STDIO_H 1
2791| #define HAVE_STDLIB_H 1
2792| #define HAVE_STRING_H 1
2793| #define HAVE_INTTYPES_H 1
2794| #define HAVE_STDINT_H 1
2795| #define HAVE_STRINGS_H 1
2796| #define HAVE_SYS_STAT_H 1
2797| #define HAVE_SYS_TYPES_H 1
2798| #define HAVE_UNISTD_H 1
2799| #define HAVE_WCHAR_H 1
2800| #define HAVE_SYS_PARAM_H 1
2801| #define HAVE_XLOCALE_H 1
2802| #define HAVE_SYS_TIME_H 1
2803| #define STDC_HEADERS 1
2804| #define _ALL_SOURCE 1
2805| #define _DARWIN_C_SOURCE 1
2806| #define _GNU_SOURCE 1
2807| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2808| #define _NETBSD_SOURCE 1
2809| #define _OPENBSD_SOURCE 1
2810| #define _POSIX_PTHREAD_SEMANTICS 1
2811| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2812| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2813| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2814| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2815| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2816| #define __STDC_WANT_LIB_EXT2__ 1
2817| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2818| #define _TANDEM_SOURCE 1
2819| #define __EXTENSIONS__ 1
2820| #define READLINE 1
2821| #define HISTORY 1
2822| #define BANG_HISTORY 1
2823| #define HAVE_STRINGIZE 1
2824| #define HAVE_LONG_DOUBLE 1
2825| #define PROTOTYPES 1
2826| #define __PROTOTYPES 1
2827| #define restrict __restrict__
2828| #define HAVE_VISIBILITY 1
2829| #define HAVE_STDINT_H_WITH_UINTMAX 1
2830| #define HAVE_ALLOCA_H 1
2831| #define HAVE_ALLOCA 1
2832| #define HAVE_GETPAGESIZE 1
2833| #define HAVE_SYMLINK 1
2834| #define HAVE_USELOCALE 1
2835| #define HAVE_VPRINTF 1
2836| #define HAVE_ALARM 1
2837| #define HAVE_FPURGE 1
2838| #define HAVE_SNPRINTF 1
2839| #define HAVE_VSNPRINTF 1
2840| #define HAVE_MMAP 1
2841| #define INTDIV0_RAISES_SIGFPE 1
2842| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
2843| #define HAVE_UNSIGNED_LONG_LONG_INT 1
2844| #define HAVE_UINTMAX_T 1
2845| #define HAVE_INTTYPES_H 1
2846| #define USE_POSIX_THREADS 1
2847| #define HAVE_PTHREAD_RWLOCK 1
2848| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
2849| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2850| #define HAVE_ICONV 1
2851| #define ICONV_CONST
2852| #define HAVE_BUILTIN_EXPECT 1
2853| #define HAVE_INTTYPES_H 1
2854| #define HAVE_LIMITS_H 1
2855| #define HAVE_UNISTD_H 1
2856| #define HAVE_SYS_PARAM_H 1
2857| #define HAVE_GETCWD 1
2858| #define HAVE_GETEGID 1
2859| #define HAVE_GETEUID 1
2860| #define HAVE_GETGID 1
2861| #define HAVE_GETUID 1
2862| #define HAVE_MUNMAP 1
2863| #define HAVE_STPCPY 1
2864| #define HAVE_STRCASECMP 1
2865| #define HAVE_STRDUP 1
2866| #define HAVE_STRTOUL 1
2867| #define HAVE_TSEARCH 1
2868| #define HAVE_LOCALECONV 1
2869| #define HAVE_DECL_FEOF_UNLOCKED 1
2870| #define HAVE_DECL_FGETS_UNLOCKED 0
2871| #define HAVE_LONG_LONG_INT 1
2872| #define HAVE_WCHAR_T 1
2873| #define HAVE_WINT_T 1
2874| #define HAVE_INTMAX_T 1
2875| #define HAVE_POSIX_PRINTF 1
2876| #define HAVE_STDINT_H 1
2877| #define HAVE_STDINT_H 1
2878| #define HAVE_WORKING_O_NOATIME 1
2879| #define HAVE_WORKING_O_NOFOLLOW 1
2880| #define HAVE_WORKING_USELOCALE 1
2881| /* end confdefs.h.  */
2882| /* Define getlocalename_l to an innocuous variant, in case <limits.h> declares getlocalename_l.
2883|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2884| #define getlocalename_l innocuous_getlocalename_l
2885|
2886| /* System header to define __stub macros and hopefully few prototypes,
2887|    which can conflict with char getlocalename_l (); below.  */
2888|
2889| #include <limits.h>
2890| #undef getlocalename_l
2891|
2892| /* Override any GCC internal prototype to avoid an error.
2893|    Use char because int might match the return type of a GCC
2894|    builtin and then its argument prototype would still apply.  */
2895| #ifdef __cplusplus
2896| extern "C"
2897| #endif
2898| char getlocalename_l ();
2899| /* The GNU C library defines this for functions which it implements
2900|     to always fail with ENOSYS.  Some functions are actually named
2901|     something starting with __ and the normal name is an alias.  */
2902| #if defined __stub_getlocalename_l || defined __stub___getlocalename_l
2903| choke me
2904| #endif
2905|
2906| int
2907| main (void)
2908| {
2909| return getlocalename_l ();
2910|   ;
2911|   return 0;
2912| }
2913configure:12389: result: no
2914configure:12408: checking for CFPreferencesCopyAppValue
2915configure:12427: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
2916conftest.c:130:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
2917CFPreferencesCopyAppValue(NULL, NULL)
2918                          ~~~~      ^
2919conftest.c:130:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
2920CFPreferencesCopyAppValue(NULL, NULL)
2921                                ~~~~^
29222 warnings generated.
2923configure:12427: $? = 0
2924configure:12437: result: yes
2925configure:12444: checking for CFLocaleCopyCurrent
2926configure:12463: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
2927configure:12463: $? = 0
2928configure:12473: result: yes
2929configure:12480: checking for CFLocaleCopyPreferredLanguages
2930configure:12499: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
2931configure:12499: $? = 0
2932configure:12509: result: yes
2933configure:12530: checking for flexible array members
2934configure:12554: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2935configure:12554: $? = 0
2936configure:12562: result: yes
2937configure:12628: checking for ar
2938configure:12660: result: ar
2939configure:12696: checking for ptrdiff_t
2940configure:12696: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2941configure:12696: $? = 0
2942configure:12696: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
2943conftest.c:161:24: error: expected expression
2944if (sizeof ((ptrdiff_t)))
2945                       ^
29461 error generated.
2947configure:12696: $? = 1
2948configure: failed program was:
2949| /* confdefs.h */
2950| #define PACKAGE_NAME "bash"
2951| #define PACKAGE_TARNAME "bash"
2952| #define PACKAGE_VERSION "5.2-release"
2953| #define PACKAGE_STRING "bash 5.2-release"
2954| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
2955| #define PACKAGE_URL ""
2956| #define ALIAS 1
2957| #define PUSHD_AND_POPD 1
2958| #define RESTRICTED_SHELL 1
2959| #define PROCESS_SUBSTITUTION 1
2960| #define PROMPT_STRING_DECODE 1
2961| #define SELECT_COMMAND 1
2962| #define HELP_BUILTIN 1
2963| #define ARRAY_VARS 1
2964| #define DPAREN_ARITHMETIC 1
2965| #define BRACE_EXPANSION 1
2966| #define COMMAND_TIMING 1
2967| #define EXTENDED_GLOB 1
2968| #define EXTGLOB_DEFAULT 0
2969| #define COND_COMMAND 1
2970| #define COND_REGEXP 1
2971| #define COPROCESS_SUPPORT 1
2972| #define ARITH_FOR_COMMAND 1
2973| #define NETWORK_REDIRECTIONS 1
2974| #define PROGRAMMABLE_COMPLETION 1
2975| #define DEBUGGER 1
2976| #define CASEMOD_ATTRS 1
2977| #define CASEMOD_EXPANSIONS 1
2978| #define GLOBASCII_DEFAULT 1
2979| #define FUNCTION_IMPORT 1
2980| #define TRANSLATABLE_STRINGS 1
2981| #define MEMSCRAMBLE 1
2982| #define HAVE_STDIO_H 1
2983| #define HAVE_STDLIB_H 1
2984| #define HAVE_STRING_H 1
2985| #define HAVE_INTTYPES_H 1
2986| #define HAVE_STDINT_H 1
2987| #define HAVE_STRINGS_H 1
2988| #define HAVE_SYS_STAT_H 1
2989| #define HAVE_SYS_TYPES_H 1
2990| #define HAVE_UNISTD_H 1
2991| #define HAVE_WCHAR_H 1
2992| #define HAVE_SYS_PARAM_H 1
2993| #define HAVE_XLOCALE_H 1
2994| #define HAVE_SYS_TIME_H 1
2995| #define STDC_HEADERS 1
2996| #define _ALL_SOURCE 1
2997| #define _DARWIN_C_SOURCE 1
2998| #define _GNU_SOURCE 1
2999| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3000| #define _NETBSD_SOURCE 1
3001| #define _OPENBSD_SOURCE 1
3002| #define _POSIX_PTHREAD_SEMANTICS 1
3003| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3004| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3005| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3006| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3007| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3008| #define __STDC_WANT_LIB_EXT2__ 1
3009| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3010| #define _TANDEM_SOURCE 1
3011| #define __EXTENSIONS__ 1
3012| #define READLINE 1
3013| #define HISTORY 1
3014| #define BANG_HISTORY 1
3015| #define HAVE_STRINGIZE 1
3016| #define HAVE_LONG_DOUBLE 1
3017| #define PROTOTYPES 1
3018| #define __PROTOTYPES 1
3019| #define restrict __restrict__
3020| #define HAVE_VISIBILITY 1
3021| #define HAVE_STDINT_H_WITH_UINTMAX 1
3022| #define HAVE_ALLOCA_H 1
3023| #define HAVE_ALLOCA 1
3024| #define HAVE_GETPAGESIZE 1
3025| #define HAVE_SYMLINK 1
3026| #define HAVE_USELOCALE 1
3027| #define HAVE_VPRINTF 1
3028| #define HAVE_ALARM 1
3029| #define HAVE_FPURGE 1
3030| #define HAVE_SNPRINTF 1
3031| #define HAVE_VSNPRINTF 1
3032| #define HAVE_MMAP 1
3033| #define INTDIV0_RAISES_SIGFPE 1
3034| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3035| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3036| #define HAVE_UINTMAX_T 1
3037| #define HAVE_INTTYPES_H 1
3038| #define USE_POSIX_THREADS 1
3039| #define HAVE_PTHREAD_RWLOCK 1
3040| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3041| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3042| #define HAVE_ICONV 1
3043| #define ICONV_CONST
3044| #define HAVE_BUILTIN_EXPECT 1
3045| #define HAVE_INTTYPES_H 1
3046| #define HAVE_LIMITS_H 1
3047| #define HAVE_UNISTD_H 1
3048| #define HAVE_SYS_PARAM_H 1
3049| #define HAVE_GETCWD 1
3050| #define HAVE_GETEGID 1
3051| #define HAVE_GETEUID 1
3052| #define HAVE_GETGID 1
3053| #define HAVE_GETUID 1
3054| #define HAVE_MUNMAP 1
3055| #define HAVE_STPCPY 1
3056| #define HAVE_STRCASECMP 1
3057| #define HAVE_STRDUP 1
3058| #define HAVE_STRTOUL 1
3059| #define HAVE_TSEARCH 1
3060| #define HAVE_LOCALECONV 1
3061| #define HAVE_DECL_FEOF_UNLOCKED 1
3062| #define HAVE_DECL_FGETS_UNLOCKED 0
3063| #define HAVE_LONG_LONG_INT 1
3064| #define HAVE_WCHAR_T 1
3065| #define HAVE_WINT_T 1
3066| #define HAVE_INTMAX_T 1
3067| #define HAVE_POSIX_PRINTF 1
3068| #define HAVE_STDINT_H 1
3069| #define HAVE_STDINT_H 1
3070| #define HAVE_WORKING_O_NOATIME 1
3071| #define HAVE_WORKING_O_NOFOLLOW 1
3072| #define HAVE_WORKING_USELOCALE 1
3073| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3074| #define HAVE_CFLOCALECOPYCURRENT 1
3075| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3076| #define FLEXIBLE_ARRAY_MEMBER /**/
3077| /* end confdefs.h.  */
3078| #include <stddef.h>
3079| #ifdef HAVE_STDIO_H
3080| # include <stdio.h>
3081| #endif
3082| #ifdef HAVE_STDLIB_H
3083| # include <stdlib.h>
3084| #endif
3085| #ifdef HAVE_STRING_H
3086| # include <string.h>
3087| #endif
3088| #ifdef HAVE_INTTYPES_H
3089| # include <inttypes.h>
3090| #endif
3091| #ifdef HAVE_STDINT_H
3092| # include <stdint.h>
3093| #endif
3094| #ifdef HAVE_STRINGS_H
3095| # include <strings.h>
3096| #endif
3097| #ifdef HAVE_SYS_TYPES_H
3098| # include <sys/types.h>
3099| #endif
3100| #ifdef HAVE_SYS_STAT_H
3101| # include <sys/stat.h>
3102| #endif
3103| #ifdef HAVE_UNISTD_H
3104| # include <unistd.h>
3105| #endif
3106| int
3107| main (void)
3108| {
3109| if (sizeof ((ptrdiff_t)))
3110|           return 0;
3111|   ;
3112|   return 0;
3113| }
3114configure:12696: result: yes
3115configure:12707: checking for features.h
3116configure:12707: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3117conftest.c:158:10: fatal error: 'features.h' file not found
3118#include <features.h>
3119         ^~~~~~~~~~~~
31201 error generated.
3121configure:12707: $? = 1
3122configure: failed program was:
3123| /* confdefs.h */
3124| #define PACKAGE_NAME "bash"
3125| #define PACKAGE_TARNAME "bash"
3126| #define PACKAGE_VERSION "5.2-release"
3127| #define PACKAGE_STRING "bash 5.2-release"
3128| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3129| #define PACKAGE_URL ""
3130| #define ALIAS 1
3131| #define PUSHD_AND_POPD 1
3132| #define RESTRICTED_SHELL 1
3133| #define PROCESS_SUBSTITUTION 1
3134| #define PROMPT_STRING_DECODE 1
3135| #define SELECT_COMMAND 1
3136| #define HELP_BUILTIN 1
3137| #define ARRAY_VARS 1
3138| #define DPAREN_ARITHMETIC 1
3139| #define BRACE_EXPANSION 1
3140| #define COMMAND_TIMING 1
3141| #define EXTENDED_GLOB 1
3142| #define EXTGLOB_DEFAULT 0
3143| #define COND_COMMAND 1
3144| #define COND_REGEXP 1
3145| #define COPROCESS_SUPPORT 1
3146| #define ARITH_FOR_COMMAND 1
3147| #define NETWORK_REDIRECTIONS 1
3148| #define PROGRAMMABLE_COMPLETION 1
3149| #define DEBUGGER 1
3150| #define CASEMOD_ATTRS 1
3151| #define CASEMOD_EXPANSIONS 1
3152| #define GLOBASCII_DEFAULT 1
3153| #define FUNCTION_IMPORT 1
3154| #define TRANSLATABLE_STRINGS 1
3155| #define MEMSCRAMBLE 1
3156| #define HAVE_STDIO_H 1
3157| #define HAVE_STDLIB_H 1
3158| #define HAVE_STRING_H 1
3159| #define HAVE_INTTYPES_H 1
3160| #define HAVE_STDINT_H 1
3161| #define HAVE_STRINGS_H 1
3162| #define HAVE_SYS_STAT_H 1
3163| #define HAVE_SYS_TYPES_H 1
3164| #define HAVE_UNISTD_H 1
3165| #define HAVE_WCHAR_H 1
3166| #define HAVE_SYS_PARAM_H 1
3167| #define HAVE_XLOCALE_H 1
3168| #define HAVE_SYS_TIME_H 1
3169| #define STDC_HEADERS 1
3170| #define _ALL_SOURCE 1
3171| #define _DARWIN_C_SOURCE 1
3172| #define _GNU_SOURCE 1
3173| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3174| #define _NETBSD_SOURCE 1
3175| #define _OPENBSD_SOURCE 1
3176| #define _POSIX_PTHREAD_SEMANTICS 1
3177| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3178| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3179| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3180| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3181| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3182| #define __STDC_WANT_LIB_EXT2__ 1
3183| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3184| #define _TANDEM_SOURCE 1
3185| #define __EXTENSIONS__ 1
3186| #define READLINE 1
3187| #define HISTORY 1
3188| #define BANG_HISTORY 1
3189| #define HAVE_STRINGIZE 1
3190| #define HAVE_LONG_DOUBLE 1
3191| #define PROTOTYPES 1
3192| #define __PROTOTYPES 1
3193| #define restrict __restrict__
3194| #define HAVE_VISIBILITY 1
3195| #define HAVE_STDINT_H_WITH_UINTMAX 1
3196| #define HAVE_ALLOCA_H 1
3197| #define HAVE_ALLOCA 1
3198| #define HAVE_GETPAGESIZE 1
3199| #define HAVE_SYMLINK 1
3200| #define HAVE_USELOCALE 1
3201| #define HAVE_VPRINTF 1
3202| #define HAVE_ALARM 1
3203| #define HAVE_FPURGE 1
3204| #define HAVE_SNPRINTF 1
3205| #define HAVE_VSNPRINTF 1
3206| #define HAVE_MMAP 1
3207| #define INTDIV0_RAISES_SIGFPE 1
3208| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3209| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3210| #define HAVE_UINTMAX_T 1
3211| #define HAVE_INTTYPES_H 1
3212| #define USE_POSIX_THREADS 1
3213| #define HAVE_PTHREAD_RWLOCK 1
3214| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3215| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3216| #define HAVE_ICONV 1
3217| #define ICONV_CONST
3218| #define HAVE_BUILTIN_EXPECT 1
3219| #define HAVE_INTTYPES_H 1
3220| #define HAVE_LIMITS_H 1
3221| #define HAVE_UNISTD_H 1
3222| #define HAVE_SYS_PARAM_H 1
3223| #define HAVE_GETCWD 1
3224| #define HAVE_GETEGID 1
3225| #define HAVE_GETEUID 1
3226| #define HAVE_GETGID 1
3227| #define HAVE_GETUID 1
3228| #define HAVE_MUNMAP 1
3229| #define HAVE_STPCPY 1
3230| #define HAVE_STRCASECMP 1
3231| #define HAVE_STRDUP 1
3232| #define HAVE_STRTOUL 1
3233| #define HAVE_TSEARCH 1
3234| #define HAVE_LOCALECONV 1
3235| #define HAVE_DECL_FEOF_UNLOCKED 1
3236| #define HAVE_DECL_FGETS_UNLOCKED 0
3237| #define HAVE_LONG_LONG_INT 1
3238| #define HAVE_WCHAR_T 1
3239| #define HAVE_WINT_T 1
3240| #define HAVE_INTMAX_T 1
3241| #define HAVE_POSIX_PRINTF 1
3242| #define HAVE_STDINT_H 1
3243| #define HAVE_STDINT_H 1
3244| #define HAVE_WORKING_O_NOATIME 1
3245| #define HAVE_WORKING_O_NOFOLLOW 1
3246| #define HAVE_WORKING_USELOCALE 1
3247| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3248| #define HAVE_CFLOCALECOPYCURRENT 1
3249| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3250| #define FLEXIBLE_ARRAY_MEMBER /**/
3251| /* end confdefs.h.  */
3252| #include <stddef.h>
3253| #ifdef HAVE_STDIO_H
3254| # include <stdio.h>
3255| #endif
3256| #ifdef HAVE_STDLIB_H
3257| # include <stdlib.h>
3258| #endif
3259| #ifdef HAVE_STRING_H
3260| # include <string.h>
3261| #endif
3262| #ifdef HAVE_INTTYPES_H
3263| # include <inttypes.h>
3264| #endif
3265| #ifdef HAVE_STDINT_H
3266| # include <stdint.h>
3267| #endif
3268| #ifdef HAVE_STRINGS_H
3269| # include <strings.h>
3270| #endif
3271| #ifdef HAVE_SYS_TYPES_H
3272| # include <sys/types.h>
3273| #endif
3274| #ifdef HAVE_SYS_STAT_H
3275| # include <sys/stat.h>
3276| #endif
3277| #ifdef HAVE_UNISTD_H
3278| # include <unistd.h>
3279| #endif
3280| #include <features.h>
3281configure:12707: result: no
3282configure:12713: checking for stddef.h
3283configure:12713: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3284configure:12713: $? = 0
3285configure:12713: result: yes
3286configure:12719: checking for stdlib.h
3287configure:12719: result: yes
3288configure:12725: checking for string.h
3289configure:12725: result: yes
3290configure:12732: checking for asprintf
3291configure:12732: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3292conftest.c:160:18: warning: format string missing [-Wformat]
3293return asprintf ();
3294       ~~~~~~~~  ^
32951 warning generated.
3296configure:12732: $? = 0
3297configure:12732: result: yes
3298configure:12738: checking for fwprintf
3299configure:12738: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3300configure:12738: $? = 0
3301configure:12738: result: yes
3302configure:12744: checking for newlocale
3303configure:12744: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3304configure:12744: $? = 0
3305configure:12744: result: yes
3306configure:12750: checking for putenv
3307configure:12750: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3308configure:12750: $? = 0
3309configure:12750: result: yes
3310configure:12756: checking for setenv
3311configure:12756: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3312configure:12756: $? = 0
3313configure:12756: result: yes
3314configure:12762: checking for setlocale
3315configure:12762: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3316configure:12762: $? = 0
3317configure:12762: result: yes
3318configure:12768: checking for snprintf
3319configure:12768: result: yes
3320configure:12774: checking for strnlen
3321configure:12774: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3322configure:12774: $? = 0
3323configure:12774: result: yes
3324configure:12780: checking for uselocale
3325configure:12780: result: yes
3326configure:12786: checking for wcslen
3327configure:12786: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3328conftest.c:158:6: warning: incompatible redeclaration of library function 'wcslen' [-Wincompatible-library-redeclaration]
3329char wcslen ();
3330     ^
3331conftest.c:158:6: note: 'wcslen' is a builtin with type 'unsigned long (const int *)'
33321 warning generated.
3333configure:12786: $? = 0
3334configure:12786: result: yes
3335configure:12792: checking for wcsnlen
3336configure:12792: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3337configure:12792: $? = 0
3338configure:12792: result: yes
3339configure:12798: checking for mbrtowc
3340configure:12798: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3341configure:12798: $? = 0
3342configure:12798: result: yes
3343configure:12804: checking for wcrtomb
3344configure:12804: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3345configure:12804: $? = 0
3346configure:12804: result: yes
3347configure:12812: checking whether _snprintf is declared
3348configure:12812: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3349conftest.c:155:10: error: use of undeclared identifier '_snprintf'
3350  (void) _snprintf;
3351         ^
33521 error generated.
3353configure:12812: $? = 1
3354configure: failed program was:
3355| /* confdefs.h */
3356| #define PACKAGE_NAME "bash"
3357| #define PACKAGE_TARNAME "bash"
3358| #define PACKAGE_VERSION "5.2-release"
3359| #define PACKAGE_STRING "bash 5.2-release"
3360| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3361| #define PACKAGE_URL ""
3362| #define ALIAS 1
3363| #define PUSHD_AND_POPD 1
3364| #define RESTRICTED_SHELL 1
3365| #define PROCESS_SUBSTITUTION 1
3366| #define PROMPT_STRING_DECODE 1
3367| #define SELECT_COMMAND 1
3368| #define HELP_BUILTIN 1
3369| #define ARRAY_VARS 1
3370| #define DPAREN_ARITHMETIC 1
3371| #define BRACE_EXPANSION 1
3372| #define COMMAND_TIMING 1
3373| #define EXTENDED_GLOB 1
3374| #define EXTGLOB_DEFAULT 0
3375| #define COND_COMMAND 1
3376| #define COND_REGEXP 1
3377| #define COPROCESS_SUPPORT 1
3378| #define ARITH_FOR_COMMAND 1
3379| #define NETWORK_REDIRECTIONS 1
3380| #define PROGRAMMABLE_COMPLETION 1
3381| #define DEBUGGER 1
3382| #define CASEMOD_ATTRS 1
3383| #define CASEMOD_EXPANSIONS 1
3384| #define GLOBASCII_DEFAULT 1
3385| #define FUNCTION_IMPORT 1
3386| #define TRANSLATABLE_STRINGS 1
3387| #define MEMSCRAMBLE 1
3388| #define HAVE_STDIO_H 1
3389| #define HAVE_STDLIB_H 1
3390| #define HAVE_STRING_H 1
3391| #define HAVE_INTTYPES_H 1
3392| #define HAVE_STDINT_H 1
3393| #define HAVE_STRINGS_H 1
3394| #define HAVE_SYS_STAT_H 1
3395| #define HAVE_SYS_TYPES_H 1
3396| #define HAVE_UNISTD_H 1
3397| #define HAVE_WCHAR_H 1
3398| #define HAVE_SYS_PARAM_H 1
3399| #define HAVE_XLOCALE_H 1
3400| #define HAVE_SYS_TIME_H 1
3401| #define STDC_HEADERS 1
3402| #define _ALL_SOURCE 1
3403| #define _DARWIN_C_SOURCE 1
3404| #define _GNU_SOURCE 1
3405| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3406| #define _NETBSD_SOURCE 1
3407| #define _OPENBSD_SOURCE 1
3408| #define _POSIX_PTHREAD_SEMANTICS 1
3409| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3410| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3411| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3412| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3413| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3414| #define __STDC_WANT_LIB_EXT2__ 1
3415| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3416| #define _TANDEM_SOURCE 1
3417| #define __EXTENSIONS__ 1
3418| #define READLINE 1
3419| #define HISTORY 1
3420| #define BANG_HISTORY 1
3421| #define HAVE_STRINGIZE 1
3422| #define HAVE_LONG_DOUBLE 1
3423| #define PROTOTYPES 1
3424| #define __PROTOTYPES 1
3425| #define restrict __restrict__
3426| #define HAVE_VISIBILITY 1
3427| #define HAVE_STDINT_H_WITH_UINTMAX 1
3428| #define HAVE_ALLOCA_H 1
3429| #define HAVE_ALLOCA 1
3430| #define HAVE_GETPAGESIZE 1
3431| #define HAVE_SYMLINK 1
3432| #define HAVE_USELOCALE 1
3433| #define HAVE_VPRINTF 1
3434| #define HAVE_ALARM 1
3435| #define HAVE_FPURGE 1
3436| #define HAVE_SNPRINTF 1
3437| #define HAVE_VSNPRINTF 1
3438| #define HAVE_MMAP 1
3439| #define INTDIV0_RAISES_SIGFPE 1
3440| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3441| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3442| #define HAVE_UINTMAX_T 1
3443| #define HAVE_INTTYPES_H 1
3444| #define USE_POSIX_THREADS 1
3445| #define HAVE_PTHREAD_RWLOCK 1
3446| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3447| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3448| #define HAVE_ICONV 1
3449| #define ICONV_CONST
3450| #define HAVE_BUILTIN_EXPECT 1
3451| #define HAVE_INTTYPES_H 1
3452| #define HAVE_LIMITS_H 1
3453| #define HAVE_UNISTD_H 1
3454| #define HAVE_SYS_PARAM_H 1
3455| #define HAVE_GETCWD 1
3456| #define HAVE_GETEGID 1
3457| #define HAVE_GETEUID 1
3458| #define HAVE_GETGID 1
3459| #define HAVE_GETUID 1
3460| #define HAVE_MUNMAP 1
3461| #define HAVE_STPCPY 1
3462| #define HAVE_STRCASECMP 1
3463| #define HAVE_STRDUP 1
3464| #define HAVE_STRTOUL 1
3465| #define HAVE_TSEARCH 1
3466| #define HAVE_LOCALECONV 1
3467| #define HAVE_DECL_FEOF_UNLOCKED 1
3468| #define HAVE_DECL_FGETS_UNLOCKED 0
3469| #define HAVE_LONG_LONG_INT 1
3470| #define HAVE_WCHAR_T 1
3471| #define HAVE_WINT_T 1
3472| #define HAVE_INTMAX_T 1
3473| #define HAVE_POSIX_PRINTF 1
3474| #define HAVE_STDINT_H 1
3475| #define HAVE_STDINT_H 1
3476| #define HAVE_WORKING_O_NOATIME 1
3477| #define HAVE_WORKING_O_NOFOLLOW 1
3478| #define HAVE_WORKING_USELOCALE 1
3479| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3480| #define HAVE_CFLOCALECOPYCURRENT 1
3481| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3482| #define FLEXIBLE_ARRAY_MEMBER /**/
3483| #define HAVE_STDDEF_H 1
3484| #define HAVE_STDLIB_H 1
3485| #define HAVE_STRING_H 1
3486| #define HAVE_ASPRINTF 1
3487| #define HAVE_FWPRINTF 1
3488| #define HAVE_NEWLOCALE 1
3489| #define HAVE_PUTENV 1
3490| #define HAVE_SETENV 1
3491| #define HAVE_SETLOCALE 1
3492| #define HAVE_SNPRINTF 1
3493| #define HAVE_STRNLEN 1
3494| #define HAVE_USELOCALE 1
3495| #define HAVE_WCSLEN 1
3496| #define HAVE_WCSNLEN 1
3497| #define HAVE_MBRTOWC 1
3498| #define HAVE_WCRTOMB 1
3499| /* end confdefs.h.  */
3500| #include <stdio.h>
3501|
3502| int
3503| main (void)
3504| {
3505| #ifndef _snprintf
3506| #ifdef __cplusplus
3507|   (void) _snprintf;
3508| #else
3509|   (void) _snprintf;
3510| #endif
3511| #endif
3512|
3513|   ;
3514|   return 0;
3515| }
3516configure:12812: result: no
3517configure:12821: checking whether _snwprintf is declared
3518configure:12821: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3519conftest.c:156:10: error: use of undeclared identifier '_snwprintf'
3520  (void) _snwprintf;
3521         ^
35221 error generated.
3523configure:12821: $? = 1
3524configure: failed program was:
3525| /* confdefs.h */
3526| #define PACKAGE_NAME "bash"
3527| #define PACKAGE_TARNAME "bash"
3528| #define PACKAGE_VERSION "5.2-release"
3529| #define PACKAGE_STRING "bash 5.2-release"
3530| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3531| #define PACKAGE_URL ""
3532| #define ALIAS 1
3533| #define PUSHD_AND_POPD 1
3534| #define RESTRICTED_SHELL 1
3535| #define PROCESS_SUBSTITUTION 1
3536| #define PROMPT_STRING_DECODE 1
3537| #define SELECT_COMMAND 1
3538| #define HELP_BUILTIN 1
3539| #define ARRAY_VARS 1
3540| #define DPAREN_ARITHMETIC 1
3541| #define BRACE_EXPANSION 1
3542| #define COMMAND_TIMING 1
3543| #define EXTENDED_GLOB 1
3544| #define EXTGLOB_DEFAULT 0
3545| #define COND_COMMAND 1
3546| #define COND_REGEXP 1
3547| #define COPROCESS_SUPPORT 1
3548| #define ARITH_FOR_COMMAND 1
3549| #define NETWORK_REDIRECTIONS 1
3550| #define PROGRAMMABLE_COMPLETION 1
3551| #define DEBUGGER 1
3552| #define CASEMOD_ATTRS 1
3553| #define CASEMOD_EXPANSIONS 1
3554| #define GLOBASCII_DEFAULT 1
3555| #define FUNCTION_IMPORT 1
3556| #define TRANSLATABLE_STRINGS 1
3557| #define MEMSCRAMBLE 1
3558| #define HAVE_STDIO_H 1
3559| #define HAVE_STDLIB_H 1
3560| #define HAVE_STRING_H 1
3561| #define HAVE_INTTYPES_H 1
3562| #define HAVE_STDINT_H 1
3563| #define HAVE_STRINGS_H 1
3564| #define HAVE_SYS_STAT_H 1
3565| #define HAVE_SYS_TYPES_H 1
3566| #define HAVE_UNISTD_H 1
3567| #define HAVE_WCHAR_H 1
3568| #define HAVE_SYS_PARAM_H 1
3569| #define HAVE_XLOCALE_H 1
3570| #define HAVE_SYS_TIME_H 1
3571| #define STDC_HEADERS 1
3572| #define _ALL_SOURCE 1
3573| #define _DARWIN_C_SOURCE 1
3574| #define _GNU_SOURCE 1
3575| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3576| #define _NETBSD_SOURCE 1
3577| #define _OPENBSD_SOURCE 1
3578| #define _POSIX_PTHREAD_SEMANTICS 1
3579| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3580| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3581| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3582| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3583| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3584| #define __STDC_WANT_LIB_EXT2__ 1
3585| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3586| #define _TANDEM_SOURCE 1
3587| #define __EXTENSIONS__ 1
3588| #define READLINE 1
3589| #define HISTORY 1
3590| #define BANG_HISTORY 1
3591| #define HAVE_STRINGIZE 1
3592| #define HAVE_LONG_DOUBLE 1
3593| #define PROTOTYPES 1
3594| #define __PROTOTYPES 1
3595| #define restrict __restrict__
3596| #define HAVE_VISIBILITY 1
3597| #define HAVE_STDINT_H_WITH_UINTMAX 1
3598| #define HAVE_ALLOCA_H 1
3599| #define HAVE_ALLOCA 1
3600| #define HAVE_GETPAGESIZE 1
3601| #define HAVE_SYMLINK 1
3602| #define HAVE_USELOCALE 1
3603| #define HAVE_VPRINTF 1
3604| #define HAVE_ALARM 1
3605| #define HAVE_FPURGE 1
3606| #define HAVE_SNPRINTF 1
3607| #define HAVE_VSNPRINTF 1
3608| #define HAVE_MMAP 1
3609| #define INTDIV0_RAISES_SIGFPE 1
3610| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3611| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3612| #define HAVE_UINTMAX_T 1
3613| #define HAVE_INTTYPES_H 1
3614| #define USE_POSIX_THREADS 1
3615| #define HAVE_PTHREAD_RWLOCK 1
3616| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3617| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3618| #define HAVE_ICONV 1
3619| #define ICONV_CONST
3620| #define HAVE_BUILTIN_EXPECT 1
3621| #define HAVE_INTTYPES_H 1
3622| #define HAVE_LIMITS_H 1
3623| #define HAVE_UNISTD_H 1
3624| #define HAVE_SYS_PARAM_H 1
3625| #define HAVE_GETCWD 1
3626| #define HAVE_GETEGID 1
3627| #define HAVE_GETEUID 1
3628| #define HAVE_GETGID 1
3629| #define HAVE_GETUID 1
3630| #define HAVE_MUNMAP 1
3631| #define HAVE_STPCPY 1
3632| #define HAVE_STRCASECMP 1
3633| #define HAVE_STRDUP 1
3634| #define HAVE_STRTOUL 1
3635| #define HAVE_TSEARCH 1
3636| #define HAVE_LOCALECONV 1
3637| #define HAVE_DECL_FEOF_UNLOCKED 1
3638| #define HAVE_DECL_FGETS_UNLOCKED 0
3639| #define HAVE_LONG_LONG_INT 1
3640| #define HAVE_WCHAR_T 1
3641| #define HAVE_WINT_T 1
3642| #define HAVE_INTMAX_T 1
3643| #define HAVE_POSIX_PRINTF 1
3644| #define HAVE_STDINT_H 1
3645| #define HAVE_STDINT_H 1
3646| #define HAVE_WORKING_O_NOATIME 1
3647| #define HAVE_WORKING_O_NOFOLLOW 1
3648| #define HAVE_WORKING_USELOCALE 1
3649| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3650| #define HAVE_CFLOCALECOPYCURRENT 1
3651| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3652| #define FLEXIBLE_ARRAY_MEMBER /**/
3653| #define HAVE_STDDEF_H 1
3654| #define HAVE_STDLIB_H 1
3655| #define HAVE_STRING_H 1
3656| #define HAVE_ASPRINTF 1
3657| #define HAVE_FWPRINTF 1
3658| #define HAVE_NEWLOCALE 1
3659| #define HAVE_PUTENV 1
3660| #define HAVE_SETENV 1
3661| #define HAVE_SETLOCALE 1
3662| #define HAVE_SNPRINTF 1
3663| #define HAVE_STRNLEN 1
3664| #define HAVE_USELOCALE 1
3665| #define HAVE_WCSLEN 1
3666| #define HAVE_WCSNLEN 1
3667| #define HAVE_MBRTOWC 1
3668| #define HAVE_WCRTOMB 1
3669| #define HAVE_DECL__SNPRINTF 0
3670| /* end confdefs.h.  */
3671| #include <stdio.h>
3672|
3673| int
3674| main (void)
3675| {
3676| #ifndef _snwprintf
3677| #ifdef __cplusplus
3678|   (void) _snwprintf;
3679| #else
3680|   (void) _snwprintf;
3681| #endif
3682| #endif
3683|
3684|   ;
3685|   return 0;
3686| }
3687configure:12821: result: no
3688configure:12832: checking whether getc_unlocked is declared
3689configure:12832: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3690configure:12832: $? = 0
3691configure:12832: result: yes
3692configure:12874: checking for nl_langinfo and CODESET
3693configure:12891: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3694configure:12891: $? = 0
3695configure:12901: result: yes
3696configure:12910: checking for LC_MESSAGES
3697configure:12927: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3698configure:12927: $? = 0
3699configure:12936: result: yes
3700configure:13098: checking for CFPreferencesCopyAppValue
3701configure:13127: result: yes
3702configure:13134: checking for CFLocaleCopyCurrent
3703configure:13163: result: yes
3704configure:13170: checking for CFLocaleCopyPreferredLanguages
3705configure:13199: result: yes
3706configure:13236: checking whether included gettext is requested
3707configure:13247: result: no
3708configure:13270: checking for GNU gettext in libc
3709configure:13300: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3710Undefined symbols for architecture x86_64:
3711  "_libintl_bindtextdomain", referenced from:
3712      _main in conftest-72ff36.o
3713  "_libintl_gettext", referenced from:
3714      _main in conftest-72ff36.o
3715  "_libintl_ngettext", referenced from:
3716      _main in conftest-72ff36.o
3717ld: symbol(s) not found for architecture x86_64
3718clang: error: linker command failed with exit code 1 (use -v to see invocation)
3719configure:13300: $? = 1
3720configure: failed program was:
3721| /* confdefs.h */
3722| #define PACKAGE_NAME "bash"
3723| #define PACKAGE_TARNAME "bash"
3724| #define PACKAGE_VERSION "5.2-release"
3725| #define PACKAGE_STRING "bash 5.2-release"
3726| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3727| #define PACKAGE_URL ""
3728| #define ALIAS 1
3729| #define PUSHD_AND_POPD 1
3730| #define RESTRICTED_SHELL 1
3731| #define PROCESS_SUBSTITUTION 1
3732| #define PROMPT_STRING_DECODE 1
3733| #define SELECT_COMMAND 1
3734| #define HELP_BUILTIN 1
3735| #define ARRAY_VARS 1
3736| #define DPAREN_ARITHMETIC 1
3737| #define BRACE_EXPANSION 1
3738| #define COMMAND_TIMING 1
3739| #define EXTENDED_GLOB 1
3740| #define EXTGLOB_DEFAULT 0
3741| #define COND_COMMAND 1
3742| #define COND_REGEXP 1
3743| #define COPROCESS_SUPPORT 1
3744| #define ARITH_FOR_COMMAND 1
3745| #define NETWORK_REDIRECTIONS 1
3746| #define PROGRAMMABLE_COMPLETION 1
3747| #define DEBUGGER 1
3748| #define CASEMOD_ATTRS 1
3749| #define CASEMOD_EXPANSIONS 1
3750| #define GLOBASCII_DEFAULT 1
3751| #define FUNCTION_IMPORT 1
3752| #define TRANSLATABLE_STRINGS 1
3753| #define MEMSCRAMBLE 1
3754| #define HAVE_STDIO_H 1
3755| #define HAVE_STDLIB_H 1
3756| #define HAVE_STRING_H 1
3757| #define HAVE_INTTYPES_H 1
3758| #define HAVE_STDINT_H 1
3759| #define HAVE_STRINGS_H 1
3760| #define HAVE_SYS_STAT_H 1
3761| #define HAVE_SYS_TYPES_H 1
3762| #define HAVE_UNISTD_H 1
3763| #define HAVE_WCHAR_H 1
3764| #define HAVE_SYS_PARAM_H 1
3765| #define HAVE_XLOCALE_H 1
3766| #define HAVE_SYS_TIME_H 1
3767| #define STDC_HEADERS 1
3768| #define _ALL_SOURCE 1
3769| #define _DARWIN_C_SOURCE 1
3770| #define _GNU_SOURCE 1
3771| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3772| #define _NETBSD_SOURCE 1
3773| #define _OPENBSD_SOURCE 1
3774| #define _POSIX_PTHREAD_SEMANTICS 1
3775| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3776| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3777| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3778| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3779| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3780| #define __STDC_WANT_LIB_EXT2__ 1
3781| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3782| #define _TANDEM_SOURCE 1
3783| #define __EXTENSIONS__ 1
3784| #define READLINE 1
3785| #define HISTORY 1
3786| #define BANG_HISTORY 1
3787| #define HAVE_STRINGIZE 1
3788| #define HAVE_LONG_DOUBLE 1
3789| #define PROTOTYPES 1
3790| #define __PROTOTYPES 1
3791| #define restrict __restrict__
3792| #define HAVE_VISIBILITY 1
3793| #define HAVE_STDINT_H_WITH_UINTMAX 1
3794| #define HAVE_ALLOCA_H 1
3795| #define HAVE_ALLOCA 1
3796| #define HAVE_GETPAGESIZE 1
3797| #define HAVE_SYMLINK 1
3798| #define HAVE_USELOCALE 1
3799| #define HAVE_VPRINTF 1
3800| #define HAVE_ALARM 1
3801| #define HAVE_FPURGE 1
3802| #define HAVE_SNPRINTF 1
3803| #define HAVE_VSNPRINTF 1
3804| #define HAVE_MMAP 1
3805| #define INTDIV0_RAISES_SIGFPE 1
3806| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
3807| #define HAVE_UNSIGNED_LONG_LONG_INT 1
3808| #define HAVE_UINTMAX_T 1
3809| #define HAVE_INTTYPES_H 1
3810| #define USE_POSIX_THREADS 1
3811| #define HAVE_PTHREAD_RWLOCK 1
3812| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
3813| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
3814| #define HAVE_ICONV 1
3815| #define ICONV_CONST
3816| #define HAVE_BUILTIN_EXPECT 1
3817| #define HAVE_INTTYPES_H 1
3818| #define HAVE_LIMITS_H 1
3819| #define HAVE_UNISTD_H 1
3820| #define HAVE_SYS_PARAM_H 1
3821| #define HAVE_GETCWD 1
3822| #define HAVE_GETEGID 1
3823| #define HAVE_GETEUID 1
3824| #define HAVE_GETGID 1
3825| #define HAVE_GETUID 1
3826| #define HAVE_MUNMAP 1
3827| #define HAVE_STPCPY 1
3828| #define HAVE_STRCASECMP 1
3829| #define HAVE_STRDUP 1
3830| #define HAVE_STRTOUL 1
3831| #define HAVE_TSEARCH 1
3832| #define HAVE_LOCALECONV 1
3833| #define HAVE_DECL_FEOF_UNLOCKED 1
3834| #define HAVE_DECL_FGETS_UNLOCKED 0
3835| #define HAVE_LONG_LONG_INT 1
3836| #define HAVE_WCHAR_T 1
3837| #define HAVE_WINT_T 1
3838| #define HAVE_INTMAX_T 1
3839| #define HAVE_POSIX_PRINTF 1
3840| #define HAVE_STDINT_H 1
3841| #define HAVE_STDINT_H 1
3842| #define HAVE_WORKING_O_NOATIME 1
3843| #define HAVE_WORKING_O_NOFOLLOW 1
3844| #define HAVE_WORKING_USELOCALE 1
3845| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3846| #define HAVE_CFLOCALECOPYCURRENT 1
3847| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3848| #define FLEXIBLE_ARRAY_MEMBER /**/
3849| #define HAVE_STDDEF_H 1
3850| #define HAVE_STDLIB_H 1
3851| #define HAVE_STRING_H 1
3852| #define HAVE_ASPRINTF 1
3853| #define HAVE_FWPRINTF 1
3854| #define HAVE_NEWLOCALE 1
3855| #define HAVE_PUTENV 1
3856| #define HAVE_SETENV 1
3857| #define HAVE_SETLOCALE 1
3858| #define HAVE_SNPRINTF 1
3859| #define HAVE_STRNLEN 1
3860| #define HAVE_USELOCALE 1
3861| #define HAVE_WCSLEN 1
3862| #define HAVE_WCSNLEN 1
3863| #define HAVE_MBRTOWC 1
3864| #define HAVE_WCRTOMB 1
3865| #define HAVE_DECL__SNPRINTF 0
3866| #define HAVE_DECL__SNWPRINTF 0
3867| #define HAVE_DECL_GETC_UNLOCKED 1
3868| #define HAVE_LANGINFO_CODESET 1
3869| #define HAVE_LC_MESSAGES 1
3870| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3871| #define HAVE_CFLOCALECOPYCURRENT 1
3872| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
3873| /* end confdefs.h.  */
3874|
3875| #include <libintl.h>
3876| #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
3877| extern int _nl_msg_cat_cntr;
3878| extern int *_nl_domain_bindings;
3879| #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
3880| #else
3881| #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
3882| #endif
3883|
3884|
3885| int
3886| main (void)
3887| {
3888|
3889| bindtextdomain ("", "");
3890| return * gettext ("") + * ngettext ("", "", 0) + __GNU_GETTEXT_SYMBOL_EXPRESSION
3891|
3892|   ;
3893|   return 0;
3894| }
3895configure:13310: result: no
3896configure:13775: checking for GNU gettext in libintl
3897configure:13813: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk  -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -lintl >&5
3898configure:13813: $? = 0
3899configure:13865: result: yes
3900configure:13919: checking whether to use NLS
3901configure:13921: result: yes
3902configure:13924: checking where the gettext function comes from
3903configure:13935: result: external libintl
3904configure:13943: checking how to link with libintl
3905configure:13945: result: -lintl -Wl,-framework -Wl,CoreFoundation
3906configure:14025: checking for dirent.h that defines DIR
3907configure:14045: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3908configure:14045: $? = 0
3909configure:14054: result: yes
3910configure:14068: checking for library containing opendir
3911configure:14098: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
3912configure:14098: $? = 0
3913configure:14118: result: none required
3914configure:14190: checking for sys/mkdev.h
3915configure:14190: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
3916conftest.c:186:10: fatal error: 'sys/mkdev.h' file not found
3917#include <sys/mkdev.h>
3918         ^~~~~~~~~~~~~
39191 error generated.
3920configure:14190: $? = 1
3921configure: failed program was:
3922| /* confdefs.h */
3923| #define PACKAGE_NAME "bash"
3924| #define PACKAGE_TARNAME "bash"
3925| #define PACKAGE_VERSION "5.2-release"
3926| #define PACKAGE_STRING "bash 5.2-release"
3927| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
3928| #define PACKAGE_URL ""
3929| #define ALIAS 1
3930| #define PUSHD_AND_POPD 1
3931| #define RESTRICTED_SHELL 1
3932| #define PROCESS_SUBSTITUTION 1
3933| #define PROMPT_STRING_DECODE 1
3934| #define SELECT_COMMAND 1
3935| #define HELP_BUILTIN 1
3936| #define ARRAY_VARS 1
3937| #define DPAREN_ARITHMETIC 1
3938| #define BRACE_EXPANSION 1
3939| #define COMMAND_TIMING 1
3940| #define EXTENDED_GLOB 1
3941| #define EXTGLOB_DEFAULT 0
3942| #define COND_COMMAND 1
3943| #define COND_REGEXP 1
3944| #define COPROCESS_SUPPORT 1
3945| #define ARITH_FOR_COMMAND 1
3946| #define NETWORK_REDIRECTIONS 1
3947| #define PROGRAMMABLE_COMPLETION 1
3948| #define DEBUGGER 1
3949| #define CASEMOD_ATTRS 1
3950| #define CASEMOD_EXPANSIONS 1
3951| #define GLOBASCII_DEFAULT 1
3952| #define FUNCTION_IMPORT 1
3953| #define TRANSLATABLE_STRINGS 1
3954| #define MEMSCRAMBLE 1
3955| #define HAVE_STDIO_H 1
3956| #define HAVE_STDLIB_H 1
3957| #define HAVE_STRING_H 1
3958| #define HAVE_INTTYPES_H 1
3959| #define HAVE_STDINT_H 1
3960| #define HAVE_STRINGS_H 1
3961| #define HAVE_SYS_STAT_H 1
3962| #define HAVE_SYS_TYPES_H 1
3963| #define HAVE_UNISTD_H 1
3964| #define HAVE_WCHAR_H 1
3965| #define HAVE_SYS_PARAM_H 1
3966| #define HAVE_XLOCALE_H 1
3967| #define HAVE_SYS_TIME_H 1
3968| #define STDC_HEADERS 1
3969| #define _ALL_SOURCE 1
3970| #define _DARWIN_C_SOURCE 1
3971| #define _GNU_SOURCE 1
3972| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3973| #define _NETBSD_SOURCE 1
3974| #define _OPENBSD_SOURCE 1
3975| #define _POSIX_PTHREAD_SEMANTICS 1
3976| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3977| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3978| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3979| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3980| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3981| #define __STDC_WANT_LIB_EXT2__ 1
3982| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3983| #define _TANDEM_SOURCE 1
3984| #define __EXTENSIONS__ 1
3985| #define READLINE 1
3986| #define HISTORY 1
3987| #define BANG_HISTORY 1
3988| #define HAVE_STRINGIZE 1
3989| #define HAVE_LONG_DOUBLE 1
3990| #define PROTOTYPES 1
3991| #define __PROTOTYPES 1
3992| #define restrict __restrict__
3993| #define HAVE_VISIBILITY 1
3994| #define HAVE_STDINT_H_WITH_UINTMAX 1
3995| #define HAVE_ALLOCA_H 1
3996| #define HAVE_ALLOCA 1
3997| #define HAVE_GETPAGESIZE 1
3998| #define HAVE_SYMLINK 1
3999| #define HAVE_USELOCALE 1
4000| #define HAVE_VPRINTF 1
4001| #define HAVE_ALARM 1
4002| #define HAVE_FPURGE 1
4003| #define HAVE_SNPRINTF 1
4004| #define HAVE_VSNPRINTF 1
4005| #define HAVE_MMAP 1
4006| #define INTDIV0_RAISES_SIGFPE 1
4007| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4008| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4009| #define HAVE_UINTMAX_T 1
4010| #define HAVE_INTTYPES_H 1
4011| #define USE_POSIX_THREADS 1
4012| #define HAVE_PTHREAD_RWLOCK 1
4013| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4014| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4015| #define HAVE_ICONV 1
4016| #define ICONV_CONST
4017| #define HAVE_BUILTIN_EXPECT 1
4018| #define HAVE_INTTYPES_H 1
4019| #define HAVE_LIMITS_H 1
4020| #define HAVE_UNISTD_H 1
4021| #define HAVE_SYS_PARAM_H 1
4022| #define HAVE_GETCWD 1
4023| #define HAVE_GETEGID 1
4024| #define HAVE_GETEUID 1
4025| #define HAVE_GETGID 1
4026| #define HAVE_GETUID 1
4027| #define HAVE_MUNMAP 1
4028| #define HAVE_STPCPY 1
4029| #define HAVE_STRCASECMP 1
4030| #define HAVE_STRDUP 1
4031| #define HAVE_STRTOUL 1
4032| #define HAVE_TSEARCH 1
4033| #define HAVE_LOCALECONV 1
4034| #define HAVE_DECL_FEOF_UNLOCKED 1
4035| #define HAVE_DECL_FGETS_UNLOCKED 0
4036| #define HAVE_LONG_LONG_INT 1
4037| #define HAVE_WCHAR_T 1
4038| #define HAVE_WINT_T 1
4039| #define HAVE_INTMAX_T 1
4040| #define HAVE_POSIX_PRINTF 1
4041| #define HAVE_STDINT_H 1
4042| #define HAVE_STDINT_H 1
4043| #define HAVE_WORKING_O_NOATIME 1
4044| #define HAVE_WORKING_O_NOFOLLOW 1
4045| #define HAVE_WORKING_USELOCALE 1
4046| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4047| #define HAVE_CFLOCALECOPYCURRENT 1
4048| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4049| #define FLEXIBLE_ARRAY_MEMBER /**/
4050| #define HAVE_STDDEF_H 1
4051| #define HAVE_STDLIB_H 1
4052| #define HAVE_STRING_H 1
4053| #define HAVE_ASPRINTF 1
4054| #define HAVE_FWPRINTF 1
4055| #define HAVE_NEWLOCALE 1
4056| #define HAVE_PUTENV 1
4057| #define HAVE_SETENV 1
4058| #define HAVE_SETLOCALE 1
4059| #define HAVE_SNPRINTF 1
4060| #define HAVE_STRNLEN 1
4061| #define HAVE_USELOCALE 1
4062| #define HAVE_WCSLEN 1
4063| #define HAVE_WCSNLEN 1
4064| #define HAVE_MBRTOWC 1
4065| #define HAVE_WCRTOMB 1
4066| #define HAVE_DECL__SNPRINTF 0
4067| #define HAVE_DECL__SNWPRINTF 0
4068| #define HAVE_DECL_GETC_UNLOCKED 1
4069| #define HAVE_LANGINFO_CODESET 1
4070| #define HAVE_LC_MESSAGES 1
4071| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4072| #define HAVE_CFLOCALECOPYCURRENT 1
4073| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4074| #define ENABLE_NLS 1
4075| #define HAVE_GETTEXT 1
4076| #define HAVE_DCGETTEXT 1
4077| #define HAVE_DIRENT_H 1
4078| /* end confdefs.h.  */
4079| #include <stddef.h>
4080| #ifdef HAVE_STDIO_H
4081| # include <stdio.h>
4082| #endif
4083| #ifdef HAVE_STDLIB_H
4084| # include <stdlib.h>
4085| #endif
4086| #ifdef HAVE_STRING_H
4087| # include <string.h>
4088| #endif
4089| #ifdef HAVE_INTTYPES_H
4090| # include <inttypes.h>
4091| #endif
4092| #ifdef HAVE_STDINT_H
4093| # include <stdint.h>
4094| #endif
4095| #ifdef HAVE_STRINGS_H
4096| # include <strings.h>
4097| #endif
4098| #ifdef HAVE_SYS_TYPES_H
4099| # include <sys/types.h>
4100| #endif
4101| #ifdef HAVE_SYS_STAT_H
4102| # include <sys/stat.h>
4103| #endif
4104| #ifdef HAVE_UNISTD_H
4105| # include <unistd.h>
4106| #endif
4107| #include <sys/mkdev.h>
4108configure:14190: result: no
4109configure:14199: checking for sys/sysmacros.h
4110configure:14199: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4111conftest.c:186:10: fatal error: 'sys/sysmacros.h' file not found
4112#include <sys/sysmacros.h>
4113         ^~~~~~~~~~~~~~~~~
41141 error generated.
4115configure:14199: $? = 1
4116configure: failed program was:
4117| /* confdefs.h */
4118| #define PACKAGE_NAME "bash"
4119| #define PACKAGE_TARNAME "bash"
4120| #define PACKAGE_VERSION "5.2-release"
4121| #define PACKAGE_STRING "bash 5.2-release"
4122| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
4123| #define PACKAGE_URL ""
4124| #define ALIAS 1
4125| #define PUSHD_AND_POPD 1
4126| #define RESTRICTED_SHELL 1
4127| #define PROCESS_SUBSTITUTION 1
4128| #define PROMPT_STRING_DECODE 1
4129| #define SELECT_COMMAND 1
4130| #define HELP_BUILTIN 1
4131| #define ARRAY_VARS 1
4132| #define DPAREN_ARITHMETIC 1
4133| #define BRACE_EXPANSION 1
4134| #define COMMAND_TIMING 1
4135| #define EXTENDED_GLOB 1
4136| #define EXTGLOB_DEFAULT 0
4137| #define COND_COMMAND 1
4138| #define COND_REGEXP 1
4139| #define COPROCESS_SUPPORT 1
4140| #define ARITH_FOR_COMMAND 1
4141| #define NETWORK_REDIRECTIONS 1
4142| #define PROGRAMMABLE_COMPLETION 1
4143| #define DEBUGGER 1
4144| #define CASEMOD_ATTRS 1
4145| #define CASEMOD_EXPANSIONS 1
4146| #define GLOBASCII_DEFAULT 1
4147| #define FUNCTION_IMPORT 1
4148| #define TRANSLATABLE_STRINGS 1
4149| #define MEMSCRAMBLE 1
4150| #define HAVE_STDIO_H 1
4151| #define HAVE_STDLIB_H 1
4152| #define HAVE_STRING_H 1
4153| #define HAVE_INTTYPES_H 1
4154| #define HAVE_STDINT_H 1
4155| #define HAVE_STRINGS_H 1
4156| #define HAVE_SYS_STAT_H 1
4157| #define HAVE_SYS_TYPES_H 1
4158| #define HAVE_UNISTD_H 1
4159| #define HAVE_WCHAR_H 1
4160| #define HAVE_SYS_PARAM_H 1
4161| #define HAVE_XLOCALE_H 1
4162| #define HAVE_SYS_TIME_H 1
4163| #define STDC_HEADERS 1
4164| #define _ALL_SOURCE 1
4165| #define _DARWIN_C_SOURCE 1
4166| #define _GNU_SOURCE 1
4167| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4168| #define _NETBSD_SOURCE 1
4169| #define _OPENBSD_SOURCE 1
4170| #define _POSIX_PTHREAD_SEMANTICS 1
4171| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4172| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4173| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4174| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4175| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4176| #define __STDC_WANT_LIB_EXT2__ 1
4177| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4178| #define _TANDEM_SOURCE 1
4179| #define __EXTENSIONS__ 1
4180| #define READLINE 1
4181| #define HISTORY 1
4182| #define BANG_HISTORY 1
4183| #define HAVE_STRINGIZE 1
4184| #define HAVE_LONG_DOUBLE 1
4185| #define PROTOTYPES 1
4186| #define __PROTOTYPES 1
4187| #define restrict __restrict__
4188| #define HAVE_VISIBILITY 1
4189| #define HAVE_STDINT_H_WITH_UINTMAX 1
4190| #define HAVE_ALLOCA_H 1
4191| #define HAVE_ALLOCA 1
4192| #define HAVE_GETPAGESIZE 1
4193| #define HAVE_SYMLINK 1
4194| #define HAVE_USELOCALE 1
4195| #define HAVE_VPRINTF 1
4196| #define HAVE_ALARM 1
4197| #define HAVE_FPURGE 1
4198| #define HAVE_SNPRINTF 1
4199| #define HAVE_VSNPRINTF 1
4200| #define HAVE_MMAP 1
4201| #define INTDIV0_RAISES_SIGFPE 1
4202| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4203| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4204| #define HAVE_UINTMAX_T 1
4205| #define HAVE_INTTYPES_H 1
4206| #define USE_POSIX_THREADS 1
4207| #define HAVE_PTHREAD_RWLOCK 1
4208| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4209| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4210| #define HAVE_ICONV 1
4211| #define ICONV_CONST
4212| #define HAVE_BUILTIN_EXPECT 1
4213| #define HAVE_INTTYPES_H 1
4214| #define HAVE_LIMITS_H 1
4215| #define HAVE_UNISTD_H 1
4216| #define HAVE_SYS_PARAM_H 1
4217| #define HAVE_GETCWD 1
4218| #define HAVE_GETEGID 1
4219| #define HAVE_GETEUID 1
4220| #define HAVE_GETGID 1
4221| #define HAVE_GETUID 1
4222| #define HAVE_MUNMAP 1
4223| #define HAVE_STPCPY 1
4224| #define HAVE_STRCASECMP 1
4225| #define HAVE_STRDUP 1
4226| #define HAVE_STRTOUL 1
4227| #define HAVE_TSEARCH 1
4228| #define HAVE_LOCALECONV 1
4229| #define HAVE_DECL_FEOF_UNLOCKED 1
4230| #define HAVE_DECL_FGETS_UNLOCKED 0
4231| #define HAVE_LONG_LONG_INT 1
4232| #define HAVE_WCHAR_T 1
4233| #define HAVE_WINT_T 1
4234| #define HAVE_INTMAX_T 1
4235| #define HAVE_POSIX_PRINTF 1
4236| #define HAVE_STDINT_H 1
4237| #define HAVE_STDINT_H 1
4238| #define HAVE_WORKING_O_NOATIME 1
4239| #define HAVE_WORKING_O_NOFOLLOW 1
4240| #define HAVE_WORKING_USELOCALE 1
4241| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4242| #define HAVE_CFLOCALECOPYCURRENT 1
4243| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4244| #define FLEXIBLE_ARRAY_MEMBER /**/
4245| #define HAVE_STDDEF_H 1
4246| #define HAVE_STDLIB_H 1
4247| #define HAVE_STRING_H 1
4248| #define HAVE_ASPRINTF 1
4249| #define HAVE_FWPRINTF 1
4250| #define HAVE_NEWLOCALE 1
4251| #define HAVE_PUTENV 1
4252| #define HAVE_SETENV 1
4253| #define HAVE_SETLOCALE 1
4254| #define HAVE_SNPRINTF 1
4255| #define HAVE_STRNLEN 1
4256| #define HAVE_USELOCALE 1
4257| #define HAVE_WCSLEN 1
4258| #define HAVE_WCSNLEN 1
4259| #define HAVE_MBRTOWC 1
4260| #define HAVE_WCRTOMB 1
4261| #define HAVE_DECL__SNPRINTF 0
4262| #define HAVE_DECL__SNWPRINTF 0
4263| #define HAVE_DECL_GETC_UNLOCKED 1
4264| #define HAVE_LANGINFO_CODESET 1
4265| #define HAVE_LC_MESSAGES 1
4266| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4267| #define HAVE_CFLOCALECOPYCURRENT 1
4268| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4269| #define ENABLE_NLS 1
4270| #define HAVE_GETTEXT 1
4271| #define HAVE_DCGETTEXT 1
4272| #define HAVE_DIRENT_H 1
4273| /* end confdefs.h.  */
4274| #include <stddef.h>
4275| #ifdef HAVE_STDIO_H
4276| # include <stdio.h>
4277| #endif
4278| #ifdef HAVE_STDLIB_H
4279| # include <stdlib.h>
4280| #endif
4281| #ifdef HAVE_STRING_H
4282| # include <string.h>
4283| #endif
4284| #ifdef HAVE_INTTYPES_H
4285| # include <inttypes.h>
4286| #endif
4287| #ifdef HAVE_STDINT_H
4288| # include <stdint.h>
4289| #endif
4290| #ifdef HAVE_STRINGS_H
4291| # include <strings.h>
4292| #endif
4293| #ifdef HAVE_SYS_TYPES_H
4294| # include <sys/types.h>
4295| #endif
4296| #ifdef HAVE_SYS_STAT_H
4297| # include <sys/stat.h>
4298| #endif
4299| #ifdef HAVE_UNISTD_H
4300| # include <unistd.h>
4301| #endif
4302| #include <sys/sysmacros.h>
4303configure:14199: result: no
4304configure:14211: checking for inttypes.h
4305configure:14211: result: yes
4306configure:14220: checking for unistd.h
4307configure:14220: result: yes
4308configure:14226: checking for stdlib.h
4309configure:14226: result: yes
4310configure:14232: checking for stdarg.h
4311configure:14232: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4312configure:14232: $? = 0
4313configure:14232: result: yes
4314configure:14238: checking for varargs.h
4315configure:14238: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4316In file included from conftest.c:190:
4317/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/varargs.h:11:4: error: "Please use <stdarg.h> instead of <varargs.h>"
4318  #error "Please use <stdarg.h> instead of <varargs.h>"
4319   ^
43201 error generated.
4321configure:14238: $? = 1
4322configure: failed program was:
4323| /* confdefs.h */
4324| #define PACKAGE_NAME "bash"
4325| #define PACKAGE_TARNAME "bash"
4326| #define PACKAGE_VERSION "5.2-release"
4327| #define PACKAGE_STRING "bash 5.2-release"
4328| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
4329| #define PACKAGE_URL ""
4330| #define ALIAS 1
4331| #define PUSHD_AND_POPD 1
4332| #define RESTRICTED_SHELL 1
4333| #define PROCESS_SUBSTITUTION 1
4334| #define PROMPT_STRING_DECODE 1
4335| #define SELECT_COMMAND 1
4336| #define HELP_BUILTIN 1
4337| #define ARRAY_VARS 1
4338| #define DPAREN_ARITHMETIC 1
4339| #define BRACE_EXPANSION 1
4340| #define COMMAND_TIMING 1
4341| #define EXTENDED_GLOB 1
4342| #define EXTGLOB_DEFAULT 0
4343| #define COND_COMMAND 1
4344| #define COND_REGEXP 1
4345| #define COPROCESS_SUPPORT 1
4346| #define ARITH_FOR_COMMAND 1
4347| #define NETWORK_REDIRECTIONS 1
4348| #define PROGRAMMABLE_COMPLETION 1
4349| #define DEBUGGER 1
4350| #define CASEMOD_ATTRS 1
4351| #define CASEMOD_EXPANSIONS 1
4352| #define GLOBASCII_DEFAULT 1
4353| #define FUNCTION_IMPORT 1
4354| #define TRANSLATABLE_STRINGS 1
4355| #define MEMSCRAMBLE 1
4356| #define HAVE_STDIO_H 1
4357| #define HAVE_STDLIB_H 1
4358| #define HAVE_STRING_H 1
4359| #define HAVE_INTTYPES_H 1
4360| #define HAVE_STDINT_H 1
4361| #define HAVE_STRINGS_H 1
4362| #define HAVE_SYS_STAT_H 1
4363| #define HAVE_SYS_TYPES_H 1
4364| #define HAVE_UNISTD_H 1
4365| #define HAVE_WCHAR_H 1
4366| #define HAVE_SYS_PARAM_H 1
4367| #define HAVE_XLOCALE_H 1
4368| #define HAVE_SYS_TIME_H 1
4369| #define STDC_HEADERS 1
4370| #define _ALL_SOURCE 1
4371| #define _DARWIN_C_SOURCE 1
4372| #define _GNU_SOURCE 1
4373| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4374| #define _NETBSD_SOURCE 1
4375| #define _OPENBSD_SOURCE 1
4376| #define _POSIX_PTHREAD_SEMANTICS 1
4377| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4378| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4379| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4380| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4381| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4382| #define __STDC_WANT_LIB_EXT2__ 1
4383| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4384| #define _TANDEM_SOURCE 1
4385| #define __EXTENSIONS__ 1
4386| #define READLINE 1
4387| #define HISTORY 1
4388| #define BANG_HISTORY 1
4389| #define HAVE_STRINGIZE 1
4390| #define HAVE_LONG_DOUBLE 1
4391| #define PROTOTYPES 1
4392| #define __PROTOTYPES 1
4393| #define restrict __restrict__
4394| #define HAVE_VISIBILITY 1
4395| #define HAVE_STDINT_H_WITH_UINTMAX 1
4396| #define HAVE_ALLOCA_H 1
4397| #define HAVE_ALLOCA 1
4398| #define HAVE_GETPAGESIZE 1
4399| #define HAVE_SYMLINK 1
4400| #define HAVE_USELOCALE 1
4401| #define HAVE_VPRINTF 1
4402| #define HAVE_ALARM 1
4403| #define HAVE_FPURGE 1
4404| #define HAVE_SNPRINTF 1
4405| #define HAVE_VSNPRINTF 1
4406| #define HAVE_MMAP 1
4407| #define INTDIV0_RAISES_SIGFPE 1
4408| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4409| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4410| #define HAVE_UINTMAX_T 1
4411| #define HAVE_INTTYPES_H 1
4412| #define USE_POSIX_THREADS 1
4413| #define HAVE_PTHREAD_RWLOCK 1
4414| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4415| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4416| #define HAVE_ICONV 1
4417| #define ICONV_CONST
4418| #define HAVE_BUILTIN_EXPECT 1
4419| #define HAVE_INTTYPES_H 1
4420| #define HAVE_LIMITS_H 1
4421| #define HAVE_UNISTD_H 1
4422| #define HAVE_SYS_PARAM_H 1
4423| #define HAVE_GETCWD 1
4424| #define HAVE_GETEGID 1
4425| #define HAVE_GETEUID 1
4426| #define HAVE_GETGID 1
4427| #define HAVE_GETUID 1
4428| #define HAVE_MUNMAP 1
4429| #define HAVE_STPCPY 1
4430| #define HAVE_STRCASECMP 1
4431| #define HAVE_STRDUP 1
4432| #define HAVE_STRTOUL 1
4433| #define HAVE_TSEARCH 1
4434| #define HAVE_LOCALECONV 1
4435| #define HAVE_DECL_FEOF_UNLOCKED 1
4436| #define HAVE_DECL_FGETS_UNLOCKED 0
4437| #define HAVE_LONG_LONG_INT 1
4438| #define HAVE_WCHAR_T 1
4439| #define HAVE_WINT_T 1
4440| #define HAVE_INTMAX_T 1
4441| #define HAVE_POSIX_PRINTF 1
4442| #define HAVE_STDINT_H 1
4443| #define HAVE_STDINT_H 1
4444| #define HAVE_WORKING_O_NOATIME 1
4445| #define HAVE_WORKING_O_NOFOLLOW 1
4446| #define HAVE_WORKING_USELOCALE 1
4447| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4448| #define HAVE_CFLOCALECOPYCURRENT 1
4449| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4450| #define FLEXIBLE_ARRAY_MEMBER /**/
4451| #define HAVE_STDDEF_H 1
4452| #define HAVE_STDLIB_H 1
4453| #define HAVE_STRING_H 1
4454| #define HAVE_ASPRINTF 1
4455| #define HAVE_FWPRINTF 1
4456| #define HAVE_NEWLOCALE 1
4457| #define HAVE_PUTENV 1
4458| #define HAVE_SETENV 1
4459| #define HAVE_SETLOCALE 1
4460| #define HAVE_SNPRINTF 1
4461| #define HAVE_STRNLEN 1
4462| #define HAVE_USELOCALE 1
4463| #define HAVE_WCSLEN 1
4464| #define HAVE_WCSNLEN 1
4465| #define HAVE_MBRTOWC 1
4466| #define HAVE_WCRTOMB 1
4467| #define HAVE_DECL__SNPRINTF 0
4468| #define HAVE_DECL__SNWPRINTF 0
4469| #define HAVE_DECL_GETC_UNLOCKED 1
4470| #define HAVE_LANGINFO_CODESET 1
4471| #define HAVE_LC_MESSAGES 1
4472| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4473| #define HAVE_CFLOCALECOPYCURRENT 1
4474| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4475| #define ENABLE_NLS 1
4476| #define HAVE_GETTEXT 1
4477| #define HAVE_DCGETTEXT 1
4478| #define HAVE_DIRENT_H 1
4479| #define HAVE_INTTYPES_H 1
4480| #define HAVE_UNISTD_H 1
4481| #define HAVE_STDLIB_H 1
4482| #define HAVE_STDARG_H 1
4483| /* end confdefs.h.  */
4484| #include <stddef.h>
4485| #ifdef HAVE_STDIO_H
4486| # include <stdio.h>
4487| #endif
4488| #ifdef HAVE_STDLIB_H
4489| # include <stdlib.h>
4490| #endif
4491| #ifdef HAVE_STRING_H
4492| # include <string.h>
4493| #endif
4494| #ifdef HAVE_INTTYPES_H
4495| # include <inttypes.h>
4496| #endif
4497| #ifdef HAVE_STDINT_H
4498| # include <stdint.h>
4499| #endif
4500| #ifdef HAVE_STRINGS_H
4501| # include <strings.h>
4502| #endif
4503| #ifdef HAVE_SYS_TYPES_H
4504| # include <sys/types.h>
4505| #endif
4506| #ifdef HAVE_SYS_STAT_H
4507| # include <sys/stat.h>
4508| #endif
4509| #ifdef HAVE_UNISTD_H
4510| # include <unistd.h>
4511| #endif
4512| #include <varargs.h>
4513configure:14238: result: no
4514configure:14244: checking for limits.h
4515configure:14244: result: yes
4516configure:14250: checking for string.h
4517configure:14250: result: yes
4518configure:14256: checking for memory.h
4519configure:14256: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4520configure:14256: $? = 0
4521configure:14256: result: yes
4522configure:14262: checking for locale.h
4523configure:14262: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4524configure:14262: $? = 0
4525configure:14262: result: yes
4526configure:14268: checking for termcap.h
4527configure:14268: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4528configure:14268: $? = 0
4529configure:14268: result: yes
4530configure:14274: checking for termio.h
4531configure:14274: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4532conftest.c:195:10: fatal error: 'termio.h' file not found
4533#include <termio.h>
4534         ^~~~~~~~~~
45351 error generated.
4536configure:14274: $? = 1
4537configure: failed program was:
4538| /* confdefs.h */
4539| #define PACKAGE_NAME "bash"
4540| #define PACKAGE_TARNAME "bash"
4541| #define PACKAGE_VERSION "5.2-release"
4542| #define PACKAGE_STRING "bash 5.2-release"
4543| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
4544| #define PACKAGE_URL ""
4545| #define ALIAS 1
4546| #define PUSHD_AND_POPD 1
4547| #define RESTRICTED_SHELL 1
4548| #define PROCESS_SUBSTITUTION 1
4549| #define PROMPT_STRING_DECODE 1
4550| #define SELECT_COMMAND 1
4551| #define HELP_BUILTIN 1
4552| #define ARRAY_VARS 1
4553| #define DPAREN_ARITHMETIC 1
4554| #define BRACE_EXPANSION 1
4555| #define COMMAND_TIMING 1
4556| #define EXTENDED_GLOB 1
4557| #define EXTGLOB_DEFAULT 0
4558| #define COND_COMMAND 1
4559| #define COND_REGEXP 1
4560| #define COPROCESS_SUPPORT 1
4561| #define ARITH_FOR_COMMAND 1
4562| #define NETWORK_REDIRECTIONS 1
4563| #define PROGRAMMABLE_COMPLETION 1
4564| #define DEBUGGER 1
4565| #define CASEMOD_ATTRS 1
4566| #define CASEMOD_EXPANSIONS 1
4567| #define GLOBASCII_DEFAULT 1
4568| #define FUNCTION_IMPORT 1
4569| #define TRANSLATABLE_STRINGS 1
4570| #define MEMSCRAMBLE 1
4571| #define HAVE_STDIO_H 1
4572| #define HAVE_STDLIB_H 1
4573| #define HAVE_STRING_H 1
4574| #define HAVE_INTTYPES_H 1
4575| #define HAVE_STDINT_H 1
4576| #define HAVE_STRINGS_H 1
4577| #define HAVE_SYS_STAT_H 1
4578| #define HAVE_SYS_TYPES_H 1
4579| #define HAVE_UNISTD_H 1
4580| #define HAVE_WCHAR_H 1
4581| #define HAVE_SYS_PARAM_H 1
4582| #define HAVE_XLOCALE_H 1
4583| #define HAVE_SYS_TIME_H 1
4584| #define STDC_HEADERS 1
4585| #define _ALL_SOURCE 1
4586| #define _DARWIN_C_SOURCE 1
4587| #define _GNU_SOURCE 1
4588| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4589| #define _NETBSD_SOURCE 1
4590| #define _OPENBSD_SOURCE 1
4591| #define _POSIX_PTHREAD_SEMANTICS 1
4592| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4593| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4594| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4595| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4596| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4597| #define __STDC_WANT_LIB_EXT2__ 1
4598| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4599| #define _TANDEM_SOURCE 1
4600| #define __EXTENSIONS__ 1
4601| #define READLINE 1
4602| #define HISTORY 1
4603| #define BANG_HISTORY 1
4604| #define HAVE_STRINGIZE 1
4605| #define HAVE_LONG_DOUBLE 1
4606| #define PROTOTYPES 1
4607| #define __PROTOTYPES 1
4608| #define restrict __restrict__
4609| #define HAVE_VISIBILITY 1
4610| #define HAVE_STDINT_H_WITH_UINTMAX 1
4611| #define HAVE_ALLOCA_H 1
4612| #define HAVE_ALLOCA 1
4613| #define HAVE_GETPAGESIZE 1
4614| #define HAVE_SYMLINK 1
4615| #define HAVE_USELOCALE 1
4616| #define HAVE_VPRINTF 1
4617| #define HAVE_ALARM 1
4618| #define HAVE_FPURGE 1
4619| #define HAVE_SNPRINTF 1
4620| #define HAVE_VSNPRINTF 1
4621| #define HAVE_MMAP 1
4622| #define INTDIV0_RAISES_SIGFPE 1
4623| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4624| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4625| #define HAVE_UINTMAX_T 1
4626| #define HAVE_INTTYPES_H 1
4627| #define USE_POSIX_THREADS 1
4628| #define HAVE_PTHREAD_RWLOCK 1
4629| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4630| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4631| #define HAVE_ICONV 1
4632| #define ICONV_CONST
4633| #define HAVE_BUILTIN_EXPECT 1
4634| #define HAVE_INTTYPES_H 1
4635| #define HAVE_LIMITS_H 1
4636| #define HAVE_UNISTD_H 1
4637| #define HAVE_SYS_PARAM_H 1
4638| #define HAVE_GETCWD 1
4639| #define HAVE_GETEGID 1
4640| #define HAVE_GETEUID 1
4641| #define HAVE_GETGID 1
4642| #define HAVE_GETUID 1
4643| #define HAVE_MUNMAP 1
4644| #define HAVE_STPCPY 1
4645| #define HAVE_STRCASECMP 1
4646| #define HAVE_STRDUP 1
4647| #define HAVE_STRTOUL 1
4648| #define HAVE_TSEARCH 1
4649| #define HAVE_LOCALECONV 1
4650| #define HAVE_DECL_FEOF_UNLOCKED 1
4651| #define HAVE_DECL_FGETS_UNLOCKED 0
4652| #define HAVE_LONG_LONG_INT 1
4653| #define HAVE_WCHAR_T 1
4654| #define HAVE_WINT_T 1
4655| #define HAVE_INTMAX_T 1
4656| #define HAVE_POSIX_PRINTF 1
4657| #define HAVE_STDINT_H 1
4658| #define HAVE_STDINT_H 1
4659| #define HAVE_WORKING_O_NOATIME 1
4660| #define HAVE_WORKING_O_NOFOLLOW 1
4661| #define HAVE_WORKING_USELOCALE 1
4662| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4663| #define HAVE_CFLOCALECOPYCURRENT 1
4664| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4665| #define FLEXIBLE_ARRAY_MEMBER /**/
4666| #define HAVE_STDDEF_H 1
4667| #define HAVE_STDLIB_H 1
4668| #define HAVE_STRING_H 1
4669| #define HAVE_ASPRINTF 1
4670| #define HAVE_FWPRINTF 1
4671| #define HAVE_NEWLOCALE 1
4672| #define HAVE_PUTENV 1
4673| #define HAVE_SETENV 1
4674| #define HAVE_SETLOCALE 1
4675| #define HAVE_SNPRINTF 1
4676| #define HAVE_STRNLEN 1
4677| #define HAVE_USELOCALE 1
4678| #define HAVE_WCSLEN 1
4679| #define HAVE_WCSNLEN 1
4680| #define HAVE_MBRTOWC 1
4681| #define HAVE_WCRTOMB 1
4682| #define HAVE_DECL__SNPRINTF 0
4683| #define HAVE_DECL__SNWPRINTF 0
4684| #define HAVE_DECL_GETC_UNLOCKED 1
4685| #define HAVE_LANGINFO_CODESET 1
4686| #define HAVE_LC_MESSAGES 1
4687| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4688| #define HAVE_CFLOCALECOPYCURRENT 1
4689| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4690| #define ENABLE_NLS 1
4691| #define HAVE_GETTEXT 1
4692| #define HAVE_DCGETTEXT 1
4693| #define HAVE_DIRENT_H 1
4694| #define HAVE_INTTYPES_H 1
4695| #define HAVE_UNISTD_H 1
4696| #define HAVE_STDLIB_H 1
4697| #define HAVE_STDARG_H 1
4698| #define HAVE_LIMITS_H 1
4699| #define HAVE_STRING_H 1
4700| #define HAVE_MEMORY_H 1
4701| #define HAVE_LOCALE_H 1
4702| #define HAVE_TERMCAP_H 1
4703| /* end confdefs.h.  */
4704| #include <stddef.h>
4705| #ifdef HAVE_STDIO_H
4706| # include <stdio.h>
4707| #endif
4708| #ifdef HAVE_STDLIB_H
4709| # include <stdlib.h>
4710| #endif
4711| #ifdef HAVE_STRING_H
4712| # include <string.h>
4713| #endif
4714| #ifdef HAVE_INTTYPES_H
4715| # include <inttypes.h>
4716| #endif
4717| #ifdef HAVE_STDINT_H
4718| # include <stdint.h>
4719| #endif
4720| #ifdef HAVE_STRINGS_H
4721| # include <strings.h>
4722| #endif
4723| #ifdef HAVE_SYS_TYPES_H
4724| # include <sys/types.h>
4725| #endif
4726| #ifdef HAVE_SYS_STAT_H
4727| # include <sys/stat.h>
4728| #endif
4729| #ifdef HAVE_UNISTD_H
4730| # include <unistd.h>
4731| #endif
4732| #include <termio.h>
4733configure:14274: result: no
4734configure:14280: checking for termios.h
4735configure:14280: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4736configure:14280: $? = 0
4737configure:14280: result: yes
4738configure:14286: checking for dlfcn.h
4739configure:14286: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4740configure:14286: $? = 0
4741configure:14286: result: yes
4742configure:14292: checking for stdbool.h
4743configure:14292: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4744configure:14292: $? = 0
4745configure:14292: result: yes
4746configure:14298: checking for stddef.h
4747configure:14298: result: yes
4748configure:14304: checking for stdint.h
4749configure:14304: result: yes
4750configure:14310: checking for netdb.h
4751configure:14310: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4752configure:14310: $? = 0
4753configure:14310: result: yes
4754configure:14316: checking for pwd.h
4755configure:14316: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4756configure:14316: $? = 0
4757configure:14316: result: yes
4758configure:14322: checking for grp.h
4759configure:14322: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4760configure:14322: $? = 0
4761configure:14322: result: yes
4762configure:14328: checking for strings.h
4763configure:14328: result: yes
4764configure:14334: checking for regex.h
4765configure:14334: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4766configure:14334: $? = 0
4767configure:14334: result: yes
4768configure:14340: checking for syslog.h
4769configure:14340: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4770configure:14340: $? = 0
4771configure:14340: result: yes
4772configure:14346: checking for ulimit.h
4773configure:14346: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4774configure:14346: $? = 0
4775configure:14346: result: yes
4776configure:14353: checking for sys/pte.h
4777configure:14353: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4778conftest.c:207:10: fatal error: 'sys/pte.h' file not found
4779#include <sys/pte.h>
4780         ^~~~~~~~~~~
47811 error generated.
4782configure:14353: $? = 1
4783configure: failed program was:
4784| /* confdefs.h */
4785| #define PACKAGE_NAME "bash"
4786| #define PACKAGE_TARNAME "bash"
4787| #define PACKAGE_VERSION "5.2-release"
4788| #define PACKAGE_STRING "bash 5.2-release"
4789| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
4790| #define PACKAGE_URL ""
4791| #define ALIAS 1
4792| #define PUSHD_AND_POPD 1
4793| #define RESTRICTED_SHELL 1
4794| #define PROCESS_SUBSTITUTION 1
4795| #define PROMPT_STRING_DECODE 1
4796| #define SELECT_COMMAND 1
4797| #define HELP_BUILTIN 1
4798| #define ARRAY_VARS 1
4799| #define DPAREN_ARITHMETIC 1
4800| #define BRACE_EXPANSION 1
4801| #define COMMAND_TIMING 1
4802| #define EXTENDED_GLOB 1
4803| #define EXTGLOB_DEFAULT 0
4804| #define COND_COMMAND 1
4805| #define COND_REGEXP 1
4806| #define COPROCESS_SUPPORT 1
4807| #define ARITH_FOR_COMMAND 1
4808| #define NETWORK_REDIRECTIONS 1
4809| #define PROGRAMMABLE_COMPLETION 1
4810| #define DEBUGGER 1
4811| #define CASEMOD_ATTRS 1
4812| #define CASEMOD_EXPANSIONS 1
4813| #define GLOBASCII_DEFAULT 1
4814| #define FUNCTION_IMPORT 1
4815| #define TRANSLATABLE_STRINGS 1
4816| #define MEMSCRAMBLE 1
4817| #define HAVE_STDIO_H 1
4818| #define HAVE_STDLIB_H 1
4819| #define HAVE_STRING_H 1
4820| #define HAVE_INTTYPES_H 1
4821| #define HAVE_STDINT_H 1
4822| #define HAVE_STRINGS_H 1
4823| #define HAVE_SYS_STAT_H 1
4824| #define HAVE_SYS_TYPES_H 1
4825| #define HAVE_UNISTD_H 1
4826| #define HAVE_WCHAR_H 1
4827| #define HAVE_SYS_PARAM_H 1
4828| #define HAVE_XLOCALE_H 1
4829| #define HAVE_SYS_TIME_H 1
4830| #define STDC_HEADERS 1
4831| #define _ALL_SOURCE 1
4832| #define _DARWIN_C_SOURCE 1
4833| #define _GNU_SOURCE 1
4834| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4835| #define _NETBSD_SOURCE 1
4836| #define _OPENBSD_SOURCE 1
4837| #define _POSIX_PTHREAD_SEMANTICS 1
4838| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4839| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4840| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4841| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4842| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4843| #define __STDC_WANT_LIB_EXT2__ 1
4844| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4845| #define _TANDEM_SOURCE 1
4846| #define __EXTENSIONS__ 1
4847| #define READLINE 1
4848| #define HISTORY 1
4849| #define BANG_HISTORY 1
4850| #define HAVE_STRINGIZE 1
4851| #define HAVE_LONG_DOUBLE 1
4852| #define PROTOTYPES 1
4853| #define __PROTOTYPES 1
4854| #define restrict __restrict__
4855| #define HAVE_VISIBILITY 1
4856| #define HAVE_STDINT_H_WITH_UINTMAX 1
4857| #define HAVE_ALLOCA_H 1
4858| #define HAVE_ALLOCA 1
4859| #define HAVE_GETPAGESIZE 1
4860| #define HAVE_SYMLINK 1
4861| #define HAVE_USELOCALE 1
4862| #define HAVE_VPRINTF 1
4863| #define HAVE_ALARM 1
4864| #define HAVE_FPURGE 1
4865| #define HAVE_SNPRINTF 1
4866| #define HAVE_VSNPRINTF 1
4867| #define HAVE_MMAP 1
4868| #define INTDIV0_RAISES_SIGFPE 1
4869| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
4870| #define HAVE_UNSIGNED_LONG_LONG_INT 1
4871| #define HAVE_UINTMAX_T 1
4872| #define HAVE_INTTYPES_H 1
4873| #define USE_POSIX_THREADS 1
4874| #define HAVE_PTHREAD_RWLOCK 1
4875| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
4876| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
4877| #define HAVE_ICONV 1
4878| #define ICONV_CONST
4879| #define HAVE_BUILTIN_EXPECT 1
4880| #define HAVE_INTTYPES_H 1
4881| #define HAVE_LIMITS_H 1
4882| #define HAVE_UNISTD_H 1
4883| #define HAVE_SYS_PARAM_H 1
4884| #define HAVE_GETCWD 1
4885| #define HAVE_GETEGID 1
4886| #define HAVE_GETEUID 1
4887| #define HAVE_GETGID 1
4888| #define HAVE_GETUID 1
4889| #define HAVE_MUNMAP 1
4890| #define HAVE_STPCPY 1
4891| #define HAVE_STRCASECMP 1
4892| #define HAVE_STRDUP 1
4893| #define HAVE_STRTOUL 1
4894| #define HAVE_TSEARCH 1
4895| #define HAVE_LOCALECONV 1
4896| #define HAVE_DECL_FEOF_UNLOCKED 1
4897| #define HAVE_DECL_FGETS_UNLOCKED 0
4898| #define HAVE_LONG_LONG_INT 1
4899| #define HAVE_WCHAR_T 1
4900| #define HAVE_WINT_T 1
4901| #define HAVE_INTMAX_T 1
4902| #define HAVE_POSIX_PRINTF 1
4903| #define HAVE_STDINT_H 1
4904| #define HAVE_STDINT_H 1
4905| #define HAVE_WORKING_O_NOATIME 1
4906| #define HAVE_WORKING_O_NOFOLLOW 1
4907| #define HAVE_WORKING_USELOCALE 1
4908| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4909| #define HAVE_CFLOCALECOPYCURRENT 1
4910| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4911| #define FLEXIBLE_ARRAY_MEMBER /**/
4912| #define HAVE_STDDEF_H 1
4913| #define HAVE_STDLIB_H 1
4914| #define HAVE_STRING_H 1
4915| #define HAVE_ASPRINTF 1
4916| #define HAVE_FWPRINTF 1
4917| #define HAVE_NEWLOCALE 1
4918| #define HAVE_PUTENV 1
4919| #define HAVE_SETENV 1
4920| #define HAVE_SETLOCALE 1
4921| #define HAVE_SNPRINTF 1
4922| #define HAVE_STRNLEN 1
4923| #define HAVE_USELOCALE 1
4924| #define HAVE_WCSLEN 1
4925| #define HAVE_WCSNLEN 1
4926| #define HAVE_MBRTOWC 1
4927| #define HAVE_WCRTOMB 1
4928| #define HAVE_DECL__SNPRINTF 0
4929| #define HAVE_DECL__SNWPRINTF 0
4930| #define HAVE_DECL_GETC_UNLOCKED 1
4931| #define HAVE_LANGINFO_CODESET 1
4932| #define HAVE_LC_MESSAGES 1
4933| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4934| #define HAVE_CFLOCALECOPYCURRENT 1
4935| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
4936| #define ENABLE_NLS 1
4937| #define HAVE_GETTEXT 1
4938| #define HAVE_DCGETTEXT 1
4939| #define HAVE_DIRENT_H 1
4940| #define HAVE_INTTYPES_H 1
4941| #define HAVE_UNISTD_H 1
4942| #define HAVE_STDLIB_H 1
4943| #define HAVE_STDARG_H 1
4944| #define HAVE_LIMITS_H 1
4945| #define HAVE_STRING_H 1
4946| #define HAVE_MEMORY_H 1
4947| #define HAVE_LOCALE_H 1
4948| #define HAVE_TERMCAP_H 1
4949| #define HAVE_TERMIOS_H 1
4950| #define HAVE_DLFCN_H 1
4951| #define HAVE_STDBOOL_H 1
4952| #define HAVE_STDDEF_H 1
4953| #define HAVE_STDINT_H 1
4954| #define HAVE_NETDB_H 1
4955| #define HAVE_PWD_H 1
4956| #define HAVE_GRP_H 1
4957| #define HAVE_STRINGS_H 1
4958| #define HAVE_REGEX_H 1
4959| #define HAVE_SYSLOG_H 1
4960| #define HAVE_ULIMIT_H 1
4961| /* end confdefs.h.  */
4962| #include <stddef.h>
4963| #ifdef HAVE_STDIO_H
4964| # include <stdio.h>
4965| #endif
4966| #ifdef HAVE_STDLIB_H
4967| # include <stdlib.h>
4968| #endif
4969| #ifdef HAVE_STRING_H
4970| # include <string.h>
4971| #endif
4972| #ifdef HAVE_INTTYPES_H
4973| # include <inttypes.h>
4974| #endif
4975| #ifdef HAVE_STDINT_H
4976| # include <stdint.h>
4977| #endif
4978| #ifdef HAVE_STRINGS_H
4979| # include <strings.h>
4980| #endif
4981| #ifdef HAVE_SYS_TYPES_H
4982| # include <sys/types.h>
4983| #endif
4984| #ifdef HAVE_SYS_STAT_H
4985| # include <sys/stat.h>
4986| #endif
4987| #ifdef HAVE_UNISTD_H
4988| # include <unistd.h>
4989| #endif
4990| #include <sys/pte.h>
4991configure:14353: result: no
4992configure:14359: checking for sys/stream.h
4993configure:14359: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
4994conftest.c:207:10: fatal error: 'sys/stream.h' file not found
4995#include <sys/stream.h>
4996         ^~~~~~~~~~~~~~
49971 error generated.
4998configure:14359: $? = 1
4999configure: failed program was:
5000| /* confdefs.h */
5001| #define PACKAGE_NAME "bash"
5002| #define PACKAGE_TARNAME "bash"
5003| #define PACKAGE_VERSION "5.2-release"
5004| #define PACKAGE_STRING "bash 5.2-release"
5005| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5006| #define PACKAGE_URL ""
5007| #define ALIAS 1
5008| #define PUSHD_AND_POPD 1
5009| #define RESTRICTED_SHELL 1
5010| #define PROCESS_SUBSTITUTION 1
5011| #define PROMPT_STRING_DECODE 1
5012| #define SELECT_COMMAND 1
5013| #define HELP_BUILTIN 1
5014| #define ARRAY_VARS 1
5015| #define DPAREN_ARITHMETIC 1
5016| #define BRACE_EXPANSION 1
5017| #define COMMAND_TIMING 1
5018| #define EXTENDED_GLOB 1
5019| #define EXTGLOB_DEFAULT 0
5020| #define COND_COMMAND 1
5021| #define COND_REGEXP 1
5022| #define COPROCESS_SUPPORT 1
5023| #define ARITH_FOR_COMMAND 1
5024| #define NETWORK_REDIRECTIONS 1
5025| #define PROGRAMMABLE_COMPLETION 1
5026| #define DEBUGGER 1
5027| #define CASEMOD_ATTRS 1
5028| #define CASEMOD_EXPANSIONS 1
5029| #define GLOBASCII_DEFAULT 1
5030| #define FUNCTION_IMPORT 1
5031| #define TRANSLATABLE_STRINGS 1
5032| #define MEMSCRAMBLE 1
5033| #define HAVE_STDIO_H 1
5034| #define HAVE_STDLIB_H 1
5035| #define HAVE_STRING_H 1
5036| #define HAVE_INTTYPES_H 1
5037| #define HAVE_STDINT_H 1
5038| #define HAVE_STRINGS_H 1
5039| #define HAVE_SYS_STAT_H 1
5040| #define HAVE_SYS_TYPES_H 1
5041| #define HAVE_UNISTD_H 1
5042| #define HAVE_WCHAR_H 1
5043| #define HAVE_SYS_PARAM_H 1
5044| #define HAVE_XLOCALE_H 1
5045| #define HAVE_SYS_TIME_H 1
5046| #define STDC_HEADERS 1
5047| #define _ALL_SOURCE 1
5048| #define _DARWIN_C_SOURCE 1
5049| #define _GNU_SOURCE 1
5050| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5051| #define _NETBSD_SOURCE 1
5052| #define _OPENBSD_SOURCE 1
5053| #define _POSIX_PTHREAD_SEMANTICS 1
5054| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5055| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5056| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5057| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5058| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5059| #define __STDC_WANT_LIB_EXT2__ 1
5060| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5061| #define _TANDEM_SOURCE 1
5062| #define __EXTENSIONS__ 1
5063| #define READLINE 1
5064| #define HISTORY 1
5065| #define BANG_HISTORY 1
5066| #define HAVE_STRINGIZE 1
5067| #define HAVE_LONG_DOUBLE 1
5068| #define PROTOTYPES 1
5069| #define __PROTOTYPES 1
5070| #define restrict __restrict__
5071| #define HAVE_VISIBILITY 1
5072| #define HAVE_STDINT_H_WITH_UINTMAX 1
5073| #define HAVE_ALLOCA_H 1
5074| #define HAVE_ALLOCA 1
5075| #define HAVE_GETPAGESIZE 1
5076| #define HAVE_SYMLINK 1
5077| #define HAVE_USELOCALE 1
5078| #define HAVE_VPRINTF 1
5079| #define HAVE_ALARM 1
5080| #define HAVE_FPURGE 1
5081| #define HAVE_SNPRINTF 1
5082| #define HAVE_VSNPRINTF 1
5083| #define HAVE_MMAP 1
5084| #define INTDIV0_RAISES_SIGFPE 1
5085| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
5086| #define HAVE_UNSIGNED_LONG_LONG_INT 1
5087| #define HAVE_UINTMAX_T 1
5088| #define HAVE_INTTYPES_H 1
5089| #define USE_POSIX_THREADS 1
5090| #define HAVE_PTHREAD_RWLOCK 1
5091| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
5092| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
5093| #define HAVE_ICONV 1
5094| #define ICONV_CONST
5095| #define HAVE_BUILTIN_EXPECT 1
5096| #define HAVE_INTTYPES_H 1
5097| #define HAVE_LIMITS_H 1
5098| #define HAVE_UNISTD_H 1
5099| #define HAVE_SYS_PARAM_H 1
5100| #define HAVE_GETCWD 1
5101| #define HAVE_GETEGID 1
5102| #define HAVE_GETEUID 1
5103| #define HAVE_GETGID 1
5104| #define HAVE_GETUID 1
5105| #define HAVE_MUNMAP 1
5106| #define HAVE_STPCPY 1
5107| #define HAVE_STRCASECMP 1
5108| #define HAVE_STRDUP 1
5109| #define HAVE_STRTOUL 1
5110| #define HAVE_TSEARCH 1
5111| #define HAVE_LOCALECONV 1
5112| #define HAVE_DECL_FEOF_UNLOCKED 1
5113| #define HAVE_DECL_FGETS_UNLOCKED 0
5114| #define HAVE_LONG_LONG_INT 1
5115| #define HAVE_WCHAR_T 1
5116| #define HAVE_WINT_T 1
5117| #define HAVE_INTMAX_T 1
5118| #define HAVE_POSIX_PRINTF 1
5119| #define HAVE_STDINT_H 1
5120| #define HAVE_STDINT_H 1
5121| #define HAVE_WORKING_O_NOATIME 1
5122| #define HAVE_WORKING_O_NOFOLLOW 1
5123| #define HAVE_WORKING_USELOCALE 1
5124| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5125| #define HAVE_CFLOCALECOPYCURRENT 1
5126| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5127| #define FLEXIBLE_ARRAY_MEMBER /**/
5128| #define HAVE_STDDEF_H 1
5129| #define HAVE_STDLIB_H 1
5130| #define HAVE_STRING_H 1
5131| #define HAVE_ASPRINTF 1
5132| #define HAVE_FWPRINTF 1
5133| #define HAVE_NEWLOCALE 1
5134| #define HAVE_PUTENV 1
5135| #define HAVE_SETENV 1
5136| #define HAVE_SETLOCALE 1
5137| #define HAVE_SNPRINTF 1
5138| #define HAVE_STRNLEN 1
5139| #define HAVE_USELOCALE 1
5140| #define HAVE_WCSLEN 1
5141| #define HAVE_WCSNLEN 1
5142| #define HAVE_MBRTOWC 1
5143| #define HAVE_WCRTOMB 1
5144| #define HAVE_DECL__SNPRINTF 0
5145| #define HAVE_DECL__SNWPRINTF 0
5146| #define HAVE_DECL_GETC_UNLOCKED 1
5147| #define HAVE_LANGINFO_CODESET 1
5148| #define HAVE_LC_MESSAGES 1
5149| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5150| #define HAVE_CFLOCALECOPYCURRENT 1
5151| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5152| #define ENABLE_NLS 1
5153| #define HAVE_GETTEXT 1
5154| #define HAVE_DCGETTEXT 1
5155| #define HAVE_DIRENT_H 1
5156| #define HAVE_INTTYPES_H 1
5157| #define HAVE_UNISTD_H 1
5158| #define HAVE_STDLIB_H 1
5159| #define HAVE_STDARG_H 1
5160| #define HAVE_LIMITS_H 1
5161| #define HAVE_STRING_H 1
5162| #define HAVE_MEMORY_H 1
5163| #define HAVE_LOCALE_H 1
5164| #define HAVE_TERMCAP_H 1
5165| #define HAVE_TERMIOS_H 1
5166| #define HAVE_DLFCN_H 1
5167| #define HAVE_STDBOOL_H 1
5168| #define HAVE_STDDEF_H 1
5169| #define HAVE_STDINT_H 1
5170| #define HAVE_NETDB_H 1
5171| #define HAVE_PWD_H 1
5172| #define HAVE_GRP_H 1
5173| #define HAVE_STRINGS_H 1
5174| #define HAVE_REGEX_H 1
5175| #define HAVE_SYSLOG_H 1
5176| #define HAVE_ULIMIT_H 1
5177| /* end confdefs.h.  */
5178| #include <stddef.h>
5179| #ifdef HAVE_STDIO_H
5180| # include <stdio.h>
5181| #endif
5182| #ifdef HAVE_STDLIB_H
5183| # include <stdlib.h>
5184| #endif
5185| #ifdef HAVE_STRING_H
5186| # include <string.h>
5187| #endif
5188| #ifdef HAVE_INTTYPES_H
5189| # include <inttypes.h>
5190| #endif
5191| #ifdef HAVE_STDINT_H
5192| # include <stdint.h>
5193| #endif
5194| #ifdef HAVE_STRINGS_H
5195| # include <strings.h>
5196| #endif
5197| #ifdef HAVE_SYS_TYPES_H
5198| # include <sys/types.h>
5199| #endif
5200| #ifdef HAVE_SYS_STAT_H
5201| # include <sys/stat.h>
5202| #endif
5203| #ifdef HAVE_UNISTD_H
5204| # include <unistd.h>
5205| #endif
5206| #include <sys/stream.h>
5207configure:14359: result: no
5208configure:14365: checking for sys/select.h
5209configure:14365: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5210configure:14365: $? = 0
5211configure:14365: result: yes
5212configure:14371: checking for sys/file.h
5213configure:14371: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5214configure:14371: $? = 0
5215configure:14371: result: yes
5216configure:14377: checking for sys/ioctl.h
5217configure:14377: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5218configure:14377: $? = 0
5219configure:14377: result: yes
5220configure:14383: checking for sys/mman.h
5221configure:14383: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5222configure:14383: $? = 0
5223configure:14383: result: yes
5224configure:14389: checking for sys/param.h
5225configure:14389: result: yes
5226configure:14395: checking for sys/random.h
5227configure:14395: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5228configure:14395: $? = 0
5229configure:14395: result: yes
5230configure:14401: checking for sys/socket.h
5231configure:14401: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5232configure:14401: $? = 0
5233configure:14401: result: yes
5234configure:14407: checking for sys/stat.h
5235configure:14407: result: yes
5236configure:14413: checking for sys/time.h
5237configure:14413: result: yes
5238configure:14419: checking for sys/times.h
5239configure:14419: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5240configure:14419: $? = 0
5241configure:14419: result: yes
5242configure:14425: checking for sys/types.h
5243configure:14425: result: yes
5244configure:14431: checking for sys/wait.h
5245configure:14431: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5246configure:14431: $? = 0
5247configure:14431: result: yes
5248configure:14438: checking for netinet/in.h
5249configure:14438: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5250configure:14438: $? = 0
5251configure:14438: result: yes
5252configure:14444: checking for arpa/inet.h
5253configure:14444: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5254configure:14444: $? = 0
5255configure:14444: result: yes
5256configure:14452: checking for sys/ptem.h
5257configure:14452: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5258conftest.c:199:10: fatal error: 'sys/ptem.h' file not found
5259#include <sys/ptem.h>
5260         ^~~~~~~~~~~~
52611 error generated.
5262configure:14452: $? = 1
5263configure: failed program was:
5264| /* confdefs.h */
5265| #define PACKAGE_NAME "bash"
5266| #define PACKAGE_TARNAME "bash"
5267| #define PACKAGE_VERSION "5.2-release"
5268| #define PACKAGE_STRING "bash 5.2-release"
5269| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5270| #define PACKAGE_URL ""
5271| #define ALIAS 1
5272| #define PUSHD_AND_POPD 1
5273| #define RESTRICTED_SHELL 1
5274| #define PROCESS_SUBSTITUTION 1
5275| #define PROMPT_STRING_DECODE 1
5276| #define SELECT_COMMAND 1
5277| #define HELP_BUILTIN 1
5278| #define ARRAY_VARS 1
5279| #define DPAREN_ARITHMETIC 1
5280| #define BRACE_EXPANSION 1
5281| #define COMMAND_TIMING 1
5282| #define EXTENDED_GLOB 1
5283| #define EXTGLOB_DEFAULT 0
5284| #define COND_COMMAND 1
5285| #define COND_REGEXP 1
5286| #define COPROCESS_SUPPORT 1
5287| #define ARITH_FOR_COMMAND 1
5288| #define NETWORK_REDIRECTIONS 1
5289| #define PROGRAMMABLE_COMPLETION 1
5290| #define DEBUGGER 1
5291| #define CASEMOD_ATTRS 1
5292| #define CASEMOD_EXPANSIONS 1
5293| #define GLOBASCII_DEFAULT 1
5294| #define FUNCTION_IMPORT 1
5295| #define TRANSLATABLE_STRINGS 1
5296| #define MEMSCRAMBLE 1
5297| #define HAVE_STDIO_H 1
5298| #define HAVE_STDLIB_H 1
5299| #define HAVE_STRING_H 1
5300| #define HAVE_INTTYPES_H 1
5301| #define HAVE_STDINT_H 1
5302| #define HAVE_STRINGS_H 1
5303| #define HAVE_SYS_STAT_H 1
5304| #define HAVE_SYS_TYPES_H 1
5305| #define HAVE_UNISTD_H 1
5306| #define HAVE_WCHAR_H 1
5307| #define HAVE_SYS_PARAM_H 1
5308| #define HAVE_XLOCALE_H 1
5309| #define HAVE_SYS_TIME_H 1
5310| #define STDC_HEADERS 1
5311| #define _ALL_SOURCE 1
5312| #define _DARWIN_C_SOURCE 1
5313| #define _GNU_SOURCE 1
5314| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5315| #define _NETBSD_SOURCE 1
5316| #define _OPENBSD_SOURCE 1
5317| #define _POSIX_PTHREAD_SEMANTICS 1
5318| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5319| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5320| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5321| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5322| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5323| #define __STDC_WANT_LIB_EXT2__ 1
5324| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5325| #define _TANDEM_SOURCE 1
5326| #define __EXTENSIONS__ 1
5327| #define READLINE 1
5328| #define HISTORY 1
5329| #define BANG_HISTORY 1
5330| #define HAVE_STRINGIZE 1
5331| #define HAVE_LONG_DOUBLE 1
5332| #define PROTOTYPES 1
5333| #define __PROTOTYPES 1
5334| #define restrict __restrict__
5335| #define HAVE_VISIBILITY 1
5336| #define HAVE_STDINT_H_WITH_UINTMAX 1
5337| #define HAVE_ALLOCA_H 1
5338| #define HAVE_ALLOCA 1
5339| #define HAVE_GETPAGESIZE 1
5340| #define HAVE_SYMLINK 1
5341| #define HAVE_USELOCALE 1
5342| #define HAVE_VPRINTF 1
5343| #define HAVE_ALARM 1
5344| #define HAVE_FPURGE 1
5345| #define HAVE_SNPRINTF 1
5346| #define HAVE_VSNPRINTF 1
5347| #define HAVE_MMAP 1
5348| #define INTDIV0_RAISES_SIGFPE 1
5349| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
5350| #define HAVE_UNSIGNED_LONG_LONG_INT 1
5351| #define HAVE_UINTMAX_T 1
5352| #define HAVE_INTTYPES_H 1
5353| #define USE_POSIX_THREADS 1
5354| #define HAVE_PTHREAD_RWLOCK 1
5355| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
5356| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
5357| #define HAVE_ICONV 1
5358| #define ICONV_CONST
5359| #define HAVE_BUILTIN_EXPECT 1
5360| #define HAVE_INTTYPES_H 1
5361| #define HAVE_LIMITS_H 1
5362| #define HAVE_UNISTD_H 1
5363| #define HAVE_SYS_PARAM_H 1
5364| #define HAVE_GETCWD 1
5365| #define HAVE_GETEGID 1
5366| #define HAVE_GETEUID 1
5367| #define HAVE_GETGID 1
5368| #define HAVE_GETUID 1
5369| #define HAVE_MUNMAP 1
5370| #define HAVE_STPCPY 1
5371| #define HAVE_STRCASECMP 1
5372| #define HAVE_STRDUP 1
5373| #define HAVE_STRTOUL 1
5374| #define HAVE_TSEARCH 1
5375| #define HAVE_LOCALECONV 1
5376| #define HAVE_DECL_FEOF_UNLOCKED 1
5377| #define HAVE_DECL_FGETS_UNLOCKED 0
5378| #define HAVE_LONG_LONG_INT 1
5379| #define HAVE_WCHAR_T 1
5380| #define HAVE_WINT_T 1
5381| #define HAVE_INTMAX_T 1
5382| #define HAVE_POSIX_PRINTF 1
5383| #define HAVE_STDINT_H 1
5384| #define HAVE_STDINT_H 1
5385| #define HAVE_WORKING_O_NOATIME 1
5386| #define HAVE_WORKING_O_NOFOLLOW 1
5387| #define HAVE_WORKING_USELOCALE 1
5388| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5389| #define HAVE_CFLOCALECOPYCURRENT 1
5390| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5391| #define FLEXIBLE_ARRAY_MEMBER /**/
5392| #define HAVE_STDDEF_H 1
5393| #define HAVE_STDLIB_H 1
5394| #define HAVE_STRING_H 1
5395| #define HAVE_ASPRINTF 1
5396| #define HAVE_FWPRINTF 1
5397| #define HAVE_NEWLOCALE 1
5398| #define HAVE_PUTENV 1
5399| #define HAVE_SETENV 1
5400| #define HAVE_SETLOCALE 1
5401| #define HAVE_SNPRINTF 1
5402| #define HAVE_STRNLEN 1
5403| #define HAVE_USELOCALE 1
5404| #define HAVE_WCSLEN 1
5405| #define HAVE_WCSNLEN 1
5406| #define HAVE_MBRTOWC 1
5407| #define HAVE_WCRTOMB 1
5408| #define HAVE_DECL__SNPRINTF 0
5409| #define HAVE_DECL__SNWPRINTF 0
5410| #define HAVE_DECL_GETC_UNLOCKED 1
5411| #define HAVE_LANGINFO_CODESET 1
5412| #define HAVE_LC_MESSAGES 1
5413| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5414| #define HAVE_CFLOCALECOPYCURRENT 1
5415| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5416| #define ENABLE_NLS 1
5417| #define HAVE_GETTEXT 1
5418| #define HAVE_DCGETTEXT 1
5419| #define HAVE_DIRENT_H 1
5420| #define HAVE_INTTYPES_H 1
5421| #define HAVE_UNISTD_H 1
5422| #define HAVE_STDLIB_H 1
5423| #define HAVE_STDARG_H 1
5424| #define HAVE_LIMITS_H 1
5425| #define HAVE_STRING_H 1
5426| #define HAVE_MEMORY_H 1
5427| #define HAVE_LOCALE_H 1
5428| #define HAVE_TERMCAP_H 1
5429| #define HAVE_TERMIOS_H 1
5430| #define HAVE_DLFCN_H 1
5431| #define HAVE_STDBOOL_H 1
5432| #define HAVE_STDDEF_H 1
5433| #define HAVE_STDINT_H 1
5434| #define HAVE_NETDB_H 1
5435| #define HAVE_PWD_H 1
5436| #define HAVE_GRP_H 1
5437| #define HAVE_STRINGS_H 1
5438| #define HAVE_REGEX_H 1
5439| #define HAVE_SYSLOG_H 1
5440| #define HAVE_ULIMIT_H 1
5441| #define HAVE_SYS_SELECT_H 1
5442| #define HAVE_SYS_FILE_H 1
5443| #define HAVE_SYS_IOCTL_H 1
5444| #define HAVE_SYS_MMAN_H 1
5445| #define HAVE_SYS_PARAM_H 1
5446| #define HAVE_SYS_RANDOM_H 1
5447| #define HAVE_SYS_SOCKET_H 1
5448| #define HAVE_SYS_STAT_H 1
5449| #define HAVE_SYS_TIME_H 1
5450| #define HAVE_SYS_TIMES_H 1
5451| #define HAVE_SYS_TYPES_H 1
5452| #define HAVE_SYS_WAIT_H 1
5453| #define HAVE_NETINET_IN_H 1
5454| #define HAVE_ARPA_INET_H 1
5455| /* end confdefs.h.  */
5456|
5457| #if HAVE_SYS_STREAM_H
5458| #  include <sys/stream.h>
5459| #endif
5460|
5461|
5462| #include <sys/ptem.h>
5463configure:14452: result: no
5464configure:14464: checking for sys/resource.h
5465configure:14464: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5466configure:14464: $? = 0
5467configure:14464: result: yes
5468configure:14479: checking for working alloca.h
5469configure:14506: result: yes
5470configure:14514: checking for alloca
5471configure:14626: checking for uid_t in sys/types.h
5472configure:14647: result: yes
5473configure:14658: checking for working chown
5474configure:14698: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5475configure:14698: $? = 0
5476configure:14698: ./conftest
5477configure:14698: $? = 0
5478configure:14711: result: yes
5479configure:14719: checking whether getpgrp requires zero arguments
5480configure:14737: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
5481conftest.c:228:10: error: too many arguments to function call, expected 0, have 1
5482getpgrp (0);
5483~~~~~~~  ^
5484/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/unistd.h:459:8: note: 'getpgrp' declared here
5485pid_t    getpgrp(void);
5486         ^
54871 error generated.
5488configure:14737: $? = 1
5489configure: failed program was:
5490| /* confdefs.h */
5491| #define PACKAGE_NAME "bash"
5492| #define PACKAGE_TARNAME "bash"
5493| #define PACKAGE_VERSION "5.2-release"
5494| #define PACKAGE_STRING "bash 5.2-release"
5495| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5496| #define PACKAGE_URL ""
5497| #define ALIAS 1
5498| #define PUSHD_AND_POPD 1
5499| #define RESTRICTED_SHELL 1
5500| #define PROCESS_SUBSTITUTION 1
5501| #define PROMPT_STRING_DECODE 1
5502| #define SELECT_COMMAND 1
5503| #define HELP_BUILTIN 1
5504| #define ARRAY_VARS 1
5505| #define DPAREN_ARITHMETIC 1
5506| #define BRACE_EXPANSION 1
5507| #define COMMAND_TIMING 1
5508| #define EXTENDED_GLOB 1
5509| #define EXTGLOB_DEFAULT 0
5510| #define COND_COMMAND 1
5511| #define COND_REGEXP 1
5512| #define COPROCESS_SUPPORT 1
5513| #define ARITH_FOR_COMMAND 1
5514| #define NETWORK_REDIRECTIONS 1
5515| #define PROGRAMMABLE_COMPLETION 1
5516| #define DEBUGGER 1
5517| #define CASEMOD_ATTRS 1
5518| #define CASEMOD_EXPANSIONS 1
5519| #define GLOBASCII_DEFAULT 1
5520| #define FUNCTION_IMPORT 1
5521| #define TRANSLATABLE_STRINGS 1
5522| #define MEMSCRAMBLE 1
5523| #define HAVE_STDIO_H 1
5524| #define HAVE_STDLIB_H 1
5525| #define HAVE_STRING_H 1
5526| #define HAVE_INTTYPES_H 1
5527| #define HAVE_STDINT_H 1
5528| #define HAVE_STRINGS_H 1
5529| #define HAVE_SYS_STAT_H 1
5530| #define HAVE_SYS_TYPES_H 1
5531| #define HAVE_UNISTD_H 1
5532| #define HAVE_WCHAR_H 1
5533| #define HAVE_SYS_PARAM_H 1
5534| #define HAVE_XLOCALE_H 1
5535| #define HAVE_SYS_TIME_H 1
5536| #define STDC_HEADERS 1
5537| #define _ALL_SOURCE 1
5538| #define _DARWIN_C_SOURCE 1
5539| #define _GNU_SOURCE 1
5540| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5541| #define _NETBSD_SOURCE 1
5542| #define _OPENBSD_SOURCE 1
5543| #define _POSIX_PTHREAD_SEMANTICS 1
5544| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5545| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5546| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5547| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5548| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5549| #define __STDC_WANT_LIB_EXT2__ 1
5550| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5551| #define _TANDEM_SOURCE 1
5552| #define __EXTENSIONS__ 1
5553| #define READLINE 1
5554| #define HISTORY 1
5555| #define BANG_HISTORY 1
5556| #define HAVE_STRINGIZE 1
5557| #define HAVE_LONG_DOUBLE 1
5558| #define PROTOTYPES 1
5559| #define __PROTOTYPES 1
5560| #define restrict __restrict__
5561| #define HAVE_VISIBILITY 1
5562| #define HAVE_STDINT_H_WITH_UINTMAX 1
5563| #define HAVE_ALLOCA_H 1
5564| #define HAVE_ALLOCA 1
5565| #define HAVE_GETPAGESIZE 1
5566| #define HAVE_SYMLINK 1
5567| #define HAVE_USELOCALE 1
5568| #define HAVE_VPRINTF 1
5569| #define HAVE_ALARM 1
5570| #define HAVE_FPURGE 1
5571| #define HAVE_SNPRINTF 1
5572| #define HAVE_VSNPRINTF 1
5573| #define HAVE_MMAP 1
5574| #define INTDIV0_RAISES_SIGFPE 1
5575| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
5576| #define HAVE_UNSIGNED_LONG_LONG_INT 1
5577| #define HAVE_UINTMAX_T 1
5578| #define HAVE_INTTYPES_H 1
5579| #define USE_POSIX_THREADS 1
5580| #define HAVE_PTHREAD_RWLOCK 1
5581| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
5582| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
5583| #define HAVE_ICONV 1
5584| #define ICONV_CONST
5585| #define HAVE_BUILTIN_EXPECT 1
5586| #define HAVE_INTTYPES_H 1
5587| #define HAVE_LIMITS_H 1
5588| #define HAVE_UNISTD_H 1
5589| #define HAVE_SYS_PARAM_H 1
5590| #define HAVE_GETCWD 1
5591| #define HAVE_GETEGID 1
5592| #define HAVE_GETEUID 1
5593| #define HAVE_GETGID 1
5594| #define HAVE_GETUID 1
5595| #define HAVE_MUNMAP 1
5596| #define HAVE_STPCPY 1
5597| #define HAVE_STRCASECMP 1
5598| #define HAVE_STRDUP 1
5599| #define HAVE_STRTOUL 1
5600| #define HAVE_TSEARCH 1
5601| #define HAVE_LOCALECONV 1
5602| #define HAVE_DECL_FEOF_UNLOCKED 1
5603| #define HAVE_DECL_FGETS_UNLOCKED 0
5604| #define HAVE_LONG_LONG_INT 1
5605| #define HAVE_WCHAR_T 1
5606| #define HAVE_WINT_T 1
5607| #define HAVE_INTMAX_T 1
5608| #define HAVE_POSIX_PRINTF 1
5609| #define HAVE_STDINT_H 1
5610| #define HAVE_STDINT_H 1
5611| #define HAVE_WORKING_O_NOATIME 1
5612| #define HAVE_WORKING_O_NOFOLLOW 1
5613| #define HAVE_WORKING_USELOCALE 1
5614| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5615| #define HAVE_CFLOCALECOPYCURRENT 1
5616| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5617| #define FLEXIBLE_ARRAY_MEMBER /**/
5618| #define HAVE_STDDEF_H 1
5619| #define HAVE_STDLIB_H 1
5620| #define HAVE_STRING_H 1
5621| #define HAVE_ASPRINTF 1
5622| #define HAVE_FWPRINTF 1
5623| #define HAVE_NEWLOCALE 1
5624| #define HAVE_PUTENV 1
5625| #define HAVE_SETENV 1
5626| #define HAVE_SETLOCALE 1
5627| #define HAVE_SNPRINTF 1
5628| #define HAVE_STRNLEN 1
5629| #define HAVE_USELOCALE 1
5630| #define HAVE_WCSLEN 1
5631| #define HAVE_WCSNLEN 1
5632| #define HAVE_MBRTOWC 1
5633| #define HAVE_WCRTOMB 1
5634| #define HAVE_DECL__SNPRINTF 0
5635| #define HAVE_DECL__SNWPRINTF 0
5636| #define HAVE_DECL_GETC_UNLOCKED 1
5637| #define HAVE_LANGINFO_CODESET 1
5638| #define HAVE_LC_MESSAGES 1
5639| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5640| #define HAVE_CFLOCALECOPYCURRENT 1
5641| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5642| #define ENABLE_NLS 1
5643| #define HAVE_GETTEXT 1
5644| #define HAVE_DCGETTEXT 1
5645| #define HAVE_DIRENT_H 1
5646| #define HAVE_INTTYPES_H 1
5647| #define HAVE_UNISTD_H 1
5648| #define HAVE_STDLIB_H 1
5649| #define HAVE_STDARG_H 1
5650| #define HAVE_LIMITS_H 1
5651| #define HAVE_STRING_H 1
5652| #define HAVE_MEMORY_H 1
5653| #define HAVE_LOCALE_H 1
5654| #define HAVE_TERMCAP_H 1
5655| #define HAVE_TERMIOS_H 1
5656| #define HAVE_DLFCN_H 1
5657| #define HAVE_STDBOOL_H 1
5658| #define HAVE_STDDEF_H 1
5659| #define HAVE_STDINT_H 1
5660| #define HAVE_NETDB_H 1
5661| #define HAVE_PWD_H 1
5662| #define HAVE_GRP_H 1
5663| #define HAVE_STRINGS_H 1
5664| #define HAVE_REGEX_H 1
5665| #define HAVE_SYSLOG_H 1
5666| #define HAVE_ULIMIT_H 1
5667| #define HAVE_SYS_SELECT_H 1
5668| #define HAVE_SYS_FILE_H 1
5669| #define HAVE_SYS_IOCTL_H 1
5670| #define HAVE_SYS_MMAN_H 1
5671| #define HAVE_SYS_PARAM_H 1
5672| #define HAVE_SYS_RANDOM_H 1
5673| #define HAVE_SYS_SOCKET_H 1
5674| #define HAVE_SYS_STAT_H 1
5675| #define HAVE_SYS_TIME_H 1
5676| #define HAVE_SYS_TIMES_H 1
5677| #define HAVE_SYS_TYPES_H 1
5678| #define HAVE_SYS_WAIT_H 1
5679| #define HAVE_NETINET_IN_H 1
5680| #define HAVE_ARPA_INET_H 1
5681| #define HAVE_SYS_RESOURCE_H 1
5682| #define HAVE_ALLOCA_H 1
5683| #define HAVE_ALLOCA 1
5684| #define HAVE_CHOWN 1
5685| /* end confdefs.h.  */
5686| #include <stddef.h>
5687| #ifdef HAVE_STDIO_H
5688| # include <stdio.h>
5689| #endif
5690| #ifdef HAVE_STDLIB_H
5691| # include <stdlib.h>
5692| #endif
5693| #ifdef HAVE_STRING_H
5694| # include <string.h>
5695| #endif
5696| #ifdef HAVE_INTTYPES_H
5697| # include <inttypes.h>
5698| #endif
5699| #ifdef HAVE_STDINT_H
5700| # include <stdint.h>
5701| #endif
5702| #ifdef HAVE_STRINGS_H
5703| # include <strings.h>
5704| #endif
5705| #ifdef HAVE_SYS_TYPES_H
5706| # include <sys/types.h>
5707| #endif
5708| #ifdef HAVE_SYS_STAT_H
5709| # include <sys/stat.h>
5710| #endif
5711| #ifdef HAVE_UNISTD_H
5712| # include <unistd.h>
5713| #endif
5714| int
5715| main (void)
5716| {
5717| getpgrp (0);
5718|   ;
5719|   return 0;
5720| }
5721configure:14746: result: yes
5722configure:14767: checking for working strcoll
5723configure:14795: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5724configure:14795: $? = 0
5725configure:14795: ./conftest
5726configure:14795: $? = 0
5727configure:14806: result: yes
5728configure:14858: checking for __setostype
5729configure:14858: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5730Undefined symbols for architecture x86_64:
5731  "___setostype", referenced from:
5732      _main in conftest-caa11d.o
5733ld: symbol(s) not found for architecture x86_64
5734clang: error: linker command failed with exit code 1 (use -v to see invocation)
5735configure:14858: $? = 1
5736configure: failed program was:
5737| /* confdefs.h */
5738| #define PACKAGE_NAME "bash"
5739| #define PACKAGE_TARNAME "bash"
5740| #define PACKAGE_VERSION "5.2-release"
5741| #define PACKAGE_STRING "bash 5.2-release"
5742| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5743| #define PACKAGE_URL ""
5744| #define ALIAS 1
5745| #define PUSHD_AND_POPD 1
5746| #define RESTRICTED_SHELL 1
5747| #define PROCESS_SUBSTITUTION 1
5748| #define PROMPT_STRING_DECODE 1
5749| #define SELECT_COMMAND 1
5750| #define HELP_BUILTIN 1
5751| #define ARRAY_VARS 1
5752| #define DPAREN_ARITHMETIC 1
5753| #define BRACE_EXPANSION 1
5754| #define COMMAND_TIMING 1
5755| #define EXTENDED_GLOB 1
5756| #define EXTGLOB_DEFAULT 0
5757| #define COND_COMMAND 1
5758| #define COND_REGEXP 1
5759| #define COPROCESS_SUPPORT 1
5760| #define ARITH_FOR_COMMAND 1
5761| #define NETWORK_REDIRECTIONS 1
5762| #define PROGRAMMABLE_COMPLETION 1
5763| #define DEBUGGER 1
5764| #define CASEMOD_ATTRS 1
5765| #define CASEMOD_EXPANSIONS 1
5766| #define GLOBASCII_DEFAULT 1
5767| #define FUNCTION_IMPORT 1
5768| #define TRANSLATABLE_STRINGS 1
5769| #define MEMSCRAMBLE 1
5770| #define HAVE_STDIO_H 1
5771| #define HAVE_STDLIB_H 1
5772| #define HAVE_STRING_H 1
5773| #define HAVE_INTTYPES_H 1
5774| #define HAVE_STDINT_H 1
5775| #define HAVE_STRINGS_H 1
5776| #define HAVE_SYS_STAT_H 1
5777| #define HAVE_SYS_TYPES_H 1
5778| #define HAVE_UNISTD_H 1
5779| #define HAVE_WCHAR_H 1
5780| #define HAVE_SYS_PARAM_H 1
5781| #define HAVE_XLOCALE_H 1
5782| #define HAVE_SYS_TIME_H 1
5783| #define STDC_HEADERS 1
5784| #define _ALL_SOURCE 1
5785| #define _DARWIN_C_SOURCE 1
5786| #define _GNU_SOURCE 1
5787| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5788| #define _NETBSD_SOURCE 1
5789| #define _OPENBSD_SOURCE 1
5790| #define _POSIX_PTHREAD_SEMANTICS 1
5791| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5792| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5793| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5794| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5795| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5796| #define __STDC_WANT_LIB_EXT2__ 1
5797| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5798| #define _TANDEM_SOURCE 1
5799| #define __EXTENSIONS__ 1
5800| #define READLINE 1
5801| #define HISTORY 1
5802| #define BANG_HISTORY 1
5803| #define HAVE_STRINGIZE 1
5804| #define HAVE_LONG_DOUBLE 1
5805| #define PROTOTYPES 1
5806| #define __PROTOTYPES 1
5807| #define restrict __restrict__
5808| #define HAVE_VISIBILITY 1
5809| #define HAVE_STDINT_H_WITH_UINTMAX 1
5810| #define HAVE_ALLOCA_H 1
5811| #define HAVE_ALLOCA 1
5812| #define HAVE_GETPAGESIZE 1
5813| #define HAVE_SYMLINK 1
5814| #define HAVE_USELOCALE 1
5815| #define HAVE_VPRINTF 1
5816| #define HAVE_ALARM 1
5817| #define HAVE_FPURGE 1
5818| #define HAVE_SNPRINTF 1
5819| #define HAVE_VSNPRINTF 1
5820| #define HAVE_MMAP 1
5821| #define INTDIV0_RAISES_SIGFPE 1
5822| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
5823| #define HAVE_UNSIGNED_LONG_LONG_INT 1
5824| #define HAVE_UINTMAX_T 1
5825| #define HAVE_INTTYPES_H 1
5826| #define USE_POSIX_THREADS 1
5827| #define HAVE_PTHREAD_RWLOCK 1
5828| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
5829| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
5830| #define HAVE_ICONV 1
5831| #define ICONV_CONST
5832| #define HAVE_BUILTIN_EXPECT 1
5833| #define HAVE_INTTYPES_H 1
5834| #define HAVE_LIMITS_H 1
5835| #define HAVE_UNISTD_H 1
5836| #define HAVE_SYS_PARAM_H 1
5837| #define HAVE_GETCWD 1
5838| #define HAVE_GETEGID 1
5839| #define HAVE_GETEUID 1
5840| #define HAVE_GETGID 1
5841| #define HAVE_GETUID 1
5842| #define HAVE_MUNMAP 1
5843| #define HAVE_STPCPY 1
5844| #define HAVE_STRCASECMP 1
5845| #define HAVE_STRDUP 1
5846| #define HAVE_STRTOUL 1
5847| #define HAVE_TSEARCH 1
5848| #define HAVE_LOCALECONV 1
5849| #define HAVE_DECL_FEOF_UNLOCKED 1
5850| #define HAVE_DECL_FGETS_UNLOCKED 0
5851| #define HAVE_LONG_LONG_INT 1
5852| #define HAVE_WCHAR_T 1
5853| #define HAVE_WINT_T 1
5854| #define HAVE_INTMAX_T 1
5855| #define HAVE_POSIX_PRINTF 1
5856| #define HAVE_STDINT_H 1
5857| #define HAVE_STDINT_H 1
5858| #define HAVE_WORKING_O_NOATIME 1
5859| #define HAVE_WORKING_O_NOFOLLOW 1
5860| #define HAVE_WORKING_USELOCALE 1
5861| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5862| #define HAVE_CFLOCALECOPYCURRENT 1
5863| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5864| #define FLEXIBLE_ARRAY_MEMBER /**/
5865| #define HAVE_STDDEF_H 1
5866| #define HAVE_STDLIB_H 1
5867| #define HAVE_STRING_H 1
5868| #define HAVE_ASPRINTF 1
5869| #define HAVE_FWPRINTF 1
5870| #define HAVE_NEWLOCALE 1
5871| #define HAVE_PUTENV 1
5872| #define HAVE_SETENV 1
5873| #define HAVE_SETLOCALE 1
5874| #define HAVE_SNPRINTF 1
5875| #define HAVE_STRNLEN 1
5876| #define HAVE_USELOCALE 1
5877| #define HAVE_WCSLEN 1
5878| #define HAVE_WCSNLEN 1
5879| #define HAVE_MBRTOWC 1
5880| #define HAVE_WCRTOMB 1
5881| #define HAVE_DECL__SNPRINTF 0
5882| #define HAVE_DECL__SNWPRINTF 0
5883| #define HAVE_DECL_GETC_UNLOCKED 1
5884| #define HAVE_LANGINFO_CODESET 1
5885| #define HAVE_LC_MESSAGES 1
5886| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5887| #define HAVE_CFLOCALECOPYCURRENT 1
5888| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
5889| #define ENABLE_NLS 1
5890| #define HAVE_GETTEXT 1
5891| #define HAVE_DCGETTEXT 1
5892| #define HAVE_DIRENT_H 1
5893| #define HAVE_INTTYPES_H 1
5894| #define HAVE_UNISTD_H 1
5895| #define HAVE_STDLIB_H 1
5896| #define HAVE_STDARG_H 1
5897| #define HAVE_LIMITS_H 1
5898| #define HAVE_STRING_H 1
5899| #define HAVE_MEMORY_H 1
5900| #define HAVE_LOCALE_H 1
5901| #define HAVE_TERMCAP_H 1
5902| #define HAVE_TERMIOS_H 1
5903| #define HAVE_DLFCN_H 1
5904| #define HAVE_STDBOOL_H 1
5905| #define HAVE_STDDEF_H 1
5906| #define HAVE_STDINT_H 1
5907| #define HAVE_NETDB_H 1
5908| #define HAVE_PWD_H 1
5909| #define HAVE_GRP_H 1
5910| #define HAVE_STRINGS_H 1
5911| #define HAVE_REGEX_H 1
5912| #define HAVE_SYSLOG_H 1
5913| #define HAVE_ULIMIT_H 1
5914| #define HAVE_SYS_SELECT_H 1
5915| #define HAVE_SYS_FILE_H 1
5916| #define HAVE_SYS_IOCTL_H 1
5917| #define HAVE_SYS_MMAN_H 1
5918| #define HAVE_SYS_PARAM_H 1
5919| #define HAVE_SYS_RANDOM_H 1
5920| #define HAVE_SYS_SOCKET_H 1
5921| #define HAVE_SYS_STAT_H 1
5922| #define HAVE_SYS_TIME_H 1
5923| #define HAVE_SYS_TIMES_H 1
5924| #define HAVE_SYS_TYPES_H 1
5925| #define HAVE_SYS_WAIT_H 1
5926| #define HAVE_NETINET_IN_H 1
5927| #define HAVE_ARPA_INET_H 1
5928| #define HAVE_SYS_RESOURCE_H 1
5929| #define HAVE_ALLOCA_H 1
5930| #define HAVE_ALLOCA 1
5931| #define HAVE_CHOWN 1
5932| #define GETPGRP_VOID 1
5933| #define HAVE_STRCOLL 1
5934| /* end confdefs.h.  */
5935| /* Define __setostype to an innocuous variant, in case <limits.h> declares __setostype.
5936|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5937| #define __setostype innocuous___setostype
5938|
5939| /* System header to define __stub macros and hopefully few prototypes,
5940|    which can conflict with char __setostype (); below.  */
5941|
5942| #include <limits.h>
5943| #undef __setostype
5944|
5945| /* Override any GCC internal prototype to avoid an error.
5946|    Use char because int might match the return type of a GCC
5947|    builtin and then its argument prototype would still apply.  */
5948| #ifdef __cplusplus
5949| extern "C"
5950| #endif
5951| char __setostype ();
5952| /* The GNU C library defines this for functions which it implements
5953|     to always fail with ENOSYS.  Some functions are actually named
5954|     something starting with __ and the normal name is an alias.  */
5955| #if defined __stub___setostype || defined __stub_____setostype
5956| choke me
5957| #endif
5958|
5959| int
5960| main (void)
5961| {
5962| return __setostype ();
5963|   ;
5964|   return 0;
5965| }
5966configure:14858: result: no
5967configure:14865: checking for wait3
5968configure:14865: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5969configure:14865: $? = 0
5970configure:14865: result: yes
5971configure:14873: checking for mkfifo
5972configure:14873: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5973configure:14873: $? = 0
5974configure:14873: result: yes
5975configure:14884: checking for dup2
5976configure:14884: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5977configure:14884: $? = 0
5978configure:14884: result: yes
5979configure:14890: checking for eaccess
5980configure:14890: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
5981Undefined symbols for architecture x86_64:
5982  "_eaccess", referenced from:
5983      _main in conftest-0a0862.o
5984ld: symbol(s) not found for architecture x86_64
5985clang: error: linker command failed with exit code 1 (use -v to see invocation)
5986configure:14890: $? = 1
5987configure: failed program was:
5988| /* confdefs.h */
5989| #define PACKAGE_NAME "bash"
5990| #define PACKAGE_TARNAME "bash"
5991| #define PACKAGE_VERSION "5.2-release"
5992| #define PACKAGE_STRING "bash 5.2-release"
5993| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
5994| #define PACKAGE_URL ""
5995| #define ALIAS 1
5996| #define PUSHD_AND_POPD 1
5997| #define RESTRICTED_SHELL 1
5998| #define PROCESS_SUBSTITUTION 1
5999| #define PROMPT_STRING_DECODE 1
6000| #define SELECT_COMMAND 1
6001| #define HELP_BUILTIN 1
6002| #define ARRAY_VARS 1
6003| #define DPAREN_ARITHMETIC 1
6004| #define BRACE_EXPANSION 1
6005| #define COMMAND_TIMING 1
6006| #define EXTENDED_GLOB 1
6007| #define EXTGLOB_DEFAULT 0
6008| #define COND_COMMAND 1
6009| #define COND_REGEXP 1
6010| #define COPROCESS_SUPPORT 1
6011| #define ARITH_FOR_COMMAND 1
6012| #define NETWORK_REDIRECTIONS 1
6013| #define PROGRAMMABLE_COMPLETION 1
6014| #define DEBUGGER 1
6015| #define CASEMOD_ATTRS 1
6016| #define CASEMOD_EXPANSIONS 1
6017| #define GLOBASCII_DEFAULT 1
6018| #define FUNCTION_IMPORT 1
6019| #define TRANSLATABLE_STRINGS 1
6020| #define MEMSCRAMBLE 1
6021| #define HAVE_STDIO_H 1
6022| #define HAVE_STDLIB_H 1
6023| #define HAVE_STRING_H 1
6024| #define HAVE_INTTYPES_H 1
6025| #define HAVE_STDINT_H 1
6026| #define HAVE_STRINGS_H 1
6027| #define HAVE_SYS_STAT_H 1
6028| #define HAVE_SYS_TYPES_H 1
6029| #define HAVE_UNISTD_H 1
6030| #define HAVE_WCHAR_H 1
6031| #define HAVE_SYS_PARAM_H 1
6032| #define HAVE_XLOCALE_H 1
6033| #define HAVE_SYS_TIME_H 1
6034| #define STDC_HEADERS 1
6035| #define _ALL_SOURCE 1
6036| #define _DARWIN_C_SOURCE 1
6037| #define _GNU_SOURCE 1
6038| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6039| #define _NETBSD_SOURCE 1
6040| #define _OPENBSD_SOURCE 1
6041| #define _POSIX_PTHREAD_SEMANTICS 1
6042| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6043| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6044| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6045| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6046| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6047| #define __STDC_WANT_LIB_EXT2__ 1
6048| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6049| #define _TANDEM_SOURCE 1
6050| #define __EXTENSIONS__ 1
6051| #define READLINE 1
6052| #define HISTORY 1
6053| #define BANG_HISTORY 1
6054| #define HAVE_STRINGIZE 1
6055| #define HAVE_LONG_DOUBLE 1
6056| #define PROTOTYPES 1
6057| #define __PROTOTYPES 1
6058| #define restrict __restrict__
6059| #define HAVE_VISIBILITY 1
6060| #define HAVE_STDINT_H_WITH_UINTMAX 1
6061| #define HAVE_ALLOCA_H 1
6062| #define HAVE_ALLOCA 1
6063| #define HAVE_GETPAGESIZE 1
6064| #define HAVE_SYMLINK 1
6065| #define HAVE_USELOCALE 1
6066| #define HAVE_VPRINTF 1
6067| #define HAVE_ALARM 1
6068| #define HAVE_FPURGE 1
6069| #define HAVE_SNPRINTF 1
6070| #define HAVE_VSNPRINTF 1
6071| #define HAVE_MMAP 1
6072| #define INTDIV0_RAISES_SIGFPE 1
6073| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
6074| #define HAVE_UNSIGNED_LONG_LONG_INT 1
6075| #define HAVE_UINTMAX_T 1
6076| #define HAVE_INTTYPES_H 1
6077| #define USE_POSIX_THREADS 1
6078| #define HAVE_PTHREAD_RWLOCK 1
6079| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
6080| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
6081| #define HAVE_ICONV 1
6082| #define ICONV_CONST
6083| #define HAVE_BUILTIN_EXPECT 1
6084| #define HAVE_INTTYPES_H 1
6085| #define HAVE_LIMITS_H 1
6086| #define HAVE_UNISTD_H 1
6087| #define HAVE_SYS_PARAM_H 1
6088| #define HAVE_GETCWD 1
6089| #define HAVE_GETEGID 1
6090| #define HAVE_GETEUID 1
6091| #define HAVE_GETGID 1
6092| #define HAVE_GETUID 1
6093| #define HAVE_MUNMAP 1
6094| #define HAVE_STPCPY 1
6095| #define HAVE_STRCASECMP 1
6096| #define HAVE_STRDUP 1
6097| #define HAVE_STRTOUL 1
6098| #define HAVE_TSEARCH 1
6099| #define HAVE_LOCALECONV 1
6100| #define HAVE_DECL_FEOF_UNLOCKED 1
6101| #define HAVE_DECL_FGETS_UNLOCKED 0
6102| #define HAVE_LONG_LONG_INT 1
6103| #define HAVE_WCHAR_T 1
6104| #define HAVE_WINT_T 1
6105| #define HAVE_INTMAX_T 1
6106| #define HAVE_POSIX_PRINTF 1
6107| #define HAVE_STDINT_H 1
6108| #define HAVE_STDINT_H 1
6109| #define HAVE_WORKING_O_NOATIME 1
6110| #define HAVE_WORKING_O_NOFOLLOW 1
6111| #define HAVE_WORKING_USELOCALE 1
6112| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6113| #define HAVE_CFLOCALECOPYCURRENT 1
6114| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6115| #define FLEXIBLE_ARRAY_MEMBER /**/
6116| #define HAVE_STDDEF_H 1
6117| #define HAVE_STDLIB_H 1
6118| #define HAVE_STRING_H 1
6119| #define HAVE_ASPRINTF 1
6120| #define HAVE_FWPRINTF 1
6121| #define HAVE_NEWLOCALE 1
6122| #define HAVE_PUTENV 1
6123| #define HAVE_SETENV 1
6124| #define HAVE_SETLOCALE 1
6125| #define HAVE_SNPRINTF 1
6126| #define HAVE_STRNLEN 1
6127| #define HAVE_USELOCALE 1
6128| #define HAVE_WCSLEN 1
6129| #define HAVE_WCSNLEN 1
6130| #define HAVE_MBRTOWC 1
6131| #define HAVE_WCRTOMB 1
6132| #define HAVE_DECL__SNPRINTF 0
6133| #define HAVE_DECL__SNWPRINTF 0
6134| #define HAVE_DECL_GETC_UNLOCKED 1
6135| #define HAVE_LANGINFO_CODESET 1
6136| #define HAVE_LC_MESSAGES 1
6137| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6138| #define HAVE_CFLOCALECOPYCURRENT 1
6139| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6140| #define ENABLE_NLS 1
6141| #define HAVE_GETTEXT 1
6142| #define HAVE_DCGETTEXT 1
6143| #define HAVE_DIRENT_H 1
6144| #define HAVE_INTTYPES_H 1
6145| #define HAVE_UNISTD_H 1
6146| #define HAVE_STDLIB_H 1
6147| #define HAVE_STDARG_H 1
6148| #define HAVE_LIMITS_H 1
6149| #define HAVE_STRING_H 1
6150| #define HAVE_MEMORY_H 1
6151| #define HAVE_LOCALE_H 1
6152| #define HAVE_TERMCAP_H 1
6153| #define HAVE_TERMIOS_H 1
6154| #define HAVE_DLFCN_H 1
6155| #define HAVE_STDBOOL_H 1
6156| #define HAVE_STDDEF_H 1
6157| #define HAVE_STDINT_H 1
6158| #define HAVE_NETDB_H 1
6159| #define HAVE_PWD_H 1
6160| #define HAVE_GRP_H 1
6161| #define HAVE_STRINGS_H 1
6162| #define HAVE_REGEX_H 1
6163| #define HAVE_SYSLOG_H 1
6164| #define HAVE_ULIMIT_H 1
6165| #define HAVE_SYS_SELECT_H 1
6166| #define HAVE_SYS_FILE_H 1
6167| #define HAVE_SYS_IOCTL_H 1
6168| #define HAVE_SYS_MMAN_H 1
6169| #define HAVE_SYS_PARAM_H 1
6170| #define HAVE_SYS_RANDOM_H 1
6171| #define HAVE_SYS_SOCKET_H 1
6172| #define HAVE_SYS_STAT_H 1
6173| #define HAVE_SYS_TIME_H 1
6174| #define HAVE_SYS_TIMES_H 1
6175| #define HAVE_SYS_TYPES_H 1
6176| #define HAVE_SYS_WAIT_H 1
6177| #define HAVE_NETINET_IN_H 1
6178| #define HAVE_ARPA_INET_H 1
6179| #define HAVE_SYS_RESOURCE_H 1
6180| #define HAVE_ALLOCA_H 1
6181| #define HAVE_ALLOCA 1
6182| #define HAVE_CHOWN 1
6183| #define GETPGRP_VOID 1
6184| #define HAVE_STRCOLL 1
6185| #define HAVE_WAIT3 1
6186| #define HAVE_MKFIFO 1
6187| #define HAVE_DUP2 1
6188| /* end confdefs.h.  */
6189| /* Define eaccess to an innocuous variant, in case <limits.h> declares eaccess.
6190|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6191| #define eaccess innocuous_eaccess
6192|
6193| /* System header to define __stub macros and hopefully few prototypes,
6194|    which can conflict with char eaccess (); below.  */
6195|
6196| #include <limits.h>
6197| #undef eaccess
6198|
6199| /* Override any GCC internal prototype to avoid an error.
6200|    Use char because int might match the return type of a GCC
6201|    builtin and then its argument prototype would still apply.  */
6202| #ifdef __cplusplus
6203| extern "C"
6204| #endif
6205| char eaccess ();
6206| /* The GNU C library defines this for functions which it implements
6207|     to always fail with ENOSYS.  Some functions are actually named
6208|     something starting with __ and the normal name is an alias.  */
6209| #if defined __stub_eaccess || defined __stub___eaccess
6210| choke me
6211| #endif
6212|
6213| int
6214| main (void)
6215| {
6216| return eaccess ();
6217|   ;
6218|   return 0;
6219| }
6220configure:14890: result: no
6221configure:14896: checking for fcntl
6222configure:14896: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6223configure:14896: $? = 0
6224configure:14896: result: yes
6225configure:14902: checking for getdtablesize
6226configure:14902: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6227configure:14902: $? = 0
6228configure:14902: result: yes
6229configure:14908: checking for getentropy
6230configure:14908: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6231configure:14908: $? = 0
6232configure:14908: result: yes
6233configure:14914: checking for getgroups
6234configure:14914: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6235configure:14914: $? = 0
6236configure:14914: result: yes
6237configure:14920: checking for gethostname
6238configure:14920: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6239configure:14920: $? = 0
6240configure:14920: result: yes
6241configure:14926: checking for getpagesize
6242configure:14926: result: yes
6243configure:14932: checking for getpeername
6244configure:14932: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6245configure:14932: $? = 0
6246configure:14932: result: yes
6247configure:14938: checking for getrandom
6248configure:14938: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6249Undefined symbols for architecture x86_64:
6250  "_getrandom", referenced from:
6251      _main in conftest-0ffbc8.o
6252ld: symbol(s) not found for architecture x86_64
6253clang: error: linker command failed with exit code 1 (use -v to see invocation)
6254configure:14938: $? = 1
6255configure: failed program was:
6256| /* confdefs.h */
6257| #define PACKAGE_NAME "bash"
6258| #define PACKAGE_TARNAME "bash"
6259| #define PACKAGE_VERSION "5.2-release"
6260| #define PACKAGE_STRING "bash 5.2-release"
6261| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
6262| #define PACKAGE_URL ""
6263| #define ALIAS 1
6264| #define PUSHD_AND_POPD 1
6265| #define RESTRICTED_SHELL 1
6266| #define PROCESS_SUBSTITUTION 1
6267| #define PROMPT_STRING_DECODE 1
6268| #define SELECT_COMMAND 1
6269| #define HELP_BUILTIN 1
6270| #define ARRAY_VARS 1
6271| #define DPAREN_ARITHMETIC 1
6272| #define BRACE_EXPANSION 1
6273| #define COMMAND_TIMING 1
6274| #define EXTENDED_GLOB 1
6275| #define EXTGLOB_DEFAULT 0
6276| #define COND_COMMAND 1
6277| #define COND_REGEXP 1
6278| #define COPROCESS_SUPPORT 1
6279| #define ARITH_FOR_COMMAND 1
6280| #define NETWORK_REDIRECTIONS 1
6281| #define PROGRAMMABLE_COMPLETION 1
6282| #define DEBUGGER 1
6283| #define CASEMOD_ATTRS 1
6284| #define CASEMOD_EXPANSIONS 1
6285| #define GLOBASCII_DEFAULT 1
6286| #define FUNCTION_IMPORT 1
6287| #define TRANSLATABLE_STRINGS 1
6288| #define MEMSCRAMBLE 1
6289| #define HAVE_STDIO_H 1
6290| #define HAVE_STDLIB_H 1
6291| #define HAVE_STRING_H 1
6292| #define HAVE_INTTYPES_H 1
6293| #define HAVE_STDINT_H 1
6294| #define HAVE_STRINGS_H 1
6295| #define HAVE_SYS_STAT_H 1
6296| #define HAVE_SYS_TYPES_H 1
6297| #define HAVE_UNISTD_H 1
6298| #define HAVE_WCHAR_H 1
6299| #define HAVE_SYS_PARAM_H 1
6300| #define HAVE_XLOCALE_H 1
6301| #define HAVE_SYS_TIME_H 1
6302| #define STDC_HEADERS 1
6303| #define _ALL_SOURCE 1
6304| #define _DARWIN_C_SOURCE 1
6305| #define _GNU_SOURCE 1
6306| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6307| #define _NETBSD_SOURCE 1
6308| #define _OPENBSD_SOURCE 1
6309| #define _POSIX_PTHREAD_SEMANTICS 1
6310| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6311| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6312| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6313| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6314| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6315| #define __STDC_WANT_LIB_EXT2__ 1
6316| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6317| #define _TANDEM_SOURCE 1
6318| #define __EXTENSIONS__ 1
6319| #define READLINE 1
6320| #define HISTORY 1
6321| #define BANG_HISTORY 1
6322| #define HAVE_STRINGIZE 1
6323| #define HAVE_LONG_DOUBLE 1
6324| #define PROTOTYPES 1
6325| #define __PROTOTYPES 1
6326| #define restrict __restrict__
6327| #define HAVE_VISIBILITY 1
6328| #define HAVE_STDINT_H_WITH_UINTMAX 1
6329| #define HAVE_ALLOCA_H 1
6330| #define HAVE_ALLOCA 1
6331| #define HAVE_GETPAGESIZE 1
6332| #define HAVE_SYMLINK 1
6333| #define HAVE_USELOCALE 1
6334| #define HAVE_VPRINTF 1
6335| #define HAVE_ALARM 1
6336| #define HAVE_FPURGE 1
6337| #define HAVE_SNPRINTF 1
6338| #define HAVE_VSNPRINTF 1
6339| #define HAVE_MMAP 1
6340| #define INTDIV0_RAISES_SIGFPE 1
6341| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
6342| #define HAVE_UNSIGNED_LONG_LONG_INT 1
6343| #define HAVE_UINTMAX_T 1
6344| #define HAVE_INTTYPES_H 1
6345| #define USE_POSIX_THREADS 1
6346| #define HAVE_PTHREAD_RWLOCK 1
6347| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
6348| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
6349| #define HAVE_ICONV 1
6350| #define ICONV_CONST
6351| #define HAVE_BUILTIN_EXPECT 1
6352| #define HAVE_INTTYPES_H 1
6353| #define HAVE_LIMITS_H 1
6354| #define HAVE_UNISTD_H 1
6355| #define HAVE_SYS_PARAM_H 1
6356| #define HAVE_GETCWD 1
6357| #define HAVE_GETEGID 1
6358| #define HAVE_GETEUID 1
6359| #define HAVE_GETGID 1
6360| #define HAVE_GETUID 1
6361| #define HAVE_MUNMAP 1
6362| #define HAVE_STPCPY 1
6363| #define HAVE_STRCASECMP 1
6364| #define HAVE_STRDUP 1
6365| #define HAVE_STRTOUL 1
6366| #define HAVE_TSEARCH 1
6367| #define HAVE_LOCALECONV 1
6368| #define HAVE_DECL_FEOF_UNLOCKED 1
6369| #define HAVE_DECL_FGETS_UNLOCKED 0
6370| #define HAVE_LONG_LONG_INT 1
6371| #define HAVE_WCHAR_T 1
6372| #define HAVE_WINT_T 1
6373| #define HAVE_INTMAX_T 1
6374| #define HAVE_POSIX_PRINTF 1
6375| #define HAVE_STDINT_H 1
6376| #define HAVE_STDINT_H 1
6377| #define HAVE_WORKING_O_NOATIME 1
6378| #define HAVE_WORKING_O_NOFOLLOW 1
6379| #define HAVE_WORKING_USELOCALE 1
6380| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6381| #define HAVE_CFLOCALECOPYCURRENT 1
6382| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6383| #define FLEXIBLE_ARRAY_MEMBER /**/
6384| #define HAVE_STDDEF_H 1
6385| #define HAVE_STDLIB_H 1
6386| #define HAVE_STRING_H 1
6387| #define HAVE_ASPRINTF 1
6388| #define HAVE_FWPRINTF 1
6389| #define HAVE_NEWLOCALE 1
6390| #define HAVE_PUTENV 1
6391| #define HAVE_SETENV 1
6392| #define HAVE_SETLOCALE 1
6393| #define HAVE_SNPRINTF 1
6394| #define HAVE_STRNLEN 1
6395| #define HAVE_USELOCALE 1
6396| #define HAVE_WCSLEN 1
6397| #define HAVE_WCSNLEN 1
6398| #define HAVE_MBRTOWC 1
6399| #define HAVE_WCRTOMB 1
6400| #define HAVE_DECL__SNPRINTF 0
6401| #define HAVE_DECL__SNWPRINTF 0
6402| #define HAVE_DECL_GETC_UNLOCKED 1
6403| #define HAVE_LANGINFO_CODESET 1
6404| #define HAVE_LC_MESSAGES 1
6405| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6406| #define HAVE_CFLOCALECOPYCURRENT 1
6407| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6408| #define ENABLE_NLS 1
6409| #define HAVE_GETTEXT 1
6410| #define HAVE_DCGETTEXT 1
6411| #define HAVE_DIRENT_H 1
6412| #define HAVE_INTTYPES_H 1
6413| #define HAVE_UNISTD_H 1
6414| #define HAVE_STDLIB_H 1
6415| #define HAVE_STDARG_H 1
6416| #define HAVE_LIMITS_H 1
6417| #define HAVE_STRING_H 1
6418| #define HAVE_MEMORY_H 1
6419| #define HAVE_LOCALE_H 1
6420| #define HAVE_TERMCAP_H 1
6421| #define HAVE_TERMIOS_H 1
6422| #define HAVE_DLFCN_H 1
6423| #define HAVE_STDBOOL_H 1
6424| #define HAVE_STDDEF_H 1
6425| #define HAVE_STDINT_H 1
6426| #define HAVE_NETDB_H 1
6427| #define HAVE_PWD_H 1
6428| #define HAVE_GRP_H 1
6429| #define HAVE_STRINGS_H 1
6430| #define HAVE_REGEX_H 1
6431| #define HAVE_SYSLOG_H 1
6432| #define HAVE_ULIMIT_H 1
6433| #define HAVE_SYS_SELECT_H 1
6434| #define HAVE_SYS_FILE_H 1
6435| #define HAVE_SYS_IOCTL_H 1
6436| #define HAVE_SYS_MMAN_H 1
6437| #define HAVE_SYS_PARAM_H 1
6438| #define HAVE_SYS_RANDOM_H 1
6439| #define HAVE_SYS_SOCKET_H 1
6440| #define HAVE_SYS_STAT_H 1
6441| #define HAVE_SYS_TIME_H 1
6442| #define HAVE_SYS_TIMES_H 1
6443| #define HAVE_SYS_TYPES_H 1
6444| #define HAVE_SYS_WAIT_H 1
6445| #define HAVE_NETINET_IN_H 1
6446| #define HAVE_ARPA_INET_H 1
6447| #define HAVE_SYS_RESOURCE_H 1
6448| #define HAVE_ALLOCA_H 1
6449| #define HAVE_ALLOCA 1
6450| #define HAVE_CHOWN 1
6451| #define GETPGRP_VOID 1
6452| #define HAVE_STRCOLL 1
6453| #define HAVE_WAIT3 1
6454| #define HAVE_MKFIFO 1
6455| #define HAVE_DUP2 1
6456| #define HAVE_FCNTL 1
6457| #define HAVE_GETDTABLESIZE 1
6458| #define HAVE_GETENTROPY 1
6459| #define HAVE_GETGROUPS 1
6460| #define HAVE_GETHOSTNAME 1
6461| #define HAVE_GETPAGESIZE 1
6462| #define HAVE_GETPEERNAME 1
6463| /* end confdefs.h.  */
6464| /* Define getrandom to an innocuous variant, in case <limits.h> declares getrandom.
6465|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6466| #define getrandom innocuous_getrandom
6467|
6468| /* System header to define __stub macros and hopefully few prototypes,
6469|    which can conflict with char getrandom (); below.  */
6470|
6471| #include <limits.h>
6472| #undef getrandom
6473|
6474| /* Override any GCC internal prototype to avoid an error.
6475|    Use char because int might match the return type of a GCC
6476|    builtin and then its argument prototype would still apply.  */
6477| #ifdef __cplusplus
6478| extern "C"
6479| #endif
6480| char getrandom ();
6481| /* The GNU C library defines this for functions which it implements
6482|     to always fail with ENOSYS.  Some functions are actually named
6483|     something starting with __ and the normal name is an alias.  */
6484| #if defined __stub_getrandom || defined __stub___getrandom
6485| choke me
6486| #endif
6487|
6488| int
6489| main (void)
6490| {
6491| return getrandom ();
6492|   ;
6493|   return 0;
6494| }
6495configure:14938: result: no
6496configure:14944: checking for getrlimit
6497configure:14944: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6498configure:14944: $? = 0
6499configure:14944: result: yes
6500configure:14950: checking for getrusage
6501configure:14950: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6502configure:14950: $? = 0
6503configure:14950: result: yes
6504configure:14956: checking for gettimeofday
6505configure:14956: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6506configure:14956: $? = 0
6507configure:14956: result: yes
6508configure:14962: checking for kill
6509configure:14962: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6510configure:14962: $? = 0
6511configure:14962: result: yes
6512configure:14968: checking for killpg
6513configure:14968: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6514configure:14968: $? = 0
6515configure:14968: result: yes
6516configure:14974: checking for lstat
6517configure:14974: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6518configure:14974: $? = 0
6519configure:14974: result: yes
6520configure:14980: checking for pselect
6521configure:14980: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6522configure:14980: $? = 0
6523configure:14980: result: yes
6524configure:14986: checking for readlink
6525configure:14986: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6526configure:14986: $? = 0
6527configure:14986: result: yes
6528configure:14992: checking for select
6529configure:14992: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6530configure:14992: $? = 0
6531configure:14992: result: yes
6532configure:14998: checking for setdtablesize
6533configure:14998: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6534Undefined symbols for architecture x86_64:
6535  "_setdtablesize", referenced from:
6536      _main in conftest-c6a588.o
6537ld: symbol(s) not found for architecture x86_64
6538clang: error: linker command failed with exit code 1 (use -v to see invocation)
6539configure:14998: $? = 1
6540configure: failed program was:
6541| /* confdefs.h */
6542| #define PACKAGE_NAME "bash"
6543| #define PACKAGE_TARNAME "bash"
6544| #define PACKAGE_VERSION "5.2-release"
6545| #define PACKAGE_STRING "bash 5.2-release"
6546| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
6547| #define PACKAGE_URL ""
6548| #define ALIAS 1
6549| #define PUSHD_AND_POPD 1
6550| #define RESTRICTED_SHELL 1
6551| #define PROCESS_SUBSTITUTION 1
6552| #define PROMPT_STRING_DECODE 1
6553| #define SELECT_COMMAND 1
6554| #define HELP_BUILTIN 1
6555| #define ARRAY_VARS 1
6556| #define DPAREN_ARITHMETIC 1
6557| #define BRACE_EXPANSION 1
6558| #define COMMAND_TIMING 1
6559| #define EXTENDED_GLOB 1
6560| #define EXTGLOB_DEFAULT 0
6561| #define COND_COMMAND 1
6562| #define COND_REGEXP 1
6563| #define COPROCESS_SUPPORT 1
6564| #define ARITH_FOR_COMMAND 1
6565| #define NETWORK_REDIRECTIONS 1
6566| #define PROGRAMMABLE_COMPLETION 1
6567| #define DEBUGGER 1
6568| #define CASEMOD_ATTRS 1
6569| #define CASEMOD_EXPANSIONS 1
6570| #define GLOBASCII_DEFAULT 1
6571| #define FUNCTION_IMPORT 1
6572| #define TRANSLATABLE_STRINGS 1
6573| #define MEMSCRAMBLE 1
6574| #define HAVE_STDIO_H 1
6575| #define HAVE_STDLIB_H 1
6576| #define HAVE_STRING_H 1
6577| #define HAVE_INTTYPES_H 1
6578| #define HAVE_STDINT_H 1
6579| #define HAVE_STRINGS_H 1
6580| #define HAVE_SYS_STAT_H 1
6581| #define HAVE_SYS_TYPES_H 1
6582| #define HAVE_UNISTD_H 1
6583| #define HAVE_WCHAR_H 1
6584| #define HAVE_SYS_PARAM_H 1
6585| #define HAVE_XLOCALE_H 1
6586| #define HAVE_SYS_TIME_H 1
6587| #define STDC_HEADERS 1
6588| #define _ALL_SOURCE 1
6589| #define _DARWIN_C_SOURCE 1
6590| #define _GNU_SOURCE 1
6591| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6592| #define _NETBSD_SOURCE 1
6593| #define _OPENBSD_SOURCE 1
6594| #define _POSIX_PTHREAD_SEMANTICS 1
6595| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6596| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6597| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6598| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6599| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6600| #define __STDC_WANT_LIB_EXT2__ 1
6601| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6602| #define _TANDEM_SOURCE 1
6603| #define __EXTENSIONS__ 1
6604| #define READLINE 1
6605| #define HISTORY 1
6606| #define BANG_HISTORY 1
6607| #define HAVE_STRINGIZE 1
6608| #define HAVE_LONG_DOUBLE 1
6609| #define PROTOTYPES 1
6610| #define __PROTOTYPES 1
6611| #define restrict __restrict__
6612| #define HAVE_VISIBILITY 1
6613| #define HAVE_STDINT_H_WITH_UINTMAX 1
6614| #define HAVE_ALLOCA_H 1
6615| #define HAVE_ALLOCA 1
6616| #define HAVE_GETPAGESIZE 1
6617| #define HAVE_SYMLINK 1
6618| #define HAVE_USELOCALE 1
6619| #define HAVE_VPRINTF 1
6620| #define HAVE_ALARM 1
6621| #define HAVE_FPURGE 1
6622| #define HAVE_SNPRINTF 1
6623| #define HAVE_VSNPRINTF 1
6624| #define HAVE_MMAP 1
6625| #define INTDIV0_RAISES_SIGFPE 1
6626| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
6627| #define HAVE_UNSIGNED_LONG_LONG_INT 1
6628| #define HAVE_UINTMAX_T 1
6629| #define HAVE_INTTYPES_H 1
6630| #define USE_POSIX_THREADS 1
6631| #define HAVE_PTHREAD_RWLOCK 1
6632| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
6633| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
6634| #define HAVE_ICONV 1
6635| #define ICONV_CONST
6636| #define HAVE_BUILTIN_EXPECT 1
6637| #define HAVE_INTTYPES_H 1
6638| #define HAVE_LIMITS_H 1
6639| #define HAVE_UNISTD_H 1
6640| #define HAVE_SYS_PARAM_H 1
6641| #define HAVE_GETCWD 1
6642| #define HAVE_GETEGID 1
6643| #define HAVE_GETEUID 1
6644| #define HAVE_GETGID 1
6645| #define HAVE_GETUID 1
6646| #define HAVE_MUNMAP 1
6647| #define HAVE_STPCPY 1
6648| #define HAVE_STRCASECMP 1
6649| #define HAVE_STRDUP 1
6650| #define HAVE_STRTOUL 1
6651| #define HAVE_TSEARCH 1
6652| #define HAVE_LOCALECONV 1
6653| #define HAVE_DECL_FEOF_UNLOCKED 1
6654| #define HAVE_DECL_FGETS_UNLOCKED 0
6655| #define HAVE_LONG_LONG_INT 1
6656| #define HAVE_WCHAR_T 1
6657| #define HAVE_WINT_T 1
6658| #define HAVE_INTMAX_T 1
6659| #define HAVE_POSIX_PRINTF 1
6660| #define HAVE_STDINT_H 1
6661| #define HAVE_STDINT_H 1
6662| #define HAVE_WORKING_O_NOATIME 1
6663| #define HAVE_WORKING_O_NOFOLLOW 1
6664| #define HAVE_WORKING_USELOCALE 1
6665| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6666| #define HAVE_CFLOCALECOPYCURRENT 1
6667| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6668| #define FLEXIBLE_ARRAY_MEMBER /**/
6669| #define HAVE_STDDEF_H 1
6670| #define HAVE_STDLIB_H 1
6671| #define HAVE_STRING_H 1
6672| #define HAVE_ASPRINTF 1
6673| #define HAVE_FWPRINTF 1
6674| #define HAVE_NEWLOCALE 1
6675| #define HAVE_PUTENV 1
6676| #define HAVE_SETENV 1
6677| #define HAVE_SETLOCALE 1
6678| #define HAVE_SNPRINTF 1
6679| #define HAVE_STRNLEN 1
6680| #define HAVE_USELOCALE 1
6681| #define HAVE_WCSLEN 1
6682| #define HAVE_WCSNLEN 1
6683| #define HAVE_MBRTOWC 1
6684| #define HAVE_WCRTOMB 1
6685| #define HAVE_DECL__SNPRINTF 0
6686| #define HAVE_DECL__SNWPRINTF 0
6687| #define HAVE_DECL_GETC_UNLOCKED 1
6688| #define HAVE_LANGINFO_CODESET 1
6689| #define HAVE_LC_MESSAGES 1
6690| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6691| #define HAVE_CFLOCALECOPYCURRENT 1
6692| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
6693| #define ENABLE_NLS 1
6694| #define HAVE_GETTEXT 1
6695| #define HAVE_DCGETTEXT 1
6696| #define HAVE_DIRENT_H 1
6697| #define HAVE_INTTYPES_H 1
6698| #define HAVE_UNISTD_H 1
6699| #define HAVE_STDLIB_H 1
6700| #define HAVE_STDARG_H 1
6701| #define HAVE_LIMITS_H 1
6702| #define HAVE_STRING_H 1
6703| #define HAVE_MEMORY_H 1
6704| #define HAVE_LOCALE_H 1
6705| #define HAVE_TERMCAP_H 1
6706| #define HAVE_TERMIOS_H 1
6707| #define HAVE_DLFCN_H 1
6708| #define HAVE_STDBOOL_H 1
6709| #define HAVE_STDDEF_H 1
6710| #define HAVE_STDINT_H 1
6711| #define HAVE_NETDB_H 1
6712| #define HAVE_PWD_H 1
6713| #define HAVE_GRP_H 1
6714| #define HAVE_STRINGS_H 1
6715| #define HAVE_REGEX_H 1
6716| #define HAVE_SYSLOG_H 1
6717| #define HAVE_ULIMIT_H 1
6718| #define HAVE_SYS_SELECT_H 1
6719| #define HAVE_SYS_FILE_H 1
6720| #define HAVE_SYS_IOCTL_H 1
6721| #define HAVE_SYS_MMAN_H 1
6722| #define HAVE_SYS_PARAM_H 1
6723| #define HAVE_SYS_RANDOM_H 1
6724| #define HAVE_SYS_SOCKET_H 1
6725| #define HAVE_SYS_STAT_H 1
6726| #define HAVE_SYS_TIME_H 1
6727| #define HAVE_SYS_TIMES_H 1
6728| #define HAVE_SYS_TYPES_H 1
6729| #define HAVE_SYS_WAIT_H 1
6730| #define HAVE_NETINET_IN_H 1
6731| #define HAVE_ARPA_INET_H 1
6732| #define HAVE_SYS_RESOURCE_H 1
6733| #define HAVE_ALLOCA_H 1
6734| #define HAVE_ALLOCA 1
6735| #define HAVE_CHOWN 1
6736| #define GETPGRP_VOID 1
6737| #define HAVE_STRCOLL 1
6738| #define HAVE_WAIT3 1
6739| #define HAVE_MKFIFO 1
6740| #define HAVE_DUP2 1
6741| #define HAVE_FCNTL 1
6742| #define HAVE_GETDTABLESIZE 1
6743| #define HAVE_GETENTROPY 1
6744| #define HAVE_GETGROUPS 1
6745| #define HAVE_GETHOSTNAME 1
6746| #define HAVE_GETPAGESIZE 1
6747| #define HAVE_GETPEERNAME 1
6748| #define HAVE_GETRLIMIT 1
6749| #define HAVE_GETRUSAGE 1
6750| #define HAVE_GETTIMEOFDAY 1
6751| #define HAVE_KILL 1
6752| #define HAVE_KILLPG 1
6753| #define HAVE_LSTAT 1
6754| #define HAVE_PSELECT 1
6755| #define HAVE_READLINK 1
6756| #define HAVE_SELECT 1
6757| /* end confdefs.h.  */
6758| /* Define setdtablesize to an innocuous variant, in case <limits.h> declares setdtablesize.
6759|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6760| #define setdtablesize innocuous_setdtablesize
6761|
6762| /* System header to define __stub macros and hopefully few prototypes,
6763|    which can conflict with char setdtablesize (); below.  */
6764|
6765| #include <limits.h>
6766| #undef setdtablesize
6767|
6768| /* Override any GCC internal prototype to avoid an error.
6769|    Use char because int might match the return type of a GCC
6770|    builtin and then its argument prototype would still apply.  */
6771| #ifdef __cplusplus
6772| extern "C"
6773| #endif
6774| char setdtablesize ();
6775| /* The GNU C library defines this for functions which it implements
6776|     to always fail with ENOSYS.  Some functions are actually named
6777|     something starting with __ and the normal name is an alias.  */
6778| #if defined __stub_setdtablesize || defined __stub___setdtablesize
6779| choke me
6780| #endif
6781|
6782| int
6783| main (void)
6784| {
6785| return setdtablesize ();
6786|   ;
6787|   return 0;
6788| }
6789configure:14998: result: no
6790configure:15004: checking for setitimer
6791configure:15004: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6792configure:15004: $? = 0
6793configure:15004: result: yes
6794configure:15010: checking for tcgetpgrp
6795configure:15010: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6796configure:15010: $? = 0
6797configure:15010: result: yes
6798configure:15016: checking for uname
6799configure:15016: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6800configure:15016: $? = 0
6801configure:15016: result: yes
6802configure:15022: checking for ulimit
6803configure:15022: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6804configure:15022: $? = 0
6805configure:15022: result: yes
6806configure:15028: checking for waitpid
6807configure:15028: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6808configure:15028: $? = 0
6809configure:15028: result: yes
6810configure:15035: checking for rename
6811configure:15035: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6812configure:15035: $? = 0
6813configure:15035: result: yes
6814configure:15050: checking for bcopy
6815configure:15050: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6816configure:15050: $? = 0
6817configure:15050: result: yes
6818configure:15056: checking for bzero
6819configure:15056: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6820conftest.c:241:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration]
6821char bzero ();
6822     ^
6823conftest.c:241:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)'
68241 warning generated.
6825configure:15056: $? = 0
6826configure:15056: result: yes
6827configure:15062: checking for confstr
6828configure:15062: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6829configure:15062: $? = 0
6830configure:15062: result: yes
6831configure:15068: checking for faccessat
6832configure:15068: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6833configure:15068: $? = 0
6834configure:15068: result: yes
6835configure:15074: checking for fnmatch
6836configure:15074: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6837configure:15074: $? = 0
6838configure:15074: result: yes
6839configure:15080: checking for getaddrinfo
6840configure:15080: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6841configure:15080: $? = 0
6842configure:15080: result: yes
6843configure:15086: checking for gethostbyname
6844configure:15086: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6845configure:15086: $? = 0
6846configure:15086: result: yes
6847configure:15092: checking for getservbyname
6848configure:15092: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6849configure:15092: $? = 0
6850configure:15092: result: yes
6851configure:15098: checking for getservent
6852configure:15098: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6853configure:15098: $? = 0
6854configure:15098: result: yes
6855configure:15104: checking for inet_aton
6856configure:15104: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6857configure:15104: $? = 0
6858configure:15104: result: yes
6859configure:15110: checking for imaxdiv
6860configure:15110: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6861configure:15110: $? = 0
6862configure:15110: result: yes
6863configure:15116: checking for memmove
6864configure:15116: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6865conftest.c:251:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
6866char memmove ();
6867     ^
6868conftest.c:251:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
68691 warning generated.
6870configure:15116: $? = 0
6871configure:15116: result: yes
6872configure:15122: checking for pathconf
6873configure:15122: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6874configure:15122: $? = 0
6875configure:15122: result: yes
6876configure:15128: checking for putenv
6877configure:15128: result: yes
6878configure:15134: checking for raise
6879configure:15134: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6880configure:15134: $? = 0
6881configure:15134: result: yes
6882configure:15140: checking for random
6883configure:15140: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6884configure:15140: $? = 0
6885configure:15140: result: yes
6886configure:15146: checking for regcomp
6887configure:15146: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6888configure:15146: $? = 0
6889configure:15146: result: yes
6890configure:15152: checking for regexec
6891configure:15152: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6892configure:15152: $? = 0
6893configure:15152: result: yes
6894configure:15158: checking for setenv
6895configure:15158: result: yes
6896configure:15164: checking for setlinebuf
6897configure:15164: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6898configure:15164: $? = 0
6899configure:15164: result: yes
6900configure:15170: checking for setlocale
6901configure:15170: result: yes
6902configure:15176: checking for setvbuf
6903configure:15176: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6904configure:15176: $? = 0
6905configure:15176: result: yes
6906configure:15182: checking for siginterrupt
6907configure:15182: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6908configure:15182: $? = 0
6909configure:15182: result: yes
6910configure:15188: checking for strchr
6911configure:15188: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6912conftest.c:263:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
6913char strchr ();
6914     ^
6915conftest.c:263:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
69161 warning generated.
6917configure:15188: $? = 0
6918configure:15188: result: yes
6919configure:15194: checking for sysconf
6920configure:15194: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6921configure:15194: $? = 0
6922configure:15194: result: yes
6923configure:15200: checking for syslog
6924configure:15200: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6925configure:15200: $? = 0
6926configure:15200: result: yes
6927configure:15206: checking for tcgetattr
6928configure:15206: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6929configure:15206: $? = 0
6930configure:15206: result: yes
6931configure:15212: checking for times
6932configure:15212: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6933configure:15212: $? = 0
6934configure:15212: result: yes
6935configure:15218: checking for ttyname
6936configure:15218: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6937configure:15218: $? = 0
6938configure:15218: result: yes
6939configure:15224: checking for tzset
6940configure:15224: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6941configure:15224: $? = 0
6942configure:15224: result: yes
6943configure:15230: checking for unsetenv
6944configure:15230: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6945configure:15230: $? = 0
6946configure:15230: result: yes
6947configure:15238: checking for vasprintf
6948configure:15238: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6949conftest.c:282:19: warning: format string missing [-Wformat]
6950return vasprintf ();
6951       ~~~~~~~~~  ^
69521 warning generated.
6953configure:15238: $? = 0
6954configure:15238: result: yes
6955configure:15244: checking for asprintf
6956configure:15244: result: yes
6957configure:15251: checking for isascii
6958configure:15251: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6959configure:15251: $? = 0
6960configure:15251: result: yes
6961configure:15257: checking for isblank
6962configure:15257: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6963conftest.c:274:6: warning: incompatible redeclaration of library function 'isblank' [-Wincompatible-library-redeclaration]
6964char isblank ();
6965     ^
6966conftest.c:274:6: note: 'isblank' is a builtin with type 'int (int)'
69671 warning generated.
6968configure:15257: $? = 0
6969configure:15257: result: yes
6970configure:15263: checking for isgraph
6971configure:15263: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6972conftest.c:275:6: warning: incompatible redeclaration of library function 'isgraph' [-Wincompatible-library-redeclaration]
6973char isgraph ();
6974     ^
6975conftest.c:275:6: note: 'isgraph' is a builtin with type 'int (int)'
69761 warning generated.
6977configure:15263: $? = 0
6978configure:15263: result: yes
6979configure:15269: checking for isprint
6980configure:15269: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6981conftest.c:276:6: warning: incompatible redeclaration of library function 'isprint' [-Wincompatible-library-redeclaration]
6982char isprint ();
6983     ^
6984conftest.c:276:6: note: 'isprint' is a builtin with type 'int (int)'
69851 warning generated.
6986configure:15269: $? = 0
6987configure:15269: result: yes
6988configure:15275: checking for isspace
6989configure:15275: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6990conftest.c:277:6: warning: incompatible redeclaration of library function 'isspace' [-Wincompatible-library-redeclaration]
6991char isspace ();
6992     ^
6993conftest.c:277:6: note: 'isspace' is a builtin with type 'int (int)'
69941 warning generated.
6995configure:15275: $? = 0
6996configure:15275: result: yes
6997configure:15281: checking for isxdigit
6998configure:15281: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
6999conftest.c:278:6: warning: incompatible redeclaration of library function 'isxdigit' [-Wincompatible-library-redeclaration]
7000char isxdigit ();
7001     ^
7002conftest.c:278:6: note: 'isxdigit' is a builtin with type 'int (int)'
70031 warning generated.
7004configure:15281: $? = 0
7005configure:15281: result: yes
7006configure:15288: checking for getpwent
7007configure:15288: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7008configure:15288: $? = 0
7009configure:15288: result: yes
7010configure:15294: checking for getpwnam
7011configure:15294: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7012configure:15294: $? = 0
7013configure:15294: result: yes
7014configure:15300: checking for getpwuid
7015configure:15300: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7016configure:15300: $? = 0
7017configure:15300: result: yes
7018configure:15307: checking for mkstemp
7019configure:15307: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7020configure:15307: $? = 0
7021configure:15307: result: yes
7022configure:15313: checking for mkdtemp
7023configure:15313: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7024configure:15313: $? = 0
7025configure:15313: result: yes
7026configure:15320: checking for arc4random
7027configure:15320: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7028configure:15320: $? = 0
7029configure:15320: result: yes
7030configure:15328: checking for getcwd
7031configure:15328: result: yes
7032configure:15341: checking for memset
7033configure:15341: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7034conftest.c:286:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
7035char memset ();
7036     ^
7037conftest.c:286:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
70381 warning generated.
7039configure:15341: $? = 0
7040configure:15341: result: yes
7041configure:15355: checking for strcasecmp
7042configure:15355: result: yes
7043configure:15368: checking for strcasestr
7044configure:15368: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7045configure:15368: $? = 0
7046configure:15368: result: yes
7047configure:15381: checking for strerror
7048configure:15381: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7049conftest.c:289:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
7050char strerror ();
7051     ^
7052conftest.c:289:6: note: 'strerror' is a builtin with type 'char *(int)'
70531 warning generated.
7054configure:15381: $? = 0
7055configure:15381: result: yes
7056configure:15394: checking for strftime
7057configure:15394: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7058configure:15394: $? = 0
7059configure:15394: result: yes
7060configure:15407: checking for strnlen
7061configure:15407: result: yes
7062configure:15420: checking for strpbrk
7063configure:15420: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7064conftest.c:292:6: warning: incompatible redeclaration of library function 'strpbrk' [-Wincompatible-library-redeclaration]
7065char strpbrk ();
7066     ^
7067conftest.c:292:6: note: 'strpbrk' is a builtin with type 'char *(const char *, const char *)'
70681 warning generated.
7069configure:15420: $? = 0
7070configure:15420: result: yes
7071configure:15433: checking for strstr
7072configure:15433: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7073conftest.c:293:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
7074char strstr ();
7075     ^
7076conftest.c:293:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
70771 warning generated.
7078configure:15433: $? = 0
7079configure:15433: result: yes
7080configure:15447: checking for strtod
7081configure:15447: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7082conftest.c:294:6: warning: incompatible redeclaration of library function 'strtod' [-Wincompatible-library-redeclaration]
7083char strtod ();
7084     ^
7085conftest.c:294:6: note: 'strtod' is a builtin with type 'double (const char *, char **)'
70861 warning generated.
7087configure:15447: $? = 0
7088configure:15447: result: yes
7089configure:15460: checking for strtol
7090configure:15460: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7091conftest.c:295:6: warning: incompatible redeclaration of library function 'strtol' [-Wincompatible-library-redeclaration]
7092char strtol ();
7093     ^
7094conftest.c:295:6: note: 'strtol' is a builtin with type 'long (const char *, char **, int)'
70951 warning generated.
7096configure:15460: $? = 0
7097configure:15460: result: yes
7098configure:15473: checking for strtoul
7099configure:15473: result: yes
7100configure:15486: checking for strtoll
7101configure:15486: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7102conftest.c:297:6: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration]
7103char strtoll ();
7104     ^
7105conftest.c:297:6: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)'
71061 warning generated.
7107configure:15486: $? = 0
7108configure:15486: result: yes
7109configure:15499: checking for strtoull
7110configure:15499: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7111conftest.c:298:6: warning: incompatible redeclaration of library function 'strtoull' [-Wincompatible-library-redeclaration]
7112char strtoull ();
7113     ^
7114conftest.c:298:6: note: 'strtoull' is a builtin with type 'unsigned long long (const char *, char **, int)'
71151 warning generated.
7116configure:15499: $? = 0
7117configure:15499: result: yes
7118configure:15512: checking for strtoumax
7119configure:15512: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7120configure:15512: $? = 0
7121configure:15512: result: yes
7122configure:15526: checking for dprintf
7123configure:15526: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7124configure:15526: $? = 0
7125configure:15526: result: yes
7126configure:15540: checking for strchrnul
7127configure:15540: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
7128Undefined symbols for architecture x86_64:
7129  "_strchrnul", referenced from:
7130      _main in conftest-700171.o
7131ld: symbol(s) not found for architecture x86_64
7132clang: error: linker command failed with exit code 1 (use -v to see invocation)
7133configure:15540: $? = 1
7134configure: failed program was:
7135| /* confdefs.h */
7136| #define PACKAGE_NAME "bash"
7137| #define PACKAGE_TARNAME "bash"
7138| #define PACKAGE_VERSION "5.2-release"
7139| #define PACKAGE_STRING "bash 5.2-release"
7140| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
7141| #define PACKAGE_URL ""
7142| #define ALIAS 1
7143| #define PUSHD_AND_POPD 1
7144| #define RESTRICTED_SHELL 1
7145| #define PROCESS_SUBSTITUTION 1
7146| #define PROMPT_STRING_DECODE 1
7147| #define SELECT_COMMAND 1
7148| #define HELP_BUILTIN 1
7149| #define ARRAY_VARS 1
7150| #define DPAREN_ARITHMETIC 1
7151| #define BRACE_EXPANSION 1
7152| #define COMMAND_TIMING 1
7153| #define EXTENDED_GLOB 1
7154| #define EXTGLOB_DEFAULT 0
7155| #define COND_COMMAND 1
7156| #define COND_REGEXP 1
7157| #define COPROCESS_SUPPORT 1
7158| #define ARITH_FOR_COMMAND 1
7159| #define NETWORK_REDIRECTIONS 1
7160| #define PROGRAMMABLE_COMPLETION 1
7161| #define DEBUGGER 1
7162| #define CASEMOD_ATTRS 1
7163| #define CASEMOD_EXPANSIONS 1
7164| #define GLOBASCII_DEFAULT 1
7165| #define FUNCTION_IMPORT 1
7166| #define TRANSLATABLE_STRINGS 1
7167| #define MEMSCRAMBLE 1
7168| #define HAVE_STDIO_H 1
7169| #define HAVE_STDLIB_H 1
7170| #define HAVE_STRING_H 1
7171| #define HAVE_INTTYPES_H 1
7172| #define HAVE_STDINT_H 1
7173| #define HAVE_STRINGS_H 1
7174| #define HAVE_SYS_STAT_H 1
7175| #define HAVE_SYS_TYPES_H 1
7176| #define HAVE_UNISTD_H 1
7177| #define HAVE_WCHAR_H 1
7178| #define HAVE_SYS_PARAM_H 1
7179| #define HAVE_XLOCALE_H 1
7180| #define HAVE_SYS_TIME_H 1
7181| #define STDC_HEADERS 1
7182| #define _ALL_SOURCE 1
7183| #define _DARWIN_C_SOURCE 1
7184| #define _GNU_SOURCE 1
7185| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7186| #define _NETBSD_SOURCE 1
7187| #define _OPENBSD_SOURCE 1
7188| #define _POSIX_PTHREAD_SEMANTICS 1
7189| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7190| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7191| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7192| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7193| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7194| #define __STDC_WANT_LIB_EXT2__ 1
7195| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7196| #define _TANDEM_SOURCE 1
7197| #define __EXTENSIONS__ 1
7198| #define READLINE 1
7199| #define HISTORY 1
7200| #define BANG_HISTORY 1
7201| #define HAVE_STRINGIZE 1
7202| #define HAVE_LONG_DOUBLE 1
7203| #define PROTOTYPES 1
7204| #define __PROTOTYPES 1
7205| #define restrict __restrict__
7206| #define HAVE_VISIBILITY 1
7207| #define HAVE_STDINT_H_WITH_UINTMAX 1
7208| #define HAVE_ALLOCA_H 1
7209| #define HAVE_ALLOCA 1
7210| #define HAVE_GETPAGESIZE 1
7211| #define HAVE_SYMLINK 1
7212| #define HAVE_USELOCALE 1
7213| #define HAVE_VPRINTF 1
7214| #define HAVE_ALARM 1
7215| #define HAVE_FPURGE 1
7216| #define HAVE_SNPRINTF 1
7217| #define HAVE_VSNPRINTF 1
7218| #define HAVE_MMAP 1
7219| #define INTDIV0_RAISES_SIGFPE 1
7220| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
7221| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7222| #define HAVE_UINTMAX_T 1
7223| #define HAVE_INTTYPES_H 1
7224| #define USE_POSIX_THREADS 1
7225| #define HAVE_PTHREAD_RWLOCK 1
7226| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
7227| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
7228| #define HAVE_ICONV 1
7229| #define ICONV_CONST
7230| #define HAVE_BUILTIN_EXPECT 1
7231| #define HAVE_INTTYPES_H 1
7232| #define HAVE_LIMITS_H 1
7233| #define HAVE_UNISTD_H 1
7234| #define HAVE_SYS_PARAM_H 1
7235| #define HAVE_GETCWD 1
7236| #define HAVE_GETEGID 1
7237| #define HAVE_GETEUID 1
7238| #define HAVE_GETGID 1
7239| #define HAVE_GETUID 1
7240| #define HAVE_MUNMAP 1
7241| #define HAVE_STPCPY 1
7242| #define HAVE_STRCASECMP 1
7243| #define HAVE_STRDUP 1
7244| #define HAVE_STRTOUL 1
7245| #define HAVE_TSEARCH 1
7246| #define HAVE_LOCALECONV 1
7247| #define HAVE_DECL_FEOF_UNLOCKED 1
7248| #define HAVE_DECL_FGETS_UNLOCKED 0
7249| #define HAVE_LONG_LONG_INT 1
7250| #define HAVE_WCHAR_T 1
7251| #define HAVE_WINT_T 1
7252| #define HAVE_INTMAX_T 1
7253| #define HAVE_POSIX_PRINTF 1
7254| #define HAVE_STDINT_H 1
7255| #define HAVE_STDINT_H 1
7256| #define HAVE_WORKING_O_NOATIME 1
7257| #define HAVE_WORKING_O_NOFOLLOW 1
7258| #define HAVE_WORKING_USELOCALE 1
7259| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7260| #define HAVE_CFLOCALECOPYCURRENT 1
7261| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7262| #define FLEXIBLE_ARRAY_MEMBER /**/
7263| #define HAVE_STDDEF_H 1
7264| #define HAVE_STDLIB_H 1
7265| #define HAVE_STRING_H 1
7266| #define HAVE_ASPRINTF 1
7267| #define HAVE_FWPRINTF 1
7268| #define HAVE_NEWLOCALE 1
7269| #define HAVE_PUTENV 1
7270| #define HAVE_SETENV 1
7271| #define HAVE_SETLOCALE 1
7272| #define HAVE_SNPRINTF 1
7273| #define HAVE_STRNLEN 1
7274| #define HAVE_USELOCALE 1
7275| #define HAVE_WCSLEN 1
7276| #define HAVE_WCSNLEN 1
7277| #define HAVE_MBRTOWC 1
7278| #define HAVE_WCRTOMB 1
7279| #define HAVE_DECL__SNPRINTF 0
7280| #define HAVE_DECL__SNWPRINTF 0
7281| #define HAVE_DECL_GETC_UNLOCKED 1
7282| #define HAVE_LANGINFO_CODESET 1
7283| #define HAVE_LC_MESSAGES 1
7284| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7285| #define HAVE_CFLOCALECOPYCURRENT 1
7286| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7287| #define ENABLE_NLS 1
7288| #define HAVE_GETTEXT 1
7289| #define HAVE_DCGETTEXT 1
7290| #define HAVE_DIRENT_H 1
7291| #define HAVE_INTTYPES_H 1
7292| #define HAVE_UNISTD_H 1
7293| #define HAVE_STDLIB_H 1
7294| #define HAVE_STDARG_H 1
7295| #define HAVE_LIMITS_H 1
7296| #define HAVE_STRING_H 1
7297| #define HAVE_MEMORY_H 1
7298| #define HAVE_LOCALE_H 1
7299| #define HAVE_TERMCAP_H 1
7300| #define HAVE_TERMIOS_H 1
7301| #define HAVE_DLFCN_H 1
7302| #define HAVE_STDBOOL_H 1
7303| #define HAVE_STDDEF_H 1
7304| #define HAVE_STDINT_H 1
7305| #define HAVE_NETDB_H 1
7306| #define HAVE_PWD_H 1
7307| #define HAVE_GRP_H 1
7308| #define HAVE_STRINGS_H 1
7309| #define HAVE_REGEX_H 1
7310| #define HAVE_SYSLOG_H 1
7311| #define HAVE_ULIMIT_H 1
7312| #define HAVE_SYS_SELECT_H 1
7313| #define HAVE_SYS_FILE_H 1
7314| #define HAVE_SYS_IOCTL_H 1
7315| #define HAVE_SYS_MMAN_H 1
7316| #define HAVE_SYS_PARAM_H 1
7317| #define HAVE_SYS_RANDOM_H 1
7318| #define HAVE_SYS_SOCKET_H 1
7319| #define HAVE_SYS_STAT_H 1
7320| #define HAVE_SYS_TIME_H 1
7321| #define HAVE_SYS_TIMES_H 1
7322| #define HAVE_SYS_TYPES_H 1
7323| #define HAVE_SYS_WAIT_H 1
7324| #define HAVE_NETINET_IN_H 1
7325| #define HAVE_ARPA_INET_H 1
7326| #define HAVE_SYS_RESOURCE_H 1
7327| #define HAVE_ALLOCA_H 1
7328| #define HAVE_ALLOCA 1
7329| #define HAVE_CHOWN 1
7330| #define GETPGRP_VOID 1
7331| #define HAVE_STRCOLL 1
7332| #define HAVE_WAIT3 1
7333| #define HAVE_MKFIFO 1
7334| #define HAVE_DUP2 1
7335| #define HAVE_FCNTL 1
7336| #define HAVE_GETDTABLESIZE 1
7337| #define HAVE_GETENTROPY 1
7338| #define HAVE_GETGROUPS 1
7339| #define HAVE_GETHOSTNAME 1
7340| #define HAVE_GETPAGESIZE 1
7341| #define HAVE_GETPEERNAME 1
7342| #define HAVE_GETRLIMIT 1
7343| #define HAVE_GETRUSAGE 1
7344| #define HAVE_GETTIMEOFDAY 1
7345| #define HAVE_KILL 1
7346| #define HAVE_KILLPG 1
7347| #define HAVE_LSTAT 1
7348| #define HAVE_PSELECT 1
7349| #define HAVE_READLINK 1
7350| #define HAVE_SELECT 1
7351| #define HAVE_SETITIMER 1
7352| #define HAVE_TCGETPGRP 1
7353| #define HAVE_UNAME 1
7354| #define HAVE_ULIMIT 1
7355| #define HAVE_WAITPID 1
7356| #define HAVE_RENAME 1
7357| #define HAVE_BCOPY 1
7358| #define HAVE_BZERO 1
7359| #define HAVE_CONFSTR 1
7360| #define HAVE_FACCESSAT 1
7361| #define HAVE_FNMATCH 1
7362| #define HAVE_GETADDRINFO 1
7363| #define HAVE_GETHOSTBYNAME 1
7364| #define HAVE_GETSERVBYNAME 1
7365| #define HAVE_GETSERVENT 1
7366| #define HAVE_INET_ATON 1
7367| #define HAVE_IMAXDIV 1
7368| #define HAVE_MEMMOVE 1
7369| #define HAVE_PATHCONF 1
7370| #define HAVE_PUTENV 1
7371| #define HAVE_RAISE 1
7372| #define HAVE_RANDOM 1
7373| #define HAVE_REGCOMP 1
7374| #define HAVE_REGEXEC 1
7375| #define HAVE_SETENV 1
7376| #define HAVE_SETLINEBUF 1
7377| #define HAVE_SETLOCALE 1
7378| #define HAVE_SETVBUF 1
7379| #define HAVE_SIGINTERRUPT 1
7380| #define HAVE_STRCHR 1
7381| #define HAVE_SYSCONF 1
7382| #define HAVE_SYSLOG 1
7383| #define HAVE_TCGETATTR 1
7384| #define HAVE_TIMES 1
7385| #define HAVE_TTYNAME 1
7386| #define HAVE_TZSET 1
7387| #define HAVE_UNSETENV 1
7388| #define HAVE_VASPRINTF 1
7389| #define HAVE_ASPRINTF 1
7390| #define HAVE_ISASCII 1
7391| #define HAVE_ISBLANK 1
7392| #define HAVE_ISGRAPH 1
7393| #define HAVE_ISPRINT 1
7394| #define HAVE_ISSPACE 1
7395| #define HAVE_ISXDIGIT 1
7396| #define HAVE_GETPWENT 1
7397| #define HAVE_GETPWNAM 1
7398| #define HAVE_GETPWUID 1
7399| #define HAVE_MKSTEMP 1
7400| #define HAVE_MKDTEMP 1
7401| #define HAVE_ARC4RANDOM 1
7402| #define HAVE_GETCWD 1
7403| #define HAVE_MEMSET 1
7404| #define HAVE_STRCASECMP 1
7405| #define HAVE_STRCASESTR 1
7406| #define HAVE_STRERROR 1
7407| #define HAVE_STRFTIME 1
7408| #define HAVE_STRNLEN 1
7409| #define HAVE_STRPBRK 1
7410| #define HAVE_STRSTR 1
7411| #define HAVE_STRTOD 1
7412| #define HAVE_STRTOL 1
7413| #define HAVE_STRTOUL 1
7414| #define HAVE_STRTOLL 1
7415| #define HAVE_STRTOULL 1
7416| #define HAVE_STRTOUMAX 1
7417| #define HAVE_DPRINTF 1
7418| /* end confdefs.h.  */
7419| /* Define strchrnul to an innocuous variant, in case <limits.h> declares strchrnul.
7420|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7421| #define strchrnul innocuous_strchrnul
7422|
7423| /* System header to define __stub macros and hopefully few prototypes,
7424|    which can conflict with char strchrnul (); below.  */
7425|
7426| #include <limits.h>
7427| #undef strchrnul
7428|
7429| /* Override any GCC internal prototype to avoid an error.
7430|    Use char because int might match the return type of a GCC
7431|    builtin and then its argument prototype would still apply.  */
7432| #ifdef __cplusplus
7433| extern "C"
7434| #endif
7435| char strchrnul ();
7436| /* The GNU C library defines this for functions which it implements
7437|     to always fail with ENOSYS.  Some functions are actually named
7438|     something starting with __ and the normal name is an alias.  */
7439| #if defined __stub_strchrnul || defined __stub___strchrnul
7440| choke me
7441| #endif
7442|
7443| int
7444| main (void)
7445| {
7446| return strchrnul ();
7447|   ;
7448|   return 0;
7449| }
7450configure:15540: result: no
7451configure:15554: checking for strdup
7452configure:15554: result: yes
7453configure:15569: checking for libaudit.h
7454configure:15569: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
7455conftest.c:314:10: fatal error: 'libaudit.h' file not found
7456#include <libaudit.h>
7457         ^~~~~~~~~~~~
74581 error generated.
7459configure:15569: $? = 1
7460configure: failed program was:
7461| /* confdefs.h */
7462| #define PACKAGE_NAME "bash"
7463| #define PACKAGE_TARNAME "bash"
7464| #define PACKAGE_VERSION "5.2-release"
7465| #define PACKAGE_STRING "bash 5.2-release"
7466| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
7467| #define PACKAGE_URL ""
7468| #define ALIAS 1
7469| #define PUSHD_AND_POPD 1
7470| #define RESTRICTED_SHELL 1
7471| #define PROCESS_SUBSTITUTION 1
7472| #define PROMPT_STRING_DECODE 1
7473| #define SELECT_COMMAND 1
7474| #define HELP_BUILTIN 1
7475| #define ARRAY_VARS 1
7476| #define DPAREN_ARITHMETIC 1
7477| #define BRACE_EXPANSION 1
7478| #define COMMAND_TIMING 1
7479| #define EXTENDED_GLOB 1
7480| #define EXTGLOB_DEFAULT 0
7481| #define COND_COMMAND 1
7482| #define COND_REGEXP 1
7483| #define COPROCESS_SUPPORT 1
7484| #define ARITH_FOR_COMMAND 1
7485| #define NETWORK_REDIRECTIONS 1
7486| #define PROGRAMMABLE_COMPLETION 1
7487| #define DEBUGGER 1
7488| #define CASEMOD_ATTRS 1
7489| #define CASEMOD_EXPANSIONS 1
7490| #define GLOBASCII_DEFAULT 1
7491| #define FUNCTION_IMPORT 1
7492| #define TRANSLATABLE_STRINGS 1
7493| #define MEMSCRAMBLE 1
7494| #define HAVE_STDIO_H 1
7495| #define HAVE_STDLIB_H 1
7496| #define HAVE_STRING_H 1
7497| #define HAVE_INTTYPES_H 1
7498| #define HAVE_STDINT_H 1
7499| #define HAVE_STRINGS_H 1
7500| #define HAVE_SYS_STAT_H 1
7501| #define HAVE_SYS_TYPES_H 1
7502| #define HAVE_UNISTD_H 1
7503| #define HAVE_WCHAR_H 1
7504| #define HAVE_SYS_PARAM_H 1
7505| #define HAVE_XLOCALE_H 1
7506| #define HAVE_SYS_TIME_H 1
7507| #define STDC_HEADERS 1
7508| #define _ALL_SOURCE 1
7509| #define _DARWIN_C_SOURCE 1
7510| #define _GNU_SOURCE 1
7511| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7512| #define _NETBSD_SOURCE 1
7513| #define _OPENBSD_SOURCE 1
7514| #define _POSIX_PTHREAD_SEMANTICS 1
7515| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7516| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7517| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7518| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7519| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7520| #define __STDC_WANT_LIB_EXT2__ 1
7521| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7522| #define _TANDEM_SOURCE 1
7523| #define __EXTENSIONS__ 1
7524| #define READLINE 1
7525| #define HISTORY 1
7526| #define BANG_HISTORY 1
7527| #define HAVE_STRINGIZE 1
7528| #define HAVE_LONG_DOUBLE 1
7529| #define PROTOTYPES 1
7530| #define __PROTOTYPES 1
7531| #define restrict __restrict__
7532| #define HAVE_VISIBILITY 1
7533| #define HAVE_STDINT_H_WITH_UINTMAX 1
7534| #define HAVE_ALLOCA_H 1
7535| #define HAVE_ALLOCA 1
7536| #define HAVE_GETPAGESIZE 1
7537| #define HAVE_SYMLINK 1
7538| #define HAVE_USELOCALE 1
7539| #define HAVE_VPRINTF 1
7540| #define HAVE_ALARM 1
7541| #define HAVE_FPURGE 1
7542| #define HAVE_SNPRINTF 1
7543| #define HAVE_VSNPRINTF 1
7544| #define HAVE_MMAP 1
7545| #define INTDIV0_RAISES_SIGFPE 1
7546| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
7547| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7548| #define HAVE_UINTMAX_T 1
7549| #define HAVE_INTTYPES_H 1
7550| #define USE_POSIX_THREADS 1
7551| #define HAVE_PTHREAD_RWLOCK 1
7552| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
7553| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
7554| #define HAVE_ICONV 1
7555| #define ICONV_CONST
7556| #define HAVE_BUILTIN_EXPECT 1
7557| #define HAVE_INTTYPES_H 1
7558| #define HAVE_LIMITS_H 1
7559| #define HAVE_UNISTD_H 1
7560| #define HAVE_SYS_PARAM_H 1
7561| #define HAVE_GETCWD 1
7562| #define HAVE_GETEGID 1
7563| #define HAVE_GETEUID 1
7564| #define HAVE_GETGID 1
7565| #define HAVE_GETUID 1
7566| #define HAVE_MUNMAP 1
7567| #define HAVE_STPCPY 1
7568| #define HAVE_STRCASECMP 1
7569| #define HAVE_STRDUP 1
7570| #define HAVE_STRTOUL 1
7571| #define HAVE_TSEARCH 1
7572| #define HAVE_LOCALECONV 1
7573| #define HAVE_DECL_FEOF_UNLOCKED 1
7574| #define HAVE_DECL_FGETS_UNLOCKED 0
7575| #define HAVE_LONG_LONG_INT 1
7576| #define HAVE_WCHAR_T 1
7577| #define HAVE_WINT_T 1
7578| #define HAVE_INTMAX_T 1
7579| #define HAVE_POSIX_PRINTF 1
7580| #define HAVE_STDINT_H 1
7581| #define HAVE_STDINT_H 1
7582| #define HAVE_WORKING_O_NOATIME 1
7583| #define HAVE_WORKING_O_NOFOLLOW 1
7584| #define HAVE_WORKING_USELOCALE 1
7585| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7586| #define HAVE_CFLOCALECOPYCURRENT 1
7587| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7588| #define FLEXIBLE_ARRAY_MEMBER /**/
7589| #define HAVE_STDDEF_H 1
7590| #define HAVE_STDLIB_H 1
7591| #define HAVE_STRING_H 1
7592| #define HAVE_ASPRINTF 1
7593| #define HAVE_FWPRINTF 1
7594| #define HAVE_NEWLOCALE 1
7595| #define HAVE_PUTENV 1
7596| #define HAVE_SETENV 1
7597| #define HAVE_SETLOCALE 1
7598| #define HAVE_SNPRINTF 1
7599| #define HAVE_STRNLEN 1
7600| #define HAVE_USELOCALE 1
7601| #define HAVE_WCSLEN 1
7602| #define HAVE_WCSNLEN 1
7603| #define HAVE_MBRTOWC 1
7604| #define HAVE_WCRTOMB 1
7605| #define HAVE_DECL__SNPRINTF 0
7606| #define HAVE_DECL__SNWPRINTF 0
7607| #define HAVE_DECL_GETC_UNLOCKED 1
7608| #define HAVE_LANGINFO_CODESET 1
7609| #define HAVE_LC_MESSAGES 1
7610| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7611| #define HAVE_CFLOCALECOPYCURRENT 1
7612| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7613| #define ENABLE_NLS 1
7614| #define HAVE_GETTEXT 1
7615| #define HAVE_DCGETTEXT 1
7616| #define HAVE_DIRENT_H 1
7617| #define HAVE_INTTYPES_H 1
7618| #define HAVE_UNISTD_H 1
7619| #define HAVE_STDLIB_H 1
7620| #define HAVE_STDARG_H 1
7621| #define HAVE_LIMITS_H 1
7622| #define HAVE_STRING_H 1
7623| #define HAVE_MEMORY_H 1
7624| #define HAVE_LOCALE_H 1
7625| #define HAVE_TERMCAP_H 1
7626| #define HAVE_TERMIOS_H 1
7627| #define HAVE_DLFCN_H 1
7628| #define HAVE_STDBOOL_H 1
7629| #define HAVE_STDDEF_H 1
7630| #define HAVE_STDINT_H 1
7631| #define HAVE_NETDB_H 1
7632| #define HAVE_PWD_H 1
7633| #define HAVE_GRP_H 1
7634| #define HAVE_STRINGS_H 1
7635| #define HAVE_REGEX_H 1
7636| #define HAVE_SYSLOG_H 1
7637| #define HAVE_ULIMIT_H 1
7638| #define HAVE_SYS_SELECT_H 1
7639| #define HAVE_SYS_FILE_H 1
7640| #define HAVE_SYS_IOCTL_H 1
7641| #define HAVE_SYS_MMAN_H 1
7642| #define HAVE_SYS_PARAM_H 1
7643| #define HAVE_SYS_RANDOM_H 1
7644| #define HAVE_SYS_SOCKET_H 1
7645| #define HAVE_SYS_STAT_H 1
7646| #define HAVE_SYS_TIME_H 1
7647| #define HAVE_SYS_TIMES_H 1
7648| #define HAVE_SYS_TYPES_H 1
7649| #define HAVE_SYS_WAIT_H 1
7650| #define HAVE_NETINET_IN_H 1
7651| #define HAVE_ARPA_INET_H 1
7652| #define HAVE_SYS_RESOURCE_H 1
7653| #define HAVE_ALLOCA_H 1
7654| #define HAVE_ALLOCA 1
7655| #define HAVE_CHOWN 1
7656| #define GETPGRP_VOID 1
7657| #define HAVE_STRCOLL 1
7658| #define HAVE_WAIT3 1
7659| #define HAVE_MKFIFO 1
7660| #define HAVE_DUP2 1
7661| #define HAVE_FCNTL 1
7662| #define HAVE_GETDTABLESIZE 1
7663| #define HAVE_GETENTROPY 1
7664| #define HAVE_GETGROUPS 1
7665| #define HAVE_GETHOSTNAME 1
7666| #define HAVE_GETPAGESIZE 1
7667| #define HAVE_GETPEERNAME 1
7668| #define HAVE_GETRLIMIT 1
7669| #define HAVE_GETRUSAGE 1
7670| #define HAVE_GETTIMEOFDAY 1
7671| #define HAVE_KILL 1
7672| #define HAVE_KILLPG 1
7673| #define HAVE_LSTAT 1
7674| #define HAVE_PSELECT 1
7675| #define HAVE_READLINK 1
7676| #define HAVE_SELECT 1
7677| #define HAVE_SETITIMER 1
7678| #define HAVE_TCGETPGRP 1
7679| #define HAVE_UNAME 1
7680| #define HAVE_ULIMIT 1
7681| #define HAVE_WAITPID 1
7682| #define HAVE_RENAME 1
7683| #define HAVE_BCOPY 1
7684| #define HAVE_BZERO 1
7685| #define HAVE_CONFSTR 1
7686| #define HAVE_FACCESSAT 1
7687| #define HAVE_FNMATCH 1
7688| #define HAVE_GETADDRINFO 1
7689| #define HAVE_GETHOSTBYNAME 1
7690| #define HAVE_GETSERVBYNAME 1
7691| #define HAVE_GETSERVENT 1
7692| #define HAVE_INET_ATON 1
7693| #define HAVE_IMAXDIV 1
7694| #define HAVE_MEMMOVE 1
7695| #define HAVE_PATHCONF 1
7696| #define HAVE_PUTENV 1
7697| #define HAVE_RAISE 1
7698| #define HAVE_RANDOM 1
7699| #define HAVE_REGCOMP 1
7700| #define HAVE_REGEXEC 1
7701| #define HAVE_SETENV 1
7702| #define HAVE_SETLINEBUF 1
7703| #define HAVE_SETLOCALE 1
7704| #define HAVE_SETVBUF 1
7705| #define HAVE_SIGINTERRUPT 1
7706| #define HAVE_STRCHR 1
7707| #define HAVE_SYSCONF 1
7708| #define HAVE_SYSLOG 1
7709| #define HAVE_TCGETATTR 1
7710| #define HAVE_TIMES 1
7711| #define HAVE_TTYNAME 1
7712| #define HAVE_TZSET 1
7713| #define HAVE_UNSETENV 1
7714| #define HAVE_VASPRINTF 1
7715| #define HAVE_ASPRINTF 1
7716| #define HAVE_ISASCII 1
7717| #define HAVE_ISBLANK 1
7718| #define HAVE_ISGRAPH 1
7719| #define HAVE_ISPRINT 1
7720| #define HAVE_ISSPACE 1
7721| #define HAVE_ISXDIGIT 1
7722| #define HAVE_GETPWENT 1
7723| #define HAVE_GETPWNAM 1
7724| #define HAVE_GETPWUID 1
7725| #define HAVE_MKSTEMP 1
7726| #define HAVE_MKDTEMP 1
7727| #define HAVE_ARC4RANDOM 1
7728| #define HAVE_GETCWD 1
7729| #define HAVE_MEMSET 1
7730| #define HAVE_STRCASECMP 1
7731| #define HAVE_STRCASESTR 1
7732| #define HAVE_STRERROR 1
7733| #define HAVE_STRFTIME 1
7734| #define HAVE_STRNLEN 1
7735| #define HAVE_STRPBRK 1
7736| #define HAVE_STRSTR 1
7737| #define HAVE_STRTOD 1
7738| #define HAVE_STRTOL 1
7739| #define HAVE_STRTOUL 1
7740| #define HAVE_STRTOLL 1
7741| #define HAVE_STRTOULL 1
7742| #define HAVE_STRTOUMAX 1
7743| #define HAVE_DPRINTF 1
7744| #define HAVE_STRDUP 1
7745| /* end confdefs.h.  */
7746| #include <stddef.h>
7747| #ifdef HAVE_STDIO_H
7748| # include <stdio.h>
7749| #endif
7750| #ifdef HAVE_STDLIB_H
7751| # include <stdlib.h>
7752| #endif
7753| #ifdef HAVE_STRING_H
7754| # include <string.h>
7755| #endif
7756| #ifdef HAVE_INTTYPES_H
7757| # include <inttypes.h>
7758| #endif
7759| #ifdef HAVE_STDINT_H
7760| # include <stdint.h>
7761| #endif
7762| #ifdef HAVE_STRINGS_H
7763| # include <strings.h>
7764| #endif
7765| #ifdef HAVE_SYS_TYPES_H
7766| # include <sys/types.h>
7767| #endif
7768| #ifdef HAVE_SYS_STAT_H
7769| # include <sys/stat.h>
7770| #endif
7771| #ifdef HAVE_UNISTD_H
7772| # include <unistd.h>
7773| #endif
7774| #include <libaudit.h>
7775configure:15569: result: no
7776configure:15576: checking whether AUDIT_USER_TTY is declared
7777configure:15576: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
7778conftest.c:286:10: fatal error: 'linux/audit.h' file not found
7779#include <linux/audit.h>
7780         ^~~~~~~~~~~~~~~
77811 error generated.
7782configure:15576: $? = 1
7783configure: failed program was:
7784| /* confdefs.h */
7785| #define PACKAGE_NAME "bash"
7786| #define PACKAGE_TARNAME "bash"
7787| #define PACKAGE_VERSION "5.2-release"
7788| #define PACKAGE_STRING "bash 5.2-release"
7789| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
7790| #define PACKAGE_URL ""
7791| #define ALIAS 1
7792| #define PUSHD_AND_POPD 1
7793| #define RESTRICTED_SHELL 1
7794| #define PROCESS_SUBSTITUTION 1
7795| #define PROMPT_STRING_DECODE 1
7796| #define SELECT_COMMAND 1
7797| #define HELP_BUILTIN 1
7798| #define ARRAY_VARS 1
7799| #define DPAREN_ARITHMETIC 1
7800| #define BRACE_EXPANSION 1
7801| #define COMMAND_TIMING 1
7802| #define EXTENDED_GLOB 1
7803| #define EXTGLOB_DEFAULT 0
7804| #define COND_COMMAND 1
7805| #define COND_REGEXP 1
7806| #define COPROCESS_SUPPORT 1
7807| #define ARITH_FOR_COMMAND 1
7808| #define NETWORK_REDIRECTIONS 1
7809| #define PROGRAMMABLE_COMPLETION 1
7810| #define DEBUGGER 1
7811| #define CASEMOD_ATTRS 1
7812| #define CASEMOD_EXPANSIONS 1
7813| #define GLOBASCII_DEFAULT 1
7814| #define FUNCTION_IMPORT 1
7815| #define TRANSLATABLE_STRINGS 1
7816| #define MEMSCRAMBLE 1
7817| #define HAVE_STDIO_H 1
7818| #define HAVE_STDLIB_H 1
7819| #define HAVE_STRING_H 1
7820| #define HAVE_INTTYPES_H 1
7821| #define HAVE_STDINT_H 1
7822| #define HAVE_STRINGS_H 1
7823| #define HAVE_SYS_STAT_H 1
7824| #define HAVE_SYS_TYPES_H 1
7825| #define HAVE_UNISTD_H 1
7826| #define HAVE_WCHAR_H 1
7827| #define HAVE_SYS_PARAM_H 1
7828| #define HAVE_XLOCALE_H 1
7829| #define HAVE_SYS_TIME_H 1
7830| #define STDC_HEADERS 1
7831| #define _ALL_SOURCE 1
7832| #define _DARWIN_C_SOURCE 1
7833| #define _GNU_SOURCE 1
7834| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7835| #define _NETBSD_SOURCE 1
7836| #define _OPENBSD_SOURCE 1
7837| #define _POSIX_PTHREAD_SEMANTICS 1
7838| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7839| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7840| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7841| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7842| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7843| #define __STDC_WANT_LIB_EXT2__ 1
7844| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7845| #define _TANDEM_SOURCE 1
7846| #define __EXTENSIONS__ 1
7847| #define READLINE 1
7848| #define HISTORY 1
7849| #define BANG_HISTORY 1
7850| #define HAVE_STRINGIZE 1
7851| #define HAVE_LONG_DOUBLE 1
7852| #define PROTOTYPES 1
7853| #define __PROTOTYPES 1
7854| #define restrict __restrict__
7855| #define HAVE_VISIBILITY 1
7856| #define HAVE_STDINT_H_WITH_UINTMAX 1
7857| #define HAVE_ALLOCA_H 1
7858| #define HAVE_ALLOCA 1
7859| #define HAVE_GETPAGESIZE 1
7860| #define HAVE_SYMLINK 1
7861| #define HAVE_USELOCALE 1
7862| #define HAVE_VPRINTF 1
7863| #define HAVE_ALARM 1
7864| #define HAVE_FPURGE 1
7865| #define HAVE_SNPRINTF 1
7866| #define HAVE_VSNPRINTF 1
7867| #define HAVE_MMAP 1
7868| #define INTDIV0_RAISES_SIGFPE 1
7869| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
7870| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7871| #define HAVE_UINTMAX_T 1
7872| #define HAVE_INTTYPES_H 1
7873| #define USE_POSIX_THREADS 1
7874| #define HAVE_PTHREAD_RWLOCK 1
7875| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
7876| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
7877| #define HAVE_ICONV 1
7878| #define ICONV_CONST
7879| #define HAVE_BUILTIN_EXPECT 1
7880| #define HAVE_INTTYPES_H 1
7881| #define HAVE_LIMITS_H 1
7882| #define HAVE_UNISTD_H 1
7883| #define HAVE_SYS_PARAM_H 1
7884| #define HAVE_GETCWD 1
7885| #define HAVE_GETEGID 1
7886| #define HAVE_GETEUID 1
7887| #define HAVE_GETGID 1
7888| #define HAVE_GETUID 1
7889| #define HAVE_MUNMAP 1
7890| #define HAVE_STPCPY 1
7891| #define HAVE_STRCASECMP 1
7892| #define HAVE_STRDUP 1
7893| #define HAVE_STRTOUL 1
7894| #define HAVE_TSEARCH 1
7895| #define HAVE_LOCALECONV 1
7896| #define HAVE_DECL_FEOF_UNLOCKED 1
7897| #define HAVE_DECL_FGETS_UNLOCKED 0
7898| #define HAVE_LONG_LONG_INT 1
7899| #define HAVE_WCHAR_T 1
7900| #define HAVE_WINT_T 1
7901| #define HAVE_INTMAX_T 1
7902| #define HAVE_POSIX_PRINTF 1
7903| #define HAVE_STDINT_H 1
7904| #define HAVE_STDINT_H 1
7905| #define HAVE_WORKING_O_NOATIME 1
7906| #define HAVE_WORKING_O_NOFOLLOW 1
7907| #define HAVE_WORKING_USELOCALE 1
7908| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7909| #define HAVE_CFLOCALECOPYCURRENT 1
7910| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7911| #define FLEXIBLE_ARRAY_MEMBER /**/
7912| #define HAVE_STDDEF_H 1
7913| #define HAVE_STDLIB_H 1
7914| #define HAVE_STRING_H 1
7915| #define HAVE_ASPRINTF 1
7916| #define HAVE_FWPRINTF 1
7917| #define HAVE_NEWLOCALE 1
7918| #define HAVE_PUTENV 1
7919| #define HAVE_SETENV 1
7920| #define HAVE_SETLOCALE 1
7921| #define HAVE_SNPRINTF 1
7922| #define HAVE_STRNLEN 1
7923| #define HAVE_USELOCALE 1
7924| #define HAVE_WCSLEN 1
7925| #define HAVE_WCSNLEN 1
7926| #define HAVE_MBRTOWC 1
7927| #define HAVE_WCRTOMB 1
7928| #define HAVE_DECL__SNPRINTF 0
7929| #define HAVE_DECL__SNWPRINTF 0
7930| #define HAVE_DECL_GETC_UNLOCKED 1
7931| #define HAVE_LANGINFO_CODESET 1
7932| #define HAVE_LC_MESSAGES 1
7933| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7934| #define HAVE_CFLOCALECOPYCURRENT 1
7935| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
7936| #define ENABLE_NLS 1
7937| #define HAVE_GETTEXT 1
7938| #define HAVE_DCGETTEXT 1
7939| #define HAVE_DIRENT_H 1
7940| #define HAVE_INTTYPES_H 1
7941| #define HAVE_UNISTD_H 1
7942| #define HAVE_STDLIB_H 1
7943| #define HAVE_STDARG_H 1
7944| #define HAVE_LIMITS_H 1
7945| #define HAVE_STRING_H 1
7946| #define HAVE_MEMORY_H 1
7947| #define HAVE_LOCALE_H 1
7948| #define HAVE_TERMCAP_H 1
7949| #define HAVE_TERMIOS_H 1
7950| #define HAVE_DLFCN_H 1
7951| #define HAVE_STDBOOL_H 1
7952| #define HAVE_STDDEF_H 1
7953| #define HAVE_STDINT_H 1
7954| #define HAVE_NETDB_H 1
7955| #define HAVE_PWD_H 1
7956| #define HAVE_GRP_H 1
7957| #define HAVE_STRINGS_H 1
7958| #define HAVE_REGEX_H 1
7959| #define HAVE_SYSLOG_H 1
7960| #define HAVE_ULIMIT_H 1
7961| #define HAVE_SYS_SELECT_H 1
7962| #define HAVE_SYS_FILE_H 1
7963| #define HAVE_SYS_IOCTL_H 1
7964| #define HAVE_SYS_MMAN_H 1
7965| #define HAVE_SYS_PARAM_H 1
7966| #define HAVE_SYS_RANDOM_H 1
7967| #define HAVE_SYS_SOCKET_H 1
7968| #define HAVE_SYS_STAT_H 1
7969| #define HAVE_SYS_TIME_H 1
7970| #define HAVE_SYS_TIMES_H 1
7971| #define HAVE_SYS_TYPES_H 1
7972| #define HAVE_SYS_WAIT_H 1
7973| #define HAVE_NETINET_IN_H 1
7974| #define HAVE_ARPA_INET_H 1
7975| #define HAVE_SYS_RESOURCE_H 1
7976| #define HAVE_ALLOCA_H 1
7977| #define HAVE_ALLOCA 1
7978| #define HAVE_CHOWN 1
7979| #define GETPGRP_VOID 1
7980| #define HAVE_STRCOLL 1
7981| #define HAVE_WAIT3 1
7982| #define HAVE_MKFIFO 1
7983| #define HAVE_DUP2 1
7984| #define HAVE_FCNTL 1
7985| #define HAVE_GETDTABLESIZE 1
7986| #define HAVE_GETENTROPY 1
7987| #define HAVE_GETGROUPS 1
7988| #define HAVE_GETHOSTNAME 1
7989| #define HAVE_GETPAGESIZE 1
7990| #define HAVE_GETPEERNAME 1
7991| #define HAVE_GETRLIMIT 1
7992| #define HAVE_GETRUSAGE 1
7993| #define HAVE_GETTIMEOFDAY 1
7994| #define HAVE_KILL 1
7995| #define HAVE_KILLPG 1
7996| #define HAVE_LSTAT 1
7997| #define HAVE_PSELECT 1
7998| #define HAVE_READLINK 1
7999| #define HAVE_SELECT 1
8000| #define HAVE_SETITIMER 1
8001| #define HAVE_TCGETPGRP 1
8002| #define HAVE_UNAME 1
8003| #define HAVE_ULIMIT 1
8004| #define HAVE_WAITPID 1
8005| #define HAVE_RENAME 1
8006| #define HAVE_BCOPY 1
8007| #define HAVE_BZERO 1
8008| #define HAVE_CONFSTR 1
8009| #define HAVE_FACCESSAT 1
8010| #define HAVE_FNMATCH 1
8011| #define HAVE_GETADDRINFO 1
8012| #define HAVE_GETHOSTBYNAME 1
8013| #define HAVE_GETSERVBYNAME 1
8014| #define HAVE_GETSERVENT 1
8015| #define HAVE_INET_ATON 1
8016| #define HAVE_IMAXDIV 1
8017| #define HAVE_MEMMOVE 1
8018| #define HAVE_PATHCONF 1
8019| #define HAVE_PUTENV 1
8020| #define HAVE_RAISE 1
8021| #define HAVE_RANDOM 1
8022| #define HAVE_REGCOMP 1
8023| #define HAVE_REGEXEC 1
8024| #define HAVE_SETENV 1
8025| #define HAVE_SETLINEBUF 1
8026| #define HAVE_SETLOCALE 1
8027| #define HAVE_SETVBUF 1
8028| #define HAVE_SIGINTERRUPT 1
8029| #define HAVE_STRCHR 1
8030| #define HAVE_SYSCONF 1
8031| #define HAVE_SYSLOG 1
8032| #define HAVE_TCGETATTR 1
8033| #define HAVE_TIMES 1
8034| #define HAVE_TTYNAME 1
8035| #define HAVE_TZSET 1
8036| #define HAVE_UNSETENV 1
8037| #define HAVE_VASPRINTF 1
8038| #define HAVE_ASPRINTF 1
8039| #define HAVE_ISASCII 1
8040| #define HAVE_ISBLANK 1
8041| #define HAVE_ISGRAPH 1
8042| #define HAVE_ISPRINT 1
8043| #define HAVE_ISSPACE 1
8044| #define HAVE_ISXDIGIT 1
8045| #define HAVE_GETPWENT 1
8046| #define HAVE_GETPWNAM 1
8047| #define HAVE_GETPWUID 1
8048| #define HAVE_MKSTEMP 1
8049| #define HAVE_MKDTEMP 1
8050| #define HAVE_ARC4RANDOM 1
8051| #define HAVE_GETCWD 1
8052| #define HAVE_MEMSET 1
8053| #define HAVE_STRCASECMP 1
8054| #define HAVE_STRCASESTR 1
8055| #define HAVE_STRERROR 1
8056| #define HAVE_STRFTIME 1
8057| #define HAVE_STRNLEN 1
8058| #define HAVE_STRPBRK 1
8059| #define HAVE_STRSTR 1
8060| #define HAVE_STRTOD 1
8061| #define HAVE_STRTOL 1
8062| #define HAVE_STRTOUL 1
8063| #define HAVE_STRTOLL 1
8064| #define HAVE_STRTOULL 1
8065| #define HAVE_STRTOUMAX 1
8066| #define HAVE_DPRINTF 1
8067| #define HAVE_STRDUP 1
8068| /* end confdefs.h.  */
8069| #include <linux/audit.h>
8070|
8071| int
8072| main (void)
8073| {
8074| #ifndef AUDIT_USER_TTY
8075| #ifdef __cplusplus
8076|   (void) AUDIT_USER_TTY;
8077| #else
8078|   (void) AUDIT_USER_TTY;
8079| #endif
8080| #endif
8081|
8082|   ;
8083|   return 0;
8084| }
8085configure:15576: result: no
8086configure:15587: checking whether confstr is declared
8087configure:15587: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8088configure:15587: $? = 0
8089configure:15587: result: yes
8090configure:15596: checking whether printf is declared
8091configure:15596: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8092configure:15596: $? = 0
8093configure:15596: result: yes
8094configure:15605: checking whether sbrk is declared
8095configure:15605: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8096conftest.c:324:10: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
8097  (void) sbrk;
8098         ^
8099/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
8100__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
8101^
8102/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:211:40: note: expanded from macro '__deprecated'
8103#define __deprecated    __attribute__((__deprecated__))
8104                                       ^
81051 warning generated.
8106configure:15605: $? = 0
8107configure:15605: result: yes
8108configure:15614: checking whether setregid is declared
8109configure:15614: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8110configure:15614: $? = 0
8111configure:15614: result: yes
8112configure:15623: checking whether strcpy is declared
8113configure:15623: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8114configure:15623: $? = 0
8115configure:15623: result: yes
8116configure:15632: checking whether strsignal is declared
8117configure:15632: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8118configure:15632: $? = 0
8119configure:15632: result: yes
8120configure:15642: checking for setresuid
8121configure:15642: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
8122Undefined symbols for architecture x86_64:
8123  "_setresuid", referenced from:
8124      _main in conftest-527b8a.o
8125ld: symbol(s) not found for architecture x86_64
8126clang: error: linker command failed with exit code 1 (use -v to see invocation)
8127configure:15642: $? = 1
8128configure: failed program was:
8129| /* confdefs.h */
8130| #define PACKAGE_NAME "bash"
8131| #define PACKAGE_TARNAME "bash"
8132| #define PACKAGE_VERSION "5.2-release"
8133| #define PACKAGE_STRING "bash 5.2-release"
8134| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
8135| #define PACKAGE_URL ""
8136| #define ALIAS 1
8137| #define PUSHD_AND_POPD 1
8138| #define RESTRICTED_SHELL 1
8139| #define PROCESS_SUBSTITUTION 1
8140| #define PROMPT_STRING_DECODE 1
8141| #define SELECT_COMMAND 1
8142| #define HELP_BUILTIN 1
8143| #define ARRAY_VARS 1
8144| #define DPAREN_ARITHMETIC 1
8145| #define BRACE_EXPANSION 1
8146| #define COMMAND_TIMING 1
8147| #define EXTENDED_GLOB 1
8148| #define EXTGLOB_DEFAULT 0
8149| #define COND_COMMAND 1
8150| #define COND_REGEXP 1
8151| #define COPROCESS_SUPPORT 1
8152| #define ARITH_FOR_COMMAND 1
8153| #define NETWORK_REDIRECTIONS 1
8154| #define PROGRAMMABLE_COMPLETION 1
8155| #define DEBUGGER 1
8156| #define CASEMOD_ATTRS 1
8157| #define CASEMOD_EXPANSIONS 1
8158| #define GLOBASCII_DEFAULT 1
8159| #define FUNCTION_IMPORT 1
8160| #define TRANSLATABLE_STRINGS 1
8161| #define MEMSCRAMBLE 1
8162| #define HAVE_STDIO_H 1
8163| #define HAVE_STDLIB_H 1
8164| #define HAVE_STRING_H 1
8165| #define HAVE_INTTYPES_H 1
8166| #define HAVE_STDINT_H 1
8167| #define HAVE_STRINGS_H 1
8168| #define HAVE_SYS_STAT_H 1
8169| #define HAVE_SYS_TYPES_H 1
8170| #define HAVE_UNISTD_H 1
8171| #define HAVE_WCHAR_H 1
8172| #define HAVE_SYS_PARAM_H 1
8173| #define HAVE_XLOCALE_H 1
8174| #define HAVE_SYS_TIME_H 1
8175| #define STDC_HEADERS 1
8176| #define _ALL_SOURCE 1
8177| #define _DARWIN_C_SOURCE 1
8178| #define _GNU_SOURCE 1
8179| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8180| #define _NETBSD_SOURCE 1
8181| #define _OPENBSD_SOURCE 1
8182| #define _POSIX_PTHREAD_SEMANTICS 1
8183| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8184| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8185| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8186| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8187| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8188| #define __STDC_WANT_LIB_EXT2__ 1
8189| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8190| #define _TANDEM_SOURCE 1
8191| #define __EXTENSIONS__ 1
8192| #define READLINE 1
8193| #define HISTORY 1
8194| #define BANG_HISTORY 1
8195| #define HAVE_STRINGIZE 1
8196| #define HAVE_LONG_DOUBLE 1
8197| #define PROTOTYPES 1
8198| #define __PROTOTYPES 1
8199| #define restrict __restrict__
8200| #define HAVE_VISIBILITY 1
8201| #define HAVE_STDINT_H_WITH_UINTMAX 1
8202| #define HAVE_ALLOCA_H 1
8203| #define HAVE_ALLOCA 1
8204| #define HAVE_GETPAGESIZE 1
8205| #define HAVE_SYMLINK 1
8206| #define HAVE_USELOCALE 1
8207| #define HAVE_VPRINTF 1
8208| #define HAVE_ALARM 1
8209| #define HAVE_FPURGE 1
8210| #define HAVE_SNPRINTF 1
8211| #define HAVE_VSNPRINTF 1
8212| #define HAVE_MMAP 1
8213| #define INTDIV0_RAISES_SIGFPE 1
8214| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
8215| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8216| #define HAVE_UINTMAX_T 1
8217| #define HAVE_INTTYPES_H 1
8218| #define USE_POSIX_THREADS 1
8219| #define HAVE_PTHREAD_RWLOCK 1
8220| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
8221| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
8222| #define HAVE_ICONV 1
8223| #define ICONV_CONST
8224| #define HAVE_BUILTIN_EXPECT 1
8225| #define HAVE_INTTYPES_H 1
8226| #define HAVE_LIMITS_H 1
8227| #define HAVE_UNISTD_H 1
8228| #define HAVE_SYS_PARAM_H 1
8229| #define HAVE_GETCWD 1
8230| #define HAVE_GETEGID 1
8231| #define HAVE_GETEUID 1
8232| #define HAVE_GETGID 1
8233| #define HAVE_GETUID 1
8234| #define HAVE_MUNMAP 1
8235| #define HAVE_STPCPY 1
8236| #define HAVE_STRCASECMP 1
8237| #define HAVE_STRDUP 1
8238| #define HAVE_STRTOUL 1
8239| #define HAVE_TSEARCH 1
8240| #define HAVE_LOCALECONV 1
8241| #define HAVE_DECL_FEOF_UNLOCKED 1
8242| #define HAVE_DECL_FGETS_UNLOCKED 0
8243| #define HAVE_LONG_LONG_INT 1
8244| #define HAVE_WCHAR_T 1
8245| #define HAVE_WINT_T 1
8246| #define HAVE_INTMAX_T 1
8247| #define HAVE_POSIX_PRINTF 1
8248| #define HAVE_STDINT_H 1
8249| #define HAVE_STDINT_H 1
8250| #define HAVE_WORKING_O_NOATIME 1
8251| #define HAVE_WORKING_O_NOFOLLOW 1
8252| #define HAVE_WORKING_USELOCALE 1
8253| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8254| #define HAVE_CFLOCALECOPYCURRENT 1
8255| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8256| #define FLEXIBLE_ARRAY_MEMBER /**/
8257| #define HAVE_STDDEF_H 1
8258| #define HAVE_STDLIB_H 1
8259| #define HAVE_STRING_H 1
8260| #define HAVE_ASPRINTF 1
8261| #define HAVE_FWPRINTF 1
8262| #define HAVE_NEWLOCALE 1
8263| #define HAVE_PUTENV 1
8264| #define HAVE_SETENV 1
8265| #define HAVE_SETLOCALE 1
8266| #define HAVE_SNPRINTF 1
8267| #define HAVE_STRNLEN 1
8268| #define HAVE_USELOCALE 1
8269| #define HAVE_WCSLEN 1
8270| #define HAVE_WCSNLEN 1
8271| #define HAVE_MBRTOWC 1
8272| #define HAVE_WCRTOMB 1
8273| #define HAVE_DECL__SNPRINTF 0
8274| #define HAVE_DECL__SNWPRINTF 0
8275| #define HAVE_DECL_GETC_UNLOCKED 1
8276| #define HAVE_LANGINFO_CODESET 1
8277| #define HAVE_LC_MESSAGES 1
8278| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8279| #define HAVE_CFLOCALECOPYCURRENT 1
8280| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8281| #define ENABLE_NLS 1
8282| #define HAVE_GETTEXT 1
8283| #define HAVE_DCGETTEXT 1
8284| #define HAVE_DIRENT_H 1
8285| #define HAVE_INTTYPES_H 1
8286| #define HAVE_UNISTD_H 1
8287| #define HAVE_STDLIB_H 1
8288| #define HAVE_STDARG_H 1
8289| #define HAVE_LIMITS_H 1
8290| #define HAVE_STRING_H 1
8291| #define HAVE_MEMORY_H 1
8292| #define HAVE_LOCALE_H 1
8293| #define HAVE_TERMCAP_H 1
8294| #define HAVE_TERMIOS_H 1
8295| #define HAVE_DLFCN_H 1
8296| #define HAVE_STDBOOL_H 1
8297| #define HAVE_STDDEF_H 1
8298| #define HAVE_STDINT_H 1
8299| #define HAVE_NETDB_H 1
8300| #define HAVE_PWD_H 1
8301| #define HAVE_GRP_H 1
8302| #define HAVE_STRINGS_H 1
8303| #define HAVE_REGEX_H 1
8304| #define HAVE_SYSLOG_H 1
8305| #define HAVE_ULIMIT_H 1
8306| #define HAVE_SYS_SELECT_H 1
8307| #define HAVE_SYS_FILE_H 1
8308| #define HAVE_SYS_IOCTL_H 1
8309| #define HAVE_SYS_MMAN_H 1
8310| #define HAVE_SYS_PARAM_H 1
8311| #define HAVE_SYS_RANDOM_H 1
8312| #define HAVE_SYS_SOCKET_H 1
8313| #define HAVE_SYS_STAT_H 1
8314| #define HAVE_SYS_TIME_H 1
8315| #define HAVE_SYS_TIMES_H 1
8316| #define HAVE_SYS_TYPES_H 1
8317| #define HAVE_SYS_WAIT_H 1
8318| #define HAVE_NETINET_IN_H 1
8319| #define HAVE_ARPA_INET_H 1
8320| #define HAVE_SYS_RESOURCE_H 1
8321| #define HAVE_ALLOCA_H 1
8322| #define HAVE_ALLOCA 1
8323| #define HAVE_CHOWN 1
8324| #define GETPGRP_VOID 1
8325| #define HAVE_STRCOLL 1
8326| #define HAVE_WAIT3 1
8327| #define HAVE_MKFIFO 1
8328| #define HAVE_DUP2 1
8329| #define HAVE_FCNTL 1
8330| #define HAVE_GETDTABLESIZE 1
8331| #define HAVE_GETENTROPY 1
8332| #define HAVE_GETGROUPS 1
8333| #define HAVE_GETHOSTNAME 1
8334| #define HAVE_GETPAGESIZE 1
8335| #define HAVE_GETPEERNAME 1
8336| #define HAVE_GETRLIMIT 1
8337| #define HAVE_GETRUSAGE 1
8338| #define HAVE_GETTIMEOFDAY 1
8339| #define HAVE_KILL 1
8340| #define HAVE_KILLPG 1
8341| #define HAVE_LSTAT 1
8342| #define HAVE_PSELECT 1
8343| #define HAVE_READLINK 1
8344| #define HAVE_SELECT 1
8345| #define HAVE_SETITIMER 1
8346| #define HAVE_TCGETPGRP 1
8347| #define HAVE_UNAME 1
8348| #define HAVE_ULIMIT 1
8349| #define HAVE_WAITPID 1
8350| #define HAVE_RENAME 1
8351| #define HAVE_BCOPY 1
8352| #define HAVE_BZERO 1
8353| #define HAVE_CONFSTR 1
8354| #define HAVE_FACCESSAT 1
8355| #define HAVE_FNMATCH 1
8356| #define HAVE_GETADDRINFO 1
8357| #define HAVE_GETHOSTBYNAME 1
8358| #define HAVE_GETSERVBYNAME 1
8359| #define HAVE_GETSERVENT 1
8360| #define HAVE_INET_ATON 1
8361| #define HAVE_IMAXDIV 1
8362| #define HAVE_MEMMOVE 1
8363| #define HAVE_PATHCONF 1
8364| #define HAVE_PUTENV 1
8365| #define HAVE_RAISE 1
8366| #define HAVE_RANDOM 1
8367| #define HAVE_REGCOMP 1
8368| #define HAVE_REGEXEC 1
8369| #define HAVE_SETENV 1
8370| #define HAVE_SETLINEBUF 1
8371| #define HAVE_SETLOCALE 1
8372| #define HAVE_SETVBUF 1
8373| #define HAVE_SIGINTERRUPT 1
8374| #define HAVE_STRCHR 1
8375| #define HAVE_SYSCONF 1
8376| #define HAVE_SYSLOG 1
8377| #define HAVE_TCGETATTR 1
8378| #define HAVE_TIMES 1
8379| #define HAVE_TTYNAME 1
8380| #define HAVE_TZSET 1
8381| #define HAVE_UNSETENV 1
8382| #define HAVE_VASPRINTF 1
8383| #define HAVE_ASPRINTF 1
8384| #define HAVE_ISASCII 1
8385| #define HAVE_ISBLANK 1
8386| #define HAVE_ISGRAPH 1
8387| #define HAVE_ISPRINT 1
8388| #define HAVE_ISSPACE 1
8389| #define HAVE_ISXDIGIT 1
8390| #define HAVE_GETPWENT 1
8391| #define HAVE_GETPWNAM 1
8392| #define HAVE_GETPWUID 1
8393| #define HAVE_MKSTEMP 1
8394| #define HAVE_MKDTEMP 1
8395| #define HAVE_ARC4RANDOM 1
8396| #define HAVE_GETCWD 1
8397| #define HAVE_MEMSET 1
8398| #define HAVE_STRCASECMP 1
8399| #define HAVE_STRCASESTR 1
8400| #define HAVE_STRERROR 1
8401| #define HAVE_STRFTIME 1
8402| #define HAVE_STRNLEN 1
8403| #define HAVE_STRPBRK 1
8404| #define HAVE_STRSTR 1
8405| #define HAVE_STRTOD 1
8406| #define HAVE_STRTOL 1
8407| #define HAVE_STRTOUL 1
8408| #define HAVE_STRTOLL 1
8409| #define HAVE_STRTOULL 1
8410| #define HAVE_STRTOUMAX 1
8411| #define HAVE_DPRINTF 1
8412| #define HAVE_STRDUP 1
8413| #define HAVE_DECL_AUDIT_USER_TTY 0
8414| #define HAVE_DECL_CONFSTR 1
8415| #define HAVE_DECL_PRINTF 1
8416| #define HAVE_DECL_SBRK 1
8417| #define HAVE_DECL_SETREGID 1
8418| #define HAVE_DECL_STRCPY 1
8419| #define HAVE_DECL_STRSIGNAL 1
8420| /* end confdefs.h.  */
8421| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
8422|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8423| #define setresuid innocuous_setresuid
8424|
8425| /* System header to define __stub macros and hopefully few prototypes,
8426|    which can conflict with char setresuid (); below.  */
8427|
8428| #include <limits.h>
8429| #undef setresuid
8430|
8431| /* Override any GCC internal prototype to avoid an error.
8432|    Use char because int might match the return type of a GCC
8433|    builtin and then its argument prototype would still apply.  */
8434| #ifdef __cplusplus
8435| extern "C"
8436| #endif
8437| char setresuid ();
8438| /* The GNU C library defines this for functions which it implements
8439|     to always fail with ENOSYS.  Some functions are actually named
8440|     something starting with __ and the normal name is an alias.  */
8441| #if defined __stub_setresuid || defined __stub___setresuid
8442| choke me
8443| #endif
8444|
8445| int
8446| main (void)
8447| {
8448| return setresuid ();
8449|   ;
8450|   return 0;
8451| }
8452configure:15642: result: no
8453configure:15648: checking for setresgid
8454configure:15648: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
8455Undefined symbols for architecture x86_64:
8456  "_setresgid", referenced from:
8457      _main in conftest-4f07c3.o
8458ld: symbol(s) not found for architecture x86_64
8459clang: error: linker command failed with exit code 1 (use -v to see invocation)
8460configure:15648: $? = 1
8461configure: failed program was:
8462| /* confdefs.h */
8463| #define PACKAGE_NAME "bash"
8464| #define PACKAGE_TARNAME "bash"
8465| #define PACKAGE_VERSION "5.2-release"
8466| #define PACKAGE_STRING "bash 5.2-release"
8467| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
8468| #define PACKAGE_URL ""
8469| #define ALIAS 1
8470| #define PUSHD_AND_POPD 1
8471| #define RESTRICTED_SHELL 1
8472| #define PROCESS_SUBSTITUTION 1
8473| #define PROMPT_STRING_DECODE 1
8474| #define SELECT_COMMAND 1
8475| #define HELP_BUILTIN 1
8476| #define ARRAY_VARS 1
8477| #define DPAREN_ARITHMETIC 1
8478| #define BRACE_EXPANSION 1
8479| #define COMMAND_TIMING 1
8480| #define EXTENDED_GLOB 1
8481| #define EXTGLOB_DEFAULT 0
8482| #define COND_COMMAND 1
8483| #define COND_REGEXP 1
8484| #define COPROCESS_SUPPORT 1
8485| #define ARITH_FOR_COMMAND 1
8486| #define NETWORK_REDIRECTIONS 1
8487| #define PROGRAMMABLE_COMPLETION 1
8488| #define DEBUGGER 1
8489| #define CASEMOD_ATTRS 1
8490| #define CASEMOD_EXPANSIONS 1
8491| #define GLOBASCII_DEFAULT 1
8492| #define FUNCTION_IMPORT 1
8493| #define TRANSLATABLE_STRINGS 1
8494| #define MEMSCRAMBLE 1
8495| #define HAVE_STDIO_H 1
8496| #define HAVE_STDLIB_H 1
8497| #define HAVE_STRING_H 1
8498| #define HAVE_INTTYPES_H 1
8499| #define HAVE_STDINT_H 1
8500| #define HAVE_STRINGS_H 1
8501| #define HAVE_SYS_STAT_H 1
8502| #define HAVE_SYS_TYPES_H 1
8503| #define HAVE_UNISTD_H 1
8504| #define HAVE_WCHAR_H 1
8505| #define HAVE_SYS_PARAM_H 1
8506| #define HAVE_XLOCALE_H 1
8507| #define HAVE_SYS_TIME_H 1
8508| #define STDC_HEADERS 1
8509| #define _ALL_SOURCE 1
8510| #define _DARWIN_C_SOURCE 1
8511| #define _GNU_SOURCE 1
8512| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8513| #define _NETBSD_SOURCE 1
8514| #define _OPENBSD_SOURCE 1
8515| #define _POSIX_PTHREAD_SEMANTICS 1
8516| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8517| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8518| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8519| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8520| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8521| #define __STDC_WANT_LIB_EXT2__ 1
8522| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8523| #define _TANDEM_SOURCE 1
8524| #define __EXTENSIONS__ 1
8525| #define READLINE 1
8526| #define HISTORY 1
8527| #define BANG_HISTORY 1
8528| #define HAVE_STRINGIZE 1
8529| #define HAVE_LONG_DOUBLE 1
8530| #define PROTOTYPES 1
8531| #define __PROTOTYPES 1
8532| #define restrict __restrict__
8533| #define HAVE_VISIBILITY 1
8534| #define HAVE_STDINT_H_WITH_UINTMAX 1
8535| #define HAVE_ALLOCA_H 1
8536| #define HAVE_ALLOCA 1
8537| #define HAVE_GETPAGESIZE 1
8538| #define HAVE_SYMLINK 1
8539| #define HAVE_USELOCALE 1
8540| #define HAVE_VPRINTF 1
8541| #define HAVE_ALARM 1
8542| #define HAVE_FPURGE 1
8543| #define HAVE_SNPRINTF 1
8544| #define HAVE_VSNPRINTF 1
8545| #define HAVE_MMAP 1
8546| #define INTDIV0_RAISES_SIGFPE 1
8547| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
8548| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8549| #define HAVE_UINTMAX_T 1
8550| #define HAVE_INTTYPES_H 1
8551| #define USE_POSIX_THREADS 1
8552| #define HAVE_PTHREAD_RWLOCK 1
8553| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
8554| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
8555| #define HAVE_ICONV 1
8556| #define ICONV_CONST
8557| #define HAVE_BUILTIN_EXPECT 1
8558| #define HAVE_INTTYPES_H 1
8559| #define HAVE_LIMITS_H 1
8560| #define HAVE_UNISTD_H 1
8561| #define HAVE_SYS_PARAM_H 1
8562| #define HAVE_GETCWD 1
8563| #define HAVE_GETEGID 1
8564| #define HAVE_GETEUID 1
8565| #define HAVE_GETGID 1
8566| #define HAVE_GETUID 1
8567| #define HAVE_MUNMAP 1
8568| #define HAVE_STPCPY 1
8569| #define HAVE_STRCASECMP 1
8570| #define HAVE_STRDUP 1
8571| #define HAVE_STRTOUL 1
8572| #define HAVE_TSEARCH 1
8573| #define HAVE_LOCALECONV 1
8574| #define HAVE_DECL_FEOF_UNLOCKED 1
8575| #define HAVE_DECL_FGETS_UNLOCKED 0
8576| #define HAVE_LONG_LONG_INT 1
8577| #define HAVE_WCHAR_T 1
8578| #define HAVE_WINT_T 1
8579| #define HAVE_INTMAX_T 1
8580| #define HAVE_POSIX_PRINTF 1
8581| #define HAVE_STDINT_H 1
8582| #define HAVE_STDINT_H 1
8583| #define HAVE_WORKING_O_NOATIME 1
8584| #define HAVE_WORKING_O_NOFOLLOW 1
8585| #define HAVE_WORKING_USELOCALE 1
8586| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8587| #define HAVE_CFLOCALECOPYCURRENT 1
8588| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8589| #define FLEXIBLE_ARRAY_MEMBER /**/
8590| #define HAVE_STDDEF_H 1
8591| #define HAVE_STDLIB_H 1
8592| #define HAVE_STRING_H 1
8593| #define HAVE_ASPRINTF 1
8594| #define HAVE_FWPRINTF 1
8595| #define HAVE_NEWLOCALE 1
8596| #define HAVE_PUTENV 1
8597| #define HAVE_SETENV 1
8598| #define HAVE_SETLOCALE 1
8599| #define HAVE_SNPRINTF 1
8600| #define HAVE_STRNLEN 1
8601| #define HAVE_USELOCALE 1
8602| #define HAVE_WCSLEN 1
8603| #define HAVE_WCSNLEN 1
8604| #define HAVE_MBRTOWC 1
8605| #define HAVE_WCRTOMB 1
8606| #define HAVE_DECL__SNPRINTF 0
8607| #define HAVE_DECL__SNWPRINTF 0
8608| #define HAVE_DECL_GETC_UNLOCKED 1
8609| #define HAVE_LANGINFO_CODESET 1
8610| #define HAVE_LC_MESSAGES 1
8611| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8612| #define HAVE_CFLOCALECOPYCURRENT 1
8613| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8614| #define ENABLE_NLS 1
8615| #define HAVE_GETTEXT 1
8616| #define HAVE_DCGETTEXT 1
8617| #define HAVE_DIRENT_H 1
8618| #define HAVE_INTTYPES_H 1
8619| #define HAVE_UNISTD_H 1
8620| #define HAVE_STDLIB_H 1
8621| #define HAVE_STDARG_H 1
8622| #define HAVE_LIMITS_H 1
8623| #define HAVE_STRING_H 1
8624| #define HAVE_MEMORY_H 1
8625| #define HAVE_LOCALE_H 1
8626| #define HAVE_TERMCAP_H 1
8627| #define HAVE_TERMIOS_H 1
8628| #define HAVE_DLFCN_H 1
8629| #define HAVE_STDBOOL_H 1
8630| #define HAVE_STDDEF_H 1
8631| #define HAVE_STDINT_H 1
8632| #define HAVE_NETDB_H 1
8633| #define HAVE_PWD_H 1
8634| #define HAVE_GRP_H 1
8635| #define HAVE_STRINGS_H 1
8636| #define HAVE_REGEX_H 1
8637| #define HAVE_SYSLOG_H 1
8638| #define HAVE_ULIMIT_H 1
8639| #define HAVE_SYS_SELECT_H 1
8640| #define HAVE_SYS_FILE_H 1
8641| #define HAVE_SYS_IOCTL_H 1
8642| #define HAVE_SYS_MMAN_H 1
8643| #define HAVE_SYS_PARAM_H 1
8644| #define HAVE_SYS_RANDOM_H 1
8645| #define HAVE_SYS_SOCKET_H 1
8646| #define HAVE_SYS_STAT_H 1
8647| #define HAVE_SYS_TIME_H 1
8648| #define HAVE_SYS_TIMES_H 1
8649| #define HAVE_SYS_TYPES_H 1
8650| #define HAVE_SYS_WAIT_H 1
8651| #define HAVE_NETINET_IN_H 1
8652| #define HAVE_ARPA_INET_H 1
8653| #define HAVE_SYS_RESOURCE_H 1
8654| #define HAVE_ALLOCA_H 1
8655| #define HAVE_ALLOCA 1
8656| #define HAVE_CHOWN 1
8657| #define GETPGRP_VOID 1
8658| #define HAVE_STRCOLL 1
8659| #define HAVE_WAIT3 1
8660| #define HAVE_MKFIFO 1
8661| #define HAVE_DUP2 1
8662| #define HAVE_FCNTL 1
8663| #define HAVE_GETDTABLESIZE 1
8664| #define HAVE_GETENTROPY 1
8665| #define HAVE_GETGROUPS 1
8666| #define HAVE_GETHOSTNAME 1
8667| #define HAVE_GETPAGESIZE 1
8668| #define HAVE_GETPEERNAME 1
8669| #define HAVE_GETRLIMIT 1
8670| #define HAVE_GETRUSAGE 1
8671| #define HAVE_GETTIMEOFDAY 1
8672| #define HAVE_KILL 1
8673| #define HAVE_KILLPG 1
8674| #define HAVE_LSTAT 1
8675| #define HAVE_PSELECT 1
8676| #define HAVE_READLINK 1
8677| #define HAVE_SELECT 1
8678| #define HAVE_SETITIMER 1
8679| #define HAVE_TCGETPGRP 1
8680| #define HAVE_UNAME 1
8681| #define HAVE_ULIMIT 1
8682| #define HAVE_WAITPID 1
8683| #define HAVE_RENAME 1
8684| #define HAVE_BCOPY 1
8685| #define HAVE_BZERO 1
8686| #define HAVE_CONFSTR 1
8687| #define HAVE_FACCESSAT 1
8688| #define HAVE_FNMATCH 1
8689| #define HAVE_GETADDRINFO 1
8690| #define HAVE_GETHOSTBYNAME 1
8691| #define HAVE_GETSERVBYNAME 1
8692| #define HAVE_GETSERVENT 1
8693| #define HAVE_INET_ATON 1
8694| #define HAVE_IMAXDIV 1
8695| #define HAVE_MEMMOVE 1
8696| #define HAVE_PATHCONF 1
8697| #define HAVE_PUTENV 1
8698| #define HAVE_RAISE 1
8699| #define HAVE_RANDOM 1
8700| #define HAVE_REGCOMP 1
8701| #define HAVE_REGEXEC 1
8702| #define HAVE_SETENV 1
8703| #define HAVE_SETLINEBUF 1
8704| #define HAVE_SETLOCALE 1
8705| #define HAVE_SETVBUF 1
8706| #define HAVE_SIGINTERRUPT 1
8707| #define HAVE_STRCHR 1
8708| #define HAVE_SYSCONF 1
8709| #define HAVE_SYSLOG 1
8710| #define HAVE_TCGETATTR 1
8711| #define HAVE_TIMES 1
8712| #define HAVE_TTYNAME 1
8713| #define HAVE_TZSET 1
8714| #define HAVE_UNSETENV 1
8715| #define HAVE_VASPRINTF 1
8716| #define HAVE_ASPRINTF 1
8717| #define HAVE_ISASCII 1
8718| #define HAVE_ISBLANK 1
8719| #define HAVE_ISGRAPH 1
8720| #define HAVE_ISPRINT 1
8721| #define HAVE_ISSPACE 1
8722| #define HAVE_ISXDIGIT 1
8723| #define HAVE_GETPWENT 1
8724| #define HAVE_GETPWNAM 1
8725| #define HAVE_GETPWUID 1
8726| #define HAVE_MKSTEMP 1
8727| #define HAVE_MKDTEMP 1
8728| #define HAVE_ARC4RANDOM 1
8729| #define HAVE_GETCWD 1
8730| #define HAVE_MEMSET 1
8731| #define HAVE_STRCASECMP 1
8732| #define HAVE_STRCASESTR 1
8733| #define HAVE_STRERROR 1
8734| #define HAVE_STRFTIME 1
8735| #define HAVE_STRNLEN 1
8736| #define HAVE_STRPBRK 1
8737| #define HAVE_STRSTR 1
8738| #define HAVE_STRTOD 1
8739| #define HAVE_STRTOL 1
8740| #define HAVE_STRTOUL 1
8741| #define HAVE_STRTOLL 1
8742| #define HAVE_STRTOULL 1
8743| #define HAVE_STRTOUMAX 1
8744| #define HAVE_DPRINTF 1
8745| #define HAVE_STRDUP 1
8746| #define HAVE_DECL_AUDIT_USER_TTY 0
8747| #define HAVE_DECL_CONFSTR 1
8748| #define HAVE_DECL_PRINTF 1
8749| #define HAVE_DECL_SBRK 1
8750| #define HAVE_DECL_SETREGID 1
8751| #define HAVE_DECL_STRCPY 1
8752| #define HAVE_DECL_STRSIGNAL 1
8753| /* end confdefs.h.  */
8754| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
8755|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8756| #define setresgid innocuous_setresgid
8757|
8758| /* System header to define __stub macros and hopefully few prototypes,
8759|    which can conflict with char setresgid (); below.  */
8760|
8761| #include <limits.h>
8762| #undef setresgid
8763|
8764| /* Override any GCC internal prototype to avoid an error.
8765|    Use char because int might match the return type of a GCC
8766|    builtin and then its argument prototype would still apply.  */
8767| #ifdef __cplusplus
8768| extern "C"
8769| #endif
8770| char setresgid ();
8771| /* The GNU C library defines this for functions which it implements
8772|     to always fail with ENOSYS.  Some functions are actually named
8773|     something starting with __ and the normal name is an alias.  */
8774| #if defined __stub_setresgid || defined __stub___setresgid
8775| choke me
8776| #endif
8777|
8778| int
8779| main (void)
8780| {
8781| return setresgid ();
8782|   ;
8783|   return 0;
8784| }
8785configure:15648: result: no
8786configure:15656: checking whether strtold is declared
8787configure:15656: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8788configure:15656: $? = 0
8789configure:15656: result: yes
8790configure:15667: checking for broken strtold
8791configure:15685: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8792conftest.c:298:49: warning: incompatible pointer types passing 'char *' to parameter of type 'char **' [-Wincompatible-pointer-types]
8793long double r; char *foo, bar; r = strtold(foo, &bar);
8794                                                ^~~~
8795/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdlib.h:169:32: note: passing argument to parameter here
8796         strtold(const char *, char **);
8797                                      ^
87981 warning generated.
8799configure:15685: $? = 0
8800configure:15696: result: no
8801configure:15706: checking whether strtol is declared
8802configure:15706: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8803configure:15706: $? = 0
8804configure:15706: result: yes
8805configure:15715: checking whether strtoll is declared
8806configure:15715: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8807configure:15715: $? = 0
8808configure:15715: result: yes
8809configure:15724: checking whether strtoul is declared
8810configure:15724: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8811configure:15724: $? = 0
8812configure:15724: result: yes
8813configure:15733: checking whether strtoull is declared
8814configure:15733: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8815configure:15733: $? = 0
8816configure:15733: result: yes
8817configure:15742: checking whether strtoumax is declared
8818configure:15742: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
8819configure:15742: $? = 0
8820configure:15742: result: yes
8821configure:15756: checking for working mktime
8822configure:15954: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
8823configure:15954: $? = 0
8824configure:15954: ./conftest
8825configure:15954: $? = 1
8826configure: program exited with status 1
8827configure: failed program was:
8828| /* confdefs.h */
8829| #define PACKAGE_NAME "bash"
8830| #define PACKAGE_TARNAME "bash"
8831| #define PACKAGE_VERSION "5.2-release"
8832| #define PACKAGE_STRING "bash 5.2-release"
8833| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
8834| #define PACKAGE_URL ""
8835| #define ALIAS 1
8836| #define PUSHD_AND_POPD 1
8837| #define RESTRICTED_SHELL 1
8838| #define PROCESS_SUBSTITUTION 1
8839| #define PROMPT_STRING_DECODE 1
8840| #define SELECT_COMMAND 1
8841| #define HELP_BUILTIN 1
8842| #define ARRAY_VARS 1
8843| #define DPAREN_ARITHMETIC 1
8844| #define BRACE_EXPANSION 1
8845| #define COMMAND_TIMING 1
8846| #define EXTENDED_GLOB 1
8847| #define EXTGLOB_DEFAULT 0
8848| #define COND_COMMAND 1
8849| #define COND_REGEXP 1
8850| #define COPROCESS_SUPPORT 1
8851| #define ARITH_FOR_COMMAND 1
8852| #define NETWORK_REDIRECTIONS 1
8853| #define PROGRAMMABLE_COMPLETION 1
8854| #define DEBUGGER 1
8855| #define CASEMOD_ATTRS 1
8856| #define CASEMOD_EXPANSIONS 1
8857| #define GLOBASCII_DEFAULT 1
8858| #define FUNCTION_IMPORT 1
8859| #define TRANSLATABLE_STRINGS 1
8860| #define MEMSCRAMBLE 1
8861| #define HAVE_STDIO_H 1
8862| #define HAVE_STDLIB_H 1
8863| #define HAVE_STRING_H 1
8864| #define HAVE_INTTYPES_H 1
8865| #define HAVE_STDINT_H 1
8866| #define HAVE_STRINGS_H 1
8867| #define HAVE_SYS_STAT_H 1
8868| #define HAVE_SYS_TYPES_H 1
8869| #define HAVE_UNISTD_H 1
8870| #define HAVE_WCHAR_H 1
8871| #define HAVE_SYS_PARAM_H 1
8872| #define HAVE_XLOCALE_H 1
8873| #define HAVE_SYS_TIME_H 1
8874| #define STDC_HEADERS 1
8875| #define _ALL_SOURCE 1
8876| #define _DARWIN_C_SOURCE 1
8877| #define _GNU_SOURCE 1
8878| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8879| #define _NETBSD_SOURCE 1
8880| #define _OPENBSD_SOURCE 1
8881| #define _POSIX_PTHREAD_SEMANTICS 1
8882| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8883| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8884| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8885| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8886| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8887| #define __STDC_WANT_LIB_EXT2__ 1
8888| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8889| #define _TANDEM_SOURCE 1
8890| #define __EXTENSIONS__ 1
8891| #define READLINE 1
8892| #define HISTORY 1
8893| #define BANG_HISTORY 1
8894| #define HAVE_STRINGIZE 1
8895| #define HAVE_LONG_DOUBLE 1
8896| #define PROTOTYPES 1
8897| #define __PROTOTYPES 1
8898| #define restrict __restrict__
8899| #define HAVE_VISIBILITY 1
8900| #define HAVE_STDINT_H_WITH_UINTMAX 1
8901| #define HAVE_ALLOCA_H 1
8902| #define HAVE_ALLOCA 1
8903| #define HAVE_GETPAGESIZE 1
8904| #define HAVE_SYMLINK 1
8905| #define HAVE_USELOCALE 1
8906| #define HAVE_VPRINTF 1
8907| #define HAVE_ALARM 1
8908| #define HAVE_FPURGE 1
8909| #define HAVE_SNPRINTF 1
8910| #define HAVE_VSNPRINTF 1
8911| #define HAVE_MMAP 1
8912| #define INTDIV0_RAISES_SIGFPE 1
8913| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
8914| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8915| #define HAVE_UINTMAX_T 1
8916| #define HAVE_INTTYPES_H 1
8917| #define USE_POSIX_THREADS 1
8918| #define HAVE_PTHREAD_RWLOCK 1
8919| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
8920| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
8921| #define HAVE_ICONV 1
8922| #define ICONV_CONST
8923| #define HAVE_BUILTIN_EXPECT 1
8924| #define HAVE_INTTYPES_H 1
8925| #define HAVE_LIMITS_H 1
8926| #define HAVE_UNISTD_H 1
8927| #define HAVE_SYS_PARAM_H 1
8928| #define HAVE_GETCWD 1
8929| #define HAVE_GETEGID 1
8930| #define HAVE_GETEUID 1
8931| #define HAVE_GETGID 1
8932| #define HAVE_GETUID 1
8933| #define HAVE_MUNMAP 1
8934| #define HAVE_STPCPY 1
8935| #define HAVE_STRCASECMP 1
8936| #define HAVE_STRDUP 1
8937| #define HAVE_STRTOUL 1
8938| #define HAVE_TSEARCH 1
8939| #define HAVE_LOCALECONV 1
8940| #define HAVE_DECL_FEOF_UNLOCKED 1
8941| #define HAVE_DECL_FGETS_UNLOCKED 0
8942| #define HAVE_LONG_LONG_INT 1
8943| #define HAVE_WCHAR_T 1
8944| #define HAVE_WINT_T 1
8945| #define HAVE_INTMAX_T 1
8946| #define HAVE_POSIX_PRINTF 1
8947| #define HAVE_STDINT_H 1
8948| #define HAVE_STDINT_H 1
8949| #define HAVE_WORKING_O_NOATIME 1
8950| #define HAVE_WORKING_O_NOFOLLOW 1
8951| #define HAVE_WORKING_USELOCALE 1
8952| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8953| #define HAVE_CFLOCALECOPYCURRENT 1
8954| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8955| #define FLEXIBLE_ARRAY_MEMBER /**/
8956| #define HAVE_STDDEF_H 1
8957| #define HAVE_STDLIB_H 1
8958| #define HAVE_STRING_H 1
8959| #define HAVE_ASPRINTF 1
8960| #define HAVE_FWPRINTF 1
8961| #define HAVE_NEWLOCALE 1
8962| #define HAVE_PUTENV 1
8963| #define HAVE_SETENV 1
8964| #define HAVE_SETLOCALE 1
8965| #define HAVE_SNPRINTF 1
8966| #define HAVE_STRNLEN 1
8967| #define HAVE_USELOCALE 1
8968| #define HAVE_WCSLEN 1
8969| #define HAVE_WCSNLEN 1
8970| #define HAVE_MBRTOWC 1
8971| #define HAVE_WCRTOMB 1
8972| #define HAVE_DECL__SNPRINTF 0
8973| #define HAVE_DECL__SNWPRINTF 0
8974| #define HAVE_DECL_GETC_UNLOCKED 1
8975| #define HAVE_LANGINFO_CODESET 1
8976| #define HAVE_LC_MESSAGES 1
8977| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
8978| #define HAVE_CFLOCALECOPYCURRENT 1
8979| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
8980| #define ENABLE_NLS 1
8981| #define HAVE_GETTEXT 1
8982| #define HAVE_DCGETTEXT 1
8983| #define HAVE_DIRENT_H 1
8984| #define HAVE_INTTYPES_H 1
8985| #define HAVE_UNISTD_H 1
8986| #define HAVE_STDLIB_H 1
8987| #define HAVE_STDARG_H 1
8988| #define HAVE_LIMITS_H 1
8989| #define HAVE_STRING_H 1
8990| #define HAVE_MEMORY_H 1
8991| #define HAVE_LOCALE_H 1
8992| #define HAVE_TERMCAP_H 1
8993| #define HAVE_TERMIOS_H 1
8994| #define HAVE_DLFCN_H 1
8995| #define HAVE_STDBOOL_H 1
8996| #define HAVE_STDDEF_H 1
8997| #define HAVE_STDINT_H 1
8998| #define HAVE_NETDB_H 1
8999| #define HAVE_PWD_H 1
9000| #define HAVE_GRP_H 1
9001| #define HAVE_STRINGS_H 1
9002| #define HAVE_REGEX_H 1
9003| #define HAVE_SYSLOG_H 1
9004| #define HAVE_ULIMIT_H 1
9005| #define HAVE_SYS_SELECT_H 1
9006| #define HAVE_SYS_FILE_H 1
9007| #define HAVE_SYS_IOCTL_H 1
9008| #define HAVE_SYS_MMAN_H 1
9009| #define HAVE_SYS_PARAM_H 1
9010| #define HAVE_SYS_RANDOM_H 1
9011| #define HAVE_SYS_SOCKET_H 1
9012| #define HAVE_SYS_STAT_H 1
9013| #define HAVE_SYS_TIME_H 1
9014| #define HAVE_SYS_TIMES_H 1
9015| #define HAVE_SYS_TYPES_H 1
9016| #define HAVE_SYS_WAIT_H 1
9017| #define HAVE_NETINET_IN_H 1
9018| #define HAVE_ARPA_INET_H 1
9019| #define HAVE_SYS_RESOURCE_H 1
9020| #define HAVE_ALLOCA_H 1
9021| #define HAVE_ALLOCA 1
9022| #define HAVE_CHOWN 1
9023| #define GETPGRP_VOID 1
9024| #define HAVE_STRCOLL 1
9025| #define HAVE_WAIT3 1
9026| #define HAVE_MKFIFO 1
9027| #define HAVE_DUP2 1
9028| #define HAVE_FCNTL 1
9029| #define HAVE_GETDTABLESIZE 1
9030| #define HAVE_GETENTROPY 1
9031| #define HAVE_GETGROUPS 1
9032| #define HAVE_GETHOSTNAME 1
9033| #define HAVE_GETPAGESIZE 1
9034| #define HAVE_GETPEERNAME 1
9035| #define HAVE_GETRLIMIT 1
9036| #define HAVE_GETRUSAGE 1
9037| #define HAVE_GETTIMEOFDAY 1
9038| #define HAVE_KILL 1
9039| #define HAVE_KILLPG 1
9040| #define HAVE_LSTAT 1
9041| #define HAVE_PSELECT 1
9042| #define HAVE_READLINK 1
9043| #define HAVE_SELECT 1
9044| #define HAVE_SETITIMER 1
9045| #define HAVE_TCGETPGRP 1
9046| #define HAVE_UNAME 1
9047| #define HAVE_ULIMIT 1
9048| #define HAVE_WAITPID 1
9049| #define HAVE_RENAME 1
9050| #define HAVE_BCOPY 1
9051| #define HAVE_BZERO 1
9052| #define HAVE_CONFSTR 1
9053| #define HAVE_FACCESSAT 1
9054| #define HAVE_FNMATCH 1
9055| #define HAVE_GETADDRINFO 1
9056| #define HAVE_GETHOSTBYNAME 1
9057| #define HAVE_GETSERVBYNAME 1
9058| #define HAVE_GETSERVENT 1
9059| #define HAVE_INET_ATON 1
9060| #define HAVE_IMAXDIV 1
9061| #define HAVE_MEMMOVE 1
9062| #define HAVE_PATHCONF 1
9063| #define HAVE_PUTENV 1
9064| #define HAVE_RAISE 1
9065| #define HAVE_RANDOM 1
9066| #define HAVE_REGCOMP 1
9067| #define HAVE_REGEXEC 1
9068| #define HAVE_SETENV 1
9069| #define HAVE_SETLINEBUF 1
9070| #define HAVE_SETLOCALE 1
9071| #define HAVE_SETVBUF 1
9072| #define HAVE_SIGINTERRUPT 1
9073| #define HAVE_STRCHR 1
9074| #define HAVE_SYSCONF 1
9075| #define HAVE_SYSLOG 1
9076| #define HAVE_TCGETATTR 1
9077| #define HAVE_TIMES 1
9078| #define HAVE_TTYNAME 1
9079| #define HAVE_TZSET 1
9080| #define HAVE_UNSETENV 1
9081| #define HAVE_VASPRINTF 1
9082| #define HAVE_ASPRINTF 1
9083| #define HAVE_ISASCII 1
9084| #define HAVE_ISBLANK 1
9085| #define HAVE_ISGRAPH 1
9086| #define HAVE_ISPRINT 1
9087| #define HAVE_ISSPACE 1
9088| #define HAVE_ISXDIGIT 1
9089| #define HAVE_GETPWENT 1
9090| #define HAVE_GETPWNAM 1
9091| #define HAVE_GETPWUID 1
9092| #define HAVE_MKSTEMP 1
9093| #define HAVE_MKDTEMP 1
9094| #define HAVE_ARC4RANDOM 1
9095| #define HAVE_GETCWD 1
9096| #define HAVE_MEMSET 1
9097| #define HAVE_STRCASECMP 1
9098| #define HAVE_STRCASESTR 1
9099| #define HAVE_STRERROR 1
9100| #define HAVE_STRFTIME 1
9101| #define HAVE_STRNLEN 1
9102| #define HAVE_STRPBRK 1
9103| #define HAVE_STRSTR 1
9104| #define HAVE_STRTOD 1
9105| #define HAVE_STRTOL 1
9106| #define HAVE_STRTOUL 1
9107| #define HAVE_STRTOLL 1
9108| #define HAVE_STRTOULL 1
9109| #define HAVE_STRTOUMAX 1
9110| #define HAVE_DPRINTF 1
9111| #define HAVE_STRDUP 1
9112| #define HAVE_DECL_AUDIT_USER_TTY 0
9113| #define HAVE_DECL_CONFSTR 1
9114| #define HAVE_DECL_PRINTF 1
9115| #define HAVE_DECL_SBRK 1
9116| #define HAVE_DECL_SETREGID 1
9117| #define HAVE_DECL_STRCPY 1
9118| #define HAVE_DECL_STRSIGNAL 1
9119| #define HAVE_DECL_STRTOLD 1
9120| #define HAVE_DECL_STRTOL 1
9121| #define HAVE_DECL_STRTOLL 1
9122| #define HAVE_DECL_STRTOUL 1
9123| #define HAVE_DECL_STRTOULL 1
9124| #define HAVE_DECL_STRTOUMAX 1
9125| /* end confdefs.h.  */
9126| /* Test program from Paul Eggert and Tony Leneis.  */
9127| #include <time.h>
9128| #ifdef HAVE_SYS_TIME_H
9129| # include <sys/time.h>
9130| #endif
9131|
9132| #include <limits.h>
9133| #include <stdlib.h>
9134|
9135| #ifdef HAVE_UNISTD_H
9136| # include <unistd.h>
9137| #endif
9138|
9139| #ifndef HAVE_ALARM
9140| # define alarm(X) /* empty */
9141| #endif
9142|
9143| /* Work around redefinition to rpl_putenv by other config tests.  */
9144| #undef putenv
9145|
9146| static time_t time_t_max;
9147| static time_t time_t_min;
9148|
9149| /* Values we'll use to set the TZ environment variable.  */
9150| static const char *tz_strings[] = {
9151|   (const char *) 0, "TZ=GMT0", "TZ=JST-9",
9152|   "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
9153| };
9154| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
9155|
9156| /* Return 0 if mktime fails to convert a date in the spring-forward gap.
9157|    Based on a problem report from Andreas Jaeger.  */
9158| static int
9159| spring_forward_gap ()
9160| {
9161|   /* glibc (up to about 1998-10-07) failed this test. */
9162|   struct tm tm;
9163|
9164|   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
9165|      instead of "TZ=America/Vancouver" in order to detect the bug even
9166|      on systems that don't support the Olson extension, or don't have the
9167|      full zoneinfo tables installed.  */
9168|   putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
9169|
9170|   tm.tm_year = 98;
9171|   tm.tm_mon = 3;
9172|   tm.tm_mday = 5;
9173|   tm.tm_hour = 2;
9174|   tm.tm_min = 0;
9175|   tm.tm_sec = 0;
9176|   tm.tm_isdst = -1;
9177|   return mktime (&tm) != (time_t) -1;
9178| }
9179|
9180| static int
9181| mktime_test1 (time_t now)
9182| {
9183|   struct tm *lt;
9184|   return ! (lt = localtime (&now)) || mktime (lt) == now;
9185| }
9186|
9187| static int
9188| mktime_test (time_t now)
9189| {
9190|   return (mktime_test1 (now)
9191|         && mktime_test1 ((time_t) (time_t_max - now))
9192|         && mktime_test1 ((time_t) (time_t_min + now)));
9193| }
9194|
9195| static int
9196| irix_6_4_bug ()
9197| {
9198|   /* Based on code from Ariel Faigon.  */
9199|   struct tm tm;
9200|   tm.tm_year = 96;
9201|   tm.tm_mon = 3;
9202|   tm.tm_mday = 0;
9203|   tm.tm_hour = 0;
9204|   tm.tm_min = 0;
9205|   tm.tm_sec = 0;
9206|   tm.tm_isdst = -1;
9207|   mktime (&tm);
9208|   return tm.tm_mon == 2 && tm.tm_mday == 31;
9209| }
9210|
9211| static int
9212| bigtime_test (int j)
9213| {
9214|   struct tm tm;
9215|   time_t now;
9216|   tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
9217|   now = mktime (&tm);
9218|   if (now != (time_t) -1)
9219|     {
9220|       struct tm *lt = localtime (&now);
9221|       if (! (lt
9222|            && lt->tm_year == tm.tm_year
9223|            && lt->tm_mon == tm.tm_mon
9224|            && lt->tm_mday == tm.tm_mday
9225|            && lt->tm_hour == tm.tm_hour
9226|            && lt->tm_min == tm.tm_min
9227|            && lt->tm_sec == tm.tm_sec
9228|            && lt->tm_yday == tm.tm_yday
9229|            && lt->tm_wday == tm.tm_wday
9230|            && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
9231|                 == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
9232|       return 0;
9233|     }
9234|   return 1;
9235| }
9236|
9237| static int
9238| year_2050_test ()
9239| {
9240|   /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
9241|      ignoring leap seconds.  */
9242|   unsigned long int answer = 2527315200UL;
9243|
9244|   struct tm tm;
9245|   time_t t;
9246|   tm.tm_year = 2050 - 1900;
9247|   tm.tm_mon = 2 - 1;
9248|   tm.tm_mday = 1;
9249|   tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
9250|   tm.tm_isdst = -1;
9251|
9252|   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
9253|      instead of "TZ=America/Vancouver" in order to detect the bug even
9254|      on systems that don't support the Olson extension, or don't have the
9255|      full zoneinfo tables installed.  */
9256|   putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
9257|
9258|   t = mktime (&tm);
9259|
9260|   /* Check that the result is either a failure, or close enough
9261|      to the correct answer that we can assume the discrepancy is
9262|      due to leap seconds.  */
9263|   return (t == (time_t) -1
9264|         || (0 < t && answer - 120 <= t && t <= answer + 120));
9265| }
9266|
9267| int
9268| main (void)
9269| {
9270|   time_t t, delta;
9271|   int i, j;
9272|
9273|   /* This test makes some buggy mktime implementations loop.
9274|      Give up after 60 seconds; a mktime slower than that
9275|      isn't worth using anyway.  */
9276|   alarm (60);
9277|
9278|   for (;;)
9279|     {
9280|       t = (time_t_max << 1) + 1;
9281|       if (t <= time_t_max)
9282|       break;
9283|       time_t_max = t;
9284|     }
9285|   time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
9286|
9287|   delta = time_t_max / 997; /* a suitable prime number */
9288|   for (i = 0; i < N_STRINGS; i++)
9289|     {
9290|       if (tz_strings[i])
9291|       putenv ((char*) tz_strings[i]);
9292|
9293|       for (t = 0; t <= time_t_max - delta; t += delta)
9294|       if (! mktime_test (t))
9295|         return 1;
9296|       if (! (mktime_test ((time_t) 1)
9297|            && mktime_test ((time_t) (60 * 60))
9298|            && mktime_test ((time_t) (60 * 60 * 24))))
9299|       return 1;
9300|
9301|       for (j = 1; ; j <<= 1)
9302|       if (! bigtime_test (j))
9303|         return 1;
9304|       else if (INT_MAX / 2 < j)
9305|         break;
9306|       if (! bigtime_test (INT_MAX))
9307|       return 1;
9308|     }
9309|   return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
9310| }
9311configure:15965: result: no
9312configure:15978: checking for argz.h
9313configure:15978: result: no
9314configure:15984: checking for errno.h
9315configure:15984: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
9316configure:15984: $? = 0
9317configure:15984: result: yes
9318configure:15990: checking for fcntl.h
9319configure:15990: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
9320configure:15990: $? = 0
9321configure:15990: result: yes
9322configure:15996: checking for malloc.h
9323configure:15996: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
9324conftest.c:329:10: fatal error: 'malloc.h' file not found
9325#include <malloc.h>
9326         ^~~~~~~~~~
93271 error generated.
9328configure:15996: $? = 1
9329configure: failed program was:
9330| /* confdefs.h */
9331| #define PACKAGE_NAME "bash"
9332| #define PACKAGE_TARNAME "bash"
9333| #define PACKAGE_VERSION "5.2-release"
9334| #define PACKAGE_STRING "bash 5.2-release"
9335| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
9336| #define PACKAGE_URL ""
9337| #define ALIAS 1
9338| #define PUSHD_AND_POPD 1
9339| #define RESTRICTED_SHELL 1
9340| #define PROCESS_SUBSTITUTION 1
9341| #define PROMPT_STRING_DECODE 1
9342| #define SELECT_COMMAND 1
9343| #define HELP_BUILTIN 1
9344| #define ARRAY_VARS 1
9345| #define DPAREN_ARITHMETIC 1
9346| #define BRACE_EXPANSION 1
9347| #define COMMAND_TIMING 1
9348| #define EXTENDED_GLOB 1
9349| #define EXTGLOB_DEFAULT 0
9350| #define COND_COMMAND 1
9351| #define COND_REGEXP 1
9352| #define COPROCESS_SUPPORT 1
9353| #define ARITH_FOR_COMMAND 1
9354| #define NETWORK_REDIRECTIONS 1
9355| #define PROGRAMMABLE_COMPLETION 1
9356| #define DEBUGGER 1
9357| #define CASEMOD_ATTRS 1
9358| #define CASEMOD_EXPANSIONS 1
9359| #define GLOBASCII_DEFAULT 1
9360| #define FUNCTION_IMPORT 1
9361| #define TRANSLATABLE_STRINGS 1
9362| #define MEMSCRAMBLE 1
9363| #define HAVE_STDIO_H 1
9364| #define HAVE_STDLIB_H 1
9365| #define HAVE_STRING_H 1
9366| #define HAVE_INTTYPES_H 1
9367| #define HAVE_STDINT_H 1
9368| #define HAVE_STRINGS_H 1
9369| #define HAVE_SYS_STAT_H 1
9370| #define HAVE_SYS_TYPES_H 1
9371| #define HAVE_UNISTD_H 1
9372| #define HAVE_WCHAR_H 1
9373| #define HAVE_SYS_PARAM_H 1
9374| #define HAVE_XLOCALE_H 1
9375| #define HAVE_SYS_TIME_H 1
9376| #define STDC_HEADERS 1
9377| #define _ALL_SOURCE 1
9378| #define _DARWIN_C_SOURCE 1
9379| #define _GNU_SOURCE 1
9380| #define _HPUX_ALT_XOPEN_SOCKET_API 1
9381| #define _NETBSD_SOURCE 1
9382| #define _OPENBSD_SOURCE 1
9383| #define _POSIX_PTHREAD_SEMANTICS 1
9384| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
9385| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
9386| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
9387| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
9388| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
9389| #define __STDC_WANT_LIB_EXT2__ 1
9390| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
9391| #define _TANDEM_SOURCE 1
9392| #define __EXTENSIONS__ 1
9393| #define READLINE 1
9394| #define HISTORY 1
9395| #define BANG_HISTORY 1
9396| #define HAVE_STRINGIZE 1
9397| #define HAVE_LONG_DOUBLE 1
9398| #define PROTOTYPES 1
9399| #define __PROTOTYPES 1
9400| #define restrict __restrict__
9401| #define HAVE_VISIBILITY 1
9402| #define HAVE_STDINT_H_WITH_UINTMAX 1
9403| #define HAVE_ALLOCA_H 1
9404| #define HAVE_ALLOCA 1
9405| #define HAVE_GETPAGESIZE 1
9406| #define HAVE_SYMLINK 1
9407| #define HAVE_USELOCALE 1
9408| #define HAVE_VPRINTF 1
9409| #define HAVE_ALARM 1
9410| #define HAVE_FPURGE 1
9411| #define HAVE_SNPRINTF 1
9412| #define HAVE_VSNPRINTF 1
9413| #define HAVE_MMAP 1
9414| #define INTDIV0_RAISES_SIGFPE 1
9415| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
9416| #define HAVE_UNSIGNED_LONG_LONG_INT 1
9417| #define HAVE_UINTMAX_T 1
9418| #define HAVE_INTTYPES_H 1
9419| #define USE_POSIX_THREADS 1
9420| #define HAVE_PTHREAD_RWLOCK 1
9421| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
9422| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
9423| #define HAVE_ICONV 1
9424| #define ICONV_CONST
9425| #define HAVE_BUILTIN_EXPECT 1
9426| #define HAVE_INTTYPES_H 1
9427| #define HAVE_LIMITS_H 1
9428| #define HAVE_UNISTD_H 1
9429| #define HAVE_SYS_PARAM_H 1
9430| #define HAVE_GETCWD 1
9431| #define HAVE_GETEGID 1
9432| #define HAVE_GETEUID 1
9433| #define HAVE_GETGID 1
9434| #define HAVE_GETUID 1
9435| #define HAVE_MUNMAP 1
9436| #define HAVE_STPCPY 1
9437| #define HAVE_STRCASECMP 1
9438| #define HAVE_STRDUP 1
9439| #define HAVE_STRTOUL 1
9440| #define HAVE_TSEARCH 1
9441| #define HAVE_LOCALECONV 1
9442| #define HAVE_DECL_FEOF_UNLOCKED 1
9443| #define HAVE_DECL_FGETS_UNLOCKED 0
9444| #define HAVE_LONG_LONG_INT 1
9445| #define HAVE_WCHAR_T 1
9446| #define HAVE_WINT_T 1
9447| #define HAVE_INTMAX_T 1
9448| #define HAVE_POSIX_PRINTF 1
9449| #define HAVE_STDINT_H 1
9450| #define HAVE_STDINT_H 1
9451| #define HAVE_WORKING_O_NOATIME 1
9452| #define HAVE_WORKING_O_NOFOLLOW 1
9453| #define HAVE_WORKING_USELOCALE 1
9454| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
9455| #define HAVE_CFLOCALECOPYCURRENT 1
9456| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
9457| #define FLEXIBLE_ARRAY_MEMBER /**/
9458| #define HAVE_STDDEF_H 1
9459| #define HAVE_STDLIB_H 1
9460| #define HAVE_STRING_H 1
9461| #define HAVE_ASPRINTF 1
9462| #define HAVE_FWPRINTF 1
9463| #define HAVE_NEWLOCALE 1
9464| #define HAVE_PUTENV 1
9465| #define HAVE_SETENV 1
9466| #define HAVE_SETLOCALE 1
9467| #define HAVE_SNPRINTF 1
9468| #define HAVE_STRNLEN 1
9469| #define HAVE_USELOCALE 1
9470| #define HAVE_WCSLEN 1
9471| #define HAVE_WCSNLEN 1
9472| #define HAVE_MBRTOWC 1
9473| #define HAVE_WCRTOMB 1
9474| #define HAVE_DECL__SNPRINTF 0
9475| #define HAVE_DECL__SNWPRINTF 0
9476| #define HAVE_DECL_GETC_UNLOCKED 1
9477| #define HAVE_LANGINFO_CODESET 1
9478| #define HAVE_LC_MESSAGES 1
9479| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
9480| #define HAVE_CFLOCALECOPYCURRENT 1
9481| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
9482| #define ENABLE_NLS 1
9483| #define HAVE_GETTEXT 1
9484| #define HAVE_DCGETTEXT 1
9485| #define HAVE_DIRENT_H 1
9486| #define HAVE_INTTYPES_H 1
9487| #define HAVE_UNISTD_H 1
9488| #define HAVE_STDLIB_H 1
9489| #define HAVE_STDARG_H 1
9490| #define HAVE_LIMITS_H 1
9491| #define HAVE_STRING_H 1
9492| #define HAVE_MEMORY_H 1
9493| #define HAVE_LOCALE_H 1
9494| #define HAVE_TERMCAP_H 1
9495| #define HAVE_TERMIOS_H 1
9496| #define HAVE_DLFCN_H 1
9497| #define HAVE_STDBOOL_H 1
9498| #define HAVE_STDDEF_H 1
9499| #define HAVE_STDINT_H 1
9500| #define HAVE_NETDB_H 1
9501| #define HAVE_PWD_H 1
9502| #define HAVE_GRP_H 1
9503| #define HAVE_STRINGS_H 1
9504| #define HAVE_REGEX_H 1
9505| #define HAVE_SYSLOG_H 1
9506| #define HAVE_ULIMIT_H 1
9507| #define HAVE_SYS_SELECT_H 1
9508| #define HAVE_SYS_FILE_H 1
9509| #define HAVE_SYS_IOCTL_H 1
9510| #define HAVE_SYS_MMAN_H 1
9511| #define HAVE_SYS_PARAM_H 1
9512| #define HAVE_SYS_RANDOM_H 1
9513| #define HAVE_SYS_SOCKET_H 1
9514| #define HAVE_SYS_STAT_H 1
9515| #define HAVE_SYS_TIME_H 1
9516| #define HAVE_SYS_TIMES_H 1
9517| #define HAVE_SYS_TYPES_H 1
9518| #define HAVE_SYS_WAIT_H 1
9519| #define HAVE_NETINET_IN_H 1
9520| #define HAVE_ARPA_INET_H 1
9521| #define HAVE_SYS_RESOURCE_H 1
9522| #define HAVE_ALLOCA_H 1
9523| #define HAVE_ALLOCA 1
9524| #define HAVE_CHOWN 1
9525| #define GETPGRP_VOID 1
9526| #define HAVE_STRCOLL 1
9527| #define HAVE_WAIT3 1
9528| #define HAVE_MKFIFO 1
9529| #define HAVE_DUP2 1
9530| #define HAVE_FCNTL 1
9531| #define HAVE_GETDTABLESIZE 1
9532| #define HAVE_GETENTROPY 1
9533| #define HAVE_GETGROUPS 1
9534| #define HAVE_GETHOSTNAME 1
9535| #define HAVE_GETPAGESIZE 1
9536| #define HAVE_GETPEERNAME 1
9537| #define HAVE_GETRLIMIT 1
9538| #define HAVE_GETRUSAGE 1
9539| #define HAVE_GETTIMEOFDAY 1
9540| #define HAVE_KILL 1
9541| #define HAVE_KILLPG 1
9542| #define HAVE_LSTAT 1
9543| #define HAVE_PSELECT 1
9544| #define HAVE_READLINK 1
9545| #define HAVE_SELECT 1
9546| #define HAVE_SETITIMER 1
9547| #define HAVE_TCGETPGRP 1
9548| #define HAVE_UNAME 1
9549| #define HAVE_ULIMIT 1
9550| #define HAVE_WAITPID 1
9551| #define HAVE_RENAME 1
9552| #define HAVE_BCOPY 1
9553| #define HAVE_BZERO 1
9554| #define HAVE_CONFSTR 1
9555| #define HAVE_FACCESSAT 1
9556| #define HAVE_FNMATCH 1
9557| #define HAVE_GETADDRINFO 1
9558| #define HAVE_GETHOSTBYNAME 1
9559| #define HAVE_GETSERVBYNAME 1
9560| #define HAVE_GETSERVENT 1
9561| #define HAVE_INET_ATON 1
9562| #define HAVE_IMAXDIV 1
9563| #define HAVE_MEMMOVE 1
9564| #define HAVE_PATHCONF 1
9565| #define HAVE_PUTENV 1
9566| #define HAVE_RAISE 1
9567| #define HAVE_RANDOM 1
9568| #define HAVE_REGCOMP 1
9569| #define HAVE_REGEXEC 1
9570| #define HAVE_SETENV 1
9571| #define HAVE_SETLINEBUF 1
9572| #define HAVE_SETLOCALE 1
9573| #define HAVE_SETVBUF 1
9574| #define HAVE_SIGINTERRUPT 1
9575| #define HAVE_STRCHR 1
9576| #define HAVE_SYSCONF 1
9577| #define HAVE_SYSLOG 1
9578| #define HAVE_TCGETATTR 1
9579| #define HAVE_TIMES 1
9580| #define HAVE_TTYNAME 1
9581| #define HAVE_TZSET 1
9582| #define HAVE_UNSETENV 1
9583| #define HAVE_VASPRINTF 1
9584| #define HAVE_ASPRINTF 1
9585| #define HAVE_ISASCII 1
9586| #define HAVE_ISBLANK 1
9587| #define HAVE_ISGRAPH 1
9588| #define HAVE_ISPRINT 1
9589| #define HAVE_ISSPACE 1
9590| #define HAVE_ISXDIGIT 1
9591| #define HAVE_GETPWENT 1
9592| #define HAVE_GETPWNAM 1
9593| #define HAVE_GETPWUID 1
9594| #define HAVE_MKSTEMP 1
9595| #define HAVE_MKDTEMP 1
9596| #define HAVE_ARC4RANDOM 1
9597| #define HAVE_GETCWD 1
9598| #define HAVE_MEMSET 1
9599| #define HAVE_STRCASECMP 1
9600| #define HAVE_STRCASESTR 1
9601| #define HAVE_STRERROR 1
9602| #define HAVE_STRFTIME 1
9603| #define HAVE_STRNLEN 1
9604| #define HAVE_STRPBRK 1
9605| #define HAVE_STRSTR 1
9606| #define HAVE_STRTOD 1
9607| #define HAVE_STRTOL 1
9608| #define HAVE_STRTOUL 1
9609| #define HAVE_STRTOLL 1
9610| #define HAVE_STRTOULL 1
9611| #define HAVE_STRTOUMAX 1
9612| #define HAVE_DPRINTF 1
9613| #define HAVE_STRDUP 1
9614| #define HAVE_DECL_AUDIT_USER_TTY 0
9615| #define HAVE_DECL_CONFSTR 1
9616| #define HAVE_DECL_PRINTF 1
9617| #define HAVE_DECL_SBRK 1
9618| #define HAVE_DECL_SETREGID 1
9619| #define HAVE_DECL_STRCPY 1
9620| #define HAVE_DECL_STRSIGNAL 1
9621| #define HAVE_DECL_STRTOLD 1
9622| #define HAVE_DECL_STRTOL 1
9623| #define HAVE_DECL_STRTOLL 1
9624| #define HAVE_DECL_STRTOUL 1
9625| #define HAVE_DECL_STRTOULL 1
9626| #define HAVE_DECL_STRTOUMAX 1
9627| #define HAVE_ERRNO_H 1
9628| #define HAVE_FCNTL_H 1
9629| /* end confdefs.h.  */
9630| #include <stddef.h>
9631| #ifdef HAVE_STDIO_H
9632| # include <stdio.h>
9633| #endif
9634| #ifdef HAVE_STDLIB_H
9635| # include <stdlib.h>
9636| #endif
9637| #ifdef HAVE_STRING_H
9638| # include <string.h>
9639| #endif
9640| #ifdef HAVE_INTTYPES_H
9641| # include <inttypes.h>
9642| #endif
9643| #ifdef HAVE_STDINT_H
9644| # include <stdint.h>
9645| #endif
9646| #ifdef HAVE_STRINGS_H
9647| # include <strings.h>
9648| #endif
9649| #ifdef HAVE_SYS_TYPES_H
9650| # include <sys/types.h>
9651| #endif
9652| #ifdef HAVE_SYS_STAT_H
9653| # include <sys/stat.h>
9654| #endif
9655| #ifdef HAVE_UNISTD_H
9656| # include <unistd.h>
9657| #endif
9658| #include <malloc.h>
9659configure:15996: result: no
9660configure:16002: checking for stdio_ext.h
9661configure:16002: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
9662conftest.c:329:10: fatal error: 'stdio_ext.h' file not found
9663#include <stdio_ext.h>
9664         ^~~~~~~~~~~~~
96651 error generated.
9666configure:16002: $? = 1
9667configure: failed program was:
9668| /* confdefs.h */
9669| #define PACKAGE_NAME "bash"
9670| #define PACKAGE_TARNAME "bash"
9671| #define PACKAGE_VERSION "5.2-release"
9672| #define PACKAGE_STRING "bash 5.2-release"
9673| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
9674| #define PACKAGE_URL ""
9675| #define ALIAS 1
9676| #define PUSHD_AND_POPD 1
9677| #define RESTRICTED_SHELL 1
9678| #define PROCESS_SUBSTITUTION 1
9679| #define PROMPT_STRING_DECODE 1
9680| #define SELECT_COMMAND 1
9681| #define HELP_BUILTIN 1
9682| #define ARRAY_VARS 1
9683| #define DPAREN_ARITHMETIC 1
9684| #define BRACE_EXPANSION 1
9685| #define COMMAND_TIMING 1
9686| #define EXTENDED_GLOB 1
9687| #define EXTGLOB_DEFAULT 0
9688| #define COND_COMMAND 1
9689| #define COND_REGEXP 1
9690| #define COPROCESS_SUPPORT 1
9691| #define ARITH_FOR_COMMAND 1
9692| #define NETWORK_REDIRECTIONS 1
9693| #define PROGRAMMABLE_COMPLETION 1
9694| #define DEBUGGER 1
9695| #define CASEMOD_ATTRS 1
9696| #define CASEMOD_EXPANSIONS 1
9697| #define GLOBASCII_DEFAULT 1
9698| #define FUNCTION_IMPORT 1
9699| #define TRANSLATABLE_STRINGS 1
9700| #define MEMSCRAMBLE 1
9701| #define HAVE_STDIO_H 1
9702| #define HAVE_STDLIB_H 1
9703| #define HAVE_STRING_H 1
9704| #define HAVE_INTTYPES_H 1
9705| #define HAVE_STDINT_H 1
9706| #define HAVE_STRINGS_H 1
9707| #define HAVE_SYS_STAT_H 1
9708| #define HAVE_SYS_TYPES_H 1
9709| #define HAVE_UNISTD_H 1
9710| #define HAVE_WCHAR_H 1
9711| #define HAVE_SYS_PARAM_H 1
9712| #define HAVE_XLOCALE_H 1
9713| #define HAVE_SYS_TIME_H 1
9714| #define STDC_HEADERS 1
9715| #define _ALL_SOURCE 1
9716| #define _DARWIN_C_SOURCE 1
9717| #define _GNU_SOURCE 1
9718| #define _HPUX_ALT_XOPEN_SOCKET_API 1
9719| #define _NETBSD_SOURCE 1
9720| #define _OPENBSD_SOURCE 1
9721| #define _POSIX_PTHREAD_SEMANTICS 1
9722| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
9723| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
9724| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
9725| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
9726| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
9727| #define __STDC_WANT_LIB_EXT2__ 1
9728| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
9729| #define _TANDEM_SOURCE 1
9730| #define __EXTENSIONS__ 1
9731| #define READLINE 1
9732| #define HISTORY 1
9733| #define BANG_HISTORY 1
9734| #define HAVE_STRINGIZE 1
9735| #define HAVE_LONG_DOUBLE 1
9736| #define PROTOTYPES 1
9737| #define __PROTOTYPES 1
9738| #define restrict __restrict__
9739| #define HAVE_VISIBILITY 1
9740| #define HAVE_STDINT_H_WITH_UINTMAX 1
9741| #define HAVE_ALLOCA_H 1
9742| #define HAVE_ALLOCA 1
9743| #define HAVE_GETPAGESIZE 1
9744| #define HAVE_SYMLINK 1
9745| #define HAVE_USELOCALE 1
9746| #define HAVE_VPRINTF 1
9747| #define HAVE_ALARM 1
9748| #define HAVE_FPURGE 1
9749| #define HAVE_SNPRINTF 1
9750| #define HAVE_VSNPRINTF 1
9751| #define HAVE_MMAP 1
9752| #define INTDIV0_RAISES_SIGFPE 1
9753| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
9754| #define HAVE_UNSIGNED_LONG_LONG_INT 1
9755| #define HAVE_UINTMAX_T 1
9756| #define HAVE_INTTYPES_H 1
9757| #define USE_POSIX_THREADS 1
9758| #define HAVE_PTHREAD_RWLOCK 1
9759| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
9760| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
9761| #define HAVE_ICONV 1
9762| #define ICONV_CONST
9763| #define HAVE_BUILTIN_EXPECT 1
9764| #define HAVE_INTTYPES_H 1
9765| #define HAVE_LIMITS_H 1
9766| #define HAVE_UNISTD_H 1
9767| #define HAVE_SYS_PARAM_H 1
9768| #define HAVE_GETCWD 1
9769| #define HAVE_GETEGID 1
9770| #define HAVE_GETEUID 1
9771| #define HAVE_GETGID 1
9772| #define HAVE_GETUID 1
9773| #define HAVE_MUNMAP 1
9774| #define HAVE_STPCPY 1
9775| #define HAVE_STRCASECMP 1
9776| #define HAVE_STRDUP 1
9777| #define HAVE_STRTOUL 1
9778| #define HAVE_TSEARCH 1
9779| #define HAVE_LOCALECONV 1
9780| #define HAVE_DECL_FEOF_UNLOCKED 1
9781| #define HAVE_DECL_FGETS_UNLOCKED 0
9782| #define HAVE_LONG_LONG_INT 1
9783| #define HAVE_WCHAR_T 1
9784| #define HAVE_WINT_T 1
9785| #define HAVE_INTMAX_T 1
9786| #define HAVE_POSIX_PRINTF 1
9787| #define HAVE_STDINT_H 1
9788| #define HAVE_STDINT_H 1
9789| #define HAVE_WORKING_O_NOATIME 1
9790| #define HAVE_WORKING_O_NOFOLLOW 1
9791| #define HAVE_WORKING_USELOCALE 1
9792| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
9793| #define HAVE_CFLOCALECOPYCURRENT 1
9794| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
9795| #define FLEXIBLE_ARRAY_MEMBER /**/
9796| #define HAVE_STDDEF_H 1
9797| #define HAVE_STDLIB_H 1
9798| #define HAVE_STRING_H 1
9799| #define HAVE_ASPRINTF 1
9800| #define HAVE_FWPRINTF 1
9801| #define HAVE_NEWLOCALE 1
9802| #define HAVE_PUTENV 1
9803| #define HAVE_SETENV 1
9804| #define HAVE_SETLOCALE 1
9805| #define HAVE_SNPRINTF 1
9806| #define HAVE_STRNLEN 1
9807| #define HAVE_USELOCALE 1
9808| #define HAVE_WCSLEN 1
9809| #define HAVE_WCSNLEN 1
9810| #define HAVE_MBRTOWC 1
9811| #define HAVE_WCRTOMB 1
9812| #define HAVE_DECL__SNPRINTF 0
9813| #define HAVE_DECL__SNWPRINTF 0
9814| #define HAVE_DECL_GETC_UNLOCKED 1
9815| #define HAVE_LANGINFO_CODESET 1
9816| #define HAVE_LC_MESSAGES 1
9817| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
9818| #define HAVE_CFLOCALECOPYCURRENT 1
9819| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
9820| #define ENABLE_NLS 1
9821| #define HAVE_GETTEXT 1
9822| #define HAVE_DCGETTEXT 1
9823| #define HAVE_DIRENT_H 1
9824| #define HAVE_INTTYPES_H 1
9825| #define HAVE_UNISTD_H 1
9826| #define HAVE_STDLIB_H 1
9827| #define HAVE_STDARG_H 1
9828| #define HAVE_LIMITS_H 1
9829| #define HAVE_STRING_H 1
9830| #define HAVE_MEMORY_H 1
9831| #define HAVE_LOCALE_H 1
9832| #define HAVE_TERMCAP_H 1
9833| #define HAVE_TERMIOS_H 1
9834| #define HAVE_DLFCN_H 1
9835| #define HAVE_STDBOOL_H 1
9836| #define HAVE_STDDEF_H 1
9837| #define HAVE_STDINT_H 1
9838| #define HAVE_NETDB_H 1
9839| #define HAVE_PWD_H 1
9840| #define HAVE_GRP_H 1
9841| #define HAVE_STRINGS_H 1
9842| #define HAVE_REGEX_H 1
9843| #define HAVE_SYSLOG_H 1
9844| #define HAVE_ULIMIT_H 1
9845| #define HAVE_SYS_SELECT_H 1
9846| #define HAVE_SYS_FILE_H 1
9847| #define HAVE_SYS_IOCTL_H 1
9848| #define HAVE_SYS_MMAN_H 1
9849| #define HAVE_SYS_PARAM_H 1
9850| #define HAVE_SYS_RANDOM_H 1
9851| #define HAVE_SYS_SOCKET_H 1
9852| #define HAVE_SYS_STAT_H 1
9853| #define HAVE_SYS_TIME_H 1
9854| #define HAVE_SYS_TIMES_H 1
9855| #define HAVE_SYS_TYPES_H 1
9856| #define HAVE_SYS_WAIT_H 1
9857| #define HAVE_NETINET_IN_H 1
9858| #define HAVE_ARPA_INET_H 1
9859| #define HAVE_SYS_RESOURCE_H 1
9860| #define HAVE_ALLOCA_H 1
9861| #define HAVE_ALLOCA 1
9862| #define HAVE_CHOWN 1
9863| #define GETPGRP_VOID 1
9864| #define HAVE_STRCOLL 1
9865| #define HAVE_WAIT3 1
9866| #define HAVE_MKFIFO 1
9867| #define HAVE_DUP2 1
9868| #define HAVE_FCNTL 1
9869| #define HAVE_GETDTABLESIZE 1
9870| #define HAVE_GETENTROPY 1
9871| #define HAVE_GETGROUPS 1
9872| #define HAVE_GETHOSTNAME 1
9873| #define HAVE_GETPAGESIZE 1
9874| #define HAVE_GETPEERNAME 1
9875| #define HAVE_GETRLIMIT 1
9876| #define HAVE_GETRUSAGE 1
9877| #define HAVE_GETTIMEOFDAY 1
9878| #define HAVE_KILL 1
9879| #define HAVE_KILLPG 1
9880| #define HAVE_LSTAT 1
9881| #define HAVE_PSELECT 1
9882| #define HAVE_READLINK 1
9883| #define HAVE_SELECT 1
9884| #define HAVE_SETITIMER 1
9885| #define HAVE_TCGETPGRP 1
9886| #define HAVE_UNAME 1
9887| #define HAVE_ULIMIT 1
9888| #define HAVE_WAITPID 1
9889| #define HAVE_RENAME 1
9890| #define HAVE_BCOPY 1
9891| #define HAVE_BZERO 1
9892| #define HAVE_CONFSTR 1
9893| #define HAVE_FACCESSAT 1
9894| #define HAVE_FNMATCH 1
9895| #define HAVE_GETADDRINFO 1
9896| #define HAVE_GETHOSTBYNAME 1
9897| #define HAVE_GETSERVBYNAME 1
9898| #define HAVE_GETSERVENT 1
9899| #define HAVE_INET_ATON 1
9900| #define HAVE_IMAXDIV 1
9901| #define HAVE_MEMMOVE 1
9902| #define HAVE_PATHCONF 1
9903| #define HAVE_PUTENV 1
9904| #define HAVE_RAISE 1
9905| #define HAVE_RANDOM 1
9906| #define HAVE_REGCOMP 1
9907| #define HAVE_REGEXEC 1
9908| #define HAVE_SETENV 1
9909| #define HAVE_SETLINEBUF 1
9910| #define HAVE_SETLOCALE 1
9911| #define HAVE_SETVBUF 1
9912| #define HAVE_SIGINTERRUPT 1
9913| #define HAVE_STRCHR 1
9914| #define HAVE_SYSCONF 1
9915| #define HAVE_SYSLOG 1
9916| #define HAVE_TCGETATTR 1
9917| #define HAVE_TIMES 1
9918| #define HAVE_TTYNAME 1
9919| #define HAVE_TZSET 1
9920| #define HAVE_UNSETENV 1
9921| #define HAVE_VASPRINTF 1
9922| #define HAVE_ASPRINTF 1
9923| #define HAVE_ISASCII 1
9924| #define HAVE_ISBLANK 1
9925| #define HAVE_ISGRAPH 1
9926| #define HAVE_ISPRINT 1
9927| #define HAVE_ISSPACE 1
9928| #define HAVE_ISXDIGIT 1
9929| #define HAVE_GETPWENT 1
9930| #define HAVE_GETPWNAM 1
9931| #define HAVE_GETPWUID 1
9932| #define HAVE_MKSTEMP 1
9933| #define HAVE_MKDTEMP 1
9934| #define HAVE_ARC4RANDOM 1
9935| #define HAVE_GETCWD 1
9936| #define HAVE_MEMSET 1
9937| #define HAVE_STRCASECMP 1
9938| #define HAVE_STRCASESTR 1
9939| #define HAVE_STRERROR 1
9940| #define HAVE_STRFTIME 1
9941| #define HAVE_STRNLEN 1
9942| #define HAVE_STRPBRK 1
9943| #define HAVE_STRSTR 1
9944| #define HAVE_STRTOD 1
9945| #define HAVE_STRTOL 1
9946| #define HAVE_STRTOUL 1
9947| #define HAVE_STRTOLL 1
9948| #define HAVE_STRTOULL 1
9949| #define HAVE_STRTOUMAX 1
9950| #define HAVE_DPRINTF 1
9951| #define HAVE_STRDUP 1
9952| #define HAVE_DECL_AUDIT_USER_TTY 0
9953| #define HAVE_DECL_CONFSTR 1
9954| #define HAVE_DECL_PRINTF 1
9955| #define HAVE_DECL_SBRK 1
9956| #define HAVE_DECL_SETREGID 1
9957| #define HAVE_DECL_STRCPY 1
9958| #define HAVE_DECL_STRSIGNAL 1
9959| #define HAVE_DECL_STRTOLD 1
9960| #define HAVE_DECL_STRTOL 1
9961| #define HAVE_DECL_STRTOLL 1
9962| #define HAVE_DECL_STRTOUL 1
9963| #define HAVE_DECL_STRTOULL 1
9964| #define HAVE_DECL_STRTOUMAX 1
9965| #define HAVE_ERRNO_H 1
9966| #define HAVE_FCNTL_H 1
9967| /* end confdefs.h.  */
9968| #include <stddef.h>
9969| #ifdef HAVE_STDIO_H
9970| # include <stdio.h>
9971| #endif
9972| #ifdef HAVE_STDLIB_H
9973| # include <stdlib.h>
9974| #endif
9975| #ifdef HAVE_STRING_H
9976| # include <string.h>
9977| #endif
9978| #ifdef HAVE_INTTYPES_H
9979| # include <inttypes.h>
9980| #endif
9981| #ifdef HAVE_STDINT_H
9982| # include <stdint.h>
9983| #endif
9984| #ifdef HAVE_STRINGS_H
9985| # include <strings.h>
9986| #endif
9987| #ifdef HAVE_SYS_TYPES_H
9988| # include <sys/types.h>
9989| #endif
9990| #ifdef HAVE_SYS_STAT_H
9991| # include <sys/stat.h>
9992| #endif
9993| #ifdef HAVE_UNISTD_H
9994| # include <unistd.h>
9995| #endif
9996| #include <stdio_ext.h>
9997configure:16002: result: no
9998configure:16012: checking for working mmap
9999configure:16175: result: yes
10000configure:16184: checking for __argz_count
10001configure:16184: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
10002Undefined symbols for architecture x86_64:
10003  "___argz_count", referenced from:
10004      _main in conftest-b43cd8.o
10005ld: symbol(s) not found for architecture x86_64
10006clang: error: linker command failed with exit code 1 (use -v to see invocation)
10007configure:16184: $? = 1
10008configure: failed program was:
10009| /* confdefs.h */
10010| #define PACKAGE_NAME "bash"
10011| #define PACKAGE_TARNAME "bash"
10012| #define PACKAGE_VERSION "5.2-release"
10013| #define PACKAGE_STRING "bash 5.2-release"
10014| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
10015| #define PACKAGE_URL ""
10016| #define ALIAS 1
10017| #define PUSHD_AND_POPD 1
10018| #define RESTRICTED_SHELL 1
10019| #define PROCESS_SUBSTITUTION 1
10020| #define PROMPT_STRING_DECODE 1
10021| #define SELECT_COMMAND 1
10022| #define HELP_BUILTIN 1
10023| #define ARRAY_VARS 1
10024| #define DPAREN_ARITHMETIC 1
10025| #define BRACE_EXPANSION 1
10026| #define COMMAND_TIMING 1
10027| #define EXTENDED_GLOB 1
10028| #define EXTGLOB_DEFAULT 0
10029| #define COND_COMMAND 1
10030| #define COND_REGEXP 1
10031| #define COPROCESS_SUPPORT 1
10032| #define ARITH_FOR_COMMAND 1
10033| #define NETWORK_REDIRECTIONS 1
10034| #define PROGRAMMABLE_COMPLETION 1
10035| #define DEBUGGER 1
10036| #define CASEMOD_ATTRS 1
10037| #define CASEMOD_EXPANSIONS 1
10038| #define GLOBASCII_DEFAULT 1
10039| #define FUNCTION_IMPORT 1
10040| #define TRANSLATABLE_STRINGS 1
10041| #define MEMSCRAMBLE 1
10042| #define HAVE_STDIO_H 1
10043| #define HAVE_STDLIB_H 1
10044| #define HAVE_STRING_H 1
10045| #define HAVE_INTTYPES_H 1
10046| #define HAVE_STDINT_H 1
10047| #define HAVE_STRINGS_H 1
10048| #define HAVE_SYS_STAT_H 1
10049| #define HAVE_SYS_TYPES_H 1
10050| #define HAVE_UNISTD_H 1
10051| #define HAVE_WCHAR_H 1
10052| #define HAVE_SYS_PARAM_H 1
10053| #define HAVE_XLOCALE_H 1
10054| #define HAVE_SYS_TIME_H 1
10055| #define STDC_HEADERS 1
10056| #define _ALL_SOURCE 1
10057| #define _DARWIN_C_SOURCE 1
10058| #define _GNU_SOURCE 1
10059| #define _HPUX_ALT_XOPEN_SOCKET_API 1
10060| #define _NETBSD_SOURCE 1
10061| #define _OPENBSD_SOURCE 1
10062| #define _POSIX_PTHREAD_SEMANTICS 1
10063| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
10064| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
10065| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
10066| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
10067| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
10068| #define __STDC_WANT_LIB_EXT2__ 1
10069| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
10070| #define _TANDEM_SOURCE 1
10071| #define __EXTENSIONS__ 1
10072| #define READLINE 1
10073| #define HISTORY 1
10074| #define BANG_HISTORY 1
10075| #define HAVE_STRINGIZE 1
10076| #define HAVE_LONG_DOUBLE 1
10077| #define PROTOTYPES 1
10078| #define __PROTOTYPES 1
10079| #define restrict __restrict__
10080| #define HAVE_VISIBILITY 1
10081| #define HAVE_STDINT_H_WITH_UINTMAX 1
10082| #define HAVE_ALLOCA_H 1
10083| #define HAVE_ALLOCA 1
10084| #define HAVE_GETPAGESIZE 1
10085| #define HAVE_SYMLINK 1
10086| #define HAVE_USELOCALE 1
10087| #define HAVE_VPRINTF 1
10088| #define HAVE_ALARM 1
10089| #define HAVE_FPURGE 1
10090| #define HAVE_SNPRINTF 1
10091| #define HAVE_VSNPRINTF 1
10092| #define HAVE_MMAP 1
10093| #define INTDIV0_RAISES_SIGFPE 1
10094| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
10095| #define HAVE_UNSIGNED_LONG_LONG_INT 1
10096| #define HAVE_UINTMAX_T 1
10097| #define HAVE_INTTYPES_H 1
10098| #define USE_POSIX_THREADS 1
10099| #define HAVE_PTHREAD_RWLOCK 1
10100| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
10101| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
10102| #define HAVE_ICONV 1
10103| #define ICONV_CONST
10104| #define HAVE_BUILTIN_EXPECT 1
10105| #define HAVE_INTTYPES_H 1
10106| #define HAVE_LIMITS_H 1
10107| #define HAVE_UNISTD_H 1
10108| #define HAVE_SYS_PARAM_H 1
10109| #define HAVE_GETCWD 1
10110| #define HAVE_GETEGID 1
10111| #define HAVE_GETEUID 1
10112| #define HAVE_GETGID 1
10113| #define HAVE_GETUID 1
10114| #define HAVE_MUNMAP 1
10115| #define HAVE_STPCPY 1
10116| #define HAVE_STRCASECMP 1
10117| #define HAVE_STRDUP 1
10118| #define HAVE_STRTOUL 1
10119| #define HAVE_TSEARCH 1
10120| #define HAVE_LOCALECONV 1
10121| #define HAVE_DECL_FEOF_UNLOCKED 1
10122| #define HAVE_DECL_FGETS_UNLOCKED 0
10123| #define HAVE_LONG_LONG_INT 1
10124| #define HAVE_WCHAR_T 1
10125| #define HAVE_WINT_T 1
10126| #define HAVE_INTMAX_T 1
10127| #define HAVE_POSIX_PRINTF 1
10128| #define HAVE_STDINT_H 1
10129| #define HAVE_STDINT_H 1
10130| #define HAVE_WORKING_O_NOATIME 1
10131| #define HAVE_WORKING_O_NOFOLLOW 1
10132| #define HAVE_WORKING_USELOCALE 1
10133| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
10134| #define HAVE_CFLOCALECOPYCURRENT 1
10135| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
10136| #define FLEXIBLE_ARRAY_MEMBER /**/
10137| #define HAVE_STDDEF_H 1
10138| #define HAVE_STDLIB_H 1
10139| #define HAVE_STRING_H 1
10140| #define HAVE_ASPRINTF 1
10141| #define HAVE_FWPRINTF 1
10142| #define HAVE_NEWLOCALE 1
10143| #define HAVE_PUTENV 1
10144| #define HAVE_SETENV 1
10145| #define HAVE_SETLOCALE 1
10146| #define HAVE_SNPRINTF 1
10147| #define HAVE_STRNLEN 1
10148| #define HAVE_USELOCALE 1
10149| #define HAVE_WCSLEN 1
10150| #define HAVE_WCSNLEN 1
10151| #define HAVE_MBRTOWC 1
10152| #define HAVE_WCRTOMB 1
10153| #define HAVE_DECL__SNPRINTF 0
10154| #define HAVE_DECL__SNWPRINTF 0
10155| #define HAVE_DECL_GETC_UNLOCKED 1
10156| #define HAVE_LANGINFO_CODESET 1
10157| #define HAVE_LC_MESSAGES 1
10158| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
10159| #define HAVE_CFLOCALECOPYCURRENT 1
10160| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
10161| #define ENABLE_NLS 1
10162| #define HAVE_GETTEXT 1
10163| #define HAVE_DCGETTEXT 1
10164| #define HAVE_DIRENT_H 1
10165| #define HAVE_INTTYPES_H 1
10166| #define HAVE_UNISTD_H 1
10167| #define HAVE_STDLIB_H 1
10168| #define HAVE_STDARG_H 1
10169| #define HAVE_LIMITS_H 1
10170| #define HAVE_STRING_H 1
10171| #define HAVE_MEMORY_H 1
10172| #define HAVE_LOCALE_H 1
10173| #define HAVE_TERMCAP_H 1
10174| #define HAVE_TERMIOS_H 1
10175| #define HAVE_DLFCN_H 1
10176| #define HAVE_STDBOOL_H 1
10177| #define HAVE_STDDEF_H 1
10178| #define HAVE_STDINT_H 1
10179| #define HAVE_NETDB_H 1
10180| #define HAVE_PWD_H 1
10181| #define HAVE_GRP_H 1
10182| #define HAVE_STRINGS_H 1
10183| #define HAVE_REGEX_H 1
10184| #define HAVE_SYSLOG_H 1
10185| #define HAVE_ULIMIT_H 1
10186| #define HAVE_SYS_SELECT_H 1
10187| #define HAVE_SYS_FILE_H 1
10188| #define HAVE_SYS_IOCTL_H 1
10189| #define HAVE_SYS_MMAN_H 1
10190| #define HAVE_SYS_PARAM_H 1
10191| #define HAVE_SYS_RANDOM_H 1
10192| #define HAVE_SYS_SOCKET_H 1
10193| #define HAVE_SYS_STAT_H 1
10194| #define HAVE_SYS_TIME_H 1
10195| #define HAVE_SYS_TIMES_H 1
10196| #define HAVE_SYS_TYPES_H 1
10197| #define HAVE_SYS_WAIT_H 1
10198| #define HAVE_NETINET_IN_H 1
10199| #define HAVE_ARPA_INET_H 1
10200| #define HAVE_SYS_RESOURCE_H 1
10201| #define HAVE_ALLOCA_H 1
10202| #define HAVE_ALLOCA 1
10203| #define HAVE_CHOWN 1
10204| #define GETPGRP_VOID 1
10205| #define HAVE_STRCOLL 1
10206| #define HAVE_WAIT3 1
10207| #define HAVE_MKFIFO 1
10208| #define HAVE_DUP2 1
10209| #define HAVE_FCNTL 1
10210| #define HAVE_GETDTABLESIZE 1
10211| #define HAVE_GETENTROPY 1
10212| #define HAVE_GETGROUPS 1
10213| #define HAVE_GETHOSTNAME 1
10214| #define HAVE_GETPAGESIZE 1
10215| #define HAVE_GETPEERNAME 1
10216| #define HAVE_GETRLIMIT 1
10217| #define HAVE_GETRUSAGE 1
10218| #define HAVE_GETTIMEOFDAY 1
10219| #define HAVE_KILL 1
10220| #define HAVE_KILLPG 1
10221| #define HAVE_LSTAT 1
10222| #define HAVE_PSELECT 1
10223| #define HAVE_READLINK 1
10224| #define HAVE_SELECT 1
10225| #define HAVE_SETITIMER 1
10226| #define HAVE_TCGETPGRP 1
10227| #define HAVE_UNAME 1
10228| #define HAVE_ULIMIT 1
10229| #define HAVE_WAITPID 1
10230| #define HAVE_RENAME 1
10231| #define HAVE_BCOPY 1
10232| #define HAVE_BZERO 1
10233| #define HAVE_CONFSTR 1
10234| #define HAVE_FACCESSAT 1
10235| #define HAVE_FNMATCH 1
10236| #define HAVE_GETADDRINFO 1
10237| #define HAVE_GETHOSTBYNAME 1
10238| #define HAVE_GETSERVBYNAME 1
10239| #define HAVE_GETSERVENT 1
10240| #define HAVE_INET_ATON 1
10241| #define HAVE_IMAXDIV 1
10242| #define HAVE_MEMMOVE 1
10243| #define HAVE_PATHCONF 1
10244| #define HAVE_PUTENV 1
10245| #define HAVE_RAISE 1
10246| #define HAVE_RANDOM 1
10247| #define HAVE_REGCOMP 1
10248| #define HAVE_REGEXEC 1
10249| #define HAVE_SETENV 1
10250| #define HAVE_SETLINEBUF 1
10251| #define HAVE_SETLOCALE 1
10252| #define HAVE_SETVBUF 1
10253| #define HAVE_SIGINTERRUPT 1
10254| #define HAVE_STRCHR 1
10255| #define HAVE_SYSCONF 1
10256| #define HAVE_SYSLOG 1
10257| #define HAVE_TCGETATTR 1
10258| #define HAVE_TIMES 1
10259| #define HAVE_TTYNAME 1
10260| #define HAVE_TZSET 1
10261| #define HAVE_UNSETENV 1
10262| #define HAVE_VASPRINTF 1
10263| #define HAVE_ASPRINTF 1
10264| #define HAVE_ISASCII 1
10265| #define HAVE_ISBLANK 1
10266| #define HAVE_ISGRAPH 1
10267| #define HAVE_ISPRINT 1
10268| #define HAVE_ISSPACE 1
10269| #define HAVE_ISXDIGIT 1
10270| #define HAVE_GETPWENT 1
10271| #define HAVE_GETPWNAM 1
10272| #define HAVE_GETPWUID 1
10273| #define HAVE_MKSTEMP 1
10274| #define HAVE_MKDTEMP 1
10275| #define HAVE_ARC4RANDOM 1
10276| #define HAVE_GETCWD 1
10277| #define HAVE_MEMSET 1
10278| #define HAVE_STRCASECMP 1
10279| #define HAVE_STRCASESTR 1
10280| #define HAVE_STRERROR 1
10281| #define HAVE_STRFTIME 1
10282| #define HAVE_STRNLEN 1
10283| #define HAVE_STRPBRK 1
10284| #define HAVE_STRSTR 1
10285| #define HAVE_STRTOD 1
10286| #define HAVE_STRTOL 1
10287| #define HAVE_STRTOUL 1
10288| #define HAVE_STRTOLL 1
10289| #define HAVE_STRTOULL 1
10290| #define HAVE_STRTOUMAX 1
10291| #define HAVE_DPRINTF 1
10292| #define HAVE_STRDUP 1
10293| #define HAVE_DECL_AUDIT_USER_TTY 0
10294| #define HAVE_DECL_CONFSTR 1
10295| #define HAVE_DECL_PRINTF 1
10296| #define HAVE_DECL_SBRK 1
10297| #define HAVE_DECL_SETREGID 1
10298| #define HAVE_DECL_STRCPY 1
10299| #define HAVE_DECL_STRSIGNAL 1
10300| #define HAVE_DECL_STRTOLD 1
10301| #define HAVE_DECL_STRTOL 1
10302| #define HAVE_DECL_STRTOLL 1
10303| #define HAVE_DECL_STRTOUL 1
10304| #define HAVE_DECL_STRTOULL 1
10305| #define HAVE_DECL_STRTOUMAX 1
10306| #define HAVE_ERRNO_H 1
10307| #define HAVE_FCNTL_H 1
10308| #define HAVE_MMAP 1
10309| /* end confdefs.h.  */
10310| /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count.
10311|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10312| #define __argz_count innocuous___argz_count
10313|
10314| /* System header to define __stub macros and hopefully few prototypes,
10315|    which can conflict with char __argz_count (); below.  */
10316|
10317| #include <limits.h>
10318| #undef __argz_count
10319|
10320| /* Override any GCC internal prototype to avoid an error.
10321|    Use char because int might match the return type of a GCC
10322|    builtin and then its argument prototype would still apply.  */
10323| #ifdef __cplusplus
10324| extern "C"
10325| #endif
10326| char __argz_count ();
10327| /* The GNU C library defines this for functions which it implements
10328|     to always fail with ENOSYS.  Some functions are actually named
10329|     something starting with __ and the normal name is an alias.  */
10330| #if defined __stub___argz_count || defined __stub_____argz_count
10331| choke me
10332| #endif
10333|
10334| int
10335| main (void)
10336| {
10337| return __argz_count ();
10338|   ;
10339|   return 0;
10340| }
10341configure:16184: result: no
10342configure:16190: checking for __argz_next
10343configure:16190: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
10344Undefined symbols for architecture x86_64:
10345  "___argz_next", referenced from:
10346      _main in conftest-963ca6.o
10347ld: symbol(s) not found for architecture x86_64
10348clang: error: linker command failed with exit code 1 (use -v to see invocation)
10349configure:16190: $? = 1
10350configure: failed program was:
10351| /* confdefs.h */
10352| #define PACKAGE_NAME "bash"
10353| #define PACKAGE_TARNAME "bash"
10354| #define PACKAGE_VERSION "5.2-release"
10355| #define PACKAGE_STRING "bash 5.2-release"
10356| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
10357| #define PACKAGE_URL ""
10358| #define ALIAS 1
10359| #define PUSHD_AND_POPD 1
10360| #define RESTRICTED_SHELL 1
10361| #define PROCESS_SUBSTITUTION 1
10362| #define PROMPT_STRING_DECODE 1
10363| #define SELECT_COMMAND 1
10364| #define HELP_BUILTIN 1
10365| #define ARRAY_VARS 1
10366| #define DPAREN_ARITHMETIC 1
10367| #define BRACE_EXPANSION 1
10368| #define COMMAND_TIMING 1
10369| #define EXTENDED_GLOB 1
10370| #define EXTGLOB_DEFAULT 0
10371| #define COND_COMMAND 1
10372| #define COND_REGEXP 1
10373| #define COPROCESS_SUPPORT 1
10374| #define ARITH_FOR_COMMAND 1
10375| #define NETWORK_REDIRECTIONS 1
10376| #define PROGRAMMABLE_COMPLETION 1
10377| #define DEBUGGER 1
10378| #define CASEMOD_ATTRS 1
10379| #define CASEMOD_EXPANSIONS 1
10380| #define GLOBASCII_DEFAULT 1
10381| #define FUNCTION_IMPORT 1
10382| #define TRANSLATABLE_STRINGS 1
10383| #define MEMSCRAMBLE 1
10384| #define HAVE_STDIO_H 1
10385| #define HAVE_STDLIB_H 1
10386| #define HAVE_STRING_H 1
10387| #define HAVE_INTTYPES_H 1
10388| #define HAVE_STDINT_H 1
10389| #define HAVE_STRINGS_H 1
10390| #define HAVE_SYS_STAT_H 1
10391| #define HAVE_SYS_TYPES_H 1
10392| #define HAVE_UNISTD_H 1
10393| #define HAVE_WCHAR_H 1
10394| #define HAVE_SYS_PARAM_H 1
10395| #define HAVE_XLOCALE_H 1
10396| #define HAVE_SYS_TIME_H 1
10397| #define STDC_HEADERS 1
10398| #define _ALL_SOURCE 1
10399| #define _DARWIN_C_SOURCE 1
10400| #define _GNU_SOURCE 1
10401| #define _HPUX_ALT_XOPEN_SOCKET_API 1
10402| #define _NETBSD_SOURCE 1
10403| #define _OPENBSD_SOURCE 1
10404| #define _POSIX_PTHREAD_SEMANTICS 1
10405| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
10406| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
10407| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
10408| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
10409| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
10410| #define __STDC_WANT_LIB_EXT2__ 1
10411| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
10412| #define _TANDEM_SOURCE 1
10413| #define __EXTENSIONS__ 1
10414| #define READLINE 1
10415| #define HISTORY 1
10416| #define BANG_HISTORY 1
10417| #define HAVE_STRINGIZE 1
10418| #define HAVE_LONG_DOUBLE 1
10419| #define PROTOTYPES 1
10420| #define __PROTOTYPES 1
10421| #define restrict __restrict__
10422| #define HAVE_VISIBILITY 1
10423| #define HAVE_STDINT_H_WITH_UINTMAX 1
10424| #define HAVE_ALLOCA_H 1
10425| #define HAVE_ALLOCA 1
10426| #define HAVE_GETPAGESIZE 1
10427| #define HAVE_SYMLINK 1
10428| #define HAVE_USELOCALE 1
10429| #define HAVE_VPRINTF 1
10430| #define HAVE_ALARM 1
10431| #define HAVE_FPURGE 1
10432| #define HAVE_SNPRINTF 1
10433| #define HAVE_VSNPRINTF 1
10434| #define HAVE_MMAP 1
10435| #define INTDIV0_RAISES_SIGFPE 1
10436| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
10437| #define HAVE_UNSIGNED_LONG_LONG_INT 1
10438| #define HAVE_UINTMAX_T 1
10439| #define HAVE_INTTYPES_H 1
10440| #define USE_POSIX_THREADS 1
10441| #define HAVE_PTHREAD_RWLOCK 1
10442| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
10443| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
10444| #define HAVE_ICONV 1
10445| #define ICONV_CONST
10446| #define HAVE_BUILTIN_EXPECT 1
10447| #define HAVE_INTTYPES_H 1
10448| #define HAVE_LIMITS_H 1
10449| #define HAVE_UNISTD_H 1
10450| #define HAVE_SYS_PARAM_H 1
10451| #define HAVE_GETCWD 1
10452| #define HAVE_GETEGID 1
10453| #define HAVE_GETEUID 1
10454| #define HAVE_GETGID 1
10455| #define HAVE_GETUID 1
10456| #define HAVE_MUNMAP 1
10457| #define HAVE_STPCPY 1
10458| #define HAVE_STRCASECMP 1
10459| #define HAVE_STRDUP 1
10460| #define HAVE_STRTOUL 1
10461| #define HAVE_TSEARCH 1
10462| #define HAVE_LOCALECONV 1
10463| #define HAVE_DECL_FEOF_UNLOCKED 1
10464| #define HAVE_DECL_FGETS_UNLOCKED 0
10465| #define HAVE_LONG_LONG_INT 1
10466| #define HAVE_WCHAR_T 1
10467| #define HAVE_WINT_T 1
10468| #define HAVE_INTMAX_T 1
10469| #define HAVE_POSIX_PRINTF 1
10470| #define HAVE_STDINT_H 1
10471| #define HAVE_STDINT_H 1
10472| #define HAVE_WORKING_O_NOATIME 1
10473| #define HAVE_WORKING_O_NOFOLLOW 1
10474| #define HAVE_WORKING_USELOCALE 1
10475| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
10476| #define HAVE_CFLOCALECOPYCURRENT 1
10477| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
10478| #define FLEXIBLE_ARRAY_MEMBER /**/
10479| #define HAVE_STDDEF_H 1
10480| #define HAVE_STDLIB_H 1
10481| #define HAVE_STRING_H 1
10482| #define HAVE_ASPRINTF 1
10483| #define HAVE_FWPRINTF 1
10484| #define HAVE_NEWLOCALE 1
10485| #define HAVE_PUTENV 1
10486| #define HAVE_SETENV 1
10487| #define HAVE_SETLOCALE 1
10488| #define HAVE_SNPRINTF 1
10489| #define HAVE_STRNLEN 1
10490| #define HAVE_USELOCALE 1
10491| #define HAVE_WCSLEN 1
10492| #define HAVE_WCSNLEN 1
10493| #define HAVE_MBRTOWC 1
10494| #define HAVE_WCRTOMB 1
10495| #define HAVE_DECL__SNPRINTF 0
10496| #define HAVE_DECL__SNWPRINTF 0
10497| #define HAVE_DECL_GETC_UNLOCKED 1
10498| #define HAVE_LANGINFO_CODESET 1
10499| #define HAVE_LC_MESSAGES 1
10500| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
10501| #define HAVE_CFLOCALECOPYCURRENT 1
10502| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
10503| #define ENABLE_NLS 1
10504| #define HAVE_GETTEXT 1
10505| #define HAVE_DCGETTEXT 1
10506| #define HAVE_DIRENT_H 1
10507| #define HAVE_INTTYPES_H 1
10508| #define HAVE_UNISTD_H 1
10509| #define HAVE_STDLIB_H 1
10510| #define HAVE_STDARG_H 1
10511| #define HAVE_LIMITS_H 1
10512| #define HAVE_STRING_H 1
10513| #define HAVE_MEMORY_H 1
10514| #define HAVE_LOCALE_H 1
10515| #define HAVE_TERMCAP_H 1
10516| #define HAVE_TERMIOS_H 1
10517| #define HAVE_DLFCN_H 1
10518| #define HAVE_STDBOOL_H 1
10519| #define HAVE_STDDEF_H 1
10520| #define HAVE_STDINT_H 1
10521| #define HAVE_NETDB_H 1
10522| #define HAVE_PWD_H 1
10523| #define HAVE_GRP_H 1
10524| #define HAVE_STRINGS_H 1
10525| #define HAVE_REGEX_H 1
10526| #define HAVE_SYSLOG_H 1
10527| #define HAVE_ULIMIT_H 1
10528| #define HAVE_SYS_SELECT_H 1
10529| #define HAVE_SYS_FILE_H 1
10530| #define HAVE_SYS_IOCTL_H 1
10531| #define HAVE_SYS_MMAN_H 1
10532| #define HAVE_SYS_PARAM_H 1
10533| #define HAVE_SYS_RANDOM_H 1
10534| #define HAVE_SYS_SOCKET_H 1
10535| #define HAVE_SYS_STAT_H 1
10536| #define HAVE_SYS_TIME_H 1
10537| #define HAVE_SYS_TIMES_H 1
10538| #define HAVE_SYS_TYPES_H 1
10539| #define HAVE_SYS_WAIT_H 1
10540| #define HAVE_NETINET_IN_H 1
10541| #define HAVE_ARPA_INET_H 1
10542| #define HAVE_SYS_RESOURCE_H 1
10543| #define HAVE_ALLOCA_H 1
10544| #define HAVE_ALLOCA 1
10545| #define HAVE_CHOWN 1
10546| #define GETPGRP_VOID 1
10547| #define HAVE_STRCOLL 1
10548| #define HAVE_WAIT3 1
10549| #define HAVE_MKFIFO 1
10550| #define HAVE_DUP2 1
10551| #define HAVE_FCNTL 1
10552| #define HAVE_GETDTABLESIZE 1
10553| #define HAVE_GETENTROPY 1
10554| #define HAVE_GETGROUPS 1
10555| #define HAVE_GETHOSTNAME 1
10556| #define HAVE_GETPAGESIZE 1
10557| #define HAVE_GETPEERNAME 1
10558| #define HAVE_GETRLIMIT 1
10559| #define HAVE_GETRUSAGE 1
10560| #define HAVE_GETTIMEOFDAY 1
10561| #define HAVE_KILL 1
10562| #define HAVE_KILLPG 1
10563| #define HAVE_LSTAT 1
10564| #define HAVE_PSELECT 1
10565| #define HAVE_READLINK 1
10566| #define HAVE_SELECT 1
10567| #define HAVE_SETITIMER 1
10568| #define HAVE_TCGETPGRP 1
10569| #define HAVE_UNAME 1
10570| #define HAVE_ULIMIT 1
10571| #define HAVE_WAITPID 1
10572| #define HAVE_RENAME 1
10573| #define HAVE_BCOPY 1
10574| #define HAVE_BZERO 1
10575| #define HAVE_CONFSTR 1
10576| #define HAVE_FACCESSAT 1
10577| #define HAVE_FNMATCH 1
10578| #define HAVE_GETADDRINFO 1
10579| #define HAVE_GETHOSTBYNAME 1
10580| #define HAVE_GETSERVBYNAME 1
10581| #define HAVE_GETSERVENT 1
10582| #define HAVE_INET_ATON 1
10583| #define HAVE_IMAXDIV 1
10584| #define HAVE_MEMMOVE 1
10585| #define HAVE_PATHCONF 1
10586| #define HAVE_PUTENV 1
10587| #define HAVE_RAISE 1
10588| #define HAVE_RANDOM 1
10589| #define HAVE_REGCOMP 1
10590| #define HAVE_REGEXEC 1
10591| #define HAVE_SETENV 1
10592| #define HAVE_SETLINEBUF 1
10593| #define HAVE_SETLOCALE 1
10594| #define HAVE_SETVBUF 1
10595| #define HAVE_SIGINTERRUPT 1
10596| #define HAVE_STRCHR 1
10597| #define HAVE_SYSCONF 1
10598| #define HAVE_SYSLOG 1
10599| #define HAVE_TCGETATTR 1
10600| #define HAVE_TIMES 1
10601| #define HAVE_TTYNAME 1
10602| #define HAVE_TZSET 1
10603| #define HAVE_UNSETENV 1
10604| #define HAVE_VASPRINTF 1
10605| #define HAVE_ASPRINTF 1
10606| #define HAVE_ISASCII 1
10607| #define HAVE_ISBLANK 1
10608| #define HAVE_ISGRAPH 1
10609| #define HAVE_ISPRINT 1
10610| #define HAVE_ISSPACE 1
10611| #define HAVE_ISXDIGIT 1
10612| #define HAVE_GETPWENT 1
10613| #define HAVE_GETPWNAM 1
10614| #define HAVE_GETPWUID 1
10615| #define HAVE_MKSTEMP 1
10616| #define HAVE_MKDTEMP 1
10617| #define HAVE_ARC4RANDOM 1
10618| #define HAVE_GETCWD 1
10619| #define HAVE_MEMSET 1
10620| #define HAVE_STRCASECMP 1
10621| #define HAVE_STRCASESTR 1
10622| #define HAVE_STRERROR 1
10623| #define HAVE_STRFTIME 1
10624| #define HAVE_STRNLEN 1
10625| #define HAVE_STRPBRK 1
10626| #define HAVE_STRSTR 1
10627| #define HAVE_STRTOD 1
10628| #define HAVE_STRTOL 1
10629| #define HAVE_STRTOUL 1
10630| #define HAVE_STRTOLL 1
10631| #define HAVE_STRTOULL 1
10632| #define HAVE_STRTOUMAX 1
10633| #define HAVE_DPRINTF 1
10634| #define HAVE_STRDUP 1
10635| #define HAVE_DECL_AUDIT_USER_TTY 0
10636| #define HAVE_DECL_CONFSTR 1
10637| #define HAVE_DECL_PRINTF 1
10638| #define HAVE_DECL_SBRK 1
10639| #define HAVE_DECL_SETREGID 1
10640| #define HAVE_DECL_STRCPY 1
10641| #define HAVE_DECL_STRSIGNAL 1
10642| #define HAVE_DECL_STRTOLD 1
10643| #define HAVE_DECL_STRTOL 1
10644| #define HAVE_DECL_STRTOLL 1
10645| #define HAVE_DECL_STRTOUL 1
10646| #define HAVE_DECL_STRTOULL 1
10647| #define HAVE_DECL_STRTOUMAX 1
10648| #define HAVE_ERRNO_H 1
10649| #define HAVE_FCNTL_H 1
10650| #define HAVE_MMAP 1
10651| /* end confdefs.h.  */
10652| /* Define __argz_next to an innocuous variant, in case <limits.h> declares __argz_next.
10653|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10654| #define __argz_next innocuous___argz_next
10655|
10656| /* System header to define __stub macros and hopefully few prototypes,
10657|    which can conflict with char __argz_next (); below.  */
10658|
10659| #include <limits.h>
10660| #undef __argz_next
10661|
10662| /* Override any GCC internal prototype to avoid an error.
10663|    Use char because int might match the return type of a GCC
10664|    builtin and then its argument prototype would still apply.  */
10665| #ifdef __cplusplus
10666| extern "C"
10667| #endif
10668| char __argz_next ();
10669| /* The GNU C library defines this for functions which it implements
10670|     to always fail with ENOSYS.  Some functions are actually named
10671|     something starting with __ and the normal name is an alias.  */
10672| #if defined __stub___argz_next || defined __stub_____argz_next
10673| choke me
10674| #endif
10675|
10676| int
10677| main (void)
10678| {
10679| return __argz_next ();
10680|   ;
10681|   return 0;
10682| }
10683configure:16190: result: no
10684configure:16196: checking for __argz_stringify
10685configure:16196: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
10686Undefined symbols for architecture x86_64:
10687  "___argz_stringify", referenced from:
10688      _main in conftest-b4afde.o
10689ld: symbol(s) not found for architecture x86_64
10690clang: error: linker command failed with exit code 1 (use -v to see invocation)
10691configure:16196: $? = 1
10692configure: failed program was:
10693| /* confdefs.h */
10694| #define PACKAGE_NAME "bash"
10695| #define PACKAGE_TARNAME "bash"
10696| #define PACKAGE_VERSION "5.2-release"
10697| #define PACKAGE_STRING "bash 5.2-release"
10698| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
10699| #define PACKAGE_URL ""
10700| #define ALIAS 1
10701| #define PUSHD_AND_POPD 1
10702| #define RESTRICTED_SHELL 1
10703| #define PROCESS_SUBSTITUTION 1
10704| #define PROMPT_STRING_DECODE 1
10705| #define SELECT_COMMAND 1
10706| #define HELP_BUILTIN 1
10707| #define ARRAY_VARS 1
10708| #define DPAREN_ARITHMETIC 1
10709| #define BRACE_EXPANSION 1
10710| #define COMMAND_TIMING 1
10711| #define EXTENDED_GLOB 1
10712| #define EXTGLOB_DEFAULT 0
10713| #define COND_COMMAND 1
10714| #define COND_REGEXP 1
10715| #define COPROCESS_SUPPORT 1
10716| #define ARITH_FOR_COMMAND 1
10717| #define NETWORK_REDIRECTIONS 1
10718| #define PROGRAMMABLE_COMPLETION 1
10719| #define DEBUGGER 1
10720| #define CASEMOD_ATTRS 1
10721| #define CASEMOD_EXPANSIONS 1
10722| #define GLOBASCII_DEFAULT 1
10723| #define FUNCTION_IMPORT 1
10724| #define TRANSLATABLE_STRINGS 1
10725| #define MEMSCRAMBLE 1
10726| #define HAVE_STDIO_H 1
10727| #define HAVE_STDLIB_H 1
10728| #define HAVE_STRING_H 1
10729| #define HAVE_INTTYPES_H 1
10730| #define HAVE_STDINT_H 1
10731| #define HAVE_STRINGS_H 1
10732| #define HAVE_SYS_STAT_H 1
10733| #define HAVE_SYS_TYPES_H 1
10734| #define HAVE_UNISTD_H 1
10735| #define HAVE_WCHAR_H 1
10736| #define HAVE_SYS_PARAM_H 1
10737| #define HAVE_XLOCALE_H 1
10738| #define HAVE_SYS_TIME_H 1
10739| #define STDC_HEADERS 1
10740| #define _ALL_SOURCE 1
10741| #define _DARWIN_C_SOURCE 1
10742| #define _GNU_SOURCE 1
10743| #define _HPUX_ALT_XOPEN_SOCKET_API 1
10744| #define _NETBSD_SOURCE 1
10745| #define _OPENBSD_SOURCE 1
10746| #define _POSIX_PTHREAD_SEMANTICS 1
10747| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
10748| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
10749| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
10750| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
10751| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
10752| #define __STDC_WANT_LIB_EXT2__ 1
10753| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
10754| #define _TANDEM_SOURCE 1
10755| #define __EXTENSIONS__ 1
10756| #define READLINE 1
10757| #define HISTORY 1
10758| #define BANG_HISTORY 1
10759| #define HAVE_STRINGIZE 1
10760| #define HAVE_LONG_DOUBLE 1
10761| #define PROTOTYPES 1
10762| #define __PROTOTYPES 1
10763| #define restrict __restrict__
10764| #define HAVE_VISIBILITY 1
10765| #define HAVE_STDINT_H_WITH_UINTMAX 1
10766| #define HAVE_ALLOCA_H 1
10767| #define HAVE_ALLOCA 1
10768| #define HAVE_GETPAGESIZE 1
10769| #define HAVE_SYMLINK 1
10770| #define HAVE_USELOCALE 1
10771| #define HAVE_VPRINTF 1
10772| #define HAVE_ALARM 1
10773| #define HAVE_FPURGE 1
10774| #define HAVE_SNPRINTF 1
10775| #define HAVE_VSNPRINTF 1
10776| #define HAVE_MMAP 1
10777| #define INTDIV0_RAISES_SIGFPE 1
10778| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
10779| #define HAVE_UNSIGNED_LONG_LONG_INT 1
10780| #define HAVE_UINTMAX_T 1
10781| #define HAVE_INTTYPES_H 1
10782| #define USE_POSIX_THREADS 1
10783| #define HAVE_PTHREAD_RWLOCK 1
10784| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
10785| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
10786| #define HAVE_ICONV 1
10787| #define ICONV_CONST
10788| #define HAVE_BUILTIN_EXPECT 1
10789| #define HAVE_INTTYPES_H 1
10790| #define HAVE_LIMITS_H 1
10791| #define HAVE_UNISTD_H 1
10792| #define HAVE_SYS_PARAM_H 1
10793| #define HAVE_GETCWD 1
10794| #define HAVE_GETEGID 1
10795| #define HAVE_GETEUID 1
10796| #define HAVE_GETGID 1
10797| #define HAVE_GETUID 1
10798| #define HAVE_MUNMAP 1
10799| #define HAVE_STPCPY 1
10800| #define HAVE_STRCASECMP 1
10801| #define HAVE_STRDUP 1
10802| #define HAVE_STRTOUL 1
10803| #define HAVE_TSEARCH 1
10804| #define HAVE_LOCALECONV 1
10805| #define HAVE_DECL_FEOF_UNLOCKED 1
10806| #define HAVE_DECL_FGETS_UNLOCKED 0
10807| #define HAVE_LONG_LONG_INT 1
10808| #define HAVE_WCHAR_T 1
10809| #define HAVE_WINT_T 1
10810| #define HAVE_INTMAX_T 1
10811| #define HAVE_POSIX_PRINTF 1
10812| #define HAVE_STDINT_H 1
10813| #define HAVE_STDINT_H 1
10814| #define HAVE_WORKING_O_NOATIME 1
10815| #define HAVE_WORKING_O_NOFOLLOW 1
10816| #define HAVE_WORKING_USELOCALE 1
10817| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
10818| #define HAVE_CFLOCALECOPYCURRENT 1
10819| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
10820| #define FLEXIBLE_ARRAY_MEMBER /**/
10821| #define HAVE_STDDEF_H 1
10822| #define HAVE_STDLIB_H 1
10823| #define HAVE_STRING_H 1
10824| #define HAVE_ASPRINTF 1
10825| #define HAVE_FWPRINTF 1
10826| #define HAVE_NEWLOCALE 1
10827| #define HAVE_PUTENV 1
10828| #define HAVE_SETENV 1
10829| #define HAVE_SETLOCALE 1
10830| #define HAVE_SNPRINTF 1
10831| #define HAVE_STRNLEN 1
10832| #define HAVE_USELOCALE 1
10833| #define HAVE_WCSLEN 1
10834| #define HAVE_WCSNLEN 1
10835| #define HAVE_MBRTOWC 1
10836| #define HAVE_WCRTOMB 1
10837| #define HAVE_DECL__SNPRINTF 0
10838| #define HAVE_DECL__SNWPRINTF 0
10839| #define HAVE_DECL_GETC_UNLOCKED 1
10840| #define HAVE_LANGINFO_CODESET 1
10841| #define HAVE_LC_MESSAGES 1
10842| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
10843| #define HAVE_CFLOCALECOPYCURRENT 1
10844| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
10845| #define ENABLE_NLS 1
10846| #define HAVE_GETTEXT 1
10847| #define HAVE_DCGETTEXT 1
10848| #define HAVE_DIRENT_H 1
10849| #define HAVE_INTTYPES_H 1
10850| #define HAVE_UNISTD_H 1
10851| #define HAVE_STDLIB_H 1
10852| #define HAVE_STDARG_H 1
10853| #define HAVE_LIMITS_H 1
10854| #define HAVE_STRING_H 1
10855| #define HAVE_MEMORY_H 1
10856| #define HAVE_LOCALE_H 1
10857| #define HAVE_TERMCAP_H 1
10858| #define HAVE_TERMIOS_H 1
10859| #define HAVE_DLFCN_H 1
10860| #define HAVE_STDBOOL_H 1
10861| #define HAVE_STDDEF_H 1
10862| #define HAVE_STDINT_H 1
10863| #define HAVE_NETDB_H 1
10864| #define HAVE_PWD_H 1
10865| #define HAVE_GRP_H 1
10866| #define HAVE_STRINGS_H 1
10867| #define HAVE_REGEX_H 1
10868| #define HAVE_SYSLOG_H 1
10869| #define HAVE_ULIMIT_H 1
10870| #define HAVE_SYS_SELECT_H 1
10871| #define HAVE_SYS_FILE_H 1
10872| #define HAVE_SYS_IOCTL_H 1
10873| #define HAVE_SYS_MMAN_H 1
10874| #define HAVE_SYS_PARAM_H 1
10875| #define HAVE_SYS_RANDOM_H 1
10876| #define HAVE_SYS_SOCKET_H 1
10877| #define HAVE_SYS_STAT_H 1
10878| #define HAVE_SYS_TIME_H 1
10879| #define HAVE_SYS_TIMES_H 1
10880| #define HAVE_SYS_TYPES_H 1
10881| #define HAVE_SYS_WAIT_H 1
10882| #define HAVE_NETINET_IN_H 1
10883| #define HAVE_ARPA_INET_H 1
10884| #define HAVE_SYS_RESOURCE_H 1
10885| #define HAVE_ALLOCA_H 1
10886| #define HAVE_ALLOCA 1
10887| #define HAVE_CHOWN 1
10888| #define GETPGRP_VOID 1
10889| #define HAVE_STRCOLL 1
10890| #define HAVE_WAIT3 1
10891| #define HAVE_MKFIFO 1
10892| #define HAVE_DUP2 1
10893| #define HAVE_FCNTL 1
10894| #define HAVE_GETDTABLESIZE 1
10895| #define HAVE_GETENTROPY 1
10896| #define HAVE_GETGROUPS 1
10897| #define HAVE_GETHOSTNAME 1
10898| #define HAVE_GETPAGESIZE 1
10899| #define HAVE_GETPEERNAME 1
10900| #define HAVE_GETRLIMIT 1
10901| #define HAVE_GETRUSAGE 1
10902| #define HAVE_GETTIMEOFDAY 1
10903| #define HAVE_KILL 1
10904| #define HAVE_KILLPG 1
10905| #define HAVE_LSTAT 1
10906| #define HAVE_PSELECT 1
10907| #define HAVE_READLINK 1
10908| #define HAVE_SELECT 1
10909| #define HAVE_SETITIMER 1
10910| #define HAVE_TCGETPGRP 1
10911| #define HAVE_UNAME 1
10912| #define HAVE_ULIMIT 1
10913| #define HAVE_WAITPID 1
10914| #define HAVE_RENAME 1
10915| #define HAVE_BCOPY 1
10916| #define HAVE_BZERO 1
10917| #define HAVE_CONFSTR 1
10918| #define HAVE_FACCESSAT 1
10919| #define HAVE_FNMATCH 1
10920| #define HAVE_GETADDRINFO 1
10921| #define HAVE_GETHOSTBYNAME 1
10922| #define HAVE_GETSERVBYNAME 1
10923| #define HAVE_GETSERVENT 1
10924| #define HAVE_INET_ATON 1
10925| #define HAVE_IMAXDIV 1
10926| #define HAVE_MEMMOVE 1
10927| #define HAVE_PATHCONF 1
10928| #define HAVE_PUTENV 1
10929| #define HAVE_RAISE 1
10930| #define HAVE_RANDOM 1
10931| #define HAVE_REGCOMP 1
10932| #define HAVE_REGEXEC 1
10933| #define HAVE_SETENV 1
10934| #define HAVE_SETLINEBUF 1
10935| #define HAVE_SETLOCALE 1
10936| #define HAVE_SETVBUF 1
10937| #define HAVE_SIGINTERRUPT 1
10938| #define HAVE_STRCHR 1
10939| #define HAVE_SYSCONF 1
10940| #define HAVE_SYSLOG 1
10941| #define HAVE_TCGETATTR 1
10942| #define HAVE_TIMES 1
10943| #define HAVE_TTYNAME 1
10944| #define HAVE_TZSET 1
10945| #define HAVE_UNSETENV 1
10946| #define HAVE_VASPRINTF 1
10947| #define HAVE_ASPRINTF 1
10948| #define HAVE_ISASCII 1
10949| #define HAVE_ISBLANK 1
10950| #define HAVE_ISGRAPH 1
10951| #define HAVE_ISPRINT 1
10952| #define HAVE_ISSPACE 1
10953| #define HAVE_ISXDIGIT 1
10954| #define HAVE_GETPWENT 1
10955| #define HAVE_GETPWNAM 1
10956| #define HAVE_GETPWUID 1
10957| #define HAVE_MKSTEMP 1
10958| #define HAVE_MKDTEMP 1
10959| #define HAVE_ARC4RANDOM 1
10960| #define HAVE_GETCWD 1
10961| #define HAVE_MEMSET 1
10962| #define HAVE_STRCASECMP 1
10963| #define HAVE_STRCASESTR 1
10964| #define HAVE_STRERROR 1
10965| #define HAVE_STRFTIME 1
10966| #define HAVE_STRNLEN 1
10967| #define HAVE_STRPBRK 1
10968| #define HAVE_STRSTR 1
10969| #define HAVE_STRTOD 1
10970| #define HAVE_STRTOL 1
10971| #define HAVE_STRTOUL 1
10972| #define HAVE_STRTOLL 1
10973| #define HAVE_STRTOULL 1
10974| #define HAVE_STRTOUMAX 1
10975| #define HAVE_DPRINTF 1
10976| #define HAVE_STRDUP 1
10977| #define HAVE_DECL_AUDIT_USER_TTY 0
10978| #define HAVE_DECL_CONFSTR 1
10979| #define HAVE_DECL_PRINTF 1
10980| #define HAVE_DECL_SBRK 1
10981| #define HAVE_DECL_SETREGID 1
10982| #define HAVE_DECL_STRCPY 1
10983| #define HAVE_DECL_STRSIGNAL 1
10984| #define HAVE_DECL_STRTOLD 1
10985| #define HAVE_DECL_STRTOL 1
10986| #define HAVE_DECL_STRTOLL 1
10987| #define HAVE_DECL_STRTOUL 1
10988| #define HAVE_DECL_STRTOULL 1
10989| #define HAVE_DECL_STRTOUMAX 1
10990| #define HAVE_ERRNO_H 1
10991| #define HAVE_FCNTL_H 1
10992| #define HAVE_MMAP 1
10993| /* end confdefs.h.  */
10994| /* Define __argz_stringify to an innocuous variant, in case <limits.h> declares __argz_stringify.
10995|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
10996| #define __argz_stringify innocuous___argz_stringify
10997|
10998| /* System header to define __stub macros and hopefully few prototypes,
10999|    which can conflict with char __argz_stringify (); below.  */
11000|
11001| #include <limits.h>
11002| #undef __argz_stringify
11003|
11004| /* Override any GCC internal prototype to avoid an error.
11005|    Use char because int might match the return type of a GCC
11006|    builtin and then its argument prototype would still apply.  */
11007| #ifdef __cplusplus
11008| extern "C"
11009| #endif
11010| char __argz_stringify ();
11011| /* The GNU C library defines this for functions which it implements
11012|     to always fail with ENOSYS.  Some functions are actually named
11013|     something starting with __ and the normal name is an alias.  */
11014| #if defined __stub___argz_stringify || defined __stub_____argz_stringify
11015| choke me
11016| #endif
11017|
11018| int
11019| main (void)
11020| {
11021| return __argz_stringify ();
11022|   ;
11023|   return 0;
11024| }
11025configure:16196: result: no
11026configure:16202: checking for dcgettext
11027configure:16202: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
11028Undefined symbols for architecture x86_64:
11029  "_dcgettext", referenced from:
11030      _main in conftest-70b11d.o
11031ld: symbol(s) not found for architecture x86_64
11032clang: error: linker command failed with exit code 1 (use -v to see invocation)
11033configure:16202: $? = 1
11034configure: failed program was:
11035| /* confdefs.h */
11036| #define PACKAGE_NAME "bash"
11037| #define PACKAGE_TARNAME "bash"
11038| #define PACKAGE_VERSION "5.2-release"
11039| #define PACKAGE_STRING "bash 5.2-release"
11040| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
11041| #define PACKAGE_URL ""
11042| #define ALIAS 1
11043| #define PUSHD_AND_POPD 1
11044| #define RESTRICTED_SHELL 1
11045| #define PROCESS_SUBSTITUTION 1
11046| #define PROMPT_STRING_DECODE 1
11047| #define SELECT_COMMAND 1
11048| #define HELP_BUILTIN 1
11049| #define ARRAY_VARS 1
11050| #define DPAREN_ARITHMETIC 1
11051| #define BRACE_EXPANSION 1
11052| #define COMMAND_TIMING 1
11053| #define EXTENDED_GLOB 1
11054| #define EXTGLOB_DEFAULT 0
11055| #define COND_COMMAND 1
11056| #define COND_REGEXP 1
11057| #define COPROCESS_SUPPORT 1
11058| #define ARITH_FOR_COMMAND 1
11059| #define NETWORK_REDIRECTIONS 1
11060| #define PROGRAMMABLE_COMPLETION 1
11061| #define DEBUGGER 1
11062| #define CASEMOD_ATTRS 1
11063| #define CASEMOD_EXPANSIONS 1
11064| #define GLOBASCII_DEFAULT 1
11065| #define FUNCTION_IMPORT 1
11066| #define TRANSLATABLE_STRINGS 1
11067| #define MEMSCRAMBLE 1
11068| #define HAVE_STDIO_H 1
11069| #define HAVE_STDLIB_H 1
11070| #define HAVE_STRING_H 1
11071| #define HAVE_INTTYPES_H 1
11072| #define HAVE_STDINT_H 1
11073| #define HAVE_STRINGS_H 1
11074| #define HAVE_SYS_STAT_H 1
11075| #define HAVE_SYS_TYPES_H 1
11076| #define HAVE_UNISTD_H 1
11077| #define HAVE_WCHAR_H 1
11078| #define HAVE_SYS_PARAM_H 1
11079| #define HAVE_XLOCALE_H 1
11080| #define HAVE_SYS_TIME_H 1
11081| #define STDC_HEADERS 1
11082| #define _ALL_SOURCE 1
11083| #define _DARWIN_C_SOURCE 1
11084| #define _GNU_SOURCE 1
11085| #define _HPUX_ALT_XOPEN_SOCKET_API 1
11086| #define _NETBSD_SOURCE 1
11087| #define _OPENBSD_SOURCE 1
11088| #define _POSIX_PTHREAD_SEMANTICS 1
11089| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
11090| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
11091| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
11092| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
11093| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
11094| #define __STDC_WANT_LIB_EXT2__ 1
11095| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
11096| #define _TANDEM_SOURCE 1
11097| #define __EXTENSIONS__ 1
11098| #define READLINE 1
11099| #define HISTORY 1
11100| #define BANG_HISTORY 1
11101| #define HAVE_STRINGIZE 1
11102| #define HAVE_LONG_DOUBLE 1
11103| #define PROTOTYPES 1
11104| #define __PROTOTYPES 1
11105| #define restrict __restrict__
11106| #define HAVE_VISIBILITY 1
11107| #define HAVE_STDINT_H_WITH_UINTMAX 1
11108| #define HAVE_ALLOCA_H 1
11109| #define HAVE_ALLOCA 1
11110| #define HAVE_GETPAGESIZE 1
11111| #define HAVE_SYMLINK 1
11112| #define HAVE_USELOCALE 1
11113| #define HAVE_VPRINTF 1
11114| #define HAVE_ALARM 1
11115| #define HAVE_FPURGE 1
11116| #define HAVE_SNPRINTF 1
11117| #define HAVE_VSNPRINTF 1
11118| #define HAVE_MMAP 1
11119| #define INTDIV0_RAISES_SIGFPE 1
11120| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
11121| #define HAVE_UNSIGNED_LONG_LONG_INT 1
11122| #define HAVE_UINTMAX_T 1
11123| #define HAVE_INTTYPES_H 1
11124| #define USE_POSIX_THREADS 1
11125| #define HAVE_PTHREAD_RWLOCK 1
11126| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
11127| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
11128| #define HAVE_ICONV 1
11129| #define ICONV_CONST
11130| #define HAVE_BUILTIN_EXPECT 1
11131| #define HAVE_INTTYPES_H 1
11132| #define HAVE_LIMITS_H 1
11133| #define HAVE_UNISTD_H 1
11134| #define HAVE_SYS_PARAM_H 1
11135| #define HAVE_GETCWD 1
11136| #define HAVE_GETEGID 1
11137| #define HAVE_GETEUID 1
11138| #define HAVE_GETGID 1
11139| #define HAVE_GETUID 1
11140| #define HAVE_MUNMAP 1
11141| #define HAVE_STPCPY 1
11142| #define HAVE_STRCASECMP 1
11143| #define HAVE_STRDUP 1
11144| #define HAVE_STRTOUL 1
11145| #define HAVE_TSEARCH 1
11146| #define HAVE_LOCALECONV 1
11147| #define HAVE_DECL_FEOF_UNLOCKED 1
11148| #define HAVE_DECL_FGETS_UNLOCKED 0
11149| #define HAVE_LONG_LONG_INT 1
11150| #define HAVE_WCHAR_T 1
11151| #define HAVE_WINT_T 1
11152| #define HAVE_INTMAX_T 1
11153| #define HAVE_POSIX_PRINTF 1
11154| #define HAVE_STDINT_H 1
11155| #define HAVE_STDINT_H 1
11156| #define HAVE_WORKING_O_NOATIME 1
11157| #define HAVE_WORKING_O_NOFOLLOW 1
11158| #define HAVE_WORKING_USELOCALE 1
11159| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
11160| #define HAVE_CFLOCALECOPYCURRENT 1
11161| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
11162| #define FLEXIBLE_ARRAY_MEMBER /**/
11163| #define HAVE_STDDEF_H 1
11164| #define HAVE_STDLIB_H 1
11165| #define HAVE_STRING_H 1
11166| #define HAVE_ASPRINTF 1
11167| #define HAVE_FWPRINTF 1
11168| #define HAVE_NEWLOCALE 1
11169| #define HAVE_PUTENV 1
11170| #define HAVE_SETENV 1
11171| #define HAVE_SETLOCALE 1
11172| #define HAVE_SNPRINTF 1
11173| #define HAVE_STRNLEN 1
11174| #define HAVE_USELOCALE 1
11175| #define HAVE_WCSLEN 1
11176| #define HAVE_WCSNLEN 1
11177| #define HAVE_MBRTOWC 1
11178| #define HAVE_WCRTOMB 1
11179| #define HAVE_DECL__SNPRINTF 0
11180| #define HAVE_DECL__SNWPRINTF 0
11181| #define HAVE_DECL_GETC_UNLOCKED 1
11182| #define HAVE_LANGINFO_CODESET 1
11183| #define HAVE_LC_MESSAGES 1
11184| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
11185| #define HAVE_CFLOCALECOPYCURRENT 1
11186| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
11187| #define ENABLE_NLS 1
11188| #define HAVE_GETTEXT 1
11189| #define HAVE_DCGETTEXT 1
11190| #define HAVE_DIRENT_H 1
11191| #define HAVE_INTTYPES_H 1
11192| #define HAVE_UNISTD_H 1
11193| #define HAVE_STDLIB_H 1
11194| #define HAVE_STDARG_H 1
11195| #define HAVE_LIMITS_H 1
11196| #define HAVE_STRING_H 1
11197| #define HAVE_MEMORY_H 1
11198| #define HAVE_LOCALE_H 1
11199| #define HAVE_TERMCAP_H 1
11200| #define HAVE_TERMIOS_H 1
11201| #define HAVE_DLFCN_H 1
11202| #define HAVE_STDBOOL_H 1
11203| #define HAVE_STDDEF_H 1
11204| #define HAVE_STDINT_H 1
11205| #define HAVE_NETDB_H 1
11206| #define HAVE_PWD_H 1
11207| #define HAVE_GRP_H 1
11208| #define HAVE_STRINGS_H 1
11209| #define HAVE_REGEX_H 1
11210| #define HAVE_SYSLOG_H 1
11211| #define HAVE_ULIMIT_H 1
11212| #define HAVE_SYS_SELECT_H 1
11213| #define HAVE_SYS_FILE_H 1
11214| #define HAVE_SYS_IOCTL_H 1
11215| #define HAVE_SYS_MMAN_H 1
11216| #define HAVE_SYS_PARAM_H 1
11217| #define HAVE_SYS_RANDOM_H 1
11218| #define HAVE_SYS_SOCKET_H 1
11219| #define HAVE_SYS_STAT_H 1
11220| #define HAVE_SYS_TIME_H 1
11221| #define HAVE_SYS_TIMES_H 1
11222| #define HAVE_SYS_TYPES_H 1
11223| #define HAVE_SYS_WAIT_H 1
11224| #define HAVE_NETINET_IN_H 1
11225| #define HAVE_ARPA_INET_H 1
11226| #define HAVE_SYS_RESOURCE_H 1
11227| #define HAVE_ALLOCA_H 1
11228| #define HAVE_ALLOCA 1
11229| #define HAVE_CHOWN 1
11230| #define GETPGRP_VOID 1
11231| #define HAVE_STRCOLL 1
11232| #define HAVE_WAIT3 1
11233| #define HAVE_MKFIFO 1
11234| #define HAVE_DUP2 1
11235| #define HAVE_FCNTL 1
11236| #define HAVE_GETDTABLESIZE 1
11237| #define HAVE_GETENTROPY 1
11238| #define HAVE_GETGROUPS 1
11239| #define HAVE_GETHOSTNAME 1
11240| #define HAVE_GETPAGESIZE 1
11241| #define HAVE_GETPEERNAME 1
11242| #define HAVE_GETRLIMIT 1
11243| #define HAVE_GETRUSAGE 1
11244| #define HAVE_GETTIMEOFDAY 1
11245| #define HAVE_KILL 1
11246| #define HAVE_KILLPG 1
11247| #define HAVE_LSTAT 1
11248| #define HAVE_PSELECT 1
11249| #define HAVE_READLINK 1
11250| #define HAVE_SELECT 1
11251| #define HAVE_SETITIMER 1
11252| #define HAVE_TCGETPGRP 1
11253| #define HAVE_UNAME 1
11254| #define HAVE_ULIMIT 1
11255| #define HAVE_WAITPID 1
11256| #define HAVE_RENAME 1
11257| #define HAVE_BCOPY 1
11258| #define HAVE_BZERO 1
11259| #define HAVE_CONFSTR 1
11260| #define HAVE_FACCESSAT 1
11261| #define HAVE_FNMATCH 1
11262| #define HAVE_GETADDRINFO 1
11263| #define HAVE_GETHOSTBYNAME 1
11264| #define HAVE_GETSERVBYNAME 1
11265| #define HAVE_GETSERVENT 1
11266| #define HAVE_INET_ATON 1
11267| #define HAVE_IMAXDIV 1
11268| #define HAVE_MEMMOVE 1
11269| #define HAVE_PATHCONF 1
11270| #define HAVE_PUTENV 1
11271| #define HAVE_RAISE 1
11272| #define HAVE_RANDOM 1
11273| #define HAVE_REGCOMP 1
11274| #define HAVE_REGEXEC 1
11275| #define HAVE_SETENV 1
11276| #define HAVE_SETLINEBUF 1
11277| #define HAVE_SETLOCALE 1
11278| #define HAVE_SETVBUF 1
11279| #define HAVE_SIGINTERRUPT 1
11280| #define HAVE_STRCHR 1
11281| #define HAVE_SYSCONF 1
11282| #define HAVE_SYSLOG 1
11283| #define HAVE_TCGETATTR 1
11284| #define HAVE_TIMES 1
11285| #define HAVE_TTYNAME 1
11286| #define HAVE_TZSET 1
11287| #define HAVE_UNSETENV 1
11288| #define HAVE_VASPRINTF 1
11289| #define HAVE_ASPRINTF 1
11290| #define HAVE_ISASCII 1
11291| #define HAVE_ISBLANK 1
11292| #define HAVE_ISGRAPH 1
11293| #define HAVE_ISPRINT 1
11294| #define HAVE_ISSPACE 1
11295| #define HAVE_ISXDIGIT 1
11296| #define HAVE_GETPWENT 1
11297| #define HAVE_GETPWNAM 1
11298| #define HAVE_GETPWUID 1
11299| #define HAVE_MKSTEMP 1
11300| #define HAVE_MKDTEMP 1
11301| #define HAVE_ARC4RANDOM 1
11302| #define HAVE_GETCWD 1
11303| #define HAVE_MEMSET 1
11304| #define HAVE_STRCASECMP 1
11305| #define HAVE_STRCASESTR 1
11306| #define HAVE_STRERROR 1
11307| #define HAVE_STRFTIME 1
11308| #define HAVE_STRNLEN 1
11309| #define HAVE_STRPBRK 1
11310| #define HAVE_STRSTR 1
11311| #define HAVE_STRTOD 1
11312| #define HAVE_STRTOL 1
11313| #define HAVE_STRTOUL 1
11314| #define HAVE_STRTOLL 1
11315| #define HAVE_STRTOULL 1
11316| #define HAVE_STRTOUMAX 1
11317| #define HAVE_DPRINTF 1
11318| #define HAVE_STRDUP 1
11319| #define HAVE_DECL_AUDIT_USER_TTY 0
11320| #define HAVE_DECL_CONFSTR 1
11321| #define HAVE_DECL_PRINTF 1
11322| #define HAVE_DECL_SBRK 1
11323| #define HAVE_DECL_SETREGID 1
11324| #define HAVE_DECL_STRCPY 1
11325| #define HAVE_DECL_STRSIGNAL 1
11326| #define HAVE_DECL_STRTOLD 1
11327| #define HAVE_DECL_STRTOL 1
11328| #define HAVE_DECL_STRTOLL 1
11329| #define HAVE_DECL_STRTOUL 1
11330| #define HAVE_DECL_STRTOULL 1
11331| #define HAVE_DECL_STRTOUMAX 1
11332| #define HAVE_ERRNO_H 1
11333| #define HAVE_FCNTL_H 1
11334| #define HAVE_MMAP 1
11335| /* end confdefs.h.  */
11336| /* Define dcgettext to an innocuous variant, in case <limits.h> declares dcgettext.
11337|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11338| #define dcgettext innocuous_dcgettext
11339|
11340| /* System header to define __stub macros and hopefully few prototypes,
11341|    which can conflict with char dcgettext (); below.  */
11342|
11343| #include <limits.h>
11344| #undef dcgettext
11345|
11346| /* Override any GCC internal prototype to avoid an error.
11347|    Use char because int might match the return type of a GCC
11348|    builtin and then its argument prototype would still apply.  */
11349| #ifdef __cplusplus
11350| extern "C"
11351| #endif
11352| char dcgettext ();
11353| /* The GNU C library defines this for functions which it implements
11354|     to always fail with ENOSYS.  Some functions are actually named
11355|     something starting with __ and the normal name is an alias.  */
11356| #if defined __stub_dcgettext || defined __stub___dcgettext
11357| choke me
11358| #endif
11359|
11360| int
11361| main (void)
11362| {
11363| return dcgettext ();
11364|   ;
11365|   return 0;
11366| }
11367configure:16202: result: no
11368configure:16208: checking for mempcpy
11369configure:16208: result: no
11370configure:16214: checking for munmap
11371configure:16214: result: yes
11372configure:16220: checking for mremap
11373configure:16220: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
11374Undefined symbols for architecture x86_64:
11375  "_mremap", referenced from:
11376      _main in conftest-0e3e0d.o
11377ld: symbol(s) not found for architecture x86_64
11378clang: error: linker command failed with exit code 1 (use -v to see invocation)
11379configure:16220: $? = 1
11380configure: failed program was:
11381| /* confdefs.h */
11382| #define PACKAGE_NAME "bash"
11383| #define PACKAGE_TARNAME "bash"
11384| #define PACKAGE_VERSION "5.2-release"
11385| #define PACKAGE_STRING "bash 5.2-release"
11386| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
11387| #define PACKAGE_URL ""
11388| #define ALIAS 1
11389| #define PUSHD_AND_POPD 1
11390| #define RESTRICTED_SHELL 1
11391| #define PROCESS_SUBSTITUTION 1
11392| #define PROMPT_STRING_DECODE 1
11393| #define SELECT_COMMAND 1
11394| #define HELP_BUILTIN 1
11395| #define ARRAY_VARS 1
11396| #define DPAREN_ARITHMETIC 1
11397| #define BRACE_EXPANSION 1
11398| #define COMMAND_TIMING 1
11399| #define EXTENDED_GLOB 1
11400| #define EXTGLOB_DEFAULT 0
11401| #define COND_COMMAND 1
11402| #define COND_REGEXP 1
11403| #define COPROCESS_SUPPORT 1
11404| #define ARITH_FOR_COMMAND 1
11405| #define NETWORK_REDIRECTIONS 1
11406| #define PROGRAMMABLE_COMPLETION 1
11407| #define DEBUGGER 1
11408| #define CASEMOD_ATTRS 1
11409| #define CASEMOD_EXPANSIONS 1
11410| #define GLOBASCII_DEFAULT 1
11411| #define FUNCTION_IMPORT 1
11412| #define TRANSLATABLE_STRINGS 1
11413| #define MEMSCRAMBLE 1
11414| #define HAVE_STDIO_H 1
11415| #define HAVE_STDLIB_H 1
11416| #define HAVE_STRING_H 1
11417| #define HAVE_INTTYPES_H 1
11418| #define HAVE_STDINT_H 1
11419| #define HAVE_STRINGS_H 1
11420| #define HAVE_SYS_STAT_H 1
11421| #define HAVE_SYS_TYPES_H 1
11422| #define HAVE_UNISTD_H 1
11423| #define HAVE_WCHAR_H 1
11424| #define HAVE_SYS_PARAM_H 1
11425| #define HAVE_XLOCALE_H 1
11426| #define HAVE_SYS_TIME_H 1
11427| #define STDC_HEADERS 1
11428| #define _ALL_SOURCE 1
11429| #define _DARWIN_C_SOURCE 1
11430| #define _GNU_SOURCE 1
11431| #define _HPUX_ALT_XOPEN_SOCKET_API 1
11432| #define _NETBSD_SOURCE 1
11433| #define _OPENBSD_SOURCE 1
11434| #define _POSIX_PTHREAD_SEMANTICS 1
11435| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
11436| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
11437| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
11438| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
11439| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
11440| #define __STDC_WANT_LIB_EXT2__ 1
11441| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
11442| #define _TANDEM_SOURCE 1
11443| #define __EXTENSIONS__ 1
11444| #define READLINE 1
11445| #define HISTORY 1
11446| #define BANG_HISTORY 1
11447| #define HAVE_STRINGIZE 1
11448| #define HAVE_LONG_DOUBLE 1
11449| #define PROTOTYPES 1
11450| #define __PROTOTYPES 1
11451| #define restrict __restrict__
11452| #define HAVE_VISIBILITY 1
11453| #define HAVE_STDINT_H_WITH_UINTMAX 1
11454| #define HAVE_ALLOCA_H 1
11455| #define HAVE_ALLOCA 1
11456| #define HAVE_GETPAGESIZE 1
11457| #define HAVE_SYMLINK 1
11458| #define HAVE_USELOCALE 1
11459| #define HAVE_VPRINTF 1
11460| #define HAVE_ALARM 1
11461| #define HAVE_FPURGE 1
11462| #define HAVE_SNPRINTF 1
11463| #define HAVE_VSNPRINTF 1
11464| #define HAVE_MMAP 1
11465| #define INTDIV0_RAISES_SIGFPE 1
11466| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
11467| #define HAVE_UNSIGNED_LONG_LONG_INT 1
11468| #define HAVE_UINTMAX_T 1
11469| #define HAVE_INTTYPES_H 1
11470| #define USE_POSIX_THREADS 1
11471| #define HAVE_PTHREAD_RWLOCK 1
11472| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
11473| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
11474| #define HAVE_ICONV 1
11475| #define ICONV_CONST
11476| #define HAVE_BUILTIN_EXPECT 1
11477| #define HAVE_INTTYPES_H 1
11478| #define HAVE_LIMITS_H 1
11479| #define HAVE_UNISTD_H 1
11480| #define HAVE_SYS_PARAM_H 1
11481| #define HAVE_GETCWD 1
11482| #define HAVE_GETEGID 1
11483| #define HAVE_GETEUID 1
11484| #define HAVE_GETGID 1
11485| #define HAVE_GETUID 1
11486| #define HAVE_MUNMAP 1
11487| #define HAVE_STPCPY 1
11488| #define HAVE_STRCASECMP 1
11489| #define HAVE_STRDUP 1
11490| #define HAVE_STRTOUL 1
11491| #define HAVE_TSEARCH 1
11492| #define HAVE_LOCALECONV 1
11493| #define HAVE_DECL_FEOF_UNLOCKED 1
11494| #define HAVE_DECL_FGETS_UNLOCKED 0
11495| #define HAVE_LONG_LONG_INT 1
11496| #define HAVE_WCHAR_T 1
11497| #define HAVE_WINT_T 1
11498| #define HAVE_INTMAX_T 1
11499| #define HAVE_POSIX_PRINTF 1
11500| #define HAVE_STDINT_H 1
11501| #define HAVE_STDINT_H 1
11502| #define HAVE_WORKING_O_NOATIME 1
11503| #define HAVE_WORKING_O_NOFOLLOW 1
11504| #define HAVE_WORKING_USELOCALE 1
11505| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
11506| #define HAVE_CFLOCALECOPYCURRENT 1
11507| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
11508| #define FLEXIBLE_ARRAY_MEMBER /**/
11509| #define HAVE_STDDEF_H 1
11510| #define HAVE_STDLIB_H 1
11511| #define HAVE_STRING_H 1
11512| #define HAVE_ASPRINTF 1
11513| #define HAVE_FWPRINTF 1
11514| #define HAVE_NEWLOCALE 1
11515| #define HAVE_PUTENV 1
11516| #define HAVE_SETENV 1
11517| #define HAVE_SETLOCALE 1
11518| #define HAVE_SNPRINTF 1
11519| #define HAVE_STRNLEN 1
11520| #define HAVE_USELOCALE 1
11521| #define HAVE_WCSLEN 1
11522| #define HAVE_WCSNLEN 1
11523| #define HAVE_MBRTOWC 1
11524| #define HAVE_WCRTOMB 1
11525| #define HAVE_DECL__SNPRINTF 0
11526| #define HAVE_DECL__SNWPRINTF 0
11527| #define HAVE_DECL_GETC_UNLOCKED 1
11528| #define HAVE_LANGINFO_CODESET 1
11529| #define HAVE_LC_MESSAGES 1
11530| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
11531| #define HAVE_CFLOCALECOPYCURRENT 1
11532| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
11533| #define ENABLE_NLS 1
11534| #define HAVE_GETTEXT 1
11535| #define HAVE_DCGETTEXT 1
11536| #define HAVE_DIRENT_H 1
11537| #define HAVE_INTTYPES_H 1
11538| #define HAVE_UNISTD_H 1
11539| #define HAVE_STDLIB_H 1
11540| #define HAVE_STDARG_H 1
11541| #define HAVE_LIMITS_H 1
11542| #define HAVE_STRING_H 1
11543| #define HAVE_MEMORY_H 1
11544| #define HAVE_LOCALE_H 1
11545| #define HAVE_TERMCAP_H 1
11546| #define HAVE_TERMIOS_H 1
11547| #define HAVE_DLFCN_H 1
11548| #define HAVE_STDBOOL_H 1
11549| #define HAVE_STDDEF_H 1
11550| #define HAVE_STDINT_H 1
11551| #define HAVE_NETDB_H 1
11552| #define HAVE_PWD_H 1
11553| #define HAVE_GRP_H 1
11554| #define HAVE_STRINGS_H 1
11555| #define HAVE_REGEX_H 1
11556| #define HAVE_SYSLOG_H 1
11557| #define HAVE_ULIMIT_H 1
11558| #define HAVE_SYS_SELECT_H 1
11559| #define HAVE_SYS_FILE_H 1
11560| #define HAVE_SYS_IOCTL_H 1
11561| #define HAVE_SYS_MMAN_H 1
11562| #define HAVE_SYS_PARAM_H 1
11563| #define HAVE_SYS_RANDOM_H 1
11564| #define HAVE_SYS_SOCKET_H 1
11565| #define HAVE_SYS_STAT_H 1
11566| #define HAVE_SYS_TIME_H 1
11567| #define HAVE_SYS_TIMES_H 1
11568| #define HAVE_SYS_TYPES_H 1
11569| #define HAVE_SYS_WAIT_H 1
11570| #define HAVE_NETINET_IN_H 1
11571| #define HAVE_ARPA_INET_H 1
11572| #define HAVE_SYS_RESOURCE_H 1
11573| #define HAVE_ALLOCA_H 1
11574| #define HAVE_ALLOCA 1
11575| #define HAVE_CHOWN 1
11576| #define GETPGRP_VOID 1
11577| #define HAVE_STRCOLL 1
11578| #define HAVE_WAIT3 1
11579| #define HAVE_MKFIFO 1
11580| #define HAVE_DUP2 1
11581| #define HAVE_FCNTL 1
11582| #define HAVE_GETDTABLESIZE 1
11583| #define HAVE_GETENTROPY 1
11584| #define HAVE_GETGROUPS 1
11585| #define HAVE_GETHOSTNAME 1
11586| #define HAVE_GETPAGESIZE 1
11587| #define HAVE_GETPEERNAME 1
11588| #define HAVE_GETRLIMIT 1
11589| #define HAVE_GETRUSAGE 1
11590| #define HAVE_GETTIMEOFDAY 1
11591| #define HAVE_KILL 1
11592| #define HAVE_KILLPG 1
11593| #define HAVE_LSTAT 1
11594| #define HAVE_PSELECT 1
11595| #define HAVE_READLINK 1
11596| #define HAVE_SELECT 1
11597| #define HAVE_SETITIMER 1
11598| #define HAVE_TCGETPGRP 1
11599| #define HAVE_UNAME 1
11600| #define HAVE_ULIMIT 1
11601| #define HAVE_WAITPID 1
11602| #define HAVE_RENAME 1
11603| #define HAVE_BCOPY 1
11604| #define HAVE_BZERO 1
11605| #define HAVE_CONFSTR 1
11606| #define HAVE_FACCESSAT 1
11607| #define HAVE_FNMATCH 1
11608| #define HAVE_GETADDRINFO 1
11609| #define HAVE_GETHOSTBYNAME 1
11610| #define HAVE_GETSERVBYNAME 1
11611| #define HAVE_GETSERVENT 1
11612| #define HAVE_INET_ATON 1
11613| #define HAVE_IMAXDIV 1
11614| #define HAVE_MEMMOVE 1
11615| #define HAVE_PATHCONF 1
11616| #define HAVE_PUTENV 1
11617| #define HAVE_RAISE 1
11618| #define HAVE_RANDOM 1
11619| #define HAVE_REGCOMP 1
11620| #define HAVE_REGEXEC 1
11621| #define HAVE_SETENV 1
11622| #define HAVE_SETLINEBUF 1
11623| #define HAVE_SETLOCALE 1
11624| #define HAVE_SETVBUF 1
11625| #define HAVE_SIGINTERRUPT 1
11626| #define HAVE_STRCHR 1
11627| #define HAVE_SYSCONF 1
11628| #define HAVE_SYSLOG 1
11629| #define HAVE_TCGETATTR 1
11630| #define HAVE_TIMES 1
11631| #define HAVE_TTYNAME 1
11632| #define HAVE_TZSET 1
11633| #define HAVE_UNSETENV 1
11634| #define HAVE_VASPRINTF 1
11635| #define HAVE_ASPRINTF 1
11636| #define HAVE_ISASCII 1
11637| #define HAVE_ISBLANK 1
11638| #define HAVE_ISGRAPH 1
11639| #define HAVE_ISPRINT 1
11640| #define HAVE_ISSPACE 1
11641| #define HAVE_ISXDIGIT 1
11642| #define HAVE_GETPWENT 1
11643| #define HAVE_GETPWNAM 1
11644| #define HAVE_GETPWUID 1
11645| #define HAVE_MKSTEMP 1
11646| #define HAVE_MKDTEMP 1
11647| #define HAVE_ARC4RANDOM 1
11648| #define HAVE_GETCWD 1
11649| #define HAVE_MEMSET 1
11650| #define HAVE_STRCASECMP 1
11651| #define HAVE_STRCASESTR 1
11652| #define HAVE_STRERROR 1
11653| #define HAVE_STRFTIME 1
11654| #define HAVE_STRNLEN 1
11655| #define HAVE_STRPBRK 1
11656| #define HAVE_STRSTR 1
11657| #define HAVE_STRTOD 1
11658| #define HAVE_STRTOL 1
11659| #define HAVE_STRTOUL 1
11660| #define HAVE_STRTOLL 1
11661| #define HAVE_STRTOULL 1
11662| #define HAVE_STRTOUMAX 1
11663| #define HAVE_DPRINTF 1
11664| #define HAVE_STRDUP 1
11665| #define HAVE_DECL_AUDIT_USER_TTY 0
11666| #define HAVE_DECL_CONFSTR 1
11667| #define HAVE_DECL_PRINTF 1
11668| #define HAVE_DECL_SBRK 1
11669| #define HAVE_DECL_SETREGID 1
11670| #define HAVE_DECL_STRCPY 1
11671| #define HAVE_DECL_STRSIGNAL 1
11672| #define HAVE_DECL_STRTOLD 1
11673| #define HAVE_DECL_STRTOL 1
11674| #define HAVE_DECL_STRTOLL 1
11675| #define HAVE_DECL_STRTOUL 1
11676| #define HAVE_DECL_STRTOULL 1
11677| #define HAVE_DECL_STRTOUMAX 1
11678| #define HAVE_ERRNO_H 1
11679| #define HAVE_FCNTL_H 1
11680| #define HAVE_MMAP 1
11681| #define HAVE_MUNMAP 1
11682| /* end confdefs.h.  */
11683| /* Define mremap to an innocuous variant, in case <limits.h> declares mremap.
11684|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11685| #define mremap innocuous_mremap
11686|
11687| /* System header to define __stub macros and hopefully few prototypes,
11688|    which can conflict with char mremap (); below.  */
11689|
11690| #include <limits.h>
11691| #undef mremap
11692|
11693| /* Override any GCC internal prototype to avoid an error.
11694|    Use char because int might match the return type of a GCC
11695|    builtin and then its argument prototype would still apply.  */
11696| #ifdef __cplusplus
11697| extern "C"
11698| #endif
11699| char mremap ();
11700| /* The GNU C library defines this for functions which it implements
11701|     to always fail with ENOSYS.  Some functions are actually named
11702|     something starting with __ and the normal name is an alias.  */
11703| #if defined __stub_mremap || defined __stub___mremap
11704| choke me
11705| #endif
11706|
11707| int
11708| main (void)
11709| {
11710| return mremap ();
11711|   ;
11712|   return 0;
11713| }
11714configure:16220: result: no
11715configure:16226: checking for stpcpy
11716configure:16226: result: yes
11717configure:16232: checking for strcspn
11718configure:16232: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
11719conftest.c:320:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
11720char strcspn ();
11721     ^
11722conftest.c:320:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
117231 warning generated.
11724configure:16232: $? = 0
11725configure:16232: result: yes
11726configure:16252: checking for wctype.h
11727configure:16252: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
11728configure:16252: $? = 0
11729configure:16252: result: yes
11730configure:16259: checking for wchar.h
11731configure:16259: result: yes
11732configure:16266: checking for langinfo.h
11733configure:16266: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
11734configure:16266: $? = 0
11735configure:16266: result: yes
11736configure:16274: checking for mbstr.h
11737configure:16274: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
11738conftest.c:336:10: fatal error: 'mbstr.h' file not found
11739#include <mbstr.h>
11740         ^~~~~~~~~
117411 error generated.
11742configure:16274: $? = 1
11743configure: failed program was:
11744| /* confdefs.h */
11745| #define PACKAGE_NAME "bash"
11746| #define PACKAGE_TARNAME "bash"
11747| #define PACKAGE_VERSION "5.2-release"
11748| #define PACKAGE_STRING "bash 5.2-release"
11749| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
11750| #define PACKAGE_URL ""
11751| #define ALIAS 1
11752| #define PUSHD_AND_POPD 1
11753| #define RESTRICTED_SHELL 1
11754| #define PROCESS_SUBSTITUTION 1
11755| #define PROMPT_STRING_DECODE 1
11756| #define SELECT_COMMAND 1
11757| #define HELP_BUILTIN 1
11758| #define ARRAY_VARS 1
11759| #define DPAREN_ARITHMETIC 1
11760| #define BRACE_EXPANSION 1
11761| #define COMMAND_TIMING 1
11762| #define EXTENDED_GLOB 1
11763| #define EXTGLOB_DEFAULT 0
11764| #define COND_COMMAND 1
11765| #define COND_REGEXP 1
11766| #define COPROCESS_SUPPORT 1
11767| #define ARITH_FOR_COMMAND 1
11768| #define NETWORK_REDIRECTIONS 1
11769| #define PROGRAMMABLE_COMPLETION 1
11770| #define DEBUGGER 1
11771| #define CASEMOD_ATTRS 1
11772| #define CASEMOD_EXPANSIONS 1
11773| #define GLOBASCII_DEFAULT 1
11774| #define FUNCTION_IMPORT 1
11775| #define TRANSLATABLE_STRINGS 1
11776| #define MEMSCRAMBLE 1
11777| #define HAVE_STDIO_H 1
11778| #define HAVE_STDLIB_H 1
11779| #define HAVE_STRING_H 1
11780| #define HAVE_INTTYPES_H 1
11781| #define HAVE_STDINT_H 1
11782| #define HAVE_STRINGS_H 1
11783| #define HAVE_SYS_STAT_H 1
11784| #define HAVE_SYS_TYPES_H 1
11785| #define HAVE_UNISTD_H 1
11786| #define HAVE_WCHAR_H 1
11787| #define HAVE_SYS_PARAM_H 1
11788| #define HAVE_XLOCALE_H 1
11789| #define HAVE_SYS_TIME_H 1
11790| #define STDC_HEADERS 1
11791| #define _ALL_SOURCE 1
11792| #define _DARWIN_C_SOURCE 1
11793| #define _GNU_SOURCE 1
11794| #define _HPUX_ALT_XOPEN_SOCKET_API 1
11795| #define _NETBSD_SOURCE 1
11796| #define _OPENBSD_SOURCE 1
11797| #define _POSIX_PTHREAD_SEMANTICS 1
11798| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
11799| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
11800| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
11801| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
11802| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
11803| #define __STDC_WANT_LIB_EXT2__ 1
11804| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
11805| #define _TANDEM_SOURCE 1
11806| #define __EXTENSIONS__ 1
11807| #define READLINE 1
11808| #define HISTORY 1
11809| #define BANG_HISTORY 1
11810| #define HAVE_STRINGIZE 1
11811| #define HAVE_LONG_DOUBLE 1
11812| #define PROTOTYPES 1
11813| #define __PROTOTYPES 1
11814| #define restrict __restrict__
11815| #define HAVE_VISIBILITY 1
11816| #define HAVE_STDINT_H_WITH_UINTMAX 1
11817| #define HAVE_ALLOCA_H 1
11818| #define HAVE_ALLOCA 1
11819| #define HAVE_GETPAGESIZE 1
11820| #define HAVE_SYMLINK 1
11821| #define HAVE_USELOCALE 1
11822| #define HAVE_VPRINTF 1
11823| #define HAVE_ALARM 1
11824| #define HAVE_FPURGE 1
11825| #define HAVE_SNPRINTF 1
11826| #define HAVE_VSNPRINTF 1
11827| #define HAVE_MMAP 1
11828| #define INTDIV0_RAISES_SIGFPE 1
11829| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
11830| #define HAVE_UNSIGNED_LONG_LONG_INT 1
11831| #define HAVE_UINTMAX_T 1
11832| #define HAVE_INTTYPES_H 1
11833| #define USE_POSIX_THREADS 1
11834| #define HAVE_PTHREAD_RWLOCK 1
11835| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
11836| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
11837| #define HAVE_ICONV 1
11838| #define ICONV_CONST
11839| #define HAVE_BUILTIN_EXPECT 1
11840| #define HAVE_INTTYPES_H 1
11841| #define HAVE_LIMITS_H 1
11842| #define HAVE_UNISTD_H 1
11843| #define HAVE_SYS_PARAM_H 1
11844| #define HAVE_GETCWD 1
11845| #define HAVE_GETEGID 1
11846| #define HAVE_GETEUID 1
11847| #define HAVE_GETGID 1
11848| #define HAVE_GETUID 1
11849| #define HAVE_MUNMAP 1
11850| #define HAVE_STPCPY 1
11851| #define HAVE_STRCASECMP 1
11852| #define HAVE_STRDUP 1
11853| #define HAVE_STRTOUL 1
11854| #define HAVE_TSEARCH 1
11855| #define HAVE_LOCALECONV 1
11856| #define HAVE_DECL_FEOF_UNLOCKED 1
11857| #define HAVE_DECL_FGETS_UNLOCKED 0
11858| #define HAVE_LONG_LONG_INT 1
11859| #define HAVE_WCHAR_T 1
11860| #define HAVE_WINT_T 1
11861| #define HAVE_INTMAX_T 1
11862| #define HAVE_POSIX_PRINTF 1
11863| #define HAVE_STDINT_H 1
11864| #define HAVE_STDINT_H 1
11865| #define HAVE_WORKING_O_NOATIME 1
11866| #define HAVE_WORKING_O_NOFOLLOW 1
11867| #define HAVE_WORKING_USELOCALE 1
11868| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
11869| #define HAVE_CFLOCALECOPYCURRENT 1
11870| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
11871| #define FLEXIBLE_ARRAY_MEMBER /**/
11872| #define HAVE_STDDEF_H 1
11873| #define HAVE_STDLIB_H 1
11874| #define HAVE_STRING_H 1
11875| #define HAVE_ASPRINTF 1
11876| #define HAVE_FWPRINTF 1
11877| #define HAVE_NEWLOCALE 1
11878| #define HAVE_PUTENV 1
11879| #define HAVE_SETENV 1
11880| #define HAVE_SETLOCALE 1
11881| #define HAVE_SNPRINTF 1
11882| #define HAVE_STRNLEN 1
11883| #define HAVE_USELOCALE 1
11884| #define HAVE_WCSLEN 1
11885| #define HAVE_WCSNLEN 1
11886| #define HAVE_MBRTOWC 1
11887| #define HAVE_WCRTOMB 1
11888| #define HAVE_DECL__SNPRINTF 0
11889| #define HAVE_DECL__SNWPRINTF 0
11890| #define HAVE_DECL_GETC_UNLOCKED 1
11891| #define HAVE_LANGINFO_CODESET 1
11892| #define HAVE_LC_MESSAGES 1
11893| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
11894| #define HAVE_CFLOCALECOPYCURRENT 1
11895| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
11896| #define ENABLE_NLS 1
11897| #define HAVE_GETTEXT 1
11898| #define HAVE_DCGETTEXT 1
11899| #define HAVE_DIRENT_H 1
11900| #define HAVE_INTTYPES_H 1
11901| #define HAVE_UNISTD_H 1
11902| #define HAVE_STDLIB_H 1
11903| #define HAVE_STDARG_H 1
11904| #define HAVE_LIMITS_H 1
11905| #define HAVE_STRING_H 1
11906| #define HAVE_MEMORY_H 1
11907| #define HAVE_LOCALE_H 1
11908| #define HAVE_TERMCAP_H 1
11909| #define HAVE_TERMIOS_H 1
11910| #define HAVE_DLFCN_H 1
11911| #define HAVE_STDBOOL_H 1
11912| #define HAVE_STDDEF_H 1
11913| #define HAVE_STDINT_H 1
11914| #define HAVE_NETDB_H 1
11915| #define HAVE_PWD_H 1
11916| #define HAVE_GRP_H 1
11917| #define HAVE_STRINGS_H 1
11918| #define HAVE_REGEX_H 1
11919| #define HAVE_SYSLOG_H 1
11920| #define HAVE_ULIMIT_H 1
11921| #define HAVE_SYS_SELECT_H 1
11922| #define HAVE_SYS_FILE_H 1
11923| #define HAVE_SYS_IOCTL_H 1
11924| #define HAVE_SYS_MMAN_H 1
11925| #define HAVE_SYS_PARAM_H 1
11926| #define HAVE_SYS_RANDOM_H 1
11927| #define HAVE_SYS_SOCKET_H 1
11928| #define HAVE_SYS_STAT_H 1
11929| #define HAVE_SYS_TIME_H 1
11930| #define HAVE_SYS_TIMES_H 1
11931| #define HAVE_SYS_TYPES_H 1
11932| #define HAVE_SYS_WAIT_H 1
11933| #define HAVE_NETINET_IN_H 1
11934| #define HAVE_ARPA_INET_H 1
11935| #define HAVE_SYS_RESOURCE_H 1
11936| #define HAVE_ALLOCA_H 1
11937| #define HAVE_ALLOCA 1
11938| #define HAVE_CHOWN 1
11939| #define GETPGRP_VOID 1
11940| #define HAVE_STRCOLL 1
11941| #define HAVE_WAIT3 1
11942| #define HAVE_MKFIFO 1
11943| #define HAVE_DUP2 1
11944| #define HAVE_FCNTL 1
11945| #define HAVE_GETDTABLESIZE 1
11946| #define HAVE_GETENTROPY 1
11947| #define HAVE_GETGROUPS 1
11948| #define HAVE_GETHOSTNAME 1
11949| #define HAVE_GETPAGESIZE 1
11950| #define HAVE_GETPEERNAME 1
11951| #define HAVE_GETRLIMIT 1
11952| #define HAVE_GETRUSAGE 1
11953| #define HAVE_GETTIMEOFDAY 1
11954| #define HAVE_KILL 1
11955| #define HAVE_KILLPG 1
11956| #define HAVE_LSTAT 1
11957| #define HAVE_PSELECT 1
11958| #define HAVE_READLINK 1
11959| #define HAVE_SELECT 1
11960| #define HAVE_SETITIMER 1
11961| #define HAVE_TCGETPGRP 1
11962| #define HAVE_UNAME 1
11963| #define HAVE_ULIMIT 1
11964| #define HAVE_WAITPID 1
11965| #define HAVE_RENAME 1
11966| #define HAVE_BCOPY 1
11967| #define HAVE_BZERO 1
11968| #define HAVE_CONFSTR 1
11969| #define HAVE_FACCESSAT 1
11970| #define HAVE_FNMATCH 1
11971| #define HAVE_GETADDRINFO 1
11972| #define HAVE_GETHOSTBYNAME 1
11973| #define HAVE_GETSERVBYNAME 1
11974| #define HAVE_GETSERVENT 1
11975| #define HAVE_INET_ATON 1
11976| #define HAVE_IMAXDIV 1
11977| #define HAVE_MEMMOVE 1
11978| #define HAVE_PATHCONF 1
11979| #define HAVE_PUTENV 1
11980| #define HAVE_RAISE 1
11981| #define HAVE_RANDOM 1
11982| #define HAVE_REGCOMP 1
11983| #define HAVE_REGEXEC 1
11984| #define HAVE_SETENV 1
11985| #define HAVE_SETLINEBUF 1
11986| #define HAVE_SETLOCALE 1
11987| #define HAVE_SETVBUF 1
11988| #define HAVE_SIGINTERRUPT 1
11989| #define HAVE_STRCHR 1
11990| #define HAVE_SYSCONF 1
11991| #define HAVE_SYSLOG 1
11992| #define HAVE_TCGETATTR 1
11993| #define HAVE_TIMES 1
11994| #define HAVE_TTYNAME 1
11995| #define HAVE_TZSET 1
11996| #define HAVE_UNSETENV 1
11997| #define HAVE_VASPRINTF 1
11998| #define HAVE_ASPRINTF 1
11999| #define HAVE_ISASCII 1
12000| #define HAVE_ISBLANK 1
12001| #define HAVE_ISGRAPH 1
12002| #define HAVE_ISPRINT 1
12003| #define HAVE_ISSPACE 1
12004| #define HAVE_ISXDIGIT 1
12005| #define HAVE_GETPWENT 1
12006| #define HAVE_GETPWNAM 1
12007| #define HAVE_GETPWUID 1
12008| #define HAVE_MKSTEMP 1
12009| #define HAVE_MKDTEMP 1
12010| #define HAVE_ARC4RANDOM 1
12011| #define HAVE_GETCWD 1
12012| #define HAVE_MEMSET 1
12013| #define HAVE_STRCASECMP 1
12014| #define HAVE_STRCASESTR 1
12015| #define HAVE_STRERROR 1
12016| #define HAVE_STRFTIME 1
12017| #define HAVE_STRNLEN 1
12018| #define HAVE_STRPBRK 1
12019| #define HAVE_STRSTR 1
12020| #define HAVE_STRTOD 1
12021| #define HAVE_STRTOL 1
12022| #define HAVE_STRTOUL 1
12023| #define HAVE_STRTOLL 1
12024| #define HAVE_STRTOULL 1
12025| #define HAVE_STRTOUMAX 1
12026| #define HAVE_DPRINTF 1
12027| #define HAVE_STRDUP 1
12028| #define HAVE_DECL_AUDIT_USER_TTY 0
12029| #define HAVE_DECL_CONFSTR 1
12030| #define HAVE_DECL_PRINTF 1
12031| #define HAVE_DECL_SBRK 1
12032| #define HAVE_DECL_SETREGID 1
12033| #define HAVE_DECL_STRCPY 1
12034| #define HAVE_DECL_STRSIGNAL 1
12035| #define HAVE_DECL_STRTOLD 1
12036| #define HAVE_DECL_STRTOL 1
12037| #define HAVE_DECL_STRTOLL 1
12038| #define HAVE_DECL_STRTOUL 1
12039| #define HAVE_DECL_STRTOULL 1
12040| #define HAVE_DECL_STRTOUMAX 1
12041| #define HAVE_ERRNO_H 1
12042| #define HAVE_FCNTL_H 1
12043| #define HAVE_MMAP 1
12044| #define HAVE_MUNMAP 1
12045| #define HAVE_STPCPY 1
12046| #define HAVE_STRCSPN 1
12047| #define HAVE_WCTYPE_H 1
12048| #define HAVE_WCHAR_H 1
12049| #define HAVE_LANGINFO_H 1
12050| /* end confdefs.h.  */
12051| #include <stddef.h>
12052| #ifdef HAVE_STDIO_H
12053| # include <stdio.h>
12054| #endif
12055| #ifdef HAVE_STDLIB_H
12056| # include <stdlib.h>
12057| #endif
12058| #ifdef HAVE_STRING_H
12059| # include <string.h>
12060| #endif
12061| #ifdef HAVE_INTTYPES_H
12062| # include <inttypes.h>
12063| #endif
12064| #ifdef HAVE_STDINT_H
12065| # include <stdint.h>
12066| #endif
12067| #ifdef HAVE_STRINGS_H
12068| # include <strings.h>
12069| #endif
12070| #ifdef HAVE_SYS_TYPES_H
12071| # include <sys/types.h>
12072| #endif
12073| #ifdef HAVE_SYS_STAT_H
12074| # include <sys/stat.h>
12075| #endif
12076| #ifdef HAVE_UNISTD_H
12077| # include <unistd.h>
12078| #endif
12079| #include <mbstr.h>
12080configure:16274: result: no
12081configure:16282: checking for mbrlen
12082configure:16282: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
12083configure:16282: $? = 0
12084configure:16282: result: yes
12085configure:16289: checking for mbscasecmp
12086configure:16289: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
12087Undefined symbols for architecture x86_64:
12088  "_mbscasecmp", referenced from:
12089      _main in conftest-a27739.o
12090ld: symbol(s) not found for architecture x86_64
12091clang: error: linker command failed with exit code 1 (use -v to see invocation)
12092configure:16289: $? = 1
12093configure: failed program was:
12094| /* confdefs.h */
12095| #define PACKAGE_NAME "bash"
12096| #define PACKAGE_TARNAME "bash"
12097| #define PACKAGE_VERSION "5.2-release"
12098| #define PACKAGE_STRING "bash 5.2-release"
12099| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
12100| #define PACKAGE_URL ""
12101| #define ALIAS 1
12102| #define PUSHD_AND_POPD 1
12103| #define RESTRICTED_SHELL 1
12104| #define PROCESS_SUBSTITUTION 1
12105| #define PROMPT_STRING_DECODE 1
12106| #define SELECT_COMMAND 1
12107| #define HELP_BUILTIN 1
12108| #define ARRAY_VARS 1
12109| #define DPAREN_ARITHMETIC 1
12110| #define BRACE_EXPANSION 1
12111| #define COMMAND_TIMING 1
12112| #define EXTENDED_GLOB 1
12113| #define EXTGLOB_DEFAULT 0
12114| #define COND_COMMAND 1
12115| #define COND_REGEXP 1
12116| #define COPROCESS_SUPPORT 1
12117| #define ARITH_FOR_COMMAND 1
12118| #define NETWORK_REDIRECTIONS 1
12119| #define PROGRAMMABLE_COMPLETION 1
12120| #define DEBUGGER 1
12121| #define CASEMOD_ATTRS 1
12122| #define CASEMOD_EXPANSIONS 1
12123| #define GLOBASCII_DEFAULT 1
12124| #define FUNCTION_IMPORT 1
12125| #define TRANSLATABLE_STRINGS 1
12126| #define MEMSCRAMBLE 1
12127| #define HAVE_STDIO_H 1
12128| #define HAVE_STDLIB_H 1
12129| #define HAVE_STRING_H 1
12130| #define HAVE_INTTYPES_H 1
12131| #define HAVE_STDINT_H 1
12132| #define HAVE_STRINGS_H 1
12133| #define HAVE_SYS_STAT_H 1
12134| #define HAVE_SYS_TYPES_H 1
12135| #define HAVE_UNISTD_H 1
12136| #define HAVE_WCHAR_H 1
12137| #define HAVE_SYS_PARAM_H 1
12138| #define HAVE_XLOCALE_H 1
12139| #define HAVE_SYS_TIME_H 1
12140| #define STDC_HEADERS 1
12141| #define _ALL_SOURCE 1
12142| #define _DARWIN_C_SOURCE 1
12143| #define _GNU_SOURCE 1
12144| #define _HPUX_ALT_XOPEN_SOCKET_API 1
12145| #define _NETBSD_SOURCE 1
12146| #define _OPENBSD_SOURCE 1
12147| #define _POSIX_PTHREAD_SEMANTICS 1
12148| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
12149| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
12150| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
12151| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
12152| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
12153| #define __STDC_WANT_LIB_EXT2__ 1
12154| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
12155| #define _TANDEM_SOURCE 1
12156| #define __EXTENSIONS__ 1
12157| #define READLINE 1
12158| #define HISTORY 1
12159| #define BANG_HISTORY 1
12160| #define HAVE_STRINGIZE 1
12161| #define HAVE_LONG_DOUBLE 1
12162| #define PROTOTYPES 1
12163| #define __PROTOTYPES 1
12164| #define restrict __restrict__
12165| #define HAVE_VISIBILITY 1
12166| #define HAVE_STDINT_H_WITH_UINTMAX 1
12167| #define HAVE_ALLOCA_H 1
12168| #define HAVE_ALLOCA 1
12169| #define HAVE_GETPAGESIZE 1
12170| #define HAVE_SYMLINK 1
12171| #define HAVE_USELOCALE 1
12172| #define HAVE_VPRINTF 1
12173| #define HAVE_ALARM 1
12174| #define HAVE_FPURGE 1
12175| #define HAVE_SNPRINTF 1
12176| #define HAVE_VSNPRINTF 1
12177| #define HAVE_MMAP 1
12178| #define INTDIV0_RAISES_SIGFPE 1
12179| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
12180| #define HAVE_UNSIGNED_LONG_LONG_INT 1
12181| #define HAVE_UINTMAX_T 1
12182| #define HAVE_INTTYPES_H 1
12183| #define USE_POSIX_THREADS 1
12184| #define HAVE_PTHREAD_RWLOCK 1
12185| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
12186| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
12187| #define HAVE_ICONV 1
12188| #define ICONV_CONST
12189| #define HAVE_BUILTIN_EXPECT 1
12190| #define HAVE_INTTYPES_H 1
12191| #define HAVE_LIMITS_H 1
12192| #define HAVE_UNISTD_H 1
12193| #define HAVE_SYS_PARAM_H 1
12194| #define HAVE_GETCWD 1
12195| #define HAVE_GETEGID 1
12196| #define HAVE_GETEUID 1
12197| #define HAVE_GETGID 1
12198| #define HAVE_GETUID 1
12199| #define HAVE_MUNMAP 1
12200| #define HAVE_STPCPY 1
12201| #define HAVE_STRCASECMP 1
12202| #define HAVE_STRDUP 1
12203| #define HAVE_STRTOUL 1
12204| #define HAVE_TSEARCH 1
12205| #define HAVE_LOCALECONV 1
12206| #define HAVE_DECL_FEOF_UNLOCKED 1
12207| #define HAVE_DECL_FGETS_UNLOCKED 0
12208| #define HAVE_LONG_LONG_INT 1
12209| #define HAVE_WCHAR_T 1
12210| #define HAVE_WINT_T 1
12211| #define HAVE_INTMAX_T 1
12212| #define HAVE_POSIX_PRINTF 1
12213| #define HAVE_STDINT_H 1
12214| #define HAVE_STDINT_H 1
12215| #define HAVE_WORKING_O_NOATIME 1
12216| #define HAVE_WORKING_O_NOFOLLOW 1
12217| #define HAVE_WORKING_USELOCALE 1
12218| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
12219| #define HAVE_CFLOCALECOPYCURRENT 1
12220| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
12221| #define FLEXIBLE_ARRAY_MEMBER /**/
12222| #define HAVE_STDDEF_H 1
12223| #define HAVE_STDLIB_H 1
12224| #define HAVE_STRING_H 1
12225| #define HAVE_ASPRINTF 1
12226| #define HAVE_FWPRINTF 1
12227| #define HAVE_NEWLOCALE 1
12228| #define HAVE_PUTENV 1
12229| #define HAVE_SETENV 1
12230| #define HAVE_SETLOCALE 1
12231| #define HAVE_SNPRINTF 1
12232| #define HAVE_STRNLEN 1
12233| #define HAVE_USELOCALE 1
12234| #define HAVE_WCSLEN 1
12235| #define HAVE_WCSNLEN 1
12236| #define HAVE_MBRTOWC 1
12237| #define HAVE_WCRTOMB 1
12238| #define HAVE_DECL__SNPRINTF 0
12239| #define HAVE_DECL__SNWPRINTF 0
12240| #define HAVE_DECL_GETC_UNLOCKED 1
12241| #define HAVE_LANGINFO_CODESET 1
12242| #define HAVE_LC_MESSAGES 1
12243| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
12244| #define HAVE_CFLOCALECOPYCURRENT 1
12245| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
12246| #define ENABLE_NLS 1
12247| #define HAVE_GETTEXT 1
12248| #define HAVE_DCGETTEXT 1
12249| #define HAVE_DIRENT_H 1
12250| #define HAVE_INTTYPES_H 1
12251| #define HAVE_UNISTD_H 1
12252| #define HAVE_STDLIB_H 1
12253| #define HAVE_STDARG_H 1
12254| #define HAVE_LIMITS_H 1
12255| #define HAVE_STRING_H 1
12256| #define HAVE_MEMORY_H 1
12257| #define HAVE_LOCALE_H 1
12258| #define HAVE_TERMCAP_H 1
12259| #define HAVE_TERMIOS_H 1
12260| #define HAVE_DLFCN_H 1
12261| #define HAVE_STDBOOL_H 1
12262| #define HAVE_STDDEF_H 1
12263| #define HAVE_STDINT_H 1
12264| #define HAVE_NETDB_H 1
12265| #define HAVE_PWD_H 1
12266| #define HAVE_GRP_H 1
12267| #define HAVE_STRINGS_H 1
12268| #define HAVE_REGEX_H 1
12269| #define HAVE_SYSLOG_H 1
12270| #define HAVE_ULIMIT_H 1
12271| #define HAVE_SYS_SELECT_H 1
12272| #define HAVE_SYS_FILE_H 1
12273| #define HAVE_SYS_IOCTL_H 1
12274| #define HAVE_SYS_MMAN_H 1
12275| #define HAVE_SYS_PARAM_H 1
12276| #define HAVE_SYS_RANDOM_H 1
12277| #define HAVE_SYS_SOCKET_H 1
12278| #define HAVE_SYS_STAT_H 1
12279| #define HAVE_SYS_TIME_H 1
12280| #define HAVE_SYS_TIMES_H 1
12281| #define HAVE_SYS_TYPES_H 1
12282| #define HAVE_SYS_WAIT_H 1
12283| #define HAVE_NETINET_IN_H 1
12284| #define HAVE_ARPA_INET_H 1
12285| #define HAVE_SYS_RESOURCE_H 1
12286| #define HAVE_ALLOCA_H 1
12287| #define HAVE_ALLOCA 1
12288| #define HAVE_CHOWN 1
12289| #define GETPGRP_VOID 1
12290| #define HAVE_STRCOLL 1
12291| #define HAVE_WAIT3 1
12292| #define HAVE_MKFIFO 1
12293| #define HAVE_DUP2 1
12294| #define HAVE_FCNTL 1
12295| #define HAVE_GETDTABLESIZE 1
12296| #define HAVE_GETENTROPY 1
12297| #define HAVE_GETGROUPS 1
12298| #define HAVE_GETHOSTNAME 1
12299| #define HAVE_GETPAGESIZE 1
12300| #define HAVE_GETPEERNAME 1
12301| #define HAVE_GETRLIMIT 1
12302| #define HAVE_GETRUSAGE 1
12303| #define HAVE_GETTIMEOFDAY 1
12304| #define HAVE_KILL 1
12305| #define HAVE_KILLPG 1
12306| #define HAVE_LSTAT 1
12307| #define HAVE_PSELECT 1
12308| #define HAVE_READLINK 1
12309| #define HAVE_SELECT 1
12310| #define HAVE_SETITIMER 1
12311| #define HAVE_TCGETPGRP 1
12312| #define HAVE_UNAME 1
12313| #define HAVE_ULIMIT 1
12314| #define HAVE_WAITPID 1
12315| #define HAVE_RENAME 1
12316| #define HAVE_BCOPY 1
12317| #define HAVE_BZERO 1
12318| #define HAVE_CONFSTR 1
12319| #define HAVE_FACCESSAT 1
12320| #define HAVE_FNMATCH 1
12321| #define HAVE_GETADDRINFO 1
12322| #define HAVE_GETHOSTBYNAME 1
12323| #define HAVE_GETSERVBYNAME 1
12324| #define HAVE_GETSERVENT 1
12325| #define HAVE_INET_ATON 1
12326| #define HAVE_IMAXDIV 1
12327| #define HAVE_MEMMOVE 1
12328| #define HAVE_PATHCONF 1
12329| #define HAVE_PUTENV 1
12330| #define HAVE_RAISE 1
12331| #define HAVE_RANDOM 1
12332| #define HAVE_REGCOMP 1
12333| #define HAVE_REGEXEC 1
12334| #define HAVE_SETENV 1
12335| #define HAVE_SETLINEBUF 1
12336| #define HAVE_SETLOCALE 1
12337| #define HAVE_SETVBUF 1
12338| #define HAVE_SIGINTERRUPT 1
12339| #define HAVE_STRCHR 1
12340| #define HAVE_SYSCONF 1
12341| #define HAVE_SYSLOG 1
12342| #define HAVE_TCGETATTR 1
12343| #define HAVE_TIMES 1
12344| #define HAVE_TTYNAME 1
12345| #define HAVE_TZSET 1
12346| #define HAVE_UNSETENV 1
12347| #define HAVE_VASPRINTF 1
12348| #define HAVE_ASPRINTF 1
12349| #define HAVE_ISASCII 1
12350| #define HAVE_ISBLANK 1
12351| #define HAVE_ISGRAPH 1
12352| #define HAVE_ISPRINT 1
12353| #define HAVE_ISSPACE 1
12354| #define HAVE_ISXDIGIT 1
12355| #define HAVE_GETPWENT 1
12356| #define HAVE_GETPWNAM 1
12357| #define HAVE_GETPWUID 1
12358| #define HAVE_MKSTEMP 1
12359| #define HAVE_MKDTEMP 1
12360| #define HAVE_ARC4RANDOM 1
12361| #define HAVE_GETCWD 1
12362| #define HAVE_MEMSET 1
12363| #define HAVE_STRCASECMP 1
12364| #define HAVE_STRCASESTR 1
12365| #define HAVE_STRERROR 1
12366| #define HAVE_STRFTIME 1
12367| #define HAVE_STRNLEN 1
12368| #define HAVE_STRPBRK 1
12369| #define HAVE_STRSTR 1
12370| #define HAVE_STRTOD 1
12371| #define HAVE_STRTOL 1
12372| #define HAVE_STRTOUL 1
12373| #define HAVE_STRTOLL 1
12374| #define HAVE_STRTOULL 1
12375| #define HAVE_STRTOUMAX 1
12376| #define HAVE_DPRINTF 1
12377| #define HAVE_STRDUP 1
12378| #define HAVE_DECL_AUDIT_USER_TTY 0
12379| #define HAVE_DECL_CONFSTR 1
12380| #define HAVE_DECL_PRINTF 1
12381| #define HAVE_DECL_SBRK 1
12382| #define HAVE_DECL_SETREGID 1
12383| #define HAVE_DECL_STRCPY 1
12384| #define HAVE_DECL_STRSIGNAL 1
12385| #define HAVE_DECL_STRTOLD 1
12386| #define HAVE_DECL_STRTOL 1
12387| #define HAVE_DECL_STRTOLL 1
12388| #define HAVE_DECL_STRTOUL 1
12389| #define HAVE_DECL_STRTOULL 1
12390| #define HAVE_DECL_STRTOUMAX 1
12391| #define HAVE_ERRNO_H 1
12392| #define HAVE_FCNTL_H 1
12393| #define HAVE_MMAP 1
12394| #define HAVE_MUNMAP 1
12395| #define HAVE_STPCPY 1
12396| #define HAVE_STRCSPN 1
12397| #define HAVE_WCTYPE_H 1
12398| #define HAVE_WCHAR_H 1
12399| #define HAVE_LANGINFO_H 1
12400| #define HAVE_MBRLEN 1
12401| /* end confdefs.h.  */
12402| /* Define mbscasecmp to an innocuous variant, in case <limits.h> declares mbscasecmp.
12403|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12404| #define mbscasecmp innocuous_mbscasecmp
12405|
12406| /* System header to define __stub macros and hopefully few prototypes,
12407|    which can conflict with char mbscasecmp (); below.  */
12408|
12409| #include <limits.h>
12410| #undef mbscasecmp
12411|
12412| /* Override any GCC internal prototype to avoid an error.
12413|    Use char because int might match the return type of a GCC
12414|    builtin and then its argument prototype would still apply.  */
12415| #ifdef __cplusplus
12416| extern "C"
12417| #endif
12418| char mbscasecmp ();
12419| /* The GNU C library defines this for functions which it implements
12420|     to always fail with ENOSYS.  Some functions are actually named
12421|     something starting with __ and the normal name is an alias.  */
12422| #if defined __stub_mbscasecmp || defined __stub___mbscasecmp
12423| choke me
12424| #endif
12425|
12426| int
12427| main (void)
12428| {
12429| return mbscasecmp ();
12430|   ;
12431|   return 0;
12432| }
12433configure:16289: result: no
12434configure:16296: checking for mbscmp
12435configure:16296: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
12436Undefined symbols for architecture x86_64:
12437  "_mbscmp", referenced from:
12438      _main in conftest-b21f3d.o
12439ld: symbol(s) not found for architecture x86_64
12440clang: error: linker command failed with exit code 1 (use -v to see invocation)
12441configure:16296: $? = 1
12442configure: failed program was:
12443| /* confdefs.h */
12444| #define PACKAGE_NAME "bash"
12445| #define PACKAGE_TARNAME "bash"
12446| #define PACKAGE_VERSION "5.2-release"
12447| #define PACKAGE_STRING "bash 5.2-release"
12448| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
12449| #define PACKAGE_URL ""
12450| #define ALIAS 1
12451| #define PUSHD_AND_POPD 1
12452| #define RESTRICTED_SHELL 1
12453| #define PROCESS_SUBSTITUTION 1
12454| #define PROMPT_STRING_DECODE 1
12455| #define SELECT_COMMAND 1
12456| #define HELP_BUILTIN 1
12457| #define ARRAY_VARS 1
12458| #define DPAREN_ARITHMETIC 1
12459| #define BRACE_EXPANSION 1
12460| #define COMMAND_TIMING 1
12461| #define EXTENDED_GLOB 1
12462| #define EXTGLOB_DEFAULT 0
12463| #define COND_COMMAND 1
12464| #define COND_REGEXP 1
12465| #define COPROCESS_SUPPORT 1
12466| #define ARITH_FOR_COMMAND 1
12467| #define NETWORK_REDIRECTIONS 1
12468| #define PROGRAMMABLE_COMPLETION 1
12469| #define DEBUGGER 1
12470| #define CASEMOD_ATTRS 1
12471| #define CASEMOD_EXPANSIONS 1
12472| #define GLOBASCII_DEFAULT 1
12473| #define FUNCTION_IMPORT 1
12474| #define TRANSLATABLE_STRINGS 1
12475| #define MEMSCRAMBLE 1
12476| #define HAVE_STDIO_H 1
12477| #define HAVE_STDLIB_H 1
12478| #define HAVE_STRING_H 1
12479| #define HAVE_INTTYPES_H 1
12480| #define HAVE_STDINT_H 1
12481| #define HAVE_STRINGS_H 1
12482| #define HAVE_SYS_STAT_H 1
12483| #define HAVE_SYS_TYPES_H 1
12484| #define HAVE_UNISTD_H 1
12485| #define HAVE_WCHAR_H 1
12486| #define HAVE_SYS_PARAM_H 1
12487| #define HAVE_XLOCALE_H 1
12488| #define HAVE_SYS_TIME_H 1
12489| #define STDC_HEADERS 1
12490| #define _ALL_SOURCE 1
12491| #define _DARWIN_C_SOURCE 1
12492| #define _GNU_SOURCE 1
12493| #define _HPUX_ALT_XOPEN_SOCKET_API 1
12494| #define _NETBSD_SOURCE 1
12495| #define _OPENBSD_SOURCE 1
12496| #define _POSIX_PTHREAD_SEMANTICS 1
12497| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
12498| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
12499| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
12500| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
12501| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
12502| #define __STDC_WANT_LIB_EXT2__ 1
12503| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
12504| #define _TANDEM_SOURCE 1
12505| #define __EXTENSIONS__ 1
12506| #define READLINE 1
12507| #define HISTORY 1
12508| #define BANG_HISTORY 1
12509| #define HAVE_STRINGIZE 1
12510| #define HAVE_LONG_DOUBLE 1
12511| #define PROTOTYPES 1
12512| #define __PROTOTYPES 1
12513| #define restrict __restrict__
12514| #define HAVE_VISIBILITY 1
12515| #define HAVE_STDINT_H_WITH_UINTMAX 1
12516| #define HAVE_ALLOCA_H 1
12517| #define HAVE_ALLOCA 1
12518| #define HAVE_GETPAGESIZE 1
12519| #define HAVE_SYMLINK 1
12520| #define HAVE_USELOCALE 1
12521| #define HAVE_VPRINTF 1
12522| #define HAVE_ALARM 1
12523| #define HAVE_FPURGE 1
12524| #define HAVE_SNPRINTF 1
12525| #define HAVE_VSNPRINTF 1
12526| #define HAVE_MMAP 1
12527| #define INTDIV0_RAISES_SIGFPE 1
12528| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
12529| #define HAVE_UNSIGNED_LONG_LONG_INT 1
12530| #define HAVE_UINTMAX_T 1
12531| #define HAVE_INTTYPES_H 1
12532| #define USE_POSIX_THREADS 1
12533| #define HAVE_PTHREAD_RWLOCK 1
12534| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
12535| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
12536| #define HAVE_ICONV 1
12537| #define ICONV_CONST
12538| #define HAVE_BUILTIN_EXPECT 1
12539| #define HAVE_INTTYPES_H 1
12540| #define HAVE_LIMITS_H 1
12541| #define HAVE_UNISTD_H 1
12542| #define HAVE_SYS_PARAM_H 1
12543| #define HAVE_GETCWD 1
12544| #define HAVE_GETEGID 1
12545| #define HAVE_GETEUID 1
12546| #define HAVE_GETGID 1
12547| #define HAVE_GETUID 1
12548| #define HAVE_MUNMAP 1
12549| #define HAVE_STPCPY 1
12550| #define HAVE_STRCASECMP 1
12551| #define HAVE_STRDUP 1
12552| #define HAVE_STRTOUL 1
12553| #define HAVE_TSEARCH 1
12554| #define HAVE_LOCALECONV 1
12555| #define HAVE_DECL_FEOF_UNLOCKED 1
12556| #define HAVE_DECL_FGETS_UNLOCKED 0
12557| #define HAVE_LONG_LONG_INT 1
12558| #define HAVE_WCHAR_T 1
12559| #define HAVE_WINT_T 1
12560| #define HAVE_INTMAX_T 1
12561| #define HAVE_POSIX_PRINTF 1
12562| #define HAVE_STDINT_H 1
12563| #define HAVE_STDINT_H 1
12564| #define HAVE_WORKING_O_NOATIME 1
12565| #define HAVE_WORKING_O_NOFOLLOW 1
12566| #define HAVE_WORKING_USELOCALE 1
12567| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
12568| #define HAVE_CFLOCALECOPYCURRENT 1
12569| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
12570| #define FLEXIBLE_ARRAY_MEMBER /**/
12571| #define HAVE_STDDEF_H 1
12572| #define HAVE_STDLIB_H 1
12573| #define HAVE_STRING_H 1
12574| #define HAVE_ASPRINTF 1
12575| #define HAVE_FWPRINTF 1
12576| #define HAVE_NEWLOCALE 1
12577| #define HAVE_PUTENV 1
12578| #define HAVE_SETENV 1
12579| #define HAVE_SETLOCALE 1
12580| #define HAVE_SNPRINTF 1
12581| #define HAVE_STRNLEN 1
12582| #define HAVE_USELOCALE 1
12583| #define HAVE_WCSLEN 1
12584| #define HAVE_WCSNLEN 1
12585| #define HAVE_MBRTOWC 1
12586| #define HAVE_WCRTOMB 1
12587| #define HAVE_DECL__SNPRINTF 0
12588| #define HAVE_DECL__SNWPRINTF 0
12589| #define HAVE_DECL_GETC_UNLOCKED 1
12590| #define HAVE_LANGINFO_CODESET 1
12591| #define HAVE_LC_MESSAGES 1
12592| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
12593| #define HAVE_CFLOCALECOPYCURRENT 1
12594| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
12595| #define ENABLE_NLS 1
12596| #define HAVE_GETTEXT 1
12597| #define HAVE_DCGETTEXT 1
12598| #define HAVE_DIRENT_H 1
12599| #define HAVE_INTTYPES_H 1
12600| #define HAVE_UNISTD_H 1
12601| #define HAVE_STDLIB_H 1
12602| #define HAVE_STDARG_H 1
12603| #define HAVE_LIMITS_H 1
12604| #define HAVE_STRING_H 1
12605| #define HAVE_MEMORY_H 1
12606| #define HAVE_LOCALE_H 1
12607| #define HAVE_TERMCAP_H 1
12608| #define HAVE_TERMIOS_H 1
12609| #define HAVE_DLFCN_H 1
12610| #define HAVE_STDBOOL_H 1
12611| #define HAVE_STDDEF_H 1
12612| #define HAVE_STDINT_H 1
12613| #define HAVE_NETDB_H 1
12614| #define HAVE_PWD_H 1
12615| #define HAVE_GRP_H 1
12616| #define HAVE_STRINGS_H 1
12617| #define HAVE_REGEX_H 1
12618| #define HAVE_SYSLOG_H 1
12619| #define HAVE_ULIMIT_H 1
12620| #define HAVE_SYS_SELECT_H 1
12621| #define HAVE_SYS_FILE_H 1
12622| #define HAVE_SYS_IOCTL_H 1
12623| #define HAVE_SYS_MMAN_H 1
12624| #define HAVE_SYS_PARAM_H 1
12625| #define HAVE_SYS_RANDOM_H 1
12626| #define HAVE_SYS_SOCKET_H 1
12627| #define HAVE_SYS_STAT_H 1
12628| #define HAVE_SYS_TIME_H 1
12629| #define HAVE_SYS_TIMES_H 1
12630| #define HAVE_SYS_TYPES_H 1
12631| #define HAVE_SYS_WAIT_H 1
12632| #define HAVE_NETINET_IN_H 1
12633| #define HAVE_ARPA_INET_H 1
12634| #define HAVE_SYS_RESOURCE_H 1
12635| #define HAVE_ALLOCA_H 1
12636| #define HAVE_ALLOCA 1
12637| #define HAVE_CHOWN 1
12638| #define GETPGRP_VOID 1
12639| #define HAVE_STRCOLL 1
12640| #define HAVE_WAIT3 1
12641| #define HAVE_MKFIFO 1
12642| #define HAVE_DUP2 1
12643| #define HAVE_FCNTL 1
12644| #define HAVE_GETDTABLESIZE 1
12645| #define HAVE_GETENTROPY 1
12646| #define HAVE_GETGROUPS 1
12647| #define HAVE_GETHOSTNAME 1
12648| #define HAVE_GETPAGESIZE 1
12649| #define HAVE_GETPEERNAME 1
12650| #define HAVE_GETRLIMIT 1
12651| #define HAVE_GETRUSAGE 1
12652| #define HAVE_GETTIMEOFDAY 1
12653| #define HAVE_KILL 1
12654| #define HAVE_KILLPG 1
12655| #define HAVE_LSTAT 1
12656| #define HAVE_PSELECT 1
12657| #define HAVE_READLINK 1
12658| #define HAVE_SELECT 1
12659| #define HAVE_SETITIMER 1
12660| #define HAVE_TCGETPGRP 1
12661| #define HAVE_UNAME 1
12662| #define HAVE_ULIMIT 1
12663| #define HAVE_WAITPID 1
12664| #define HAVE_RENAME 1
12665| #define HAVE_BCOPY 1
12666| #define HAVE_BZERO 1
12667| #define HAVE_CONFSTR 1
12668| #define HAVE_FACCESSAT 1
12669| #define HAVE_FNMATCH 1
12670| #define HAVE_GETADDRINFO 1
12671| #define HAVE_GETHOSTBYNAME 1
12672| #define HAVE_GETSERVBYNAME 1
12673| #define HAVE_GETSERVENT 1
12674| #define HAVE_INET_ATON 1
12675| #define HAVE_IMAXDIV 1
12676| #define HAVE_MEMMOVE 1
12677| #define HAVE_PATHCONF 1
12678| #define HAVE_PUTENV 1
12679| #define HAVE_RAISE 1
12680| #define HAVE_RANDOM 1
12681| #define HAVE_REGCOMP 1
12682| #define HAVE_REGEXEC 1
12683| #define HAVE_SETENV 1
12684| #define HAVE_SETLINEBUF 1
12685| #define HAVE_SETLOCALE 1
12686| #define HAVE_SETVBUF 1
12687| #define HAVE_SIGINTERRUPT 1
12688| #define HAVE_STRCHR 1
12689| #define HAVE_SYSCONF 1
12690| #define HAVE_SYSLOG 1
12691| #define HAVE_TCGETATTR 1
12692| #define HAVE_TIMES 1
12693| #define HAVE_TTYNAME 1
12694| #define HAVE_TZSET 1
12695| #define HAVE_UNSETENV 1
12696| #define HAVE_VASPRINTF 1
12697| #define HAVE_ASPRINTF 1
12698| #define HAVE_ISASCII 1
12699| #define HAVE_ISBLANK 1
12700| #define HAVE_ISGRAPH 1
12701| #define HAVE_ISPRINT 1
12702| #define HAVE_ISSPACE 1
12703| #define HAVE_ISXDIGIT 1
12704| #define HAVE_GETPWENT 1
12705| #define HAVE_GETPWNAM 1
12706| #define HAVE_GETPWUID 1
12707| #define HAVE_MKSTEMP 1
12708| #define HAVE_MKDTEMP 1
12709| #define HAVE_ARC4RANDOM 1
12710| #define HAVE_GETCWD 1
12711| #define HAVE_MEMSET 1
12712| #define HAVE_STRCASECMP 1
12713| #define HAVE_STRCASESTR 1
12714| #define HAVE_STRERROR 1
12715| #define HAVE_STRFTIME 1
12716| #define HAVE_STRNLEN 1
12717| #define HAVE_STRPBRK 1
12718| #define HAVE_STRSTR 1
12719| #define HAVE_STRTOD 1
12720| #define HAVE_STRTOL 1
12721| #define HAVE_STRTOUL 1
12722| #define HAVE_STRTOLL 1
12723| #define HAVE_STRTOULL 1
12724| #define HAVE_STRTOUMAX 1
12725| #define HAVE_DPRINTF 1
12726| #define HAVE_STRDUP 1
12727| #define HAVE_DECL_AUDIT_USER_TTY 0
12728| #define HAVE_DECL_CONFSTR 1
12729| #define HAVE_DECL_PRINTF 1
12730| #define HAVE_DECL_SBRK 1
12731| #define HAVE_DECL_SETREGID 1
12732| #define HAVE_DECL_STRCPY 1
12733| #define HAVE_DECL_STRSIGNAL 1
12734| #define HAVE_DECL_STRTOLD 1
12735| #define HAVE_DECL_STRTOL 1
12736| #define HAVE_DECL_STRTOLL 1
12737| #define HAVE_DECL_STRTOUL 1
12738| #define HAVE_DECL_STRTOULL 1
12739| #define HAVE_DECL_STRTOUMAX 1
12740| #define HAVE_ERRNO_H 1
12741| #define HAVE_FCNTL_H 1
12742| #define HAVE_MMAP 1
12743| #define HAVE_MUNMAP 1
12744| #define HAVE_STPCPY 1
12745| #define HAVE_STRCSPN 1
12746| #define HAVE_WCTYPE_H 1
12747| #define HAVE_WCHAR_H 1
12748| #define HAVE_LANGINFO_H 1
12749| #define HAVE_MBRLEN 1
12750| /* end confdefs.h.  */
12751| /* Define mbscmp to an innocuous variant, in case <limits.h> declares mbscmp.
12752|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12753| #define mbscmp innocuous_mbscmp
12754|
12755| /* System header to define __stub macros and hopefully few prototypes,
12756|    which can conflict with char mbscmp (); below.  */
12757|
12758| #include <limits.h>
12759| #undef mbscmp
12760|
12761| /* Override any GCC internal prototype to avoid an error.
12762|    Use char because int might match the return type of a GCC
12763|    builtin and then its argument prototype would still apply.  */
12764| #ifdef __cplusplus
12765| extern "C"
12766| #endif
12767| char mbscmp ();
12768| /* The GNU C library defines this for functions which it implements
12769|     to always fail with ENOSYS.  Some functions are actually named
12770|     something starting with __ and the normal name is an alias.  */
12771| #if defined __stub_mbscmp || defined __stub___mbscmp
12772| choke me
12773| #endif
12774|
12775| int
12776| main (void)
12777| {
12778| return mbscmp ();
12779|   ;
12780|   return 0;
12781| }
12782configure:16296: result: no
12783configure:16303: checking for mbsnrtowcs
12784configure:16303: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
12785configure:16303: $? = 0
12786configure:16303: result: yes
12787configure:16310: checking for mbsrtowcs
12788configure:16310: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
12789configure:16310: $? = 0
12790configure:16310: result: yes
12791configure:16318: checking for mbschr
12792configure:16318: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
12793Undefined symbols for architecture x86_64:
12794  "_mbschr", referenced from:
12795      _main in conftest-52399e.o
12796ld: symbol(s) not found for architecture x86_64
12797clang: error: linker command failed with exit code 1 (use -v to see invocation)
12798configure:16318: $? = 1
12799configure: failed program was:
12800| /* confdefs.h */
12801| #define PACKAGE_NAME "bash"
12802| #define PACKAGE_TARNAME "bash"
12803| #define PACKAGE_VERSION "5.2-release"
12804| #define PACKAGE_STRING "bash 5.2-release"
12805| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
12806| #define PACKAGE_URL ""
12807| #define ALIAS 1
12808| #define PUSHD_AND_POPD 1
12809| #define RESTRICTED_SHELL 1
12810| #define PROCESS_SUBSTITUTION 1
12811| #define PROMPT_STRING_DECODE 1
12812| #define SELECT_COMMAND 1
12813| #define HELP_BUILTIN 1
12814| #define ARRAY_VARS 1
12815| #define DPAREN_ARITHMETIC 1
12816| #define BRACE_EXPANSION 1
12817| #define COMMAND_TIMING 1
12818| #define EXTENDED_GLOB 1
12819| #define EXTGLOB_DEFAULT 0
12820| #define COND_COMMAND 1
12821| #define COND_REGEXP 1
12822| #define COPROCESS_SUPPORT 1
12823| #define ARITH_FOR_COMMAND 1
12824| #define NETWORK_REDIRECTIONS 1
12825| #define PROGRAMMABLE_COMPLETION 1
12826| #define DEBUGGER 1
12827| #define CASEMOD_ATTRS 1
12828| #define CASEMOD_EXPANSIONS 1
12829| #define GLOBASCII_DEFAULT 1
12830| #define FUNCTION_IMPORT 1
12831| #define TRANSLATABLE_STRINGS 1
12832| #define MEMSCRAMBLE 1
12833| #define HAVE_STDIO_H 1
12834| #define HAVE_STDLIB_H 1
12835| #define HAVE_STRING_H 1
12836| #define HAVE_INTTYPES_H 1
12837| #define HAVE_STDINT_H 1
12838| #define HAVE_STRINGS_H 1
12839| #define HAVE_SYS_STAT_H 1
12840| #define HAVE_SYS_TYPES_H 1
12841| #define HAVE_UNISTD_H 1
12842| #define HAVE_WCHAR_H 1
12843| #define HAVE_SYS_PARAM_H 1
12844| #define HAVE_XLOCALE_H 1
12845| #define HAVE_SYS_TIME_H 1
12846| #define STDC_HEADERS 1
12847| #define _ALL_SOURCE 1
12848| #define _DARWIN_C_SOURCE 1
12849| #define _GNU_SOURCE 1
12850| #define _HPUX_ALT_XOPEN_SOCKET_API 1
12851| #define _NETBSD_SOURCE 1
12852| #define _OPENBSD_SOURCE 1
12853| #define _POSIX_PTHREAD_SEMANTICS 1
12854| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
12855| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
12856| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
12857| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
12858| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
12859| #define __STDC_WANT_LIB_EXT2__ 1
12860| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
12861| #define _TANDEM_SOURCE 1
12862| #define __EXTENSIONS__ 1
12863| #define READLINE 1
12864| #define HISTORY 1
12865| #define BANG_HISTORY 1
12866| #define HAVE_STRINGIZE 1
12867| #define HAVE_LONG_DOUBLE 1
12868| #define PROTOTYPES 1
12869| #define __PROTOTYPES 1
12870| #define restrict __restrict__
12871| #define HAVE_VISIBILITY 1
12872| #define HAVE_STDINT_H_WITH_UINTMAX 1
12873| #define HAVE_ALLOCA_H 1
12874| #define HAVE_ALLOCA 1
12875| #define HAVE_GETPAGESIZE 1
12876| #define HAVE_SYMLINK 1
12877| #define HAVE_USELOCALE 1
12878| #define HAVE_VPRINTF 1
12879| #define HAVE_ALARM 1
12880| #define HAVE_FPURGE 1
12881| #define HAVE_SNPRINTF 1
12882| #define HAVE_VSNPRINTF 1
12883| #define HAVE_MMAP 1
12884| #define INTDIV0_RAISES_SIGFPE 1
12885| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
12886| #define HAVE_UNSIGNED_LONG_LONG_INT 1
12887| #define HAVE_UINTMAX_T 1
12888| #define HAVE_INTTYPES_H 1
12889| #define USE_POSIX_THREADS 1
12890| #define HAVE_PTHREAD_RWLOCK 1
12891| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
12892| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
12893| #define HAVE_ICONV 1
12894| #define ICONV_CONST
12895| #define HAVE_BUILTIN_EXPECT 1
12896| #define HAVE_INTTYPES_H 1
12897| #define HAVE_LIMITS_H 1
12898| #define HAVE_UNISTD_H 1
12899| #define HAVE_SYS_PARAM_H 1
12900| #define HAVE_GETCWD 1
12901| #define HAVE_GETEGID 1
12902| #define HAVE_GETEUID 1
12903| #define HAVE_GETGID 1
12904| #define HAVE_GETUID 1
12905| #define HAVE_MUNMAP 1
12906| #define HAVE_STPCPY 1
12907| #define HAVE_STRCASECMP 1
12908| #define HAVE_STRDUP 1
12909| #define HAVE_STRTOUL 1
12910| #define HAVE_TSEARCH 1
12911| #define HAVE_LOCALECONV 1
12912| #define HAVE_DECL_FEOF_UNLOCKED 1
12913| #define HAVE_DECL_FGETS_UNLOCKED 0
12914| #define HAVE_LONG_LONG_INT 1
12915| #define HAVE_WCHAR_T 1
12916| #define HAVE_WINT_T 1
12917| #define HAVE_INTMAX_T 1
12918| #define HAVE_POSIX_PRINTF 1
12919| #define HAVE_STDINT_H 1
12920| #define HAVE_STDINT_H 1
12921| #define HAVE_WORKING_O_NOATIME 1
12922| #define HAVE_WORKING_O_NOFOLLOW 1
12923| #define HAVE_WORKING_USELOCALE 1
12924| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
12925| #define HAVE_CFLOCALECOPYCURRENT 1
12926| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
12927| #define FLEXIBLE_ARRAY_MEMBER /**/
12928| #define HAVE_STDDEF_H 1
12929| #define HAVE_STDLIB_H 1
12930| #define HAVE_STRING_H 1
12931| #define HAVE_ASPRINTF 1
12932| #define HAVE_FWPRINTF 1
12933| #define HAVE_NEWLOCALE 1
12934| #define HAVE_PUTENV 1
12935| #define HAVE_SETENV 1
12936| #define HAVE_SETLOCALE 1
12937| #define HAVE_SNPRINTF 1
12938| #define HAVE_STRNLEN 1
12939| #define HAVE_USELOCALE 1
12940| #define HAVE_WCSLEN 1
12941| #define HAVE_WCSNLEN 1
12942| #define HAVE_MBRTOWC 1
12943| #define HAVE_WCRTOMB 1
12944| #define HAVE_DECL__SNPRINTF 0
12945| #define HAVE_DECL__SNWPRINTF 0
12946| #define HAVE_DECL_GETC_UNLOCKED 1
12947| #define HAVE_LANGINFO_CODESET 1
12948| #define HAVE_LC_MESSAGES 1
12949| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
12950| #define HAVE_CFLOCALECOPYCURRENT 1
12951| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
12952| #define ENABLE_NLS 1
12953| #define HAVE_GETTEXT 1
12954| #define HAVE_DCGETTEXT 1
12955| #define HAVE_DIRENT_H 1
12956| #define HAVE_INTTYPES_H 1
12957| #define HAVE_UNISTD_H 1
12958| #define HAVE_STDLIB_H 1
12959| #define HAVE_STDARG_H 1
12960| #define HAVE_LIMITS_H 1
12961| #define HAVE_STRING_H 1
12962| #define HAVE_MEMORY_H 1
12963| #define HAVE_LOCALE_H 1
12964| #define HAVE_TERMCAP_H 1
12965| #define HAVE_TERMIOS_H 1
12966| #define HAVE_DLFCN_H 1
12967| #define HAVE_STDBOOL_H 1
12968| #define HAVE_STDDEF_H 1
12969| #define HAVE_STDINT_H 1
12970| #define HAVE_NETDB_H 1
12971| #define HAVE_PWD_H 1
12972| #define HAVE_GRP_H 1
12973| #define HAVE_STRINGS_H 1
12974| #define HAVE_REGEX_H 1
12975| #define HAVE_SYSLOG_H 1
12976| #define HAVE_ULIMIT_H 1
12977| #define HAVE_SYS_SELECT_H 1
12978| #define HAVE_SYS_FILE_H 1
12979| #define HAVE_SYS_IOCTL_H 1
12980| #define HAVE_SYS_MMAN_H 1
12981| #define HAVE_SYS_PARAM_H 1
12982| #define HAVE_SYS_RANDOM_H 1
12983| #define HAVE_SYS_SOCKET_H 1
12984| #define HAVE_SYS_STAT_H 1
12985| #define HAVE_SYS_TIME_H 1
12986| #define HAVE_SYS_TIMES_H 1
12987| #define HAVE_SYS_TYPES_H 1
12988| #define HAVE_SYS_WAIT_H 1
12989| #define HAVE_NETINET_IN_H 1
12990| #define HAVE_ARPA_INET_H 1
12991| #define HAVE_SYS_RESOURCE_H 1
12992| #define HAVE_ALLOCA_H 1
12993| #define HAVE_ALLOCA 1
12994| #define HAVE_CHOWN 1
12995| #define GETPGRP_VOID 1
12996| #define HAVE_STRCOLL 1
12997| #define HAVE_WAIT3 1
12998| #define HAVE_MKFIFO 1
12999| #define HAVE_DUP2 1
13000| #define HAVE_FCNTL 1
13001| #define HAVE_GETDTABLESIZE 1
13002| #define HAVE_GETENTROPY 1
13003| #define HAVE_GETGROUPS 1
13004| #define HAVE_GETHOSTNAME 1
13005| #define HAVE_GETPAGESIZE 1
13006| #define HAVE_GETPEERNAME 1
13007| #define HAVE_GETRLIMIT 1
13008| #define HAVE_GETRUSAGE 1
13009| #define HAVE_GETTIMEOFDAY 1
13010| #define HAVE_KILL 1
13011| #define HAVE_KILLPG 1
13012| #define HAVE_LSTAT 1
13013| #define HAVE_PSELECT 1
13014| #define HAVE_READLINK 1
13015| #define HAVE_SELECT 1
13016| #define HAVE_SETITIMER 1
13017| #define HAVE_TCGETPGRP 1
13018| #define HAVE_UNAME 1
13019| #define HAVE_ULIMIT 1
13020| #define HAVE_WAITPID 1
13021| #define HAVE_RENAME 1
13022| #define HAVE_BCOPY 1
13023| #define HAVE_BZERO 1
13024| #define HAVE_CONFSTR 1
13025| #define HAVE_FACCESSAT 1
13026| #define HAVE_FNMATCH 1
13027| #define HAVE_GETADDRINFO 1
13028| #define HAVE_GETHOSTBYNAME 1
13029| #define HAVE_GETSERVBYNAME 1
13030| #define HAVE_GETSERVENT 1
13031| #define HAVE_INET_ATON 1
13032| #define HAVE_IMAXDIV 1
13033| #define HAVE_MEMMOVE 1
13034| #define HAVE_PATHCONF 1
13035| #define HAVE_PUTENV 1
13036| #define HAVE_RAISE 1
13037| #define HAVE_RANDOM 1
13038| #define HAVE_REGCOMP 1
13039| #define HAVE_REGEXEC 1
13040| #define HAVE_SETENV 1
13041| #define HAVE_SETLINEBUF 1
13042| #define HAVE_SETLOCALE 1
13043| #define HAVE_SETVBUF 1
13044| #define HAVE_SIGINTERRUPT 1
13045| #define HAVE_STRCHR 1
13046| #define HAVE_SYSCONF 1
13047| #define HAVE_SYSLOG 1
13048| #define HAVE_TCGETATTR 1
13049| #define HAVE_TIMES 1
13050| #define HAVE_TTYNAME 1
13051| #define HAVE_TZSET 1
13052| #define HAVE_UNSETENV 1
13053| #define HAVE_VASPRINTF 1
13054| #define HAVE_ASPRINTF 1
13055| #define HAVE_ISASCII 1
13056| #define HAVE_ISBLANK 1
13057| #define HAVE_ISGRAPH 1
13058| #define HAVE_ISPRINT 1
13059| #define HAVE_ISSPACE 1
13060| #define HAVE_ISXDIGIT 1
13061| #define HAVE_GETPWENT 1
13062| #define HAVE_GETPWNAM 1
13063| #define HAVE_GETPWUID 1
13064| #define HAVE_MKSTEMP 1
13065| #define HAVE_MKDTEMP 1
13066| #define HAVE_ARC4RANDOM 1
13067| #define HAVE_GETCWD 1
13068| #define HAVE_MEMSET 1
13069| #define HAVE_STRCASECMP 1
13070| #define HAVE_STRCASESTR 1
13071| #define HAVE_STRERROR 1
13072| #define HAVE_STRFTIME 1
13073| #define HAVE_STRNLEN 1
13074| #define HAVE_STRPBRK 1
13075| #define HAVE_STRSTR 1
13076| #define HAVE_STRTOD 1
13077| #define HAVE_STRTOL 1
13078| #define HAVE_STRTOUL 1
13079| #define HAVE_STRTOLL 1
13080| #define HAVE_STRTOULL 1
13081| #define HAVE_STRTOUMAX 1
13082| #define HAVE_DPRINTF 1
13083| #define HAVE_STRDUP 1
13084| #define HAVE_DECL_AUDIT_USER_TTY 0
13085| #define HAVE_DECL_CONFSTR 1
13086| #define HAVE_DECL_PRINTF 1
13087| #define HAVE_DECL_SBRK 1
13088| #define HAVE_DECL_SETREGID 1
13089| #define HAVE_DECL_STRCPY 1
13090| #define HAVE_DECL_STRSIGNAL 1
13091| #define HAVE_DECL_STRTOLD 1
13092| #define HAVE_DECL_STRTOL 1
13093| #define HAVE_DECL_STRTOLL 1
13094| #define HAVE_DECL_STRTOUL 1
13095| #define HAVE_DECL_STRTOULL 1
13096| #define HAVE_DECL_STRTOUMAX 1
13097| #define HAVE_ERRNO_H 1
13098| #define HAVE_FCNTL_H 1
13099| #define HAVE_MMAP 1
13100| #define HAVE_MUNMAP 1
13101| #define HAVE_STPCPY 1
13102| #define HAVE_STRCSPN 1
13103| #define HAVE_WCTYPE_H 1
13104| #define HAVE_WCHAR_H 1
13105| #define HAVE_LANGINFO_H 1
13106| #define HAVE_MBRLEN 1
13107| #define HAVE_MBSNRTOWCS 1
13108| #define HAVE_MBSRTOWCS 1
13109| /* end confdefs.h.  */
13110| /* Define mbschr to an innocuous variant, in case <limits.h> declares mbschr.
13111|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13112| #define mbschr innocuous_mbschr
13113|
13114| /* System header to define __stub macros and hopefully few prototypes,
13115|    which can conflict with char mbschr (); below.  */
13116|
13117| #include <limits.h>
13118| #undef mbschr
13119|
13120| /* Override any GCC internal prototype to avoid an error.
13121|    Use char because int might match the return type of a GCC
13122|    builtin and then its argument prototype would still apply.  */
13123| #ifdef __cplusplus
13124| extern "C"
13125| #endif
13126| char mbschr ();
13127| /* The GNU C library defines this for functions which it implements
13128|     to always fail with ENOSYS.  Some functions are actually named
13129|     something starting with __ and the normal name is an alias.  */
13130| #if defined __stub_mbschr || defined __stub___mbschr
13131| choke me
13132| #endif
13133|
13134| int
13135| main (void)
13136| {
13137| return mbschr ();
13138|   ;
13139|   return 0;
13140| }
13141configure:16318: result: no
13142configure:16333: checking for wcrtomb
13143configure:16333: result: yes
13144configure:16340: checking for wcscoll
13145configure:16340: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13146configure:16340: $? = 0
13147configure:16340: result: yes
13148configure:16347: checking for wcsdup
13149configure:16347: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13150configure:16347: $? = 0
13151configure:16347: result: yes
13152configure:16354: checking for wcwidth
13153configure:16354: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13154configure:16354: $? = 0
13155configure:16354: result: yes
13156configure:16361: checking for wctype
13157configure:16361: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13158configure:16361: $? = 0
13159configure:16361: result: yes
13160configure:16369: checking for wcswidth
13161configure:16369: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13162configure:16369: $? = 0
13163configure:16369: result: yes
13164configure:16385: checking whether mbrtowc and mbstate_t are properly declared
13165configure:16415: result: yes
13166configure:16428: checking for iswlower
13167configure:16428: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13168configure:16428: $? = 0
13169configure:16428: result: yes
13170configure:16434: checking for iswupper
13171configure:16434: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13172configure:16434: $? = 0
13173configure:16434: result: yes
13174configure:16440: checking for towlower
13175configure:16440: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13176configure:16440: $? = 0
13177configure:16440: result: yes
13178configure:16446: checking for towupper
13179configure:16446: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13180configure:16446: $? = 0
13181configure:16446: result: yes
13182configure:16452: checking for iswctype
13183configure:16452: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13184configure:16452: $? = 0
13185configure:16452: result: yes
13186configure:16462: checking for wchar_t in wchar.h
13187configure:16483: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
13188configure:16483: $? = 0
13189configure:16492: result: yes
13190configure:16500: checking for wctype_t in wctype.h
13191configure:16521: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
13192configure:16521: $? = 0
13193configure:16530: result: yes
13194configure:16538: checking for wint_t in wctype.h
13195configure:16559: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
13196configure:16559: $? = 0
13197configure:16568: result: yes
13198configure:16576: checking for wcwidth broken with unicode combining characters
13199configure:16610: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13200configure:16610: $? = 0
13201configure:16610: ./conftest
13202configure:16610: $? = 1
13203configure: program exited with status 1
13204configure: failed program was:
13205| /* confdefs.h */
13206| #define PACKAGE_NAME "bash"
13207| #define PACKAGE_TARNAME "bash"
13208| #define PACKAGE_VERSION "5.2-release"
13209| #define PACKAGE_STRING "bash 5.2-release"
13210| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
13211| #define PACKAGE_URL ""
13212| #define ALIAS 1
13213| #define PUSHD_AND_POPD 1
13214| #define RESTRICTED_SHELL 1
13215| #define PROCESS_SUBSTITUTION 1
13216| #define PROMPT_STRING_DECODE 1
13217| #define SELECT_COMMAND 1
13218| #define HELP_BUILTIN 1
13219| #define ARRAY_VARS 1
13220| #define DPAREN_ARITHMETIC 1
13221| #define BRACE_EXPANSION 1
13222| #define COMMAND_TIMING 1
13223| #define EXTENDED_GLOB 1
13224| #define EXTGLOB_DEFAULT 0
13225| #define COND_COMMAND 1
13226| #define COND_REGEXP 1
13227| #define COPROCESS_SUPPORT 1
13228| #define ARITH_FOR_COMMAND 1
13229| #define NETWORK_REDIRECTIONS 1
13230| #define PROGRAMMABLE_COMPLETION 1
13231| #define DEBUGGER 1
13232| #define CASEMOD_ATTRS 1
13233| #define CASEMOD_EXPANSIONS 1
13234| #define GLOBASCII_DEFAULT 1
13235| #define FUNCTION_IMPORT 1
13236| #define TRANSLATABLE_STRINGS 1
13237| #define MEMSCRAMBLE 1
13238| #define HAVE_STDIO_H 1
13239| #define HAVE_STDLIB_H 1
13240| #define HAVE_STRING_H 1
13241| #define HAVE_INTTYPES_H 1
13242| #define HAVE_STDINT_H 1
13243| #define HAVE_STRINGS_H 1
13244| #define HAVE_SYS_STAT_H 1
13245| #define HAVE_SYS_TYPES_H 1
13246| #define HAVE_UNISTD_H 1
13247| #define HAVE_WCHAR_H 1
13248| #define HAVE_SYS_PARAM_H 1
13249| #define HAVE_XLOCALE_H 1
13250| #define HAVE_SYS_TIME_H 1
13251| #define STDC_HEADERS 1
13252| #define _ALL_SOURCE 1
13253| #define _DARWIN_C_SOURCE 1
13254| #define _GNU_SOURCE 1
13255| #define _HPUX_ALT_XOPEN_SOCKET_API 1
13256| #define _NETBSD_SOURCE 1
13257| #define _OPENBSD_SOURCE 1
13258| #define _POSIX_PTHREAD_SEMANTICS 1
13259| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
13260| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
13261| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
13262| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
13263| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
13264| #define __STDC_WANT_LIB_EXT2__ 1
13265| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
13266| #define _TANDEM_SOURCE 1
13267| #define __EXTENSIONS__ 1
13268| #define READLINE 1
13269| #define HISTORY 1
13270| #define BANG_HISTORY 1
13271| #define HAVE_STRINGIZE 1
13272| #define HAVE_LONG_DOUBLE 1
13273| #define PROTOTYPES 1
13274| #define __PROTOTYPES 1
13275| #define restrict __restrict__
13276| #define HAVE_VISIBILITY 1
13277| #define HAVE_STDINT_H_WITH_UINTMAX 1
13278| #define HAVE_ALLOCA_H 1
13279| #define HAVE_ALLOCA 1
13280| #define HAVE_GETPAGESIZE 1
13281| #define HAVE_SYMLINK 1
13282| #define HAVE_USELOCALE 1
13283| #define HAVE_VPRINTF 1
13284| #define HAVE_ALARM 1
13285| #define HAVE_FPURGE 1
13286| #define HAVE_SNPRINTF 1
13287| #define HAVE_VSNPRINTF 1
13288| #define HAVE_MMAP 1
13289| #define INTDIV0_RAISES_SIGFPE 1
13290| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
13291| #define HAVE_UNSIGNED_LONG_LONG_INT 1
13292| #define HAVE_UINTMAX_T 1
13293| #define HAVE_INTTYPES_H 1
13294| #define USE_POSIX_THREADS 1
13295| #define HAVE_PTHREAD_RWLOCK 1
13296| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
13297| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
13298| #define HAVE_ICONV 1
13299| #define ICONV_CONST
13300| #define HAVE_BUILTIN_EXPECT 1
13301| #define HAVE_INTTYPES_H 1
13302| #define HAVE_LIMITS_H 1
13303| #define HAVE_UNISTD_H 1
13304| #define HAVE_SYS_PARAM_H 1
13305| #define HAVE_GETCWD 1
13306| #define HAVE_GETEGID 1
13307| #define HAVE_GETEUID 1
13308| #define HAVE_GETGID 1
13309| #define HAVE_GETUID 1
13310| #define HAVE_MUNMAP 1
13311| #define HAVE_STPCPY 1
13312| #define HAVE_STRCASECMP 1
13313| #define HAVE_STRDUP 1
13314| #define HAVE_STRTOUL 1
13315| #define HAVE_TSEARCH 1
13316| #define HAVE_LOCALECONV 1
13317| #define HAVE_DECL_FEOF_UNLOCKED 1
13318| #define HAVE_DECL_FGETS_UNLOCKED 0
13319| #define HAVE_LONG_LONG_INT 1
13320| #define HAVE_WCHAR_T 1
13321| #define HAVE_WINT_T 1
13322| #define HAVE_INTMAX_T 1
13323| #define HAVE_POSIX_PRINTF 1
13324| #define HAVE_STDINT_H 1
13325| #define HAVE_STDINT_H 1
13326| #define HAVE_WORKING_O_NOATIME 1
13327| #define HAVE_WORKING_O_NOFOLLOW 1
13328| #define HAVE_WORKING_USELOCALE 1
13329| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
13330| #define HAVE_CFLOCALECOPYCURRENT 1
13331| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
13332| #define FLEXIBLE_ARRAY_MEMBER /**/
13333| #define HAVE_STDDEF_H 1
13334| #define HAVE_STDLIB_H 1
13335| #define HAVE_STRING_H 1
13336| #define HAVE_ASPRINTF 1
13337| #define HAVE_FWPRINTF 1
13338| #define HAVE_NEWLOCALE 1
13339| #define HAVE_PUTENV 1
13340| #define HAVE_SETENV 1
13341| #define HAVE_SETLOCALE 1
13342| #define HAVE_SNPRINTF 1
13343| #define HAVE_STRNLEN 1
13344| #define HAVE_USELOCALE 1
13345| #define HAVE_WCSLEN 1
13346| #define HAVE_WCSNLEN 1
13347| #define HAVE_MBRTOWC 1
13348| #define HAVE_WCRTOMB 1
13349| #define HAVE_DECL__SNPRINTF 0
13350| #define HAVE_DECL__SNWPRINTF 0
13351| #define HAVE_DECL_GETC_UNLOCKED 1
13352| #define HAVE_LANGINFO_CODESET 1
13353| #define HAVE_LC_MESSAGES 1
13354| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
13355| #define HAVE_CFLOCALECOPYCURRENT 1
13356| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
13357| #define ENABLE_NLS 1
13358| #define HAVE_GETTEXT 1
13359| #define HAVE_DCGETTEXT 1
13360| #define HAVE_DIRENT_H 1
13361| #define HAVE_INTTYPES_H 1
13362| #define HAVE_UNISTD_H 1
13363| #define HAVE_STDLIB_H 1
13364| #define HAVE_STDARG_H 1
13365| #define HAVE_LIMITS_H 1
13366| #define HAVE_STRING_H 1
13367| #define HAVE_MEMORY_H 1
13368| #define HAVE_LOCALE_H 1
13369| #define HAVE_TERMCAP_H 1
13370| #define HAVE_TERMIOS_H 1
13371| #define HAVE_DLFCN_H 1
13372| #define HAVE_STDBOOL_H 1
13373| #define HAVE_STDDEF_H 1
13374| #define HAVE_STDINT_H 1
13375| #define HAVE_NETDB_H 1
13376| #define HAVE_PWD_H 1
13377| #define HAVE_GRP_H 1
13378| #define HAVE_STRINGS_H 1
13379| #define HAVE_REGEX_H 1
13380| #define HAVE_SYSLOG_H 1
13381| #define HAVE_ULIMIT_H 1
13382| #define HAVE_SYS_SELECT_H 1
13383| #define HAVE_SYS_FILE_H 1
13384| #define HAVE_SYS_IOCTL_H 1
13385| #define HAVE_SYS_MMAN_H 1
13386| #define HAVE_SYS_PARAM_H 1
13387| #define HAVE_SYS_RANDOM_H 1
13388| #define HAVE_SYS_SOCKET_H 1
13389| #define HAVE_SYS_STAT_H 1
13390| #define HAVE_SYS_TIME_H 1
13391| #define HAVE_SYS_TIMES_H 1
13392| #define HAVE_SYS_TYPES_H 1
13393| #define HAVE_SYS_WAIT_H 1
13394| #define HAVE_NETINET_IN_H 1
13395| #define HAVE_ARPA_INET_H 1
13396| #define HAVE_SYS_RESOURCE_H 1
13397| #define HAVE_ALLOCA_H 1
13398| #define HAVE_ALLOCA 1
13399| #define HAVE_CHOWN 1
13400| #define GETPGRP_VOID 1
13401| #define HAVE_STRCOLL 1
13402| #define HAVE_WAIT3 1
13403| #define HAVE_MKFIFO 1
13404| #define HAVE_DUP2 1
13405| #define HAVE_FCNTL 1
13406| #define HAVE_GETDTABLESIZE 1
13407| #define HAVE_GETENTROPY 1
13408| #define HAVE_GETGROUPS 1
13409| #define HAVE_GETHOSTNAME 1
13410| #define HAVE_GETPAGESIZE 1
13411| #define HAVE_GETPEERNAME 1
13412| #define HAVE_GETRLIMIT 1
13413| #define HAVE_GETRUSAGE 1
13414| #define HAVE_GETTIMEOFDAY 1
13415| #define HAVE_KILL 1
13416| #define HAVE_KILLPG 1
13417| #define HAVE_LSTAT 1
13418| #define HAVE_PSELECT 1
13419| #define HAVE_READLINK 1
13420| #define HAVE_SELECT 1
13421| #define HAVE_SETITIMER 1
13422| #define HAVE_TCGETPGRP 1
13423| #define HAVE_UNAME 1
13424| #define HAVE_ULIMIT 1
13425| #define HAVE_WAITPID 1
13426| #define HAVE_RENAME 1
13427| #define HAVE_BCOPY 1
13428| #define HAVE_BZERO 1
13429| #define HAVE_CONFSTR 1
13430| #define HAVE_FACCESSAT 1
13431| #define HAVE_FNMATCH 1
13432| #define HAVE_GETADDRINFO 1
13433| #define HAVE_GETHOSTBYNAME 1
13434| #define HAVE_GETSERVBYNAME 1
13435| #define HAVE_GETSERVENT 1
13436| #define HAVE_INET_ATON 1
13437| #define HAVE_IMAXDIV 1
13438| #define HAVE_MEMMOVE 1
13439| #define HAVE_PATHCONF 1
13440| #define HAVE_PUTENV 1
13441| #define HAVE_RAISE 1
13442| #define HAVE_RANDOM 1
13443| #define HAVE_REGCOMP 1
13444| #define HAVE_REGEXEC 1
13445| #define HAVE_SETENV 1
13446| #define HAVE_SETLINEBUF 1
13447| #define HAVE_SETLOCALE 1
13448| #define HAVE_SETVBUF 1
13449| #define HAVE_SIGINTERRUPT 1
13450| #define HAVE_STRCHR 1
13451| #define HAVE_SYSCONF 1
13452| #define HAVE_SYSLOG 1
13453| #define HAVE_TCGETATTR 1
13454| #define HAVE_TIMES 1
13455| #define HAVE_TTYNAME 1
13456| #define HAVE_TZSET 1
13457| #define HAVE_UNSETENV 1
13458| #define HAVE_VASPRINTF 1
13459| #define HAVE_ASPRINTF 1
13460| #define HAVE_ISASCII 1
13461| #define HAVE_ISBLANK 1
13462| #define HAVE_ISGRAPH 1
13463| #define HAVE_ISPRINT 1
13464| #define HAVE_ISSPACE 1
13465| #define HAVE_ISXDIGIT 1
13466| #define HAVE_GETPWENT 1
13467| #define HAVE_GETPWNAM 1
13468| #define HAVE_GETPWUID 1
13469| #define HAVE_MKSTEMP 1
13470| #define HAVE_MKDTEMP 1
13471| #define HAVE_ARC4RANDOM 1
13472| #define HAVE_GETCWD 1
13473| #define HAVE_MEMSET 1
13474| #define HAVE_STRCASECMP 1
13475| #define HAVE_STRCASESTR 1
13476| #define HAVE_STRERROR 1
13477| #define HAVE_STRFTIME 1
13478| #define HAVE_STRNLEN 1
13479| #define HAVE_STRPBRK 1
13480| #define HAVE_STRSTR 1
13481| #define HAVE_STRTOD 1
13482| #define HAVE_STRTOL 1
13483| #define HAVE_STRTOUL 1
13484| #define HAVE_STRTOLL 1
13485| #define HAVE_STRTOULL 1
13486| #define HAVE_STRTOUMAX 1
13487| #define HAVE_DPRINTF 1
13488| #define HAVE_STRDUP 1
13489| #define HAVE_DECL_AUDIT_USER_TTY 0
13490| #define HAVE_DECL_CONFSTR 1
13491| #define HAVE_DECL_PRINTF 1
13492| #define HAVE_DECL_SBRK 1
13493| #define HAVE_DECL_SETREGID 1
13494| #define HAVE_DECL_STRCPY 1
13495| #define HAVE_DECL_STRSIGNAL 1
13496| #define HAVE_DECL_STRTOLD 1
13497| #define HAVE_DECL_STRTOL 1
13498| #define HAVE_DECL_STRTOLL 1
13499| #define HAVE_DECL_STRTOUL 1
13500| #define HAVE_DECL_STRTOULL 1
13501| #define HAVE_DECL_STRTOUMAX 1
13502| #define HAVE_ERRNO_H 1
13503| #define HAVE_FCNTL_H 1
13504| #define HAVE_MMAP 1
13505| #define HAVE_MUNMAP 1
13506| #define HAVE_STPCPY 1
13507| #define HAVE_STRCSPN 1
13508| #define HAVE_WCTYPE_H 1
13509| #define HAVE_WCHAR_H 1
13510| #define HAVE_LANGINFO_H 1
13511| #define HAVE_MBRLEN 1
13512| #define HAVE_MBSNRTOWCS 1
13513| #define HAVE_MBSRTOWCS 1
13514| #define HAVE_WCRTOMB 1
13515| #define HAVE_WCSCOLL 1
13516| #define HAVE_WCSDUP 1
13517| #define HAVE_WCWIDTH 1
13518| #define HAVE_WCTYPE 1
13519| #define HAVE_WCSWIDTH 1
13520| #define HAVE_MBRTOWC 1
13521| #define HAVE_MBSTATE_T 1
13522| #define HAVE_ISWLOWER 1
13523| #define HAVE_ISWUPPER 1
13524| #define HAVE_TOWLOWER 1
13525| #define HAVE_TOWUPPER 1
13526| #define HAVE_ISWCTYPE 1
13527| #define HAVE_WCHAR_T 1
13528| #define HAVE_WCTYPE_T 1
13529| #define HAVE_WINT_T 1
13530| /* end confdefs.h.  */
13531|
13532| #include <unistd.h>
13533| #include <stdlib.h>
13534| #include <stdio.h>
13535|
13536| #include <locale.h>
13537| #include <wchar.h>
13538|
13539| int
13540| main(c, v)
13541| int     c;
13542| char    **v;
13543| {
13544|         int     w;
13545|
13546|         setlocale(LC_ALL, "en_US.UTF-8");
13547|         w = wcwidth (0x0301);
13548|         exit (w == 0);  /* exit 0 if wcwidth broken */
13549| }
13550|
13551configure:16621: result: no
13552configure:16632: checking for locale_charset
13553configure:16632: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  -lintl -Wl,-framework -Wl,CoreFoundation -liconv >&5
13554configure:16632: $? = 0
13555configure:16632: result: yes
13556configure:16646: checking size of wchar_t
13557configure:16652: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
13558configure:16652: $? = 0
13559configure:16652: ./conftest
13560configure:16652: $? = 0
13561configure:16667: result: 4
13562configure:16679: checking for dlopen in -ldl
13563configure:16702: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl   >&5
13564configure:16702: $? = 0
13565configure:16712: result: yes
13566configure:16722: checking for dlopen
13567configure:16722: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
13568configure:16722: $? = 0
13569configure:16722: result: yes
13570configure:16728: checking for dlclose
13571configure:16728: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
13572configure:16728: $? = 0
13573configure:16728: result: yes
13574configure:16734: checking for dlsym
13575configure:16734: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
13576configure:16734: $? = 0
13577configure:16734: result: yes
13578configure:17025: checking type of array argument to getgroups
13579configure:17061: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
13580configure:17061: $? = 0
13581configure:17061: ./conftest
13582configure:17061: $? = 0
13583configure:17088: result: gid_t
13584configure:17094: checking for off_t
13585configure:17094: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
13586configure:17094: $? = 0
13587configure:17094: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
13588conftest.c:365:20: error: expected expression
13589if (sizeof ((off_t)))
13590                   ^
135911 error generated.
13592configure:17094: $? = 1
13593configure: failed program was:
13594| /* confdefs.h */
13595| #define PACKAGE_NAME "bash"
13596| #define PACKAGE_TARNAME "bash"
13597| #define PACKAGE_VERSION "5.2-release"
13598| #define PACKAGE_STRING "bash 5.2-release"
13599| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
13600| #define PACKAGE_URL ""
13601| #define ALIAS 1
13602| #define PUSHD_AND_POPD 1
13603| #define RESTRICTED_SHELL 1
13604| #define PROCESS_SUBSTITUTION 1
13605| #define PROMPT_STRING_DECODE 1
13606| #define SELECT_COMMAND 1
13607| #define HELP_BUILTIN 1
13608| #define ARRAY_VARS 1
13609| #define DPAREN_ARITHMETIC 1
13610| #define BRACE_EXPANSION 1
13611| #define COMMAND_TIMING 1
13612| #define EXTENDED_GLOB 1
13613| #define EXTGLOB_DEFAULT 0
13614| #define COND_COMMAND 1
13615| #define COND_REGEXP 1
13616| #define COPROCESS_SUPPORT 1
13617| #define ARITH_FOR_COMMAND 1
13618| #define NETWORK_REDIRECTIONS 1
13619| #define PROGRAMMABLE_COMPLETION 1
13620| #define DEBUGGER 1
13621| #define CASEMOD_ATTRS 1
13622| #define CASEMOD_EXPANSIONS 1
13623| #define GLOBASCII_DEFAULT 1
13624| #define FUNCTION_IMPORT 1
13625| #define TRANSLATABLE_STRINGS 1
13626| #define MEMSCRAMBLE 1
13627| #define HAVE_STDIO_H 1
13628| #define HAVE_STDLIB_H 1
13629| #define HAVE_STRING_H 1
13630| #define HAVE_INTTYPES_H 1
13631| #define HAVE_STDINT_H 1
13632| #define HAVE_STRINGS_H 1
13633| #define HAVE_SYS_STAT_H 1
13634| #define HAVE_SYS_TYPES_H 1
13635| #define HAVE_UNISTD_H 1
13636| #define HAVE_WCHAR_H 1
13637| #define HAVE_SYS_PARAM_H 1
13638| #define HAVE_XLOCALE_H 1
13639| #define HAVE_SYS_TIME_H 1
13640| #define STDC_HEADERS 1
13641| #define _ALL_SOURCE 1
13642| #define _DARWIN_C_SOURCE 1
13643| #define _GNU_SOURCE 1
13644| #define _HPUX_ALT_XOPEN_SOCKET_API 1
13645| #define _NETBSD_SOURCE 1
13646| #define _OPENBSD_SOURCE 1
13647| #define _POSIX_PTHREAD_SEMANTICS 1
13648| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
13649| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
13650| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
13651| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
13652| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
13653| #define __STDC_WANT_LIB_EXT2__ 1
13654| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
13655| #define _TANDEM_SOURCE 1
13656| #define __EXTENSIONS__ 1
13657| #define READLINE 1
13658| #define HISTORY 1
13659| #define BANG_HISTORY 1
13660| #define HAVE_STRINGIZE 1
13661| #define HAVE_LONG_DOUBLE 1
13662| #define PROTOTYPES 1
13663| #define __PROTOTYPES 1
13664| #define restrict __restrict__
13665| #define HAVE_VISIBILITY 1
13666| #define HAVE_STDINT_H_WITH_UINTMAX 1
13667| #define HAVE_ALLOCA_H 1
13668| #define HAVE_ALLOCA 1
13669| #define HAVE_GETPAGESIZE 1
13670| #define HAVE_SYMLINK 1
13671| #define HAVE_USELOCALE 1
13672| #define HAVE_VPRINTF 1
13673| #define HAVE_ALARM 1
13674| #define HAVE_FPURGE 1
13675| #define HAVE_SNPRINTF 1
13676| #define HAVE_VSNPRINTF 1
13677| #define HAVE_MMAP 1
13678| #define INTDIV0_RAISES_SIGFPE 1
13679| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
13680| #define HAVE_UNSIGNED_LONG_LONG_INT 1
13681| #define HAVE_UINTMAX_T 1
13682| #define HAVE_INTTYPES_H 1
13683| #define USE_POSIX_THREADS 1
13684| #define HAVE_PTHREAD_RWLOCK 1
13685| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
13686| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
13687| #define HAVE_ICONV 1
13688| #define ICONV_CONST
13689| #define HAVE_BUILTIN_EXPECT 1
13690| #define HAVE_INTTYPES_H 1
13691| #define HAVE_LIMITS_H 1
13692| #define HAVE_UNISTD_H 1
13693| #define HAVE_SYS_PARAM_H 1
13694| #define HAVE_GETCWD 1
13695| #define HAVE_GETEGID 1
13696| #define HAVE_GETEUID 1
13697| #define HAVE_GETGID 1
13698| #define HAVE_GETUID 1
13699| #define HAVE_MUNMAP 1
13700| #define HAVE_STPCPY 1
13701| #define HAVE_STRCASECMP 1
13702| #define HAVE_STRDUP 1
13703| #define HAVE_STRTOUL 1
13704| #define HAVE_TSEARCH 1
13705| #define HAVE_LOCALECONV 1
13706| #define HAVE_DECL_FEOF_UNLOCKED 1
13707| #define HAVE_DECL_FGETS_UNLOCKED 0
13708| #define HAVE_LONG_LONG_INT 1
13709| #define HAVE_WCHAR_T 1
13710| #define HAVE_WINT_T 1
13711| #define HAVE_INTMAX_T 1
13712| #define HAVE_POSIX_PRINTF 1
13713| #define HAVE_STDINT_H 1
13714| #define HAVE_STDINT_H 1
13715| #define HAVE_WORKING_O_NOATIME 1
13716| #define HAVE_WORKING_O_NOFOLLOW 1
13717| #define HAVE_WORKING_USELOCALE 1
13718| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
13719| #define HAVE_CFLOCALECOPYCURRENT 1
13720| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
13721| #define FLEXIBLE_ARRAY_MEMBER /**/
13722| #define HAVE_STDDEF_H 1
13723| #define HAVE_STDLIB_H 1
13724| #define HAVE_STRING_H 1
13725| #define HAVE_ASPRINTF 1
13726| #define HAVE_FWPRINTF 1
13727| #define HAVE_NEWLOCALE 1
13728| #define HAVE_PUTENV 1
13729| #define HAVE_SETENV 1
13730| #define HAVE_SETLOCALE 1
13731| #define HAVE_SNPRINTF 1
13732| #define HAVE_STRNLEN 1
13733| #define HAVE_USELOCALE 1
13734| #define HAVE_WCSLEN 1
13735| #define HAVE_WCSNLEN 1
13736| #define HAVE_MBRTOWC 1
13737| #define HAVE_WCRTOMB 1
13738| #define HAVE_DECL__SNPRINTF 0
13739| #define HAVE_DECL__SNWPRINTF 0
13740| #define HAVE_DECL_GETC_UNLOCKED 1
13741| #define HAVE_LANGINFO_CODESET 1
13742| #define HAVE_LC_MESSAGES 1
13743| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
13744| #define HAVE_CFLOCALECOPYCURRENT 1
13745| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
13746| #define ENABLE_NLS 1
13747| #define HAVE_GETTEXT 1
13748| #define HAVE_DCGETTEXT 1
13749| #define HAVE_DIRENT_H 1
13750| #define HAVE_INTTYPES_H 1
13751| #define HAVE_UNISTD_H 1
13752| #define HAVE_STDLIB_H 1
13753| #define HAVE_STDARG_H 1
13754| #define HAVE_LIMITS_H 1
13755| #define HAVE_STRING_H 1
13756| #define HAVE_MEMORY_H 1
13757| #define HAVE_LOCALE_H 1
13758| #define HAVE_TERMCAP_H 1
13759| #define HAVE_TERMIOS_H 1
13760| #define HAVE_DLFCN_H 1
13761| #define HAVE_STDBOOL_H 1
13762| #define HAVE_STDDEF_H 1
13763| #define HAVE_STDINT_H 1
13764| #define HAVE_NETDB_H 1
13765| #define HAVE_PWD_H 1
13766| #define HAVE_GRP_H 1
13767| #define HAVE_STRINGS_H 1
13768| #define HAVE_REGEX_H 1
13769| #define HAVE_SYSLOG_H 1
13770| #define HAVE_ULIMIT_H 1
13771| #define HAVE_SYS_SELECT_H 1
13772| #define HAVE_SYS_FILE_H 1
13773| #define HAVE_SYS_IOCTL_H 1
13774| #define HAVE_SYS_MMAN_H 1
13775| #define HAVE_SYS_PARAM_H 1
13776| #define HAVE_SYS_RANDOM_H 1
13777| #define HAVE_SYS_SOCKET_H 1
13778| #define HAVE_SYS_STAT_H 1
13779| #define HAVE_SYS_TIME_H 1
13780| #define HAVE_SYS_TIMES_H 1
13781| #define HAVE_SYS_TYPES_H 1
13782| #define HAVE_SYS_WAIT_H 1
13783| #define HAVE_NETINET_IN_H 1
13784| #define HAVE_ARPA_INET_H 1
13785| #define HAVE_SYS_RESOURCE_H 1
13786| #define HAVE_ALLOCA_H 1
13787| #define HAVE_ALLOCA 1
13788| #define HAVE_CHOWN 1
13789| #define GETPGRP_VOID 1
13790| #define HAVE_STRCOLL 1
13791| #define HAVE_WAIT3 1
13792| #define HAVE_MKFIFO 1
13793| #define HAVE_DUP2 1
13794| #define HAVE_FCNTL 1
13795| #define HAVE_GETDTABLESIZE 1
13796| #define HAVE_GETENTROPY 1
13797| #define HAVE_GETGROUPS 1
13798| #define HAVE_GETHOSTNAME 1
13799| #define HAVE_GETPAGESIZE 1
13800| #define HAVE_GETPEERNAME 1
13801| #define HAVE_GETRLIMIT 1
13802| #define HAVE_GETRUSAGE 1
13803| #define HAVE_GETTIMEOFDAY 1
13804| #define HAVE_KILL 1
13805| #define HAVE_KILLPG 1
13806| #define HAVE_LSTAT 1
13807| #define HAVE_PSELECT 1
13808| #define HAVE_READLINK 1
13809| #define HAVE_SELECT 1
13810| #define HAVE_SETITIMER 1
13811| #define HAVE_TCGETPGRP 1
13812| #define HAVE_UNAME 1
13813| #define HAVE_ULIMIT 1
13814| #define HAVE_WAITPID 1
13815| #define HAVE_RENAME 1
13816| #define HAVE_BCOPY 1
13817| #define HAVE_BZERO 1
13818| #define HAVE_CONFSTR 1
13819| #define HAVE_FACCESSAT 1
13820| #define HAVE_FNMATCH 1
13821| #define HAVE_GETADDRINFO 1
13822| #define HAVE_GETHOSTBYNAME 1
13823| #define HAVE_GETSERVBYNAME 1
13824| #define HAVE_GETSERVENT 1
13825| #define HAVE_INET_ATON 1
13826| #define HAVE_IMAXDIV 1
13827| #define HAVE_MEMMOVE 1
13828| #define HAVE_PATHCONF 1
13829| #define HAVE_PUTENV 1
13830| #define HAVE_RAISE 1
13831| #define HAVE_RANDOM 1
13832| #define HAVE_REGCOMP 1
13833| #define HAVE_REGEXEC 1
13834| #define HAVE_SETENV 1
13835| #define HAVE_SETLINEBUF 1
13836| #define HAVE_SETLOCALE 1
13837| #define HAVE_SETVBUF 1
13838| #define HAVE_SIGINTERRUPT 1
13839| #define HAVE_STRCHR 1
13840| #define HAVE_SYSCONF 1
13841| #define HAVE_SYSLOG 1
13842| #define HAVE_TCGETATTR 1
13843| #define HAVE_TIMES 1
13844| #define HAVE_TTYNAME 1
13845| #define HAVE_TZSET 1
13846| #define HAVE_UNSETENV 1
13847| #define HAVE_VASPRINTF 1
13848| #define HAVE_ASPRINTF 1
13849| #define HAVE_ISASCII 1
13850| #define HAVE_ISBLANK 1
13851| #define HAVE_ISGRAPH 1
13852| #define HAVE_ISPRINT 1
13853| #define HAVE_ISSPACE 1
13854| #define HAVE_ISXDIGIT 1
13855| #define HAVE_GETPWENT 1
13856| #define HAVE_GETPWNAM 1
13857| #define HAVE_GETPWUID 1
13858| #define HAVE_MKSTEMP 1
13859| #define HAVE_MKDTEMP 1
13860| #define HAVE_ARC4RANDOM 1
13861| #define HAVE_GETCWD 1
13862| #define HAVE_MEMSET 1
13863| #define HAVE_STRCASECMP 1
13864| #define HAVE_STRCASESTR 1
13865| #define HAVE_STRERROR 1
13866| #define HAVE_STRFTIME 1
13867| #define HAVE_STRNLEN 1
13868| #define HAVE_STRPBRK 1
13869| #define HAVE_STRSTR 1
13870| #define HAVE_STRTOD 1
13871| #define HAVE_STRTOL 1
13872| #define HAVE_STRTOUL 1
13873| #define HAVE_STRTOLL 1
13874| #define HAVE_STRTOULL 1
13875| #define HAVE_STRTOUMAX 1
13876| #define HAVE_DPRINTF 1
13877| #define HAVE_STRDUP 1
13878| #define HAVE_DECL_AUDIT_USER_TTY 0
13879| #define HAVE_DECL_CONFSTR 1
13880| #define HAVE_DECL_PRINTF 1
13881| #define HAVE_DECL_SBRK 1
13882| #define HAVE_DECL_SETREGID 1
13883| #define HAVE_DECL_STRCPY 1
13884| #define HAVE_DECL_STRSIGNAL 1
13885| #define HAVE_DECL_STRTOLD 1
13886| #define HAVE_DECL_STRTOL 1
13887| #define HAVE_DECL_STRTOLL 1
13888| #define HAVE_DECL_STRTOUL 1
13889| #define HAVE_DECL_STRTOULL 1
13890| #define HAVE_DECL_STRTOUMAX 1
13891| #define HAVE_ERRNO_H 1
13892| #define HAVE_FCNTL_H 1
13893| #define HAVE_MMAP 1
13894| #define HAVE_MUNMAP 1
13895| #define HAVE_STPCPY 1
13896| #define HAVE_STRCSPN 1
13897| #define HAVE_WCTYPE_H 1
13898| #define HAVE_WCHAR_H 1
13899| #define HAVE_LANGINFO_H 1
13900| #define HAVE_MBRLEN 1
13901| #define HAVE_MBSNRTOWCS 1
13902| #define HAVE_MBSRTOWCS 1
13903| #define HAVE_WCRTOMB 1
13904| #define HAVE_WCSCOLL 1
13905| #define HAVE_WCSDUP 1
13906| #define HAVE_WCWIDTH 1
13907| #define HAVE_WCTYPE 1
13908| #define HAVE_WCSWIDTH 1
13909| #define HAVE_MBRTOWC 1
13910| #define HAVE_MBSTATE_T 1
13911| #define HAVE_ISWLOWER 1
13912| #define HAVE_ISWUPPER 1
13913| #define HAVE_TOWLOWER 1
13914| #define HAVE_TOWUPPER 1
13915| #define HAVE_ISWCTYPE 1
13916| #define HAVE_WCHAR_T 1
13917| #define HAVE_WCTYPE_T 1
13918| #define HAVE_WINT_T 1
13919| #define HAVE_LOCALE_CHARSET 1
13920| #define SIZEOF_WCHAR_T 4
13921| #define HAVE_LIBDL 1
13922| #define HAVE_DLOPEN 1
13923| #define HAVE_DLCLOSE 1
13924| #define HAVE_DLSYM 1
13925| #define GETGROUPS_T gid_t
13926| /* end confdefs.h.  */
13927| #include <stddef.h>
13928| #ifdef HAVE_STDIO_H
13929| # include <stdio.h>
13930| #endif
13931| #ifdef HAVE_STDLIB_H
13932| # include <stdlib.h>
13933| #endif
13934| #ifdef HAVE_STRING_H
13935| # include <string.h>
13936| #endif
13937| #ifdef HAVE_INTTYPES_H
13938| # include <inttypes.h>
13939| #endif
13940| #ifdef HAVE_STDINT_H
13941| # include <stdint.h>
13942| #endif
13943| #ifdef HAVE_STRINGS_H
13944| # include <strings.h>
13945| #endif
13946| #ifdef HAVE_SYS_TYPES_H
13947| # include <sys/types.h>
13948| #endif
13949| #ifdef HAVE_SYS_STAT_H
13950| # include <sys/stat.h>
13951| #endif
13952| #ifdef HAVE_UNISTD_H
13953| # include <unistd.h>
13954| #endif
13955| int
13956| main (void)
13957| {
13958| if (sizeof ((off_t)))
13959|           return 0;
13960|   ;
13961|   return 0;
13962| }
13963configure:17094: result: yes
13964configure:17104: checking for mode_t
13965configure:17104: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
13966configure:17104: $? = 0
13967configure:17104: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
13968conftest.c:365:21: error: expected expression
13969if (sizeof ((mode_t)))
13970                    ^
139711 error generated.
13972configure:17104: $? = 1
13973configure: failed program was:
13974| /* confdefs.h */
13975| #define PACKAGE_NAME "bash"
13976| #define PACKAGE_TARNAME "bash"
13977| #define PACKAGE_VERSION "5.2-release"
13978| #define PACKAGE_STRING "bash 5.2-release"
13979| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
13980| #define PACKAGE_URL ""
13981| #define ALIAS 1
13982| #define PUSHD_AND_POPD 1
13983| #define RESTRICTED_SHELL 1
13984| #define PROCESS_SUBSTITUTION 1
13985| #define PROMPT_STRING_DECODE 1
13986| #define SELECT_COMMAND 1
13987| #define HELP_BUILTIN 1
13988| #define ARRAY_VARS 1
13989| #define DPAREN_ARITHMETIC 1
13990| #define BRACE_EXPANSION 1
13991| #define COMMAND_TIMING 1
13992| #define EXTENDED_GLOB 1
13993| #define EXTGLOB_DEFAULT 0
13994| #define COND_COMMAND 1
13995| #define COND_REGEXP 1
13996| #define COPROCESS_SUPPORT 1
13997| #define ARITH_FOR_COMMAND 1
13998| #define NETWORK_REDIRECTIONS 1
13999| #define PROGRAMMABLE_COMPLETION 1
14000| #define DEBUGGER 1
14001| #define CASEMOD_ATTRS 1
14002| #define CASEMOD_EXPANSIONS 1
14003| #define GLOBASCII_DEFAULT 1
14004| #define FUNCTION_IMPORT 1
14005| #define TRANSLATABLE_STRINGS 1
14006| #define MEMSCRAMBLE 1
14007| #define HAVE_STDIO_H 1
14008| #define HAVE_STDLIB_H 1
14009| #define HAVE_STRING_H 1
14010| #define HAVE_INTTYPES_H 1
14011| #define HAVE_STDINT_H 1
14012| #define HAVE_STRINGS_H 1
14013| #define HAVE_SYS_STAT_H 1
14014| #define HAVE_SYS_TYPES_H 1
14015| #define HAVE_UNISTD_H 1
14016| #define HAVE_WCHAR_H 1
14017| #define HAVE_SYS_PARAM_H 1
14018| #define HAVE_XLOCALE_H 1
14019| #define HAVE_SYS_TIME_H 1
14020| #define STDC_HEADERS 1
14021| #define _ALL_SOURCE 1
14022| #define _DARWIN_C_SOURCE 1
14023| #define _GNU_SOURCE 1
14024| #define _HPUX_ALT_XOPEN_SOCKET_API 1
14025| #define _NETBSD_SOURCE 1
14026| #define _OPENBSD_SOURCE 1
14027| #define _POSIX_PTHREAD_SEMANTICS 1
14028| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
14029| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
14030| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
14031| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
14032| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
14033| #define __STDC_WANT_LIB_EXT2__ 1
14034| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
14035| #define _TANDEM_SOURCE 1
14036| #define __EXTENSIONS__ 1
14037| #define READLINE 1
14038| #define HISTORY 1
14039| #define BANG_HISTORY 1
14040| #define HAVE_STRINGIZE 1
14041| #define HAVE_LONG_DOUBLE 1
14042| #define PROTOTYPES 1
14043| #define __PROTOTYPES 1
14044| #define restrict __restrict__
14045| #define HAVE_VISIBILITY 1
14046| #define HAVE_STDINT_H_WITH_UINTMAX 1
14047| #define HAVE_ALLOCA_H 1
14048| #define HAVE_ALLOCA 1
14049| #define HAVE_GETPAGESIZE 1
14050| #define HAVE_SYMLINK 1
14051| #define HAVE_USELOCALE 1
14052| #define HAVE_VPRINTF 1
14053| #define HAVE_ALARM 1
14054| #define HAVE_FPURGE 1
14055| #define HAVE_SNPRINTF 1
14056| #define HAVE_VSNPRINTF 1
14057| #define HAVE_MMAP 1
14058| #define INTDIV0_RAISES_SIGFPE 1
14059| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
14060| #define HAVE_UNSIGNED_LONG_LONG_INT 1
14061| #define HAVE_UINTMAX_T 1
14062| #define HAVE_INTTYPES_H 1
14063| #define USE_POSIX_THREADS 1
14064| #define HAVE_PTHREAD_RWLOCK 1
14065| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
14066| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
14067| #define HAVE_ICONV 1
14068| #define ICONV_CONST
14069| #define HAVE_BUILTIN_EXPECT 1
14070| #define HAVE_INTTYPES_H 1
14071| #define HAVE_LIMITS_H 1
14072| #define HAVE_UNISTD_H 1
14073| #define HAVE_SYS_PARAM_H 1
14074| #define HAVE_GETCWD 1
14075| #define HAVE_GETEGID 1
14076| #define HAVE_GETEUID 1
14077| #define HAVE_GETGID 1
14078| #define HAVE_GETUID 1
14079| #define HAVE_MUNMAP 1
14080| #define HAVE_STPCPY 1
14081| #define HAVE_STRCASECMP 1
14082| #define HAVE_STRDUP 1
14083| #define HAVE_STRTOUL 1
14084| #define HAVE_TSEARCH 1
14085| #define HAVE_LOCALECONV 1
14086| #define HAVE_DECL_FEOF_UNLOCKED 1
14087| #define HAVE_DECL_FGETS_UNLOCKED 0
14088| #define HAVE_LONG_LONG_INT 1
14089| #define HAVE_WCHAR_T 1
14090| #define HAVE_WINT_T 1
14091| #define HAVE_INTMAX_T 1
14092| #define HAVE_POSIX_PRINTF 1
14093| #define HAVE_STDINT_H 1
14094| #define HAVE_STDINT_H 1
14095| #define HAVE_WORKING_O_NOATIME 1
14096| #define HAVE_WORKING_O_NOFOLLOW 1
14097| #define HAVE_WORKING_USELOCALE 1
14098| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
14099| #define HAVE_CFLOCALECOPYCURRENT 1
14100| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
14101| #define FLEXIBLE_ARRAY_MEMBER /**/
14102| #define HAVE_STDDEF_H 1
14103| #define HAVE_STDLIB_H 1
14104| #define HAVE_STRING_H 1
14105| #define HAVE_ASPRINTF 1
14106| #define HAVE_FWPRINTF 1
14107| #define HAVE_NEWLOCALE 1
14108| #define HAVE_PUTENV 1
14109| #define HAVE_SETENV 1
14110| #define HAVE_SETLOCALE 1
14111| #define HAVE_SNPRINTF 1
14112| #define HAVE_STRNLEN 1
14113| #define HAVE_USELOCALE 1
14114| #define HAVE_WCSLEN 1
14115| #define HAVE_WCSNLEN 1
14116| #define HAVE_MBRTOWC 1
14117| #define HAVE_WCRTOMB 1
14118| #define HAVE_DECL__SNPRINTF 0
14119| #define HAVE_DECL__SNWPRINTF 0
14120| #define HAVE_DECL_GETC_UNLOCKED 1
14121| #define HAVE_LANGINFO_CODESET 1
14122| #define HAVE_LC_MESSAGES 1
14123| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
14124| #define HAVE_CFLOCALECOPYCURRENT 1
14125| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
14126| #define ENABLE_NLS 1
14127| #define HAVE_GETTEXT 1
14128| #define HAVE_DCGETTEXT 1
14129| #define HAVE_DIRENT_H 1
14130| #define HAVE_INTTYPES_H 1
14131| #define HAVE_UNISTD_H 1
14132| #define HAVE_STDLIB_H 1
14133| #define HAVE_STDARG_H 1
14134| #define HAVE_LIMITS_H 1
14135| #define HAVE_STRING_H 1
14136| #define HAVE_MEMORY_H 1
14137| #define HAVE_LOCALE_H 1
14138| #define HAVE_TERMCAP_H 1
14139| #define HAVE_TERMIOS_H 1
14140| #define HAVE_DLFCN_H 1
14141| #define HAVE_STDBOOL_H 1
14142| #define HAVE_STDDEF_H 1
14143| #define HAVE_STDINT_H 1
14144| #define HAVE_NETDB_H 1
14145| #define HAVE_PWD_H 1
14146| #define HAVE_GRP_H 1
14147| #define HAVE_STRINGS_H 1
14148| #define HAVE_REGEX_H 1
14149| #define HAVE_SYSLOG_H 1
14150| #define HAVE_ULIMIT_H 1
14151| #define HAVE_SYS_SELECT_H 1
14152| #define HAVE_SYS_FILE_H 1
14153| #define HAVE_SYS_IOCTL_H 1
14154| #define HAVE_SYS_MMAN_H 1
14155| #define HAVE_SYS_PARAM_H 1
14156| #define HAVE_SYS_RANDOM_H 1
14157| #define HAVE_SYS_SOCKET_H 1
14158| #define HAVE_SYS_STAT_H 1
14159| #define HAVE_SYS_TIME_H 1
14160| #define HAVE_SYS_TIMES_H 1
14161| #define HAVE_SYS_TYPES_H 1
14162| #define HAVE_SYS_WAIT_H 1
14163| #define HAVE_NETINET_IN_H 1
14164| #define HAVE_ARPA_INET_H 1
14165| #define HAVE_SYS_RESOURCE_H 1
14166| #define HAVE_ALLOCA_H 1
14167| #define HAVE_ALLOCA 1
14168| #define HAVE_CHOWN 1
14169| #define GETPGRP_VOID 1
14170| #define HAVE_STRCOLL 1
14171| #define HAVE_WAIT3 1
14172| #define HAVE_MKFIFO 1
14173| #define HAVE_DUP2 1
14174| #define HAVE_FCNTL 1
14175| #define HAVE_GETDTABLESIZE 1
14176| #define HAVE_GETENTROPY 1
14177| #define HAVE_GETGROUPS 1
14178| #define HAVE_GETHOSTNAME 1
14179| #define HAVE_GETPAGESIZE 1
14180| #define HAVE_GETPEERNAME 1
14181| #define HAVE_GETRLIMIT 1
14182| #define HAVE_GETRUSAGE 1
14183| #define HAVE_GETTIMEOFDAY 1
14184| #define HAVE_KILL 1
14185| #define HAVE_KILLPG 1
14186| #define HAVE_LSTAT 1
14187| #define HAVE_PSELECT 1
14188| #define HAVE_READLINK 1
14189| #define HAVE_SELECT 1
14190| #define HAVE_SETITIMER 1
14191| #define HAVE_TCGETPGRP 1
14192| #define HAVE_UNAME 1
14193| #define HAVE_ULIMIT 1
14194| #define HAVE_WAITPID 1
14195| #define HAVE_RENAME 1
14196| #define HAVE_BCOPY 1
14197| #define HAVE_BZERO 1
14198| #define HAVE_CONFSTR 1
14199| #define HAVE_FACCESSAT 1
14200| #define HAVE_FNMATCH 1
14201| #define HAVE_GETADDRINFO 1
14202| #define HAVE_GETHOSTBYNAME 1
14203| #define HAVE_GETSERVBYNAME 1
14204| #define HAVE_GETSERVENT 1
14205| #define HAVE_INET_ATON 1
14206| #define HAVE_IMAXDIV 1
14207| #define HAVE_MEMMOVE 1
14208| #define HAVE_PATHCONF 1
14209| #define HAVE_PUTENV 1
14210| #define HAVE_RAISE 1
14211| #define HAVE_RANDOM 1
14212| #define HAVE_REGCOMP 1
14213| #define HAVE_REGEXEC 1
14214| #define HAVE_SETENV 1
14215| #define HAVE_SETLINEBUF 1
14216| #define HAVE_SETLOCALE 1
14217| #define HAVE_SETVBUF 1
14218| #define HAVE_SIGINTERRUPT 1
14219| #define HAVE_STRCHR 1
14220| #define HAVE_SYSCONF 1
14221| #define HAVE_SYSLOG 1
14222| #define HAVE_TCGETATTR 1
14223| #define HAVE_TIMES 1
14224| #define HAVE_TTYNAME 1
14225| #define HAVE_TZSET 1
14226| #define HAVE_UNSETENV 1
14227| #define HAVE_VASPRINTF 1
14228| #define HAVE_ASPRINTF 1
14229| #define HAVE_ISASCII 1
14230| #define HAVE_ISBLANK 1
14231| #define HAVE_ISGRAPH 1
14232| #define HAVE_ISPRINT 1
14233| #define HAVE_ISSPACE 1
14234| #define HAVE_ISXDIGIT 1
14235| #define HAVE_GETPWENT 1
14236| #define HAVE_GETPWNAM 1
14237| #define HAVE_GETPWUID 1
14238| #define HAVE_MKSTEMP 1
14239| #define HAVE_MKDTEMP 1
14240| #define HAVE_ARC4RANDOM 1
14241| #define HAVE_GETCWD 1
14242| #define HAVE_MEMSET 1
14243| #define HAVE_STRCASECMP 1
14244| #define HAVE_STRCASESTR 1
14245| #define HAVE_STRERROR 1
14246| #define HAVE_STRFTIME 1
14247| #define HAVE_STRNLEN 1
14248| #define HAVE_STRPBRK 1
14249| #define HAVE_STRSTR 1
14250| #define HAVE_STRTOD 1
14251| #define HAVE_STRTOL 1
14252| #define HAVE_STRTOUL 1
14253| #define HAVE_STRTOLL 1
14254| #define HAVE_STRTOULL 1
14255| #define HAVE_STRTOUMAX 1
14256| #define HAVE_DPRINTF 1
14257| #define HAVE_STRDUP 1
14258| #define HAVE_DECL_AUDIT_USER_TTY 0
14259| #define HAVE_DECL_CONFSTR 1
14260| #define HAVE_DECL_PRINTF 1
14261| #define HAVE_DECL_SBRK 1
14262| #define HAVE_DECL_SETREGID 1
14263| #define HAVE_DECL_STRCPY 1
14264| #define HAVE_DECL_STRSIGNAL 1
14265| #define HAVE_DECL_STRTOLD 1
14266| #define HAVE_DECL_STRTOL 1
14267| #define HAVE_DECL_STRTOLL 1
14268| #define HAVE_DECL_STRTOUL 1
14269| #define HAVE_DECL_STRTOULL 1
14270| #define HAVE_DECL_STRTOUMAX 1
14271| #define HAVE_ERRNO_H 1
14272| #define HAVE_FCNTL_H 1
14273| #define HAVE_MMAP 1
14274| #define HAVE_MUNMAP 1
14275| #define HAVE_STPCPY 1
14276| #define HAVE_STRCSPN 1
14277| #define HAVE_WCTYPE_H 1
14278| #define HAVE_WCHAR_H 1
14279| #define HAVE_LANGINFO_H 1
14280| #define HAVE_MBRLEN 1
14281| #define HAVE_MBSNRTOWCS 1
14282| #define HAVE_MBSRTOWCS 1
14283| #define HAVE_WCRTOMB 1
14284| #define HAVE_WCSCOLL 1
14285| #define HAVE_WCSDUP 1
14286| #define HAVE_WCWIDTH 1
14287| #define HAVE_WCTYPE 1
14288| #define HAVE_WCSWIDTH 1
14289| #define HAVE_MBRTOWC 1
14290| #define HAVE_MBSTATE_T 1
14291| #define HAVE_ISWLOWER 1
14292| #define HAVE_ISWUPPER 1
14293| #define HAVE_TOWLOWER 1
14294| #define HAVE_TOWUPPER 1
14295| #define HAVE_ISWCTYPE 1
14296| #define HAVE_WCHAR_T 1
14297| #define HAVE_WCTYPE_T 1
14298| #define HAVE_WINT_T 1
14299| #define HAVE_LOCALE_CHARSET 1
14300| #define SIZEOF_WCHAR_T 4
14301| #define HAVE_LIBDL 1
14302| #define HAVE_DLOPEN 1
14303| #define HAVE_DLCLOSE 1
14304| #define HAVE_DLSYM 1
14305| #define GETGROUPS_T gid_t
14306| /* end confdefs.h.  */
14307| #include <stddef.h>
14308| #ifdef HAVE_STDIO_H
14309| # include <stdio.h>
14310| #endif
14311| #ifdef HAVE_STDLIB_H
14312| # include <stdlib.h>
14313| #endif
14314| #ifdef HAVE_STRING_H
14315| # include <string.h>
14316| #endif
14317| #ifdef HAVE_INTTYPES_H
14318| # include <inttypes.h>
14319| #endif
14320| #ifdef HAVE_STDINT_H
14321| # include <stdint.h>
14322| #endif
14323| #ifdef HAVE_STRINGS_H
14324| # include <strings.h>
14325| #endif
14326| #ifdef HAVE_SYS_TYPES_H
14327| # include <sys/types.h>
14328| #endif
14329| #ifdef HAVE_SYS_STAT_H
14330| # include <sys/stat.h>
14331| #endif
14332| #ifdef HAVE_UNISTD_H
14333| # include <unistd.h>
14334| #endif
14335| int
14336| main (void)
14337| {
14338| if (sizeof ((mode_t)))
14339|           return 0;
14340|   ;
14341|   return 0;
14342| }
14343configure:17104: result: yes
14344configure:17114: checking for uid_t in sys/types.h
14345configure:17135: result: yes
14346configure:17147: checking for pid_t
14347configure:17147: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
14348configure:17147: $? = 0
14349configure:17147: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
14350conftest.c:366:20: error: expected expression
14351if (sizeof ((pid_t)))
14352                   ^
143531 error generated.
14354configure:17147: $? = 1
14355configure: failed program was:
14356| /* confdefs.h */
14357| #define PACKAGE_NAME "bash"
14358| #define PACKAGE_TARNAME "bash"
14359| #define PACKAGE_VERSION "5.2-release"
14360| #define PACKAGE_STRING "bash 5.2-release"
14361| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
14362| #define PACKAGE_URL ""
14363| #define ALIAS 1
14364| #define PUSHD_AND_POPD 1
14365| #define RESTRICTED_SHELL 1
14366| #define PROCESS_SUBSTITUTION 1
14367| #define PROMPT_STRING_DECODE 1
14368| #define SELECT_COMMAND 1
14369| #define HELP_BUILTIN 1
14370| #define ARRAY_VARS 1
14371| #define DPAREN_ARITHMETIC 1
14372| #define BRACE_EXPANSION 1
14373| #define COMMAND_TIMING 1
14374| #define EXTENDED_GLOB 1
14375| #define EXTGLOB_DEFAULT 0
14376| #define COND_COMMAND 1
14377| #define COND_REGEXP 1
14378| #define COPROCESS_SUPPORT 1
14379| #define ARITH_FOR_COMMAND 1
14380| #define NETWORK_REDIRECTIONS 1
14381| #define PROGRAMMABLE_COMPLETION 1
14382| #define DEBUGGER 1
14383| #define CASEMOD_ATTRS 1
14384| #define CASEMOD_EXPANSIONS 1
14385| #define GLOBASCII_DEFAULT 1
14386| #define FUNCTION_IMPORT 1
14387| #define TRANSLATABLE_STRINGS 1
14388| #define MEMSCRAMBLE 1
14389| #define HAVE_STDIO_H 1
14390| #define HAVE_STDLIB_H 1
14391| #define HAVE_STRING_H 1
14392| #define HAVE_INTTYPES_H 1
14393| #define HAVE_STDINT_H 1
14394| #define HAVE_STRINGS_H 1
14395| #define HAVE_SYS_STAT_H 1
14396| #define HAVE_SYS_TYPES_H 1
14397| #define HAVE_UNISTD_H 1
14398| #define HAVE_WCHAR_H 1
14399| #define HAVE_SYS_PARAM_H 1
14400| #define HAVE_XLOCALE_H 1
14401| #define HAVE_SYS_TIME_H 1
14402| #define STDC_HEADERS 1
14403| #define _ALL_SOURCE 1
14404| #define _DARWIN_C_SOURCE 1
14405| #define _GNU_SOURCE 1
14406| #define _HPUX_ALT_XOPEN_SOCKET_API 1
14407| #define _NETBSD_SOURCE 1
14408| #define _OPENBSD_SOURCE 1
14409| #define _POSIX_PTHREAD_SEMANTICS 1
14410| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
14411| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
14412| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
14413| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
14414| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
14415| #define __STDC_WANT_LIB_EXT2__ 1
14416| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
14417| #define _TANDEM_SOURCE 1
14418| #define __EXTENSIONS__ 1
14419| #define READLINE 1
14420| #define HISTORY 1
14421| #define BANG_HISTORY 1
14422| #define HAVE_STRINGIZE 1
14423| #define HAVE_LONG_DOUBLE 1
14424| #define PROTOTYPES 1
14425| #define __PROTOTYPES 1
14426| #define restrict __restrict__
14427| #define HAVE_VISIBILITY 1
14428| #define HAVE_STDINT_H_WITH_UINTMAX 1
14429| #define HAVE_ALLOCA_H 1
14430| #define HAVE_ALLOCA 1
14431| #define HAVE_GETPAGESIZE 1
14432| #define HAVE_SYMLINK 1
14433| #define HAVE_USELOCALE 1
14434| #define HAVE_VPRINTF 1
14435| #define HAVE_ALARM 1
14436| #define HAVE_FPURGE 1
14437| #define HAVE_SNPRINTF 1
14438| #define HAVE_VSNPRINTF 1
14439| #define HAVE_MMAP 1
14440| #define INTDIV0_RAISES_SIGFPE 1
14441| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
14442| #define HAVE_UNSIGNED_LONG_LONG_INT 1
14443| #define HAVE_UINTMAX_T 1
14444| #define HAVE_INTTYPES_H 1
14445| #define USE_POSIX_THREADS 1
14446| #define HAVE_PTHREAD_RWLOCK 1
14447| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
14448| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
14449| #define HAVE_ICONV 1
14450| #define ICONV_CONST
14451| #define HAVE_BUILTIN_EXPECT 1
14452| #define HAVE_INTTYPES_H 1
14453| #define HAVE_LIMITS_H 1
14454| #define HAVE_UNISTD_H 1
14455| #define HAVE_SYS_PARAM_H 1
14456| #define HAVE_GETCWD 1
14457| #define HAVE_GETEGID 1
14458| #define HAVE_GETEUID 1
14459| #define HAVE_GETGID 1
14460| #define HAVE_GETUID 1
14461| #define HAVE_MUNMAP 1
14462| #define HAVE_STPCPY 1
14463| #define HAVE_STRCASECMP 1
14464| #define HAVE_STRDUP 1
14465| #define HAVE_STRTOUL 1
14466| #define HAVE_TSEARCH 1
14467| #define HAVE_LOCALECONV 1
14468| #define HAVE_DECL_FEOF_UNLOCKED 1
14469| #define HAVE_DECL_FGETS_UNLOCKED 0
14470| #define HAVE_LONG_LONG_INT 1
14471| #define HAVE_WCHAR_T 1
14472| #define HAVE_WINT_T 1
14473| #define HAVE_INTMAX_T 1
14474| #define HAVE_POSIX_PRINTF 1
14475| #define HAVE_STDINT_H 1
14476| #define HAVE_STDINT_H 1
14477| #define HAVE_WORKING_O_NOATIME 1
14478| #define HAVE_WORKING_O_NOFOLLOW 1
14479| #define HAVE_WORKING_USELOCALE 1
14480| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
14481| #define HAVE_CFLOCALECOPYCURRENT 1
14482| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
14483| #define FLEXIBLE_ARRAY_MEMBER /**/
14484| #define HAVE_STDDEF_H 1
14485| #define HAVE_STDLIB_H 1
14486| #define HAVE_STRING_H 1
14487| #define HAVE_ASPRINTF 1
14488| #define HAVE_FWPRINTF 1
14489| #define HAVE_NEWLOCALE 1
14490| #define HAVE_PUTENV 1
14491| #define HAVE_SETENV 1
14492| #define HAVE_SETLOCALE 1
14493| #define HAVE_SNPRINTF 1
14494| #define HAVE_STRNLEN 1
14495| #define HAVE_USELOCALE 1
14496| #define HAVE_WCSLEN 1
14497| #define HAVE_WCSNLEN 1
14498| #define HAVE_MBRTOWC 1
14499| #define HAVE_WCRTOMB 1
14500| #define HAVE_DECL__SNPRINTF 0
14501| #define HAVE_DECL__SNWPRINTF 0
14502| #define HAVE_DECL_GETC_UNLOCKED 1
14503| #define HAVE_LANGINFO_CODESET 1
14504| #define HAVE_LC_MESSAGES 1
14505| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
14506| #define HAVE_CFLOCALECOPYCURRENT 1
14507| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
14508| #define ENABLE_NLS 1
14509| #define HAVE_GETTEXT 1
14510| #define HAVE_DCGETTEXT 1
14511| #define HAVE_DIRENT_H 1
14512| #define HAVE_INTTYPES_H 1
14513| #define HAVE_UNISTD_H 1
14514| #define HAVE_STDLIB_H 1
14515| #define HAVE_STDARG_H 1
14516| #define HAVE_LIMITS_H 1
14517| #define HAVE_STRING_H 1
14518| #define HAVE_MEMORY_H 1
14519| #define HAVE_LOCALE_H 1
14520| #define HAVE_TERMCAP_H 1
14521| #define HAVE_TERMIOS_H 1
14522| #define HAVE_DLFCN_H 1
14523| #define HAVE_STDBOOL_H 1
14524| #define HAVE_STDDEF_H 1
14525| #define HAVE_STDINT_H 1
14526| #define HAVE_NETDB_H 1
14527| #define HAVE_PWD_H 1
14528| #define HAVE_GRP_H 1
14529| #define HAVE_STRINGS_H 1
14530| #define HAVE_REGEX_H 1
14531| #define HAVE_SYSLOG_H 1
14532| #define HAVE_ULIMIT_H 1
14533| #define HAVE_SYS_SELECT_H 1
14534| #define HAVE_SYS_FILE_H 1
14535| #define HAVE_SYS_IOCTL_H 1
14536| #define HAVE_SYS_MMAN_H 1
14537| #define HAVE_SYS_PARAM_H 1
14538| #define HAVE_SYS_RANDOM_H 1
14539| #define HAVE_SYS_SOCKET_H 1
14540| #define HAVE_SYS_STAT_H 1
14541| #define HAVE_SYS_TIME_H 1
14542| #define HAVE_SYS_TIMES_H 1
14543| #define HAVE_SYS_TYPES_H 1
14544| #define HAVE_SYS_WAIT_H 1
14545| #define HAVE_NETINET_IN_H 1
14546| #define HAVE_ARPA_INET_H 1
14547| #define HAVE_SYS_RESOURCE_H 1
14548| #define HAVE_ALLOCA_H 1
14549| #define HAVE_ALLOCA 1
14550| #define HAVE_CHOWN 1
14551| #define GETPGRP_VOID 1
14552| #define HAVE_STRCOLL 1
14553| #define HAVE_WAIT3 1
14554| #define HAVE_MKFIFO 1
14555| #define HAVE_DUP2 1
14556| #define HAVE_FCNTL 1
14557| #define HAVE_GETDTABLESIZE 1
14558| #define HAVE_GETENTROPY 1
14559| #define HAVE_GETGROUPS 1
14560| #define HAVE_GETHOSTNAME 1
14561| #define HAVE_GETPAGESIZE 1
14562| #define HAVE_GETPEERNAME 1
14563| #define HAVE_GETRLIMIT 1
14564| #define HAVE_GETRUSAGE 1
14565| #define HAVE_GETTIMEOFDAY 1
14566| #define HAVE_KILL 1
14567| #define HAVE_KILLPG 1
14568| #define HAVE_LSTAT 1
14569| #define HAVE_PSELECT 1
14570| #define HAVE_READLINK 1
14571| #define HAVE_SELECT 1
14572| #define HAVE_SETITIMER 1
14573| #define HAVE_TCGETPGRP 1
14574| #define HAVE_UNAME 1
14575| #define HAVE_ULIMIT 1
14576| #define HAVE_WAITPID 1
14577| #define HAVE_RENAME 1
14578| #define HAVE_BCOPY 1
14579| #define HAVE_BZERO 1
14580| #define HAVE_CONFSTR 1
14581| #define HAVE_FACCESSAT 1
14582| #define HAVE_FNMATCH 1
14583| #define HAVE_GETADDRINFO 1
14584| #define HAVE_GETHOSTBYNAME 1
14585| #define HAVE_GETSERVBYNAME 1
14586| #define HAVE_GETSERVENT 1
14587| #define HAVE_INET_ATON 1
14588| #define HAVE_IMAXDIV 1
14589| #define HAVE_MEMMOVE 1
14590| #define HAVE_PATHCONF 1
14591| #define HAVE_PUTENV 1
14592| #define HAVE_RAISE 1
14593| #define HAVE_RANDOM 1
14594| #define HAVE_REGCOMP 1
14595| #define HAVE_REGEXEC 1
14596| #define HAVE_SETENV 1
14597| #define HAVE_SETLINEBUF 1
14598| #define HAVE_SETLOCALE 1
14599| #define HAVE_SETVBUF 1
14600| #define HAVE_SIGINTERRUPT 1
14601| #define HAVE_STRCHR 1
14602| #define HAVE_SYSCONF 1
14603| #define HAVE_SYSLOG 1
14604| #define HAVE_TCGETATTR 1
14605| #define HAVE_TIMES 1
14606| #define HAVE_TTYNAME 1
14607| #define HAVE_TZSET 1
14608| #define HAVE_UNSETENV 1
14609| #define HAVE_VASPRINTF 1
14610| #define HAVE_ASPRINTF 1
14611| #define HAVE_ISASCII 1
14612| #define HAVE_ISBLANK 1
14613| #define HAVE_ISGRAPH 1
14614| #define HAVE_ISPRINT 1
14615| #define HAVE_ISSPACE 1
14616| #define HAVE_ISXDIGIT 1
14617| #define HAVE_GETPWENT 1
14618| #define HAVE_GETPWNAM 1
14619| #define HAVE_GETPWUID 1
14620| #define HAVE_MKSTEMP 1
14621| #define HAVE_MKDTEMP 1
14622| #define HAVE_ARC4RANDOM 1
14623| #define HAVE_GETCWD 1
14624| #define HAVE_MEMSET 1
14625| #define HAVE_STRCASECMP 1
14626| #define HAVE_STRCASESTR 1
14627| #define HAVE_STRERROR 1
14628| #define HAVE_STRFTIME 1
14629| #define HAVE_STRNLEN 1
14630| #define HAVE_STRPBRK 1
14631| #define HAVE_STRSTR 1
14632| #define HAVE_STRTOD 1
14633| #define HAVE_STRTOL 1
14634| #define HAVE_STRTOUL 1
14635| #define HAVE_STRTOLL 1
14636| #define HAVE_STRTOULL 1
14637| #define HAVE_STRTOUMAX 1
14638| #define HAVE_DPRINTF 1
14639| #define HAVE_STRDUP 1
14640| #define HAVE_DECL_AUDIT_USER_TTY 0
14641| #define HAVE_DECL_CONFSTR 1
14642| #define HAVE_DECL_PRINTF 1
14643| #define HAVE_DECL_SBRK 1
14644| #define HAVE_DECL_SETREGID 1
14645| #define HAVE_DECL_STRCPY 1
14646| #define HAVE_DECL_STRSIGNAL 1
14647| #define HAVE_DECL_STRTOLD 1
14648| #define HAVE_DECL_STRTOL 1
14649| #define HAVE_DECL_STRTOLL 1
14650| #define HAVE_DECL_STRTOUL 1
14651| #define HAVE_DECL_STRTOULL 1
14652| #define HAVE_DECL_STRTOUMAX 1
14653| #define HAVE_ERRNO_H 1
14654| #define HAVE_FCNTL_H 1
14655| #define HAVE_MMAP 1
14656| #define HAVE_MUNMAP 1
14657| #define HAVE_STPCPY 1
14658| #define HAVE_STRCSPN 1
14659| #define HAVE_WCTYPE_H 1
14660| #define HAVE_WCHAR_H 1
14661| #define HAVE_LANGINFO_H 1
14662| #define HAVE_MBRLEN 1
14663| #define HAVE_MBSNRTOWCS 1
14664| #define HAVE_MBSRTOWCS 1
14665| #define HAVE_WCRTOMB 1
14666| #define HAVE_WCSCOLL 1
14667| #define HAVE_WCSDUP 1
14668| #define HAVE_WCWIDTH 1
14669| #define HAVE_WCTYPE 1
14670| #define HAVE_WCSWIDTH 1
14671| #define HAVE_MBRTOWC 1
14672| #define HAVE_MBSTATE_T 1
14673| #define HAVE_ISWLOWER 1
14674| #define HAVE_ISWUPPER 1
14675| #define HAVE_TOWLOWER 1
14676| #define HAVE_TOWUPPER 1
14677| #define HAVE_ISWCTYPE 1
14678| #define HAVE_WCHAR_T 1
14679| #define HAVE_WCTYPE_T 1
14680| #define HAVE_WINT_T 1
14681| #define HAVE_LOCALE_CHARSET 1
14682| #define SIZEOF_WCHAR_T 4
14683| #define HAVE_LIBDL 1
14684| #define HAVE_DLOPEN 1
14685| #define HAVE_DLCLOSE 1
14686| #define HAVE_DLSYM 1
14687| #define GETGROUPS_T gid_t
14688| /* end confdefs.h.  */
14689| #include <stddef.h>
14690| #ifdef HAVE_STDIO_H
14691| # include <stdio.h>
14692| #endif
14693| #ifdef HAVE_STDLIB_H
14694| # include <stdlib.h>
14695| #endif
14696| #ifdef HAVE_STRING_H
14697| # include <string.h>
14698| #endif
14699| #ifdef HAVE_INTTYPES_H
14700| # include <inttypes.h>
14701| #endif
14702| #ifdef HAVE_STDINT_H
14703| # include <stdint.h>
14704| #endif
14705| #ifdef HAVE_STRINGS_H
14706| # include <strings.h>
14707| #endif
14708| #ifdef HAVE_SYS_TYPES_H
14709| # include <sys/types.h>
14710| #endif
14711| #ifdef HAVE_SYS_STAT_H
14712| # include <sys/stat.h>
14713| #endif
14714| #ifdef HAVE_UNISTD_H
14715| # include <unistd.h>
14716| #endif
14717|
14718| int
14719| main (void)
14720| {
14721| if (sizeof ((pid_t)))
14722|           return 0;
14723|   ;
14724|   return 0;
14725| }
14726configure:17147: result: yes
14727configure:17183: checking for size_t
14728configure:17183: result: yes
14729configure:17194: checking for uintptr_t
14730configure:17194: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
14731configure:17194: $? = 0
14732configure:17194: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
14733conftest.c:365:24: error: expected expression
14734if (sizeof ((uintptr_t)))
14735                       ^
147361 error generated.
14737configure:17194: $? = 1
14738configure: failed program was:
14739| /* confdefs.h */
14740| #define PACKAGE_NAME "bash"
14741| #define PACKAGE_TARNAME "bash"
14742| #define PACKAGE_VERSION "5.2-release"
14743| #define PACKAGE_STRING "bash 5.2-release"
14744| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
14745| #define PACKAGE_URL ""
14746| #define ALIAS 1
14747| #define PUSHD_AND_POPD 1
14748| #define RESTRICTED_SHELL 1
14749| #define PROCESS_SUBSTITUTION 1
14750| #define PROMPT_STRING_DECODE 1
14751| #define SELECT_COMMAND 1
14752| #define HELP_BUILTIN 1
14753| #define ARRAY_VARS 1
14754| #define DPAREN_ARITHMETIC 1
14755| #define BRACE_EXPANSION 1
14756| #define COMMAND_TIMING 1
14757| #define EXTENDED_GLOB 1
14758| #define EXTGLOB_DEFAULT 0
14759| #define COND_COMMAND 1
14760| #define COND_REGEXP 1
14761| #define COPROCESS_SUPPORT 1
14762| #define ARITH_FOR_COMMAND 1
14763| #define NETWORK_REDIRECTIONS 1
14764| #define PROGRAMMABLE_COMPLETION 1
14765| #define DEBUGGER 1
14766| #define CASEMOD_ATTRS 1
14767| #define CASEMOD_EXPANSIONS 1
14768| #define GLOBASCII_DEFAULT 1
14769| #define FUNCTION_IMPORT 1
14770| #define TRANSLATABLE_STRINGS 1
14771| #define MEMSCRAMBLE 1
14772| #define HAVE_STDIO_H 1
14773| #define HAVE_STDLIB_H 1
14774| #define HAVE_STRING_H 1
14775| #define HAVE_INTTYPES_H 1
14776| #define HAVE_STDINT_H 1
14777| #define HAVE_STRINGS_H 1
14778| #define HAVE_SYS_STAT_H 1
14779| #define HAVE_SYS_TYPES_H 1
14780| #define HAVE_UNISTD_H 1
14781| #define HAVE_WCHAR_H 1
14782| #define HAVE_SYS_PARAM_H 1
14783| #define HAVE_XLOCALE_H 1
14784| #define HAVE_SYS_TIME_H 1
14785| #define STDC_HEADERS 1
14786| #define _ALL_SOURCE 1
14787| #define _DARWIN_C_SOURCE 1
14788| #define _GNU_SOURCE 1
14789| #define _HPUX_ALT_XOPEN_SOCKET_API 1
14790| #define _NETBSD_SOURCE 1
14791| #define _OPENBSD_SOURCE 1
14792| #define _POSIX_PTHREAD_SEMANTICS 1
14793| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
14794| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
14795| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
14796| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
14797| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
14798| #define __STDC_WANT_LIB_EXT2__ 1
14799| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
14800| #define _TANDEM_SOURCE 1
14801| #define __EXTENSIONS__ 1
14802| #define READLINE 1
14803| #define HISTORY 1
14804| #define BANG_HISTORY 1
14805| #define HAVE_STRINGIZE 1
14806| #define HAVE_LONG_DOUBLE 1
14807| #define PROTOTYPES 1
14808| #define __PROTOTYPES 1
14809| #define restrict __restrict__
14810| #define HAVE_VISIBILITY 1
14811| #define HAVE_STDINT_H_WITH_UINTMAX 1
14812| #define HAVE_ALLOCA_H 1
14813| #define HAVE_ALLOCA 1
14814| #define HAVE_GETPAGESIZE 1
14815| #define HAVE_SYMLINK 1
14816| #define HAVE_USELOCALE 1
14817| #define HAVE_VPRINTF 1
14818| #define HAVE_ALARM 1
14819| #define HAVE_FPURGE 1
14820| #define HAVE_SNPRINTF 1
14821| #define HAVE_VSNPRINTF 1
14822| #define HAVE_MMAP 1
14823| #define INTDIV0_RAISES_SIGFPE 1
14824| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
14825| #define HAVE_UNSIGNED_LONG_LONG_INT 1
14826| #define HAVE_UINTMAX_T 1
14827| #define HAVE_INTTYPES_H 1
14828| #define USE_POSIX_THREADS 1
14829| #define HAVE_PTHREAD_RWLOCK 1
14830| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
14831| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
14832| #define HAVE_ICONV 1
14833| #define ICONV_CONST
14834| #define HAVE_BUILTIN_EXPECT 1
14835| #define HAVE_INTTYPES_H 1
14836| #define HAVE_LIMITS_H 1
14837| #define HAVE_UNISTD_H 1
14838| #define HAVE_SYS_PARAM_H 1
14839| #define HAVE_GETCWD 1
14840| #define HAVE_GETEGID 1
14841| #define HAVE_GETEUID 1
14842| #define HAVE_GETGID 1
14843| #define HAVE_GETUID 1
14844| #define HAVE_MUNMAP 1
14845| #define HAVE_STPCPY 1
14846| #define HAVE_STRCASECMP 1
14847| #define HAVE_STRDUP 1
14848| #define HAVE_STRTOUL 1
14849| #define HAVE_TSEARCH 1
14850| #define HAVE_LOCALECONV 1
14851| #define HAVE_DECL_FEOF_UNLOCKED 1
14852| #define HAVE_DECL_FGETS_UNLOCKED 0
14853| #define HAVE_LONG_LONG_INT 1
14854| #define HAVE_WCHAR_T 1
14855| #define HAVE_WINT_T 1
14856| #define HAVE_INTMAX_T 1
14857| #define HAVE_POSIX_PRINTF 1
14858| #define HAVE_STDINT_H 1
14859| #define HAVE_STDINT_H 1
14860| #define HAVE_WORKING_O_NOATIME 1
14861| #define HAVE_WORKING_O_NOFOLLOW 1
14862| #define HAVE_WORKING_USELOCALE 1
14863| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
14864| #define HAVE_CFLOCALECOPYCURRENT 1
14865| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
14866| #define FLEXIBLE_ARRAY_MEMBER /**/
14867| #define HAVE_STDDEF_H 1
14868| #define HAVE_STDLIB_H 1
14869| #define HAVE_STRING_H 1
14870| #define HAVE_ASPRINTF 1
14871| #define HAVE_FWPRINTF 1
14872| #define HAVE_NEWLOCALE 1
14873| #define HAVE_PUTENV 1
14874| #define HAVE_SETENV 1
14875| #define HAVE_SETLOCALE 1
14876| #define HAVE_SNPRINTF 1
14877| #define HAVE_STRNLEN 1
14878| #define HAVE_USELOCALE 1
14879| #define HAVE_WCSLEN 1
14880| #define HAVE_WCSNLEN 1
14881| #define HAVE_MBRTOWC 1
14882| #define HAVE_WCRTOMB 1
14883| #define HAVE_DECL__SNPRINTF 0
14884| #define HAVE_DECL__SNWPRINTF 0
14885| #define HAVE_DECL_GETC_UNLOCKED 1
14886| #define HAVE_LANGINFO_CODESET 1
14887| #define HAVE_LC_MESSAGES 1
14888| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
14889| #define HAVE_CFLOCALECOPYCURRENT 1
14890| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
14891| #define ENABLE_NLS 1
14892| #define HAVE_GETTEXT 1
14893| #define HAVE_DCGETTEXT 1
14894| #define HAVE_DIRENT_H 1
14895| #define HAVE_INTTYPES_H 1
14896| #define HAVE_UNISTD_H 1
14897| #define HAVE_STDLIB_H 1
14898| #define HAVE_STDARG_H 1
14899| #define HAVE_LIMITS_H 1
14900| #define HAVE_STRING_H 1
14901| #define HAVE_MEMORY_H 1
14902| #define HAVE_LOCALE_H 1
14903| #define HAVE_TERMCAP_H 1
14904| #define HAVE_TERMIOS_H 1
14905| #define HAVE_DLFCN_H 1
14906| #define HAVE_STDBOOL_H 1
14907| #define HAVE_STDDEF_H 1
14908| #define HAVE_STDINT_H 1
14909| #define HAVE_NETDB_H 1
14910| #define HAVE_PWD_H 1
14911| #define HAVE_GRP_H 1
14912| #define HAVE_STRINGS_H 1
14913| #define HAVE_REGEX_H 1
14914| #define HAVE_SYSLOG_H 1
14915| #define HAVE_ULIMIT_H 1
14916| #define HAVE_SYS_SELECT_H 1
14917| #define HAVE_SYS_FILE_H 1
14918| #define HAVE_SYS_IOCTL_H 1
14919| #define HAVE_SYS_MMAN_H 1
14920| #define HAVE_SYS_PARAM_H 1
14921| #define HAVE_SYS_RANDOM_H 1
14922| #define HAVE_SYS_SOCKET_H 1
14923| #define HAVE_SYS_STAT_H 1
14924| #define HAVE_SYS_TIME_H 1
14925| #define HAVE_SYS_TIMES_H 1
14926| #define HAVE_SYS_TYPES_H 1
14927| #define HAVE_SYS_WAIT_H 1
14928| #define HAVE_NETINET_IN_H 1
14929| #define HAVE_ARPA_INET_H 1
14930| #define HAVE_SYS_RESOURCE_H 1
14931| #define HAVE_ALLOCA_H 1
14932| #define HAVE_ALLOCA 1
14933| #define HAVE_CHOWN 1
14934| #define GETPGRP_VOID 1
14935| #define HAVE_STRCOLL 1
14936| #define HAVE_WAIT3 1
14937| #define HAVE_MKFIFO 1
14938| #define HAVE_DUP2 1
14939| #define HAVE_FCNTL 1
14940| #define HAVE_GETDTABLESIZE 1
14941| #define HAVE_GETENTROPY 1
14942| #define HAVE_GETGROUPS 1
14943| #define HAVE_GETHOSTNAME 1
14944| #define HAVE_GETPAGESIZE 1
14945| #define HAVE_GETPEERNAME 1
14946| #define HAVE_GETRLIMIT 1
14947| #define HAVE_GETRUSAGE 1
14948| #define HAVE_GETTIMEOFDAY 1
14949| #define HAVE_KILL 1
14950| #define HAVE_KILLPG 1
14951| #define HAVE_LSTAT 1
14952| #define HAVE_PSELECT 1
14953| #define HAVE_READLINK 1
14954| #define HAVE_SELECT 1
14955| #define HAVE_SETITIMER 1
14956| #define HAVE_TCGETPGRP 1
14957| #define HAVE_UNAME 1
14958| #define HAVE_ULIMIT 1
14959| #define HAVE_WAITPID 1
14960| #define HAVE_RENAME 1
14961| #define HAVE_BCOPY 1
14962| #define HAVE_BZERO 1
14963| #define HAVE_CONFSTR 1
14964| #define HAVE_FACCESSAT 1
14965| #define HAVE_FNMATCH 1
14966| #define HAVE_GETADDRINFO 1
14967| #define HAVE_GETHOSTBYNAME 1
14968| #define HAVE_GETSERVBYNAME 1
14969| #define HAVE_GETSERVENT 1
14970| #define HAVE_INET_ATON 1
14971| #define HAVE_IMAXDIV 1
14972| #define HAVE_MEMMOVE 1
14973| #define HAVE_PATHCONF 1
14974| #define HAVE_PUTENV 1
14975| #define HAVE_RAISE 1
14976| #define HAVE_RANDOM 1
14977| #define HAVE_REGCOMP 1
14978| #define HAVE_REGEXEC 1
14979| #define HAVE_SETENV 1
14980| #define HAVE_SETLINEBUF 1
14981| #define HAVE_SETLOCALE 1
14982| #define HAVE_SETVBUF 1
14983| #define HAVE_SIGINTERRUPT 1
14984| #define HAVE_STRCHR 1
14985| #define HAVE_SYSCONF 1
14986| #define HAVE_SYSLOG 1
14987| #define HAVE_TCGETATTR 1
14988| #define HAVE_TIMES 1
14989| #define HAVE_TTYNAME 1
14990| #define HAVE_TZSET 1
14991| #define HAVE_UNSETENV 1
14992| #define HAVE_VASPRINTF 1
14993| #define HAVE_ASPRINTF 1
14994| #define HAVE_ISASCII 1
14995| #define HAVE_ISBLANK 1
14996| #define HAVE_ISGRAPH 1
14997| #define HAVE_ISPRINT 1
14998| #define HAVE_ISSPACE 1
14999| #define HAVE_ISXDIGIT 1
15000| #define HAVE_GETPWENT 1
15001| #define HAVE_GETPWNAM 1
15002| #define HAVE_GETPWUID 1
15003| #define HAVE_MKSTEMP 1
15004| #define HAVE_MKDTEMP 1
15005| #define HAVE_ARC4RANDOM 1
15006| #define HAVE_GETCWD 1
15007| #define HAVE_MEMSET 1
15008| #define HAVE_STRCASECMP 1
15009| #define HAVE_STRCASESTR 1
15010| #define HAVE_STRERROR 1
15011| #define HAVE_STRFTIME 1
15012| #define HAVE_STRNLEN 1
15013| #define HAVE_STRPBRK 1
15014| #define HAVE_STRSTR 1
15015| #define HAVE_STRTOD 1
15016| #define HAVE_STRTOL 1
15017| #define HAVE_STRTOUL 1
15018| #define HAVE_STRTOLL 1
15019| #define HAVE_STRTOULL 1
15020| #define HAVE_STRTOUMAX 1
15021| #define HAVE_DPRINTF 1
15022| #define HAVE_STRDUP 1
15023| #define HAVE_DECL_AUDIT_USER_TTY 0
15024| #define HAVE_DECL_CONFSTR 1
15025| #define HAVE_DECL_PRINTF 1
15026| #define HAVE_DECL_SBRK 1
15027| #define HAVE_DECL_SETREGID 1
15028| #define HAVE_DECL_STRCPY 1
15029| #define HAVE_DECL_STRSIGNAL 1
15030| #define HAVE_DECL_STRTOLD 1
15031| #define HAVE_DECL_STRTOL 1
15032| #define HAVE_DECL_STRTOLL 1
15033| #define HAVE_DECL_STRTOUL 1
15034| #define HAVE_DECL_STRTOULL 1
15035| #define HAVE_DECL_STRTOUMAX 1
15036| #define HAVE_ERRNO_H 1
15037| #define HAVE_FCNTL_H 1
15038| #define HAVE_MMAP 1
15039| #define HAVE_MUNMAP 1
15040| #define HAVE_STPCPY 1
15041| #define HAVE_STRCSPN 1
15042| #define HAVE_WCTYPE_H 1
15043| #define HAVE_WCHAR_H 1
15044| #define HAVE_LANGINFO_H 1
15045| #define HAVE_MBRLEN 1
15046| #define HAVE_MBSNRTOWCS 1
15047| #define HAVE_MBSRTOWCS 1
15048| #define HAVE_WCRTOMB 1
15049| #define HAVE_WCSCOLL 1
15050| #define HAVE_WCSDUP 1
15051| #define HAVE_WCWIDTH 1
15052| #define HAVE_WCTYPE 1
15053| #define HAVE_WCSWIDTH 1
15054| #define HAVE_MBRTOWC 1
15055| #define HAVE_MBSTATE_T 1
15056| #define HAVE_ISWLOWER 1
15057| #define HAVE_ISWUPPER 1
15058| #define HAVE_TOWLOWER 1
15059| #define HAVE_TOWUPPER 1
15060| #define HAVE_ISWCTYPE 1
15061| #define HAVE_WCHAR_T 1
15062| #define HAVE_WCTYPE_T 1
15063| #define HAVE_WINT_T 1
15064| #define HAVE_LOCALE_CHARSET 1
15065| #define SIZEOF_WCHAR_T 4
15066| #define HAVE_LIBDL 1
15067| #define HAVE_DLOPEN 1
15068| #define HAVE_DLCLOSE 1
15069| #define HAVE_DLSYM 1
15070| #define GETGROUPS_T gid_t
15071| /* end confdefs.h.  */
15072| #include <stddef.h>
15073| #ifdef HAVE_STDIO_H
15074| # include <stdio.h>
15075| #endif
15076| #ifdef HAVE_STDLIB_H
15077| # include <stdlib.h>
15078| #endif
15079| #ifdef HAVE_STRING_H
15080| # include <string.h>
15081| #endif
15082| #ifdef HAVE_INTTYPES_H
15083| # include <inttypes.h>
15084| #endif
15085| #ifdef HAVE_STDINT_H
15086| # include <stdint.h>
15087| #endif
15088| #ifdef HAVE_STRINGS_H
15089| # include <strings.h>
15090| #endif
15091| #ifdef HAVE_SYS_TYPES_H
15092| # include <sys/types.h>
15093| #endif
15094| #ifdef HAVE_SYS_STAT_H
15095| # include <sys/stat.h>
15096| #endif
15097| #ifdef HAVE_UNISTD_H
15098| # include <unistd.h>
15099| #endif
15100| int
15101| main (void)
15102| {
15103| if (sizeof ((uintptr_t)))
15104|           return 0;
15105|   ;
15106|   return 0;
15107| }
15108configure:17194: result: yes
15109configure:17231: checking for ssize_t
15110configure:17231: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
15111configure:17231: $? = 0
15112configure:17231: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
15113conftest.c:366:22: error: expected expression
15114if (sizeof ((ssize_t)))
15115                     ^
151161 error generated.
15117configure:17231: $? = 1
15118configure: failed program was:
15119| /* confdefs.h */
15120| #define PACKAGE_NAME "bash"
15121| #define PACKAGE_TARNAME "bash"
15122| #define PACKAGE_VERSION "5.2-release"
15123| #define PACKAGE_STRING "bash 5.2-release"
15124| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
15125| #define PACKAGE_URL ""
15126| #define ALIAS 1
15127| #define PUSHD_AND_POPD 1
15128| #define RESTRICTED_SHELL 1
15129| #define PROCESS_SUBSTITUTION 1
15130| #define PROMPT_STRING_DECODE 1
15131| #define SELECT_COMMAND 1
15132| #define HELP_BUILTIN 1
15133| #define ARRAY_VARS 1
15134| #define DPAREN_ARITHMETIC 1
15135| #define BRACE_EXPANSION 1
15136| #define COMMAND_TIMING 1
15137| #define EXTENDED_GLOB 1
15138| #define EXTGLOB_DEFAULT 0
15139| #define COND_COMMAND 1
15140| #define COND_REGEXP 1
15141| #define COPROCESS_SUPPORT 1
15142| #define ARITH_FOR_COMMAND 1
15143| #define NETWORK_REDIRECTIONS 1
15144| #define PROGRAMMABLE_COMPLETION 1
15145| #define DEBUGGER 1
15146| #define CASEMOD_ATTRS 1
15147| #define CASEMOD_EXPANSIONS 1
15148| #define GLOBASCII_DEFAULT 1
15149| #define FUNCTION_IMPORT 1
15150| #define TRANSLATABLE_STRINGS 1
15151| #define MEMSCRAMBLE 1
15152| #define HAVE_STDIO_H 1
15153| #define HAVE_STDLIB_H 1
15154| #define HAVE_STRING_H 1
15155| #define HAVE_INTTYPES_H 1
15156| #define HAVE_STDINT_H 1
15157| #define HAVE_STRINGS_H 1
15158| #define HAVE_SYS_STAT_H 1
15159| #define HAVE_SYS_TYPES_H 1
15160| #define HAVE_UNISTD_H 1
15161| #define HAVE_WCHAR_H 1
15162| #define HAVE_SYS_PARAM_H 1
15163| #define HAVE_XLOCALE_H 1
15164| #define HAVE_SYS_TIME_H 1
15165| #define STDC_HEADERS 1
15166| #define _ALL_SOURCE 1
15167| #define _DARWIN_C_SOURCE 1
15168| #define _GNU_SOURCE 1
15169| #define _HPUX_ALT_XOPEN_SOCKET_API 1
15170| #define _NETBSD_SOURCE 1
15171| #define _OPENBSD_SOURCE 1
15172| #define _POSIX_PTHREAD_SEMANTICS 1
15173| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
15174| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
15175| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
15176| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
15177| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
15178| #define __STDC_WANT_LIB_EXT2__ 1
15179| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
15180| #define _TANDEM_SOURCE 1
15181| #define __EXTENSIONS__ 1
15182| #define READLINE 1
15183| #define HISTORY 1
15184| #define BANG_HISTORY 1
15185| #define HAVE_STRINGIZE 1
15186| #define HAVE_LONG_DOUBLE 1
15187| #define PROTOTYPES 1
15188| #define __PROTOTYPES 1
15189| #define restrict __restrict__
15190| #define HAVE_VISIBILITY 1
15191| #define HAVE_STDINT_H_WITH_UINTMAX 1
15192| #define HAVE_ALLOCA_H 1
15193| #define HAVE_ALLOCA 1
15194| #define HAVE_GETPAGESIZE 1
15195| #define HAVE_SYMLINK 1
15196| #define HAVE_USELOCALE 1
15197| #define HAVE_VPRINTF 1
15198| #define HAVE_ALARM 1
15199| #define HAVE_FPURGE 1
15200| #define HAVE_SNPRINTF 1
15201| #define HAVE_VSNPRINTF 1
15202| #define HAVE_MMAP 1
15203| #define INTDIV0_RAISES_SIGFPE 1
15204| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
15205| #define HAVE_UNSIGNED_LONG_LONG_INT 1
15206| #define HAVE_UINTMAX_T 1
15207| #define HAVE_INTTYPES_H 1
15208| #define USE_POSIX_THREADS 1
15209| #define HAVE_PTHREAD_RWLOCK 1
15210| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
15211| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
15212| #define HAVE_ICONV 1
15213| #define ICONV_CONST
15214| #define HAVE_BUILTIN_EXPECT 1
15215| #define HAVE_INTTYPES_H 1
15216| #define HAVE_LIMITS_H 1
15217| #define HAVE_UNISTD_H 1
15218| #define HAVE_SYS_PARAM_H 1
15219| #define HAVE_GETCWD 1
15220| #define HAVE_GETEGID 1
15221| #define HAVE_GETEUID 1
15222| #define HAVE_GETGID 1
15223| #define HAVE_GETUID 1
15224| #define HAVE_MUNMAP 1
15225| #define HAVE_STPCPY 1
15226| #define HAVE_STRCASECMP 1
15227| #define HAVE_STRDUP 1
15228| #define HAVE_STRTOUL 1
15229| #define HAVE_TSEARCH 1
15230| #define HAVE_LOCALECONV 1
15231| #define HAVE_DECL_FEOF_UNLOCKED 1
15232| #define HAVE_DECL_FGETS_UNLOCKED 0
15233| #define HAVE_LONG_LONG_INT 1
15234| #define HAVE_WCHAR_T 1
15235| #define HAVE_WINT_T 1
15236| #define HAVE_INTMAX_T 1
15237| #define HAVE_POSIX_PRINTF 1
15238| #define HAVE_STDINT_H 1
15239| #define HAVE_STDINT_H 1
15240| #define HAVE_WORKING_O_NOATIME 1
15241| #define HAVE_WORKING_O_NOFOLLOW 1
15242| #define HAVE_WORKING_USELOCALE 1
15243| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
15244| #define HAVE_CFLOCALECOPYCURRENT 1
15245| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
15246| #define FLEXIBLE_ARRAY_MEMBER /**/
15247| #define HAVE_STDDEF_H 1
15248| #define HAVE_STDLIB_H 1
15249| #define HAVE_STRING_H 1
15250| #define HAVE_ASPRINTF 1
15251| #define HAVE_FWPRINTF 1
15252| #define HAVE_NEWLOCALE 1
15253| #define HAVE_PUTENV 1
15254| #define HAVE_SETENV 1
15255| #define HAVE_SETLOCALE 1
15256| #define HAVE_SNPRINTF 1
15257| #define HAVE_STRNLEN 1
15258| #define HAVE_USELOCALE 1
15259| #define HAVE_WCSLEN 1
15260| #define HAVE_WCSNLEN 1
15261| #define HAVE_MBRTOWC 1
15262| #define HAVE_WCRTOMB 1
15263| #define HAVE_DECL__SNPRINTF 0
15264| #define HAVE_DECL__SNWPRINTF 0
15265| #define HAVE_DECL_GETC_UNLOCKED 1
15266| #define HAVE_LANGINFO_CODESET 1
15267| #define HAVE_LC_MESSAGES 1
15268| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
15269| #define HAVE_CFLOCALECOPYCURRENT 1
15270| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
15271| #define ENABLE_NLS 1
15272| #define HAVE_GETTEXT 1
15273| #define HAVE_DCGETTEXT 1
15274| #define HAVE_DIRENT_H 1
15275| #define HAVE_INTTYPES_H 1
15276| #define HAVE_UNISTD_H 1
15277| #define HAVE_STDLIB_H 1
15278| #define HAVE_STDARG_H 1
15279| #define HAVE_LIMITS_H 1
15280| #define HAVE_STRING_H 1
15281| #define HAVE_MEMORY_H 1
15282| #define HAVE_LOCALE_H 1
15283| #define HAVE_TERMCAP_H 1
15284| #define HAVE_TERMIOS_H 1
15285| #define HAVE_DLFCN_H 1
15286| #define HAVE_STDBOOL_H 1
15287| #define HAVE_STDDEF_H 1
15288| #define HAVE_STDINT_H 1
15289| #define HAVE_NETDB_H 1
15290| #define HAVE_PWD_H 1
15291| #define HAVE_GRP_H 1
15292| #define HAVE_STRINGS_H 1
15293| #define HAVE_REGEX_H 1
15294| #define HAVE_SYSLOG_H 1
15295| #define HAVE_ULIMIT_H 1
15296| #define HAVE_SYS_SELECT_H 1
15297| #define HAVE_SYS_FILE_H 1
15298| #define HAVE_SYS_IOCTL_H 1
15299| #define HAVE_SYS_MMAN_H 1
15300| #define HAVE_SYS_PARAM_H 1
15301| #define HAVE_SYS_RANDOM_H 1
15302| #define HAVE_SYS_SOCKET_H 1
15303| #define HAVE_SYS_STAT_H 1
15304| #define HAVE_SYS_TIME_H 1
15305| #define HAVE_SYS_TIMES_H 1
15306| #define HAVE_SYS_TYPES_H 1
15307| #define HAVE_SYS_WAIT_H 1
15308| #define HAVE_NETINET_IN_H 1
15309| #define HAVE_ARPA_INET_H 1
15310| #define HAVE_SYS_RESOURCE_H 1
15311| #define HAVE_ALLOCA_H 1
15312| #define HAVE_ALLOCA 1
15313| #define HAVE_CHOWN 1
15314| #define GETPGRP_VOID 1
15315| #define HAVE_STRCOLL 1
15316| #define HAVE_WAIT3 1
15317| #define HAVE_MKFIFO 1
15318| #define HAVE_DUP2 1
15319| #define HAVE_FCNTL 1
15320| #define HAVE_GETDTABLESIZE 1
15321| #define HAVE_GETENTROPY 1
15322| #define HAVE_GETGROUPS 1
15323| #define HAVE_GETHOSTNAME 1
15324| #define HAVE_GETPAGESIZE 1
15325| #define HAVE_GETPEERNAME 1
15326| #define HAVE_GETRLIMIT 1
15327| #define HAVE_GETRUSAGE 1
15328| #define HAVE_GETTIMEOFDAY 1
15329| #define HAVE_KILL 1
15330| #define HAVE_KILLPG 1
15331| #define HAVE_LSTAT 1
15332| #define HAVE_PSELECT 1
15333| #define HAVE_READLINK 1
15334| #define HAVE_SELECT 1
15335| #define HAVE_SETITIMER 1
15336| #define HAVE_TCGETPGRP 1
15337| #define HAVE_UNAME 1
15338| #define HAVE_ULIMIT 1
15339| #define HAVE_WAITPID 1
15340| #define HAVE_RENAME 1
15341| #define HAVE_BCOPY 1
15342| #define HAVE_BZERO 1
15343| #define HAVE_CONFSTR 1
15344| #define HAVE_FACCESSAT 1
15345| #define HAVE_FNMATCH 1
15346| #define HAVE_GETADDRINFO 1
15347| #define HAVE_GETHOSTBYNAME 1
15348| #define HAVE_GETSERVBYNAME 1
15349| #define HAVE_GETSERVENT 1
15350| #define HAVE_INET_ATON 1
15351| #define HAVE_IMAXDIV 1
15352| #define HAVE_MEMMOVE 1
15353| #define HAVE_PATHCONF 1
15354| #define HAVE_PUTENV 1
15355| #define HAVE_RAISE 1
15356| #define HAVE_RANDOM 1
15357| #define HAVE_REGCOMP 1
15358| #define HAVE_REGEXEC 1
15359| #define HAVE_SETENV 1
15360| #define HAVE_SETLINEBUF 1
15361| #define HAVE_SETLOCALE 1
15362| #define HAVE_SETVBUF 1
15363| #define HAVE_SIGINTERRUPT 1
15364| #define HAVE_STRCHR 1
15365| #define HAVE_SYSCONF 1
15366| #define HAVE_SYSLOG 1
15367| #define HAVE_TCGETATTR 1
15368| #define HAVE_TIMES 1
15369| #define HAVE_TTYNAME 1
15370| #define HAVE_TZSET 1
15371| #define HAVE_UNSETENV 1
15372| #define HAVE_VASPRINTF 1
15373| #define HAVE_ASPRINTF 1
15374| #define HAVE_ISASCII 1
15375| #define HAVE_ISBLANK 1
15376| #define HAVE_ISGRAPH 1
15377| #define HAVE_ISPRINT 1
15378| #define HAVE_ISSPACE 1
15379| #define HAVE_ISXDIGIT 1
15380| #define HAVE_GETPWENT 1
15381| #define HAVE_GETPWNAM 1
15382| #define HAVE_GETPWUID 1
15383| #define HAVE_MKSTEMP 1
15384| #define HAVE_MKDTEMP 1
15385| #define HAVE_ARC4RANDOM 1
15386| #define HAVE_GETCWD 1
15387| #define HAVE_MEMSET 1
15388| #define HAVE_STRCASECMP 1
15389| #define HAVE_STRCASESTR 1
15390| #define HAVE_STRERROR 1
15391| #define HAVE_STRFTIME 1
15392| #define HAVE_STRNLEN 1
15393| #define HAVE_STRPBRK 1
15394| #define HAVE_STRSTR 1
15395| #define HAVE_STRTOD 1
15396| #define HAVE_STRTOL 1
15397| #define HAVE_STRTOUL 1
15398| #define HAVE_STRTOLL 1
15399| #define HAVE_STRTOULL 1
15400| #define HAVE_STRTOUMAX 1
15401| #define HAVE_DPRINTF 1
15402| #define HAVE_STRDUP 1
15403| #define HAVE_DECL_AUDIT_USER_TTY 0
15404| #define HAVE_DECL_CONFSTR 1
15405| #define HAVE_DECL_PRINTF 1
15406| #define HAVE_DECL_SBRK 1
15407| #define HAVE_DECL_SETREGID 1
15408| #define HAVE_DECL_STRCPY 1
15409| #define HAVE_DECL_STRSIGNAL 1
15410| #define HAVE_DECL_STRTOLD 1
15411| #define HAVE_DECL_STRTOL 1
15412| #define HAVE_DECL_STRTOLL 1
15413| #define HAVE_DECL_STRTOUL 1
15414| #define HAVE_DECL_STRTOULL 1
15415| #define HAVE_DECL_STRTOUMAX 1
15416| #define HAVE_ERRNO_H 1
15417| #define HAVE_FCNTL_H 1
15418| #define HAVE_MMAP 1
15419| #define HAVE_MUNMAP 1
15420| #define HAVE_STPCPY 1
15421| #define HAVE_STRCSPN 1
15422| #define HAVE_WCTYPE_H 1
15423| #define HAVE_WCHAR_H 1
15424| #define HAVE_LANGINFO_H 1
15425| #define HAVE_MBRLEN 1
15426| #define HAVE_MBSNRTOWCS 1
15427| #define HAVE_MBSRTOWCS 1
15428| #define HAVE_WCRTOMB 1
15429| #define HAVE_WCSCOLL 1
15430| #define HAVE_WCSDUP 1
15431| #define HAVE_WCWIDTH 1
15432| #define HAVE_WCTYPE 1
15433| #define HAVE_WCSWIDTH 1
15434| #define HAVE_MBRTOWC 1
15435| #define HAVE_MBSTATE_T 1
15436| #define HAVE_ISWLOWER 1
15437| #define HAVE_ISWUPPER 1
15438| #define HAVE_TOWLOWER 1
15439| #define HAVE_TOWUPPER 1
15440| #define HAVE_ISWCTYPE 1
15441| #define HAVE_WCHAR_T 1
15442| #define HAVE_WCTYPE_T 1
15443| #define HAVE_WINT_T 1
15444| #define HAVE_LOCALE_CHARSET 1
15445| #define SIZEOF_WCHAR_T 4
15446| #define HAVE_LIBDL 1
15447| #define HAVE_DLOPEN 1
15448| #define HAVE_DLCLOSE 1
15449| #define HAVE_DLSYM 1
15450| #define GETGROUPS_T gid_t
15451| #define HAVE_UINTPTR_T 1
15452| /* end confdefs.h.  */
15453| #include <stddef.h>
15454| #ifdef HAVE_STDIO_H
15455| # include <stdio.h>
15456| #endif
15457| #ifdef HAVE_STDLIB_H
15458| # include <stdlib.h>
15459| #endif
15460| #ifdef HAVE_STRING_H
15461| # include <string.h>
15462| #endif
15463| #ifdef HAVE_INTTYPES_H
15464| # include <inttypes.h>
15465| #endif
15466| #ifdef HAVE_STDINT_H
15467| # include <stdint.h>
15468| #endif
15469| #ifdef HAVE_STRINGS_H
15470| # include <strings.h>
15471| #endif
15472| #ifdef HAVE_SYS_TYPES_H
15473| # include <sys/types.h>
15474| #endif
15475| #ifdef HAVE_SYS_STAT_H
15476| # include <sys/stat.h>
15477| #endif
15478| #ifdef HAVE_UNISTD_H
15479| # include <unistd.h>
15480| #endif
15481| int
15482| main (void)
15483| {
15484| if (sizeof ((ssize_t)))
15485|           return 0;
15486|   ;
15487|   return 0;
15488| }
15489configure:17231: result: yes
15490configure:17241: checking for time_t
15491configure:17241: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
15492configure:17241: $? = 0
15493configure:17241: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
15494conftest.c:366:21: error: expected expression
15495if (sizeof ((time_t)))
15496                    ^
154971 error generated.
15498configure:17241: $? = 1
15499configure: failed program was:
15500| /* confdefs.h */
15501| #define PACKAGE_NAME "bash"
15502| #define PACKAGE_TARNAME "bash"
15503| #define PACKAGE_VERSION "5.2-release"
15504| #define PACKAGE_STRING "bash 5.2-release"
15505| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
15506| #define PACKAGE_URL ""
15507| #define ALIAS 1
15508| #define PUSHD_AND_POPD 1
15509| #define RESTRICTED_SHELL 1
15510| #define PROCESS_SUBSTITUTION 1
15511| #define PROMPT_STRING_DECODE 1
15512| #define SELECT_COMMAND 1
15513| #define HELP_BUILTIN 1
15514| #define ARRAY_VARS 1
15515| #define DPAREN_ARITHMETIC 1
15516| #define BRACE_EXPANSION 1
15517| #define COMMAND_TIMING 1
15518| #define EXTENDED_GLOB 1
15519| #define EXTGLOB_DEFAULT 0
15520| #define COND_COMMAND 1
15521| #define COND_REGEXP 1
15522| #define COPROCESS_SUPPORT 1
15523| #define ARITH_FOR_COMMAND 1
15524| #define NETWORK_REDIRECTIONS 1
15525| #define PROGRAMMABLE_COMPLETION 1
15526| #define DEBUGGER 1
15527| #define CASEMOD_ATTRS 1
15528| #define CASEMOD_EXPANSIONS 1
15529| #define GLOBASCII_DEFAULT 1
15530| #define FUNCTION_IMPORT 1
15531| #define TRANSLATABLE_STRINGS 1
15532| #define MEMSCRAMBLE 1
15533| #define HAVE_STDIO_H 1
15534| #define HAVE_STDLIB_H 1
15535| #define HAVE_STRING_H 1
15536| #define HAVE_INTTYPES_H 1
15537| #define HAVE_STDINT_H 1
15538| #define HAVE_STRINGS_H 1
15539| #define HAVE_SYS_STAT_H 1
15540| #define HAVE_SYS_TYPES_H 1
15541| #define HAVE_UNISTD_H 1
15542| #define HAVE_WCHAR_H 1
15543| #define HAVE_SYS_PARAM_H 1
15544| #define HAVE_XLOCALE_H 1
15545| #define HAVE_SYS_TIME_H 1
15546| #define STDC_HEADERS 1
15547| #define _ALL_SOURCE 1
15548| #define _DARWIN_C_SOURCE 1
15549| #define _GNU_SOURCE 1
15550| #define _HPUX_ALT_XOPEN_SOCKET_API 1
15551| #define _NETBSD_SOURCE 1
15552| #define _OPENBSD_SOURCE 1
15553| #define _POSIX_PTHREAD_SEMANTICS 1
15554| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
15555| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
15556| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
15557| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
15558| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
15559| #define __STDC_WANT_LIB_EXT2__ 1
15560| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
15561| #define _TANDEM_SOURCE 1
15562| #define __EXTENSIONS__ 1
15563| #define READLINE 1
15564| #define HISTORY 1
15565| #define BANG_HISTORY 1
15566| #define HAVE_STRINGIZE 1
15567| #define HAVE_LONG_DOUBLE 1
15568| #define PROTOTYPES 1
15569| #define __PROTOTYPES 1
15570| #define restrict __restrict__
15571| #define HAVE_VISIBILITY 1
15572| #define HAVE_STDINT_H_WITH_UINTMAX 1
15573| #define HAVE_ALLOCA_H 1
15574| #define HAVE_ALLOCA 1
15575| #define HAVE_GETPAGESIZE 1
15576| #define HAVE_SYMLINK 1
15577| #define HAVE_USELOCALE 1
15578| #define HAVE_VPRINTF 1
15579| #define HAVE_ALARM 1
15580| #define HAVE_FPURGE 1
15581| #define HAVE_SNPRINTF 1
15582| #define HAVE_VSNPRINTF 1
15583| #define HAVE_MMAP 1
15584| #define INTDIV0_RAISES_SIGFPE 1
15585| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
15586| #define HAVE_UNSIGNED_LONG_LONG_INT 1
15587| #define HAVE_UINTMAX_T 1
15588| #define HAVE_INTTYPES_H 1
15589| #define USE_POSIX_THREADS 1
15590| #define HAVE_PTHREAD_RWLOCK 1
15591| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
15592| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
15593| #define HAVE_ICONV 1
15594| #define ICONV_CONST
15595| #define HAVE_BUILTIN_EXPECT 1
15596| #define HAVE_INTTYPES_H 1
15597| #define HAVE_LIMITS_H 1
15598| #define HAVE_UNISTD_H 1
15599| #define HAVE_SYS_PARAM_H 1
15600| #define HAVE_GETCWD 1
15601| #define HAVE_GETEGID 1
15602| #define HAVE_GETEUID 1
15603| #define HAVE_GETGID 1
15604| #define HAVE_GETUID 1
15605| #define HAVE_MUNMAP 1
15606| #define HAVE_STPCPY 1
15607| #define HAVE_STRCASECMP 1
15608| #define HAVE_STRDUP 1
15609| #define HAVE_STRTOUL 1
15610| #define HAVE_TSEARCH 1
15611| #define HAVE_LOCALECONV 1
15612| #define HAVE_DECL_FEOF_UNLOCKED 1
15613| #define HAVE_DECL_FGETS_UNLOCKED 0
15614| #define HAVE_LONG_LONG_INT 1
15615| #define HAVE_WCHAR_T 1
15616| #define HAVE_WINT_T 1
15617| #define HAVE_INTMAX_T 1
15618| #define HAVE_POSIX_PRINTF 1
15619| #define HAVE_STDINT_H 1
15620| #define HAVE_STDINT_H 1
15621| #define HAVE_WORKING_O_NOATIME 1
15622| #define HAVE_WORKING_O_NOFOLLOW 1
15623| #define HAVE_WORKING_USELOCALE 1
15624| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
15625| #define HAVE_CFLOCALECOPYCURRENT 1
15626| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
15627| #define FLEXIBLE_ARRAY_MEMBER /**/
15628| #define HAVE_STDDEF_H 1
15629| #define HAVE_STDLIB_H 1
15630| #define HAVE_STRING_H 1
15631| #define HAVE_ASPRINTF 1
15632| #define HAVE_FWPRINTF 1
15633| #define HAVE_NEWLOCALE 1
15634| #define HAVE_PUTENV 1
15635| #define HAVE_SETENV 1
15636| #define HAVE_SETLOCALE 1
15637| #define HAVE_SNPRINTF 1
15638| #define HAVE_STRNLEN 1
15639| #define HAVE_USELOCALE 1
15640| #define HAVE_WCSLEN 1
15641| #define HAVE_WCSNLEN 1
15642| #define HAVE_MBRTOWC 1
15643| #define HAVE_WCRTOMB 1
15644| #define HAVE_DECL__SNPRINTF 0
15645| #define HAVE_DECL__SNWPRINTF 0
15646| #define HAVE_DECL_GETC_UNLOCKED 1
15647| #define HAVE_LANGINFO_CODESET 1
15648| #define HAVE_LC_MESSAGES 1
15649| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
15650| #define HAVE_CFLOCALECOPYCURRENT 1
15651| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
15652| #define ENABLE_NLS 1
15653| #define HAVE_GETTEXT 1
15654| #define HAVE_DCGETTEXT 1
15655| #define HAVE_DIRENT_H 1
15656| #define HAVE_INTTYPES_H 1
15657| #define HAVE_UNISTD_H 1
15658| #define HAVE_STDLIB_H 1
15659| #define HAVE_STDARG_H 1
15660| #define HAVE_LIMITS_H 1
15661| #define HAVE_STRING_H 1
15662| #define HAVE_MEMORY_H 1
15663| #define HAVE_LOCALE_H 1
15664| #define HAVE_TERMCAP_H 1
15665| #define HAVE_TERMIOS_H 1
15666| #define HAVE_DLFCN_H 1
15667| #define HAVE_STDBOOL_H 1
15668| #define HAVE_STDDEF_H 1
15669| #define HAVE_STDINT_H 1
15670| #define HAVE_NETDB_H 1
15671| #define HAVE_PWD_H 1
15672| #define HAVE_GRP_H 1
15673| #define HAVE_STRINGS_H 1
15674| #define HAVE_REGEX_H 1
15675| #define HAVE_SYSLOG_H 1
15676| #define HAVE_ULIMIT_H 1
15677| #define HAVE_SYS_SELECT_H 1
15678| #define HAVE_SYS_FILE_H 1
15679| #define HAVE_SYS_IOCTL_H 1
15680| #define HAVE_SYS_MMAN_H 1
15681| #define HAVE_SYS_PARAM_H 1
15682| #define HAVE_SYS_RANDOM_H 1
15683| #define HAVE_SYS_SOCKET_H 1
15684| #define HAVE_SYS_STAT_H 1
15685| #define HAVE_SYS_TIME_H 1
15686| #define HAVE_SYS_TIMES_H 1
15687| #define HAVE_SYS_TYPES_H 1
15688| #define HAVE_SYS_WAIT_H 1
15689| #define HAVE_NETINET_IN_H 1
15690| #define HAVE_ARPA_INET_H 1
15691| #define HAVE_SYS_RESOURCE_H 1
15692| #define HAVE_ALLOCA_H 1
15693| #define HAVE_ALLOCA 1
15694| #define HAVE_CHOWN 1
15695| #define GETPGRP_VOID 1
15696| #define HAVE_STRCOLL 1
15697| #define HAVE_WAIT3 1
15698| #define HAVE_MKFIFO 1
15699| #define HAVE_DUP2 1
15700| #define HAVE_FCNTL 1
15701| #define HAVE_GETDTABLESIZE 1
15702| #define HAVE_GETENTROPY 1
15703| #define HAVE_GETGROUPS 1
15704| #define HAVE_GETHOSTNAME 1
15705| #define HAVE_GETPAGESIZE 1
15706| #define HAVE_GETPEERNAME 1
15707| #define HAVE_GETRLIMIT 1
15708| #define HAVE_GETRUSAGE 1
15709| #define HAVE_GETTIMEOFDAY 1
15710| #define HAVE_KILL 1
15711| #define HAVE_KILLPG 1
15712| #define HAVE_LSTAT 1
15713| #define HAVE_PSELECT 1
15714| #define HAVE_READLINK 1
15715| #define HAVE_SELECT 1
15716| #define HAVE_SETITIMER 1
15717| #define HAVE_TCGETPGRP 1
15718| #define HAVE_UNAME 1
15719| #define HAVE_ULIMIT 1
15720| #define HAVE_WAITPID 1
15721| #define HAVE_RENAME 1
15722| #define HAVE_BCOPY 1
15723| #define HAVE_BZERO 1
15724| #define HAVE_CONFSTR 1
15725| #define HAVE_FACCESSAT 1
15726| #define HAVE_FNMATCH 1
15727| #define HAVE_GETADDRINFO 1
15728| #define HAVE_GETHOSTBYNAME 1
15729| #define HAVE_GETSERVBYNAME 1
15730| #define HAVE_GETSERVENT 1
15731| #define HAVE_INET_ATON 1
15732| #define HAVE_IMAXDIV 1
15733| #define HAVE_MEMMOVE 1
15734| #define HAVE_PATHCONF 1
15735| #define HAVE_PUTENV 1
15736| #define HAVE_RAISE 1
15737| #define HAVE_RANDOM 1
15738| #define HAVE_REGCOMP 1
15739| #define HAVE_REGEXEC 1
15740| #define HAVE_SETENV 1
15741| #define HAVE_SETLINEBUF 1
15742| #define HAVE_SETLOCALE 1
15743| #define HAVE_SETVBUF 1
15744| #define HAVE_SIGINTERRUPT 1
15745| #define HAVE_STRCHR 1
15746| #define HAVE_SYSCONF 1
15747| #define HAVE_SYSLOG 1
15748| #define HAVE_TCGETATTR 1
15749| #define HAVE_TIMES 1
15750| #define HAVE_TTYNAME 1
15751| #define HAVE_TZSET 1
15752| #define HAVE_UNSETENV 1
15753| #define HAVE_VASPRINTF 1
15754| #define HAVE_ASPRINTF 1
15755| #define HAVE_ISASCII 1
15756| #define HAVE_ISBLANK 1
15757| #define HAVE_ISGRAPH 1
15758| #define HAVE_ISPRINT 1
15759| #define HAVE_ISSPACE 1
15760| #define HAVE_ISXDIGIT 1
15761| #define HAVE_GETPWENT 1
15762| #define HAVE_GETPWNAM 1
15763| #define HAVE_GETPWUID 1
15764| #define HAVE_MKSTEMP 1
15765| #define HAVE_MKDTEMP 1
15766| #define HAVE_ARC4RANDOM 1
15767| #define HAVE_GETCWD 1
15768| #define HAVE_MEMSET 1
15769| #define HAVE_STRCASECMP 1
15770| #define HAVE_STRCASESTR 1
15771| #define HAVE_STRERROR 1
15772| #define HAVE_STRFTIME 1
15773| #define HAVE_STRNLEN 1
15774| #define HAVE_STRPBRK 1
15775| #define HAVE_STRSTR 1
15776| #define HAVE_STRTOD 1
15777| #define HAVE_STRTOL 1
15778| #define HAVE_STRTOUL 1
15779| #define HAVE_STRTOLL 1
15780| #define HAVE_STRTOULL 1
15781| #define HAVE_STRTOUMAX 1
15782| #define HAVE_DPRINTF 1
15783| #define HAVE_STRDUP 1
15784| #define HAVE_DECL_AUDIT_USER_TTY 0
15785| #define HAVE_DECL_CONFSTR 1
15786| #define HAVE_DECL_PRINTF 1
15787| #define HAVE_DECL_SBRK 1
15788| #define HAVE_DECL_SETREGID 1
15789| #define HAVE_DECL_STRCPY 1
15790| #define HAVE_DECL_STRSIGNAL 1
15791| #define HAVE_DECL_STRTOLD 1
15792| #define HAVE_DECL_STRTOL 1
15793| #define HAVE_DECL_STRTOLL 1
15794| #define HAVE_DECL_STRTOUL 1
15795| #define HAVE_DECL_STRTOULL 1
15796| #define HAVE_DECL_STRTOUMAX 1
15797| #define HAVE_ERRNO_H 1
15798| #define HAVE_FCNTL_H 1
15799| #define HAVE_MMAP 1
15800| #define HAVE_MUNMAP 1
15801| #define HAVE_STPCPY 1
15802| #define HAVE_STRCSPN 1
15803| #define HAVE_WCTYPE_H 1
15804| #define HAVE_WCHAR_H 1
15805| #define HAVE_LANGINFO_H 1
15806| #define HAVE_MBRLEN 1
15807| #define HAVE_MBSNRTOWCS 1
15808| #define HAVE_MBSRTOWCS 1
15809| #define HAVE_WCRTOMB 1
15810| #define HAVE_WCSCOLL 1
15811| #define HAVE_WCSDUP 1
15812| #define HAVE_WCWIDTH 1
15813| #define HAVE_WCTYPE 1
15814| #define HAVE_WCSWIDTH 1
15815| #define HAVE_MBRTOWC 1
15816| #define HAVE_MBSTATE_T 1
15817| #define HAVE_ISWLOWER 1
15818| #define HAVE_ISWUPPER 1
15819| #define HAVE_TOWLOWER 1
15820| #define HAVE_TOWUPPER 1
15821| #define HAVE_ISWCTYPE 1
15822| #define HAVE_WCHAR_T 1
15823| #define HAVE_WCTYPE_T 1
15824| #define HAVE_WINT_T 1
15825| #define HAVE_LOCALE_CHARSET 1
15826| #define SIZEOF_WCHAR_T 4
15827| #define HAVE_LIBDL 1
15828| #define HAVE_DLOPEN 1
15829| #define HAVE_DLCLOSE 1
15830| #define HAVE_DLSYM 1
15831| #define GETGROUPS_T gid_t
15832| #define HAVE_UINTPTR_T 1
15833| /* end confdefs.h.  */
15834| #include <stddef.h>
15835| #ifdef HAVE_STDIO_H
15836| # include <stdio.h>
15837| #endif
15838| #ifdef HAVE_STDLIB_H
15839| # include <stdlib.h>
15840| #endif
15841| #ifdef HAVE_STRING_H
15842| # include <string.h>
15843| #endif
15844| #ifdef HAVE_INTTYPES_H
15845| # include <inttypes.h>
15846| #endif
15847| #ifdef HAVE_STDINT_H
15848| # include <stdint.h>
15849| #endif
15850| #ifdef HAVE_STRINGS_H
15851| # include <strings.h>
15852| #endif
15853| #ifdef HAVE_SYS_TYPES_H
15854| # include <sys/types.h>
15855| #endif
15856| #ifdef HAVE_SYS_STAT_H
15857| # include <sys/stat.h>
15858| #endif
15859| #ifdef HAVE_UNISTD_H
15860| # include <unistd.h>
15861| #endif
15862| int
15863| main (void)
15864| {
15865| if (sizeof ((time_t)))
15866|           return 0;
15867|   ;
15868|   return 0;
15869| }
15870configure:17241: result: yes
15871configure:17254: checking for long long int
15872configure:17309: result: yes
15873configure:17318: checking for unsigned long long int
15874configure:17370: result: yes
15875configure:17379: checking for sig_atomic_t in signal.h
15876configure:17396: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
15877configure:17396: $? = 0
15878configure:17405: result: yes
15879configure:17461: checking size of char
15880configure:17467: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
15881configure:17467: $? = 0
15882configure:17467: ./conftest
15883configure:17467: $? = 0
15884configure:17482: result: 1
15885configure:17494: checking size of short
15886configure:17500: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
15887configure:17500: $? = 0
15888configure:17500: ./conftest
15889configure:17500: $? = 0
15890configure:17515: result: 2
15891configure:17527: checking size of int
15892configure:17533: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
15893configure:17533: $? = 0
15894configure:17533: ./conftest
15895configure:17533: $? = 0
15896configure:17548: result: 4
15897configure:17560: checking size of long
15898configure:17566: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
15899configure:17566: $? = 0
15900configure:17566: ./conftest
15901configure:17566: $? = 0
15902configure:17581: result: 8
15903configure:17593: checking size of char *
15904configure:17599: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
15905configure:17599: $? = 0
15906configure:17599: ./conftest
15907configure:17599: $? = 0
15908configure:17614: result: 8
15909configure:17626: checking size of size_t
15910configure:17632: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
15911configure:17632: $? = 0
15912configure:17632: ./conftest
15913configure:17632: $? = 0
15914configure:17647: result: 8
15915configure:17659: checking size of double
15916configure:17665: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
15917configure:17665: $? = 0
15918configure:17665: ./conftest
15919configure:17665: $? = 0
15920configure:17680: result: 8
15921configure:17692: checking size of long long
15922configure:17698: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
15923configure:17698: $? = 0
15924configure:17698: ./conftest
15925configure:17698: $? = 0
15926configure:17713: result: 8
15927configure:17722: checking for u_int
15928configure:17722: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
15929configure:17722: $? = 0
15930configure:17722: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
15931conftest.c:376:20: error: expected expression
15932if (sizeof ((u_int)))
15933                   ^
159341 error generated.
15935configure:17722: $? = 1
15936configure: failed program was:
15937| /* confdefs.h */
15938| #define PACKAGE_NAME "bash"
15939| #define PACKAGE_TARNAME "bash"
15940| #define PACKAGE_VERSION "5.2-release"
15941| #define PACKAGE_STRING "bash 5.2-release"
15942| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
15943| #define PACKAGE_URL ""
15944| #define ALIAS 1
15945| #define PUSHD_AND_POPD 1
15946| #define RESTRICTED_SHELL 1
15947| #define PROCESS_SUBSTITUTION 1
15948| #define PROMPT_STRING_DECODE 1
15949| #define SELECT_COMMAND 1
15950| #define HELP_BUILTIN 1
15951| #define ARRAY_VARS 1
15952| #define DPAREN_ARITHMETIC 1
15953| #define BRACE_EXPANSION 1
15954| #define COMMAND_TIMING 1
15955| #define EXTENDED_GLOB 1
15956| #define EXTGLOB_DEFAULT 0
15957| #define COND_COMMAND 1
15958| #define COND_REGEXP 1
15959| #define COPROCESS_SUPPORT 1
15960| #define ARITH_FOR_COMMAND 1
15961| #define NETWORK_REDIRECTIONS 1
15962| #define PROGRAMMABLE_COMPLETION 1
15963| #define DEBUGGER 1
15964| #define CASEMOD_ATTRS 1
15965| #define CASEMOD_EXPANSIONS 1
15966| #define GLOBASCII_DEFAULT 1
15967| #define FUNCTION_IMPORT 1
15968| #define TRANSLATABLE_STRINGS 1
15969| #define MEMSCRAMBLE 1
15970| #define HAVE_STDIO_H 1
15971| #define HAVE_STDLIB_H 1
15972| #define HAVE_STRING_H 1
15973| #define HAVE_INTTYPES_H 1
15974| #define HAVE_STDINT_H 1
15975| #define HAVE_STRINGS_H 1
15976| #define HAVE_SYS_STAT_H 1
15977| #define HAVE_SYS_TYPES_H 1
15978| #define HAVE_UNISTD_H 1
15979| #define HAVE_WCHAR_H 1
15980| #define HAVE_SYS_PARAM_H 1
15981| #define HAVE_XLOCALE_H 1
15982| #define HAVE_SYS_TIME_H 1
15983| #define STDC_HEADERS 1
15984| #define _ALL_SOURCE 1
15985| #define _DARWIN_C_SOURCE 1
15986| #define _GNU_SOURCE 1
15987| #define _HPUX_ALT_XOPEN_SOCKET_API 1
15988| #define _NETBSD_SOURCE 1
15989| #define _OPENBSD_SOURCE 1
15990| #define _POSIX_PTHREAD_SEMANTICS 1
15991| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
15992| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
15993| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
15994| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
15995| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
15996| #define __STDC_WANT_LIB_EXT2__ 1
15997| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
15998| #define _TANDEM_SOURCE 1
15999| #define __EXTENSIONS__ 1
16000| #define READLINE 1
16001| #define HISTORY 1
16002| #define BANG_HISTORY 1
16003| #define HAVE_STRINGIZE 1
16004| #define HAVE_LONG_DOUBLE 1
16005| #define PROTOTYPES 1
16006| #define __PROTOTYPES 1
16007| #define restrict __restrict__
16008| #define HAVE_VISIBILITY 1
16009| #define HAVE_STDINT_H_WITH_UINTMAX 1
16010| #define HAVE_ALLOCA_H 1
16011| #define HAVE_ALLOCA 1
16012| #define HAVE_GETPAGESIZE 1
16013| #define HAVE_SYMLINK 1
16014| #define HAVE_USELOCALE 1
16015| #define HAVE_VPRINTF 1
16016| #define HAVE_ALARM 1
16017| #define HAVE_FPURGE 1
16018| #define HAVE_SNPRINTF 1
16019| #define HAVE_VSNPRINTF 1
16020| #define HAVE_MMAP 1
16021| #define INTDIV0_RAISES_SIGFPE 1
16022| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
16023| #define HAVE_UNSIGNED_LONG_LONG_INT 1
16024| #define HAVE_UINTMAX_T 1
16025| #define HAVE_INTTYPES_H 1
16026| #define USE_POSIX_THREADS 1
16027| #define HAVE_PTHREAD_RWLOCK 1
16028| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
16029| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
16030| #define HAVE_ICONV 1
16031| #define ICONV_CONST
16032| #define HAVE_BUILTIN_EXPECT 1
16033| #define HAVE_INTTYPES_H 1
16034| #define HAVE_LIMITS_H 1
16035| #define HAVE_UNISTD_H 1
16036| #define HAVE_SYS_PARAM_H 1
16037| #define HAVE_GETCWD 1
16038| #define HAVE_GETEGID 1
16039| #define HAVE_GETEUID 1
16040| #define HAVE_GETGID 1
16041| #define HAVE_GETUID 1
16042| #define HAVE_MUNMAP 1
16043| #define HAVE_STPCPY 1
16044| #define HAVE_STRCASECMP 1
16045| #define HAVE_STRDUP 1
16046| #define HAVE_STRTOUL 1
16047| #define HAVE_TSEARCH 1
16048| #define HAVE_LOCALECONV 1
16049| #define HAVE_DECL_FEOF_UNLOCKED 1
16050| #define HAVE_DECL_FGETS_UNLOCKED 0
16051| #define HAVE_LONG_LONG_INT 1
16052| #define HAVE_WCHAR_T 1
16053| #define HAVE_WINT_T 1
16054| #define HAVE_INTMAX_T 1
16055| #define HAVE_POSIX_PRINTF 1
16056| #define HAVE_STDINT_H 1
16057| #define HAVE_STDINT_H 1
16058| #define HAVE_WORKING_O_NOATIME 1
16059| #define HAVE_WORKING_O_NOFOLLOW 1
16060| #define HAVE_WORKING_USELOCALE 1
16061| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
16062| #define HAVE_CFLOCALECOPYCURRENT 1
16063| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
16064| #define FLEXIBLE_ARRAY_MEMBER /**/
16065| #define HAVE_STDDEF_H 1
16066| #define HAVE_STDLIB_H 1
16067| #define HAVE_STRING_H 1
16068| #define HAVE_ASPRINTF 1
16069| #define HAVE_FWPRINTF 1
16070| #define HAVE_NEWLOCALE 1
16071| #define HAVE_PUTENV 1
16072| #define HAVE_SETENV 1
16073| #define HAVE_SETLOCALE 1
16074| #define HAVE_SNPRINTF 1
16075| #define HAVE_STRNLEN 1
16076| #define HAVE_USELOCALE 1
16077| #define HAVE_WCSLEN 1
16078| #define HAVE_WCSNLEN 1
16079| #define HAVE_MBRTOWC 1
16080| #define HAVE_WCRTOMB 1
16081| #define HAVE_DECL__SNPRINTF 0
16082| #define HAVE_DECL__SNWPRINTF 0
16083| #define HAVE_DECL_GETC_UNLOCKED 1
16084| #define HAVE_LANGINFO_CODESET 1
16085| #define HAVE_LC_MESSAGES 1
16086| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
16087| #define HAVE_CFLOCALECOPYCURRENT 1
16088| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
16089| #define ENABLE_NLS 1
16090| #define HAVE_GETTEXT 1
16091| #define HAVE_DCGETTEXT 1
16092| #define HAVE_DIRENT_H 1
16093| #define HAVE_INTTYPES_H 1
16094| #define HAVE_UNISTD_H 1
16095| #define HAVE_STDLIB_H 1
16096| #define HAVE_STDARG_H 1
16097| #define HAVE_LIMITS_H 1
16098| #define HAVE_STRING_H 1
16099| #define HAVE_MEMORY_H 1
16100| #define HAVE_LOCALE_H 1
16101| #define HAVE_TERMCAP_H 1
16102| #define HAVE_TERMIOS_H 1
16103| #define HAVE_DLFCN_H 1
16104| #define HAVE_STDBOOL_H 1
16105| #define HAVE_STDDEF_H 1
16106| #define HAVE_STDINT_H 1
16107| #define HAVE_NETDB_H 1
16108| #define HAVE_PWD_H 1
16109| #define HAVE_GRP_H 1
16110| #define HAVE_STRINGS_H 1
16111| #define HAVE_REGEX_H 1
16112| #define HAVE_SYSLOG_H 1
16113| #define HAVE_ULIMIT_H 1
16114| #define HAVE_SYS_SELECT_H 1
16115| #define HAVE_SYS_FILE_H 1
16116| #define HAVE_SYS_IOCTL_H 1
16117| #define HAVE_SYS_MMAN_H 1
16118| #define HAVE_SYS_PARAM_H 1
16119| #define HAVE_SYS_RANDOM_H 1
16120| #define HAVE_SYS_SOCKET_H 1
16121| #define HAVE_SYS_STAT_H 1
16122| #define HAVE_SYS_TIME_H 1
16123| #define HAVE_SYS_TIMES_H 1
16124| #define HAVE_SYS_TYPES_H 1
16125| #define HAVE_SYS_WAIT_H 1
16126| #define HAVE_NETINET_IN_H 1
16127| #define HAVE_ARPA_INET_H 1
16128| #define HAVE_SYS_RESOURCE_H 1
16129| #define HAVE_ALLOCA_H 1
16130| #define HAVE_ALLOCA 1
16131| #define HAVE_CHOWN 1
16132| #define GETPGRP_VOID 1
16133| #define HAVE_STRCOLL 1
16134| #define HAVE_WAIT3 1
16135| #define HAVE_MKFIFO 1
16136| #define HAVE_DUP2 1
16137| #define HAVE_FCNTL 1
16138| #define HAVE_GETDTABLESIZE 1
16139| #define HAVE_GETENTROPY 1
16140| #define HAVE_GETGROUPS 1
16141| #define HAVE_GETHOSTNAME 1
16142| #define HAVE_GETPAGESIZE 1
16143| #define HAVE_GETPEERNAME 1
16144| #define HAVE_GETRLIMIT 1
16145| #define HAVE_GETRUSAGE 1
16146| #define HAVE_GETTIMEOFDAY 1
16147| #define HAVE_KILL 1
16148| #define HAVE_KILLPG 1
16149| #define HAVE_LSTAT 1
16150| #define HAVE_PSELECT 1
16151| #define HAVE_READLINK 1
16152| #define HAVE_SELECT 1
16153| #define HAVE_SETITIMER 1
16154| #define HAVE_TCGETPGRP 1
16155| #define HAVE_UNAME 1
16156| #define HAVE_ULIMIT 1
16157| #define HAVE_WAITPID 1
16158| #define HAVE_RENAME 1
16159| #define HAVE_BCOPY 1
16160| #define HAVE_BZERO 1
16161| #define HAVE_CONFSTR 1
16162| #define HAVE_FACCESSAT 1
16163| #define HAVE_FNMATCH 1
16164| #define HAVE_GETADDRINFO 1
16165| #define HAVE_GETHOSTBYNAME 1
16166| #define HAVE_GETSERVBYNAME 1
16167| #define HAVE_GETSERVENT 1
16168| #define HAVE_INET_ATON 1
16169| #define HAVE_IMAXDIV 1
16170| #define HAVE_MEMMOVE 1
16171| #define HAVE_PATHCONF 1
16172| #define HAVE_PUTENV 1
16173| #define HAVE_RAISE 1
16174| #define HAVE_RANDOM 1
16175| #define HAVE_REGCOMP 1
16176| #define HAVE_REGEXEC 1
16177| #define HAVE_SETENV 1
16178| #define HAVE_SETLINEBUF 1
16179| #define HAVE_SETLOCALE 1
16180| #define HAVE_SETVBUF 1
16181| #define HAVE_SIGINTERRUPT 1
16182| #define HAVE_STRCHR 1
16183| #define HAVE_SYSCONF 1
16184| #define HAVE_SYSLOG 1
16185| #define HAVE_TCGETATTR 1
16186| #define HAVE_TIMES 1
16187| #define HAVE_TTYNAME 1
16188| #define HAVE_TZSET 1
16189| #define HAVE_UNSETENV 1
16190| #define HAVE_VASPRINTF 1
16191| #define HAVE_ASPRINTF 1
16192| #define HAVE_ISASCII 1
16193| #define HAVE_ISBLANK 1
16194| #define HAVE_ISGRAPH 1
16195| #define HAVE_ISPRINT 1
16196| #define HAVE_ISSPACE 1
16197| #define HAVE_ISXDIGIT 1
16198| #define HAVE_GETPWENT 1
16199| #define HAVE_GETPWNAM 1
16200| #define HAVE_GETPWUID 1
16201| #define HAVE_MKSTEMP 1
16202| #define HAVE_MKDTEMP 1
16203| #define HAVE_ARC4RANDOM 1
16204| #define HAVE_GETCWD 1
16205| #define HAVE_MEMSET 1
16206| #define HAVE_STRCASECMP 1
16207| #define HAVE_STRCASESTR 1
16208| #define HAVE_STRERROR 1
16209| #define HAVE_STRFTIME 1
16210| #define HAVE_STRNLEN 1
16211| #define HAVE_STRPBRK 1
16212| #define HAVE_STRSTR 1
16213| #define HAVE_STRTOD 1
16214| #define HAVE_STRTOL 1
16215| #define HAVE_STRTOUL 1
16216| #define HAVE_STRTOLL 1
16217| #define HAVE_STRTOULL 1
16218| #define HAVE_STRTOUMAX 1
16219| #define HAVE_DPRINTF 1
16220| #define HAVE_STRDUP 1
16221| #define HAVE_DECL_AUDIT_USER_TTY 0
16222| #define HAVE_DECL_CONFSTR 1
16223| #define HAVE_DECL_PRINTF 1
16224| #define HAVE_DECL_SBRK 1
16225| #define HAVE_DECL_SETREGID 1
16226| #define HAVE_DECL_STRCPY 1
16227| #define HAVE_DECL_STRSIGNAL 1
16228| #define HAVE_DECL_STRTOLD 1
16229| #define HAVE_DECL_STRTOL 1
16230| #define HAVE_DECL_STRTOLL 1
16231| #define HAVE_DECL_STRTOUL 1
16232| #define HAVE_DECL_STRTOULL 1
16233| #define HAVE_DECL_STRTOUMAX 1
16234| #define HAVE_ERRNO_H 1
16235| #define HAVE_FCNTL_H 1
16236| #define HAVE_MMAP 1
16237| #define HAVE_MUNMAP 1
16238| #define HAVE_STPCPY 1
16239| #define HAVE_STRCSPN 1
16240| #define HAVE_WCTYPE_H 1
16241| #define HAVE_WCHAR_H 1
16242| #define HAVE_LANGINFO_H 1
16243| #define HAVE_MBRLEN 1
16244| #define HAVE_MBSNRTOWCS 1
16245| #define HAVE_MBSRTOWCS 1
16246| #define HAVE_WCRTOMB 1
16247| #define HAVE_WCSCOLL 1
16248| #define HAVE_WCSDUP 1
16249| #define HAVE_WCWIDTH 1
16250| #define HAVE_WCTYPE 1
16251| #define HAVE_WCSWIDTH 1
16252| #define HAVE_MBRTOWC 1
16253| #define HAVE_MBSTATE_T 1
16254| #define HAVE_ISWLOWER 1
16255| #define HAVE_ISWUPPER 1
16256| #define HAVE_TOWLOWER 1
16257| #define HAVE_TOWUPPER 1
16258| #define HAVE_ISWCTYPE 1
16259| #define HAVE_WCHAR_T 1
16260| #define HAVE_WCTYPE_T 1
16261| #define HAVE_WINT_T 1
16262| #define HAVE_LOCALE_CHARSET 1
16263| #define SIZEOF_WCHAR_T 4
16264| #define HAVE_LIBDL 1
16265| #define HAVE_DLOPEN 1
16266| #define HAVE_DLCLOSE 1
16267| #define HAVE_DLSYM 1
16268| #define GETGROUPS_T gid_t
16269| #define HAVE_UINTPTR_T 1
16270| #define HAVE_LONG_LONG_INT 1
16271| #define HAVE_UNSIGNED_LONG_LONG_INT 1
16272| #define SIZEOF_CHAR 1
16273| #define SIZEOF_SHORT 2
16274| #define SIZEOF_INT 4
16275| #define SIZEOF_LONG 8
16276| #define SIZEOF_CHAR_P 8
16277| #define SIZEOF_SIZE_T 8
16278| #define SIZEOF_DOUBLE 8
16279| #define SIZEOF_LONG_LONG 8
16280| /* end confdefs.h.  */
16281| #include <stddef.h>
16282| #ifdef HAVE_STDIO_H
16283| # include <stdio.h>
16284| #endif
16285| #ifdef HAVE_STDLIB_H
16286| # include <stdlib.h>
16287| #endif
16288| #ifdef HAVE_STRING_H
16289| # include <string.h>
16290| #endif
16291| #ifdef HAVE_INTTYPES_H
16292| # include <inttypes.h>
16293| #endif
16294| #ifdef HAVE_STDINT_H
16295| # include <stdint.h>
16296| #endif
16297| #ifdef HAVE_STRINGS_H
16298| # include <strings.h>
16299| #endif
16300| #ifdef HAVE_SYS_TYPES_H
16301| # include <sys/types.h>
16302| #endif
16303| #ifdef HAVE_SYS_STAT_H
16304| # include <sys/stat.h>
16305| #endif
16306| #ifdef HAVE_UNISTD_H
16307| # include <unistd.h>
16308| #endif
16309| int
16310| main (void)
16311| {
16312| if (sizeof ((u_int)))
16313|           return 0;
16314|   ;
16315|   return 0;
16316| }
16317configure:17722: result: yes
16318configure:17732: checking for u_long
16319configure:17732: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
16320configure:17732: $? = 0
16321configure:17732: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
16322conftest.c:376:21: error: expected expression
16323if (sizeof ((u_long)))
16324                    ^
163251 error generated.
16326configure:17732: $? = 1
16327configure: failed program was:
16328| /* confdefs.h */
16329| #define PACKAGE_NAME "bash"
16330| #define PACKAGE_TARNAME "bash"
16331| #define PACKAGE_VERSION "5.2-release"
16332| #define PACKAGE_STRING "bash 5.2-release"
16333| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
16334| #define PACKAGE_URL ""
16335| #define ALIAS 1
16336| #define PUSHD_AND_POPD 1
16337| #define RESTRICTED_SHELL 1
16338| #define PROCESS_SUBSTITUTION 1
16339| #define PROMPT_STRING_DECODE 1
16340| #define SELECT_COMMAND 1
16341| #define HELP_BUILTIN 1
16342| #define ARRAY_VARS 1
16343| #define DPAREN_ARITHMETIC 1
16344| #define BRACE_EXPANSION 1
16345| #define COMMAND_TIMING 1
16346| #define EXTENDED_GLOB 1
16347| #define EXTGLOB_DEFAULT 0
16348| #define COND_COMMAND 1
16349| #define COND_REGEXP 1
16350| #define COPROCESS_SUPPORT 1
16351| #define ARITH_FOR_COMMAND 1
16352| #define NETWORK_REDIRECTIONS 1
16353| #define PROGRAMMABLE_COMPLETION 1
16354| #define DEBUGGER 1
16355| #define CASEMOD_ATTRS 1
16356| #define CASEMOD_EXPANSIONS 1
16357| #define GLOBASCII_DEFAULT 1
16358| #define FUNCTION_IMPORT 1
16359| #define TRANSLATABLE_STRINGS 1
16360| #define MEMSCRAMBLE 1
16361| #define HAVE_STDIO_H 1
16362| #define HAVE_STDLIB_H 1
16363| #define HAVE_STRING_H 1
16364| #define HAVE_INTTYPES_H 1
16365| #define HAVE_STDINT_H 1
16366| #define HAVE_STRINGS_H 1
16367| #define HAVE_SYS_STAT_H 1
16368| #define HAVE_SYS_TYPES_H 1
16369| #define HAVE_UNISTD_H 1
16370| #define HAVE_WCHAR_H 1
16371| #define HAVE_SYS_PARAM_H 1
16372| #define HAVE_XLOCALE_H 1
16373| #define HAVE_SYS_TIME_H 1
16374| #define STDC_HEADERS 1
16375| #define _ALL_SOURCE 1
16376| #define _DARWIN_C_SOURCE 1
16377| #define _GNU_SOURCE 1
16378| #define _HPUX_ALT_XOPEN_SOCKET_API 1
16379| #define _NETBSD_SOURCE 1
16380| #define _OPENBSD_SOURCE 1
16381| #define _POSIX_PTHREAD_SEMANTICS 1
16382| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
16383| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
16384| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
16385| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
16386| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
16387| #define __STDC_WANT_LIB_EXT2__ 1
16388| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
16389| #define _TANDEM_SOURCE 1
16390| #define __EXTENSIONS__ 1
16391| #define READLINE 1
16392| #define HISTORY 1
16393| #define BANG_HISTORY 1
16394| #define HAVE_STRINGIZE 1
16395| #define HAVE_LONG_DOUBLE 1
16396| #define PROTOTYPES 1
16397| #define __PROTOTYPES 1
16398| #define restrict __restrict__
16399| #define HAVE_VISIBILITY 1
16400| #define HAVE_STDINT_H_WITH_UINTMAX 1
16401| #define HAVE_ALLOCA_H 1
16402| #define HAVE_ALLOCA 1
16403| #define HAVE_GETPAGESIZE 1
16404| #define HAVE_SYMLINK 1
16405| #define HAVE_USELOCALE 1
16406| #define HAVE_VPRINTF 1
16407| #define HAVE_ALARM 1
16408| #define HAVE_FPURGE 1
16409| #define HAVE_SNPRINTF 1
16410| #define HAVE_VSNPRINTF 1
16411| #define HAVE_MMAP 1
16412| #define INTDIV0_RAISES_SIGFPE 1
16413| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
16414| #define HAVE_UNSIGNED_LONG_LONG_INT 1
16415| #define HAVE_UINTMAX_T 1
16416| #define HAVE_INTTYPES_H 1
16417| #define USE_POSIX_THREADS 1
16418| #define HAVE_PTHREAD_RWLOCK 1
16419| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
16420| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
16421| #define HAVE_ICONV 1
16422| #define ICONV_CONST
16423| #define HAVE_BUILTIN_EXPECT 1
16424| #define HAVE_INTTYPES_H 1
16425| #define HAVE_LIMITS_H 1
16426| #define HAVE_UNISTD_H 1
16427| #define HAVE_SYS_PARAM_H 1
16428| #define HAVE_GETCWD 1
16429| #define HAVE_GETEGID 1
16430| #define HAVE_GETEUID 1
16431| #define HAVE_GETGID 1
16432| #define HAVE_GETUID 1
16433| #define HAVE_MUNMAP 1
16434| #define HAVE_STPCPY 1
16435| #define HAVE_STRCASECMP 1
16436| #define HAVE_STRDUP 1
16437| #define HAVE_STRTOUL 1
16438| #define HAVE_TSEARCH 1
16439| #define HAVE_LOCALECONV 1
16440| #define HAVE_DECL_FEOF_UNLOCKED 1
16441| #define HAVE_DECL_FGETS_UNLOCKED 0
16442| #define HAVE_LONG_LONG_INT 1
16443| #define HAVE_WCHAR_T 1
16444| #define HAVE_WINT_T 1
16445| #define HAVE_INTMAX_T 1
16446| #define HAVE_POSIX_PRINTF 1
16447| #define HAVE_STDINT_H 1
16448| #define HAVE_STDINT_H 1
16449| #define HAVE_WORKING_O_NOATIME 1
16450| #define HAVE_WORKING_O_NOFOLLOW 1
16451| #define HAVE_WORKING_USELOCALE 1
16452| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
16453| #define HAVE_CFLOCALECOPYCURRENT 1
16454| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
16455| #define FLEXIBLE_ARRAY_MEMBER /**/
16456| #define HAVE_STDDEF_H 1
16457| #define HAVE_STDLIB_H 1
16458| #define HAVE_STRING_H 1
16459| #define HAVE_ASPRINTF 1
16460| #define HAVE_FWPRINTF 1
16461| #define HAVE_NEWLOCALE 1
16462| #define HAVE_PUTENV 1
16463| #define HAVE_SETENV 1
16464| #define HAVE_SETLOCALE 1
16465| #define HAVE_SNPRINTF 1
16466| #define HAVE_STRNLEN 1
16467| #define HAVE_USELOCALE 1
16468| #define HAVE_WCSLEN 1
16469| #define HAVE_WCSNLEN 1
16470| #define HAVE_MBRTOWC 1
16471| #define HAVE_WCRTOMB 1
16472| #define HAVE_DECL__SNPRINTF 0
16473| #define HAVE_DECL__SNWPRINTF 0
16474| #define HAVE_DECL_GETC_UNLOCKED 1
16475| #define HAVE_LANGINFO_CODESET 1
16476| #define HAVE_LC_MESSAGES 1
16477| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
16478| #define HAVE_CFLOCALECOPYCURRENT 1
16479| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
16480| #define ENABLE_NLS 1
16481| #define HAVE_GETTEXT 1
16482| #define HAVE_DCGETTEXT 1
16483| #define HAVE_DIRENT_H 1
16484| #define HAVE_INTTYPES_H 1
16485| #define HAVE_UNISTD_H 1
16486| #define HAVE_STDLIB_H 1
16487| #define HAVE_STDARG_H 1
16488| #define HAVE_LIMITS_H 1
16489| #define HAVE_STRING_H 1
16490| #define HAVE_MEMORY_H 1
16491| #define HAVE_LOCALE_H 1
16492| #define HAVE_TERMCAP_H 1
16493| #define HAVE_TERMIOS_H 1
16494| #define HAVE_DLFCN_H 1
16495| #define HAVE_STDBOOL_H 1
16496| #define HAVE_STDDEF_H 1
16497| #define HAVE_STDINT_H 1
16498| #define HAVE_NETDB_H 1
16499| #define HAVE_PWD_H 1
16500| #define HAVE_GRP_H 1
16501| #define HAVE_STRINGS_H 1
16502| #define HAVE_REGEX_H 1
16503| #define HAVE_SYSLOG_H 1
16504| #define HAVE_ULIMIT_H 1
16505| #define HAVE_SYS_SELECT_H 1
16506| #define HAVE_SYS_FILE_H 1
16507| #define HAVE_SYS_IOCTL_H 1
16508| #define HAVE_SYS_MMAN_H 1
16509| #define HAVE_SYS_PARAM_H 1
16510| #define HAVE_SYS_RANDOM_H 1
16511| #define HAVE_SYS_SOCKET_H 1
16512| #define HAVE_SYS_STAT_H 1
16513| #define HAVE_SYS_TIME_H 1
16514| #define HAVE_SYS_TIMES_H 1
16515| #define HAVE_SYS_TYPES_H 1
16516| #define HAVE_SYS_WAIT_H 1
16517| #define HAVE_NETINET_IN_H 1
16518| #define HAVE_ARPA_INET_H 1
16519| #define HAVE_SYS_RESOURCE_H 1
16520| #define HAVE_ALLOCA_H 1
16521| #define HAVE_ALLOCA 1
16522| #define HAVE_CHOWN 1
16523| #define GETPGRP_VOID 1
16524| #define HAVE_STRCOLL 1
16525| #define HAVE_WAIT3 1
16526| #define HAVE_MKFIFO 1
16527| #define HAVE_DUP2 1
16528| #define HAVE_FCNTL 1
16529| #define HAVE_GETDTABLESIZE 1
16530| #define HAVE_GETENTROPY 1
16531| #define HAVE_GETGROUPS 1
16532| #define HAVE_GETHOSTNAME 1
16533| #define HAVE_GETPAGESIZE 1
16534| #define HAVE_GETPEERNAME 1
16535| #define HAVE_GETRLIMIT 1
16536| #define HAVE_GETRUSAGE 1
16537| #define HAVE_GETTIMEOFDAY 1
16538| #define HAVE_KILL 1
16539| #define HAVE_KILLPG 1
16540| #define HAVE_LSTAT 1
16541| #define HAVE_PSELECT 1
16542| #define HAVE_READLINK 1
16543| #define HAVE_SELECT 1
16544| #define HAVE_SETITIMER 1
16545| #define HAVE_TCGETPGRP 1
16546| #define HAVE_UNAME 1
16547| #define HAVE_ULIMIT 1
16548| #define HAVE_WAITPID 1
16549| #define HAVE_RENAME 1
16550| #define HAVE_BCOPY 1
16551| #define HAVE_BZERO 1
16552| #define HAVE_CONFSTR 1
16553| #define HAVE_FACCESSAT 1
16554| #define HAVE_FNMATCH 1
16555| #define HAVE_GETADDRINFO 1
16556| #define HAVE_GETHOSTBYNAME 1
16557| #define HAVE_GETSERVBYNAME 1
16558| #define HAVE_GETSERVENT 1
16559| #define HAVE_INET_ATON 1
16560| #define HAVE_IMAXDIV 1
16561| #define HAVE_MEMMOVE 1
16562| #define HAVE_PATHCONF 1
16563| #define HAVE_PUTENV 1
16564| #define HAVE_RAISE 1
16565| #define HAVE_RANDOM 1
16566| #define HAVE_REGCOMP 1
16567| #define HAVE_REGEXEC 1
16568| #define HAVE_SETENV 1
16569| #define HAVE_SETLINEBUF 1
16570| #define HAVE_SETLOCALE 1
16571| #define HAVE_SETVBUF 1
16572| #define HAVE_SIGINTERRUPT 1
16573| #define HAVE_STRCHR 1
16574| #define HAVE_SYSCONF 1
16575| #define HAVE_SYSLOG 1
16576| #define HAVE_TCGETATTR 1
16577| #define HAVE_TIMES 1
16578| #define HAVE_TTYNAME 1
16579| #define HAVE_TZSET 1
16580| #define HAVE_UNSETENV 1
16581| #define HAVE_VASPRINTF 1
16582| #define HAVE_ASPRINTF 1
16583| #define HAVE_ISASCII 1
16584| #define HAVE_ISBLANK 1
16585| #define HAVE_ISGRAPH 1
16586| #define HAVE_ISPRINT 1
16587| #define HAVE_ISSPACE 1
16588| #define HAVE_ISXDIGIT 1
16589| #define HAVE_GETPWENT 1
16590| #define HAVE_GETPWNAM 1
16591| #define HAVE_GETPWUID 1
16592| #define HAVE_MKSTEMP 1
16593| #define HAVE_MKDTEMP 1
16594| #define HAVE_ARC4RANDOM 1
16595| #define HAVE_GETCWD 1
16596| #define HAVE_MEMSET 1
16597| #define HAVE_STRCASECMP 1
16598| #define HAVE_STRCASESTR 1
16599| #define HAVE_STRERROR 1
16600| #define HAVE_STRFTIME 1
16601| #define HAVE_STRNLEN 1
16602| #define HAVE_STRPBRK 1
16603| #define HAVE_STRSTR 1
16604| #define HAVE_STRTOD 1
16605| #define HAVE_STRTOL 1
16606| #define HAVE_STRTOUL 1
16607| #define HAVE_STRTOLL 1
16608| #define HAVE_STRTOULL 1
16609| #define HAVE_STRTOUMAX 1
16610| #define HAVE_DPRINTF 1
16611| #define HAVE_STRDUP 1
16612| #define HAVE_DECL_AUDIT_USER_TTY 0
16613| #define HAVE_DECL_CONFSTR 1
16614| #define HAVE_DECL_PRINTF 1
16615| #define HAVE_DECL_SBRK 1
16616| #define HAVE_DECL_SETREGID 1
16617| #define HAVE_DECL_STRCPY 1
16618| #define HAVE_DECL_STRSIGNAL 1
16619| #define HAVE_DECL_STRTOLD 1
16620| #define HAVE_DECL_STRTOL 1
16621| #define HAVE_DECL_STRTOLL 1
16622| #define HAVE_DECL_STRTOUL 1
16623| #define HAVE_DECL_STRTOULL 1
16624| #define HAVE_DECL_STRTOUMAX 1
16625| #define HAVE_ERRNO_H 1
16626| #define HAVE_FCNTL_H 1
16627| #define HAVE_MMAP 1
16628| #define HAVE_MUNMAP 1
16629| #define HAVE_STPCPY 1
16630| #define HAVE_STRCSPN 1
16631| #define HAVE_WCTYPE_H 1
16632| #define HAVE_WCHAR_H 1
16633| #define HAVE_LANGINFO_H 1
16634| #define HAVE_MBRLEN 1
16635| #define HAVE_MBSNRTOWCS 1
16636| #define HAVE_MBSRTOWCS 1
16637| #define HAVE_WCRTOMB 1
16638| #define HAVE_WCSCOLL 1
16639| #define HAVE_WCSDUP 1
16640| #define HAVE_WCWIDTH 1
16641| #define HAVE_WCTYPE 1
16642| #define HAVE_WCSWIDTH 1
16643| #define HAVE_MBRTOWC 1
16644| #define HAVE_MBSTATE_T 1
16645| #define HAVE_ISWLOWER 1
16646| #define HAVE_ISWUPPER 1
16647| #define HAVE_TOWLOWER 1
16648| #define HAVE_TOWUPPER 1
16649| #define HAVE_ISWCTYPE 1
16650| #define HAVE_WCHAR_T 1
16651| #define HAVE_WCTYPE_T 1
16652| #define HAVE_WINT_T 1
16653| #define HAVE_LOCALE_CHARSET 1
16654| #define SIZEOF_WCHAR_T 4
16655| #define HAVE_LIBDL 1
16656| #define HAVE_DLOPEN 1
16657| #define HAVE_DLCLOSE 1
16658| #define HAVE_DLSYM 1
16659| #define GETGROUPS_T gid_t
16660| #define HAVE_UINTPTR_T 1
16661| #define HAVE_LONG_LONG_INT 1
16662| #define HAVE_UNSIGNED_LONG_LONG_INT 1
16663| #define SIZEOF_CHAR 1
16664| #define SIZEOF_SHORT 2
16665| #define SIZEOF_INT 4
16666| #define SIZEOF_LONG 8
16667| #define SIZEOF_CHAR_P 8
16668| #define SIZEOF_SIZE_T 8
16669| #define SIZEOF_DOUBLE 8
16670| #define SIZEOF_LONG_LONG 8
16671| /* end confdefs.h.  */
16672| #include <stddef.h>
16673| #ifdef HAVE_STDIO_H
16674| # include <stdio.h>
16675| #endif
16676| #ifdef HAVE_STDLIB_H
16677| # include <stdlib.h>
16678| #endif
16679| #ifdef HAVE_STRING_H
16680| # include <string.h>
16681| #endif
16682| #ifdef HAVE_INTTYPES_H
16683| # include <inttypes.h>
16684| #endif
16685| #ifdef HAVE_STDINT_H
16686| # include <stdint.h>
16687| #endif
16688| #ifdef HAVE_STRINGS_H
16689| # include <strings.h>
16690| #endif
16691| #ifdef HAVE_SYS_TYPES_H
16692| # include <sys/types.h>
16693| #endif
16694| #ifdef HAVE_SYS_STAT_H
16695| # include <sys/stat.h>
16696| #endif
16697| #ifdef HAVE_UNISTD_H
16698| # include <unistd.h>
16699| #endif
16700| int
16701| main (void)
16702| {
16703| if (sizeof ((u_long)))
16704|           return 0;
16705|   ;
16706|   return 0;
16707| }
16708configure:17732: result: yes
16709configure:17745: checking for bits16_t
16710configure:17745: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
16711conftest.c:376:13: error: use of undeclared identifier 'bits16_t'
16712if (sizeof (bits16_t))
16713            ^
167141 error generated.
16715configure:17745: $? = 1
16716configure: failed program was:
16717| /* confdefs.h */
16718| #define PACKAGE_NAME "bash"
16719| #define PACKAGE_TARNAME "bash"
16720| #define PACKAGE_VERSION "5.2-release"
16721| #define PACKAGE_STRING "bash 5.2-release"
16722| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
16723| #define PACKAGE_URL ""
16724| #define ALIAS 1
16725| #define PUSHD_AND_POPD 1
16726| #define RESTRICTED_SHELL 1
16727| #define PROCESS_SUBSTITUTION 1
16728| #define PROMPT_STRING_DECODE 1
16729| #define SELECT_COMMAND 1
16730| #define HELP_BUILTIN 1
16731| #define ARRAY_VARS 1
16732| #define DPAREN_ARITHMETIC 1
16733| #define BRACE_EXPANSION 1
16734| #define COMMAND_TIMING 1
16735| #define EXTENDED_GLOB 1
16736| #define EXTGLOB_DEFAULT 0
16737| #define COND_COMMAND 1
16738| #define COND_REGEXP 1
16739| #define COPROCESS_SUPPORT 1
16740| #define ARITH_FOR_COMMAND 1
16741| #define NETWORK_REDIRECTIONS 1
16742| #define PROGRAMMABLE_COMPLETION 1
16743| #define DEBUGGER 1
16744| #define CASEMOD_ATTRS 1
16745| #define CASEMOD_EXPANSIONS 1
16746| #define GLOBASCII_DEFAULT 1
16747| #define FUNCTION_IMPORT 1
16748| #define TRANSLATABLE_STRINGS 1
16749| #define MEMSCRAMBLE 1
16750| #define HAVE_STDIO_H 1
16751| #define HAVE_STDLIB_H 1
16752| #define HAVE_STRING_H 1
16753| #define HAVE_INTTYPES_H 1
16754| #define HAVE_STDINT_H 1
16755| #define HAVE_STRINGS_H 1
16756| #define HAVE_SYS_STAT_H 1
16757| #define HAVE_SYS_TYPES_H 1
16758| #define HAVE_UNISTD_H 1
16759| #define HAVE_WCHAR_H 1
16760| #define HAVE_SYS_PARAM_H 1
16761| #define HAVE_XLOCALE_H 1
16762| #define HAVE_SYS_TIME_H 1
16763| #define STDC_HEADERS 1
16764| #define _ALL_SOURCE 1
16765| #define _DARWIN_C_SOURCE 1
16766| #define _GNU_SOURCE 1
16767| #define _HPUX_ALT_XOPEN_SOCKET_API 1
16768| #define _NETBSD_SOURCE 1
16769| #define _OPENBSD_SOURCE 1
16770| #define _POSIX_PTHREAD_SEMANTICS 1
16771| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
16772| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
16773| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
16774| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
16775| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
16776| #define __STDC_WANT_LIB_EXT2__ 1
16777| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
16778| #define _TANDEM_SOURCE 1
16779| #define __EXTENSIONS__ 1
16780| #define READLINE 1
16781| #define HISTORY 1
16782| #define BANG_HISTORY 1
16783| #define HAVE_STRINGIZE 1
16784| #define HAVE_LONG_DOUBLE 1
16785| #define PROTOTYPES 1
16786| #define __PROTOTYPES 1
16787| #define restrict __restrict__
16788| #define HAVE_VISIBILITY 1
16789| #define HAVE_STDINT_H_WITH_UINTMAX 1
16790| #define HAVE_ALLOCA_H 1
16791| #define HAVE_ALLOCA 1
16792| #define HAVE_GETPAGESIZE 1
16793| #define HAVE_SYMLINK 1
16794| #define HAVE_USELOCALE 1
16795| #define HAVE_VPRINTF 1
16796| #define HAVE_ALARM 1
16797| #define HAVE_FPURGE 1
16798| #define HAVE_SNPRINTF 1
16799| #define HAVE_VSNPRINTF 1
16800| #define HAVE_MMAP 1
16801| #define INTDIV0_RAISES_SIGFPE 1
16802| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
16803| #define HAVE_UNSIGNED_LONG_LONG_INT 1
16804| #define HAVE_UINTMAX_T 1
16805| #define HAVE_INTTYPES_H 1
16806| #define USE_POSIX_THREADS 1
16807| #define HAVE_PTHREAD_RWLOCK 1
16808| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
16809| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
16810| #define HAVE_ICONV 1
16811| #define ICONV_CONST
16812| #define HAVE_BUILTIN_EXPECT 1
16813| #define HAVE_INTTYPES_H 1
16814| #define HAVE_LIMITS_H 1
16815| #define HAVE_UNISTD_H 1
16816| #define HAVE_SYS_PARAM_H 1
16817| #define HAVE_GETCWD 1
16818| #define HAVE_GETEGID 1
16819| #define HAVE_GETEUID 1
16820| #define HAVE_GETGID 1
16821| #define HAVE_GETUID 1
16822| #define HAVE_MUNMAP 1
16823| #define HAVE_STPCPY 1
16824| #define HAVE_STRCASECMP 1
16825| #define HAVE_STRDUP 1
16826| #define HAVE_STRTOUL 1
16827| #define HAVE_TSEARCH 1
16828| #define HAVE_LOCALECONV 1
16829| #define HAVE_DECL_FEOF_UNLOCKED 1
16830| #define HAVE_DECL_FGETS_UNLOCKED 0
16831| #define HAVE_LONG_LONG_INT 1
16832| #define HAVE_WCHAR_T 1
16833| #define HAVE_WINT_T 1
16834| #define HAVE_INTMAX_T 1
16835| #define HAVE_POSIX_PRINTF 1
16836| #define HAVE_STDINT_H 1
16837| #define HAVE_STDINT_H 1
16838| #define HAVE_WORKING_O_NOATIME 1
16839| #define HAVE_WORKING_O_NOFOLLOW 1
16840| #define HAVE_WORKING_USELOCALE 1
16841| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
16842| #define HAVE_CFLOCALECOPYCURRENT 1
16843| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
16844| #define FLEXIBLE_ARRAY_MEMBER /**/
16845| #define HAVE_STDDEF_H 1
16846| #define HAVE_STDLIB_H 1
16847| #define HAVE_STRING_H 1
16848| #define HAVE_ASPRINTF 1
16849| #define HAVE_FWPRINTF 1
16850| #define HAVE_NEWLOCALE 1
16851| #define HAVE_PUTENV 1
16852| #define HAVE_SETENV 1
16853| #define HAVE_SETLOCALE 1
16854| #define HAVE_SNPRINTF 1
16855| #define HAVE_STRNLEN 1
16856| #define HAVE_USELOCALE 1
16857| #define HAVE_WCSLEN 1
16858| #define HAVE_WCSNLEN 1
16859| #define HAVE_MBRTOWC 1
16860| #define HAVE_WCRTOMB 1
16861| #define HAVE_DECL__SNPRINTF 0
16862| #define HAVE_DECL__SNWPRINTF 0
16863| #define HAVE_DECL_GETC_UNLOCKED 1
16864| #define HAVE_LANGINFO_CODESET 1
16865| #define HAVE_LC_MESSAGES 1
16866| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
16867| #define HAVE_CFLOCALECOPYCURRENT 1
16868| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
16869| #define ENABLE_NLS 1
16870| #define HAVE_GETTEXT 1
16871| #define HAVE_DCGETTEXT 1
16872| #define HAVE_DIRENT_H 1
16873| #define HAVE_INTTYPES_H 1
16874| #define HAVE_UNISTD_H 1
16875| #define HAVE_STDLIB_H 1
16876| #define HAVE_STDARG_H 1
16877| #define HAVE_LIMITS_H 1
16878| #define HAVE_STRING_H 1
16879| #define HAVE_MEMORY_H 1
16880| #define HAVE_LOCALE_H 1
16881| #define HAVE_TERMCAP_H 1
16882| #define HAVE_TERMIOS_H 1
16883| #define HAVE_DLFCN_H 1
16884| #define HAVE_STDBOOL_H 1
16885| #define HAVE_STDDEF_H 1
16886| #define HAVE_STDINT_H 1
16887| #define HAVE_NETDB_H 1
16888| #define HAVE_PWD_H 1
16889| #define HAVE_GRP_H 1
16890| #define HAVE_STRINGS_H 1
16891| #define HAVE_REGEX_H 1
16892| #define HAVE_SYSLOG_H 1
16893| #define HAVE_ULIMIT_H 1
16894| #define HAVE_SYS_SELECT_H 1
16895| #define HAVE_SYS_FILE_H 1
16896| #define HAVE_SYS_IOCTL_H 1
16897| #define HAVE_SYS_MMAN_H 1
16898| #define HAVE_SYS_PARAM_H 1
16899| #define HAVE_SYS_RANDOM_H 1
16900| #define HAVE_SYS_SOCKET_H 1
16901| #define HAVE_SYS_STAT_H 1
16902| #define HAVE_SYS_TIME_H 1
16903| #define HAVE_SYS_TIMES_H 1
16904| #define HAVE_SYS_TYPES_H 1
16905| #define HAVE_SYS_WAIT_H 1
16906| #define HAVE_NETINET_IN_H 1
16907| #define HAVE_ARPA_INET_H 1
16908| #define HAVE_SYS_RESOURCE_H 1
16909| #define HAVE_ALLOCA_H 1
16910| #define HAVE_ALLOCA 1
16911| #define HAVE_CHOWN 1
16912| #define GETPGRP_VOID 1
16913| #define HAVE_STRCOLL 1
16914| #define HAVE_WAIT3 1
16915| #define HAVE_MKFIFO 1
16916| #define HAVE_DUP2 1
16917| #define HAVE_FCNTL 1
16918| #define HAVE_GETDTABLESIZE 1
16919| #define HAVE_GETENTROPY 1
16920| #define HAVE_GETGROUPS 1
16921| #define HAVE_GETHOSTNAME 1
16922| #define HAVE_GETPAGESIZE 1
16923| #define HAVE_GETPEERNAME 1
16924| #define HAVE_GETRLIMIT 1
16925| #define HAVE_GETRUSAGE 1
16926| #define HAVE_GETTIMEOFDAY 1
16927| #define HAVE_KILL 1
16928| #define HAVE_KILLPG 1
16929| #define HAVE_LSTAT 1
16930| #define HAVE_PSELECT 1
16931| #define HAVE_READLINK 1
16932| #define HAVE_SELECT 1
16933| #define HAVE_SETITIMER 1
16934| #define HAVE_TCGETPGRP 1
16935| #define HAVE_UNAME 1
16936| #define HAVE_ULIMIT 1
16937| #define HAVE_WAITPID 1
16938| #define HAVE_RENAME 1
16939| #define HAVE_BCOPY 1
16940| #define HAVE_BZERO 1
16941| #define HAVE_CONFSTR 1
16942| #define HAVE_FACCESSAT 1
16943| #define HAVE_FNMATCH 1
16944| #define HAVE_GETADDRINFO 1
16945| #define HAVE_GETHOSTBYNAME 1
16946| #define HAVE_GETSERVBYNAME 1
16947| #define HAVE_GETSERVENT 1
16948| #define HAVE_INET_ATON 1
16949| #define HAVE_IMAXDIV 1
16950| #define HAVE_MEMMOVE 1
16951| #define HAVE_PATHCONF 1
16952| #define HAVE_PUTENV 1
16953| #define HAVE_RAISE 1
16954| #define HAVE_RANDOM 1
16955| #define HAVE_REGCOMP 1
16956| #define HAVE_REGEXEC 1
16957| #define HAVE_SETENV 1
16958| #define HAVE_SETLINEBUF 1
16959| #define HAVE_SETLOCALE 1
16960| #define HAVE_SETVBUF 1
16961| #define HAVE_SIGINTERRUPT 1
16962| #define HAVE_STRCHR 1
16963| #define HAVE_SYSCONF 1
16964| #define HAVE_SYSLOG 1
16965| #define HAVE_TCGETATTR 1
16966| #define HAVE_TIMES 1
16967| #define HAVE_TTYNAME 1
16968| #define HAVE_TZSET 1
16969| #define HAVE_UNSETENV 1
16970| #define HAVE_VASPRINTF 1
16971| #define HAVE_ASPRINTF 1
16972| #define HAVE_ISASCII 1
16973| #define HAVE_ISBLANK 1
16974| #define HAVE_ISGRAPH 1
16975| #define HAVE_ISPRINT 1
16976| #define HAVE_ISSPACE 1
16977| #define HAVE_ISXDIGIT 1
16978| #define HAVE_GETPWENT 1
16979| #define HAVE_GETPWNAM 1
16980| #define HAVE_GETPWUID 1
16981| #define HAVE_MKSTEMP 1
16982| #define HAVE_MKDTEMP 1
16983| #define HAVE_ARC4RANDOM 1
16984| #define HAVE_GETCWD 1
16985| #define HAVE_MEMSET 1
16986| #define HAVE_STRCASECMP 1
16987| #define HAVE_STRCASESTR 1
16988| #define HAVE_STRERROR 1
16989| #define HAVE_STRFTIME 1
16990| #define HAVE_STRNLEN 1
16991| #define HAVE_STRPBRK 1
16992| #define HAVE_STRSTR 1
16993| #define HAVE_STRTOD 1
16994| #define HAVE_STRTOL 1
16995| #define HAVE_STRTOUL 1
16996| #define HAVE_STRTOLL 1
16997| #define HAVE_STRTOULL 1
16998| #define HAVE_STRTOUMAX 1
16999| #define HAVE_DPRINTF 1
17000| #define HAVE_STRDUP 1
17001| #define HAVE_DECL_AUDIT_USER_TTY 0
17002| #define HAVE_DECL_CONFSTR 1
17003| #define HAVE_DECL_PRINTF 1
17004| #define HAVE_DECL_SBRK 1
17005| #define HAVE_DECL_SETREGID 1
17006| #define HAVE_DECL_STRCPY 1
17007| #define HAVE_DECL_STRSIGNAL 1
17008| #define HAVE_DECL_STRTOLD 1
17009| #define HAVE_DECL_STRTOL 1
17010| #define HAVE_DECL_STRTOLL 1
17011| #define HAVE_DECL_STRTOUL 1
17012| #define HAVE_DECL_STRTOULL 1
17013| #define HAVE_DECL_STRTOUMAX 1
17014| #define HAVE_ERRNO_H 1
17015| #define HAVE_FCNTL_H 1
17016| #define HAVE_MMAP 1
17017| #define HAVE_MUNMAP 1
17018| #define HAVE_STPCPY 1
17019| #define HAVE_STRCSPN 1
17020| #define HAVE_WCTYPE_H 1
17021| #define HAVE_WCHAR_H 1
17022| #define HAVE_LANGINFO_H 1
17023| #define HAVE_MBRLEN 1
17024| #define HAVE_MBSNRTOWCS 1
17025| #define HAVE_MBSRTOWCS 1
17026| #define HAVE_WCRTOMB 1
17027| #define HAVE_WCSCOLL 1
17028| #define HAVE_WCSDUP 1
17029| #define HAVE_WCWIDTH 1
17030| #define HAVE_WCTYPE 1
17031| #define HAVE_WCSWIDTH 1
17032| #define HAVE_MBRTOWC 1
17033| #define HAVE_MBSTATE_T 1
17034| #define HAVE_ISWLOWER 1
17035| #define HAVE_ISWUPPER 1
17036| #define HAVE_TOWLOWER 1
17037| #define HAVE_TOWUPPER 1
17038| #define HAVE_ISWCTYPE 1
17039| #define HAVE_WCHAR_T 1
17040| #define HAVE_WCTYPE_T 1
17041| #define HAVE_WINT_T 1
17042| #define HAVE_LOCALE_CHARSET 1
17043| #define SIZEOF_WCHAR_T 4
17044| #define HAVE_LIBDL 1
17045| #define HAVE_DLOPEN 1
17046| #define HAVE_DLCLOSE 1
17047| #define HAVE_DLSYM 1
17048| #define GETGROUPS_T gid_t
17049| #define HAVE_UINTPTR_T 1
17050| #define HAVE_LONG_LONG_INT 1
17051| #define HAVE_UNSIGNED_LONG_LONG_INT 1
17052| #define SIZEOF_CHAR 1
17053| #define SIZEOF_SHORT 2
17054| #define SIZEOF_INT 4
17055| #define SIZEOF_LONG 8
17056| #define SIZEOF_CHAR_P 8
17057| #define SIZEOF_SIZE_T 8
17058| #define SIZEOF_DOUBLE 8
17059| #define SIZEOF_LONG_LONG 8
17060| /* end confdefs.h.  */
17061| #include <stddef.h>
17062| #ifdef HAVE_STDIO_H
17063| # include <stdio.h>
17064| #endif
17065| #ifdef HAVE_STDLIB_H
17066| # include <stdlib.h>
17067| #endif
17068| #ifdef HAVE_STRING_H
17069| # include <string.h>
17070| #endif
17071| #ifdef HAVE_INTTYPES_H
17072| # include <inttypes.h>
17073| #endif
17074| #ifdef HAVE_STDINT_H
17075| # include <stdint.h>
17076| #endif
17077| #ifdef HAVE_STRINGS_H
17078| # include <strings.h>
17079| #endif
17080| #ifdef HAVE_SYS_TYPES_H
17081| # include <sys/types.h>
17082| #endif
17083| #ifdef HAVE_SYS_STAT_H
17084| # include <sys/stat.h>
17085| #endif
17086| #ifdef HAVE_UNISTD_H
17087| # include <unistd.h>
17088| #endif
17089| int
17090| main (void)
17091| {
17092| if (sizeof (bits16_t))
17093|        return 0;
17094|   ;
17095|   return 0;
17096| }
17097configure:17745: result: no
17098configure:17781: checking for u_bits16_t
17099configure:17781: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
17100conftest.c:377:13: error: use of undeclared identifier 'u_bits16_t'
17101if (sizeof (u_bits16_t))
17102            ^
171031 error generated.
17104configure:17781: $? = 1
17105configure: failed program was:
17106| /* confdefs.h */
17107| #define PACKAGE_NAME "bash"
17108| #define PACKAGE_TARNAME "bash"
17109| #define PACKAGE_VERSION "5.2-release"
17110| #define PACKAGE_STRING "bash 5.2-release"
17111| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
17112| #define PACKAGE_URL ""
17113| #define ALIAS 1
17114| #define PUSHD_AND_POPD 1
17115| #define RESTRICTED_SHELL 1
17116| #define PROCESS_SUBSTITUTION 1
17117| #define PROMPT_STRING_DECODE 1
17118| #define SELECT_COMMAND 1
17119| #define HELP_BUILTIN 1
17120| #define ARRAY_VARS 1
17121| #define DPAREN_ARITHMETIC 1
17122| #define BRACE_EXPANSION 1
17123| #define COMMAND_TIMING 1
17124| #define EXTENDED_GLOB 1
17125| #define EXTGLOB_DEFAULT 0
17126| #define COND_COMMAND 1
17127| #define COND_REGEXP 1
17128| #define COPROCESS_SUPPORT 1
17129| #define ARITH_FOR_COMMAND 1
17130| #define NETWORK_REDIRECTIONS 1
17131| #define PROGRAMMABLE_COMPLETION 1
17132| #define DEBUGGER 1
17133| #define CASEMOD_ATTRS 1
17134| #define CASEMOD_EXPANSIONS 1
17135| #define GLOBASCII_DEFAULT 1
17136| #define FUNCTION_IMPORT 1
17137| #define TRANSLATABLE_STRINGS 1
17138| #define MEMSCRAMBLE 1
17139| #define HAVE_STDIO_H 1
17140| #define HAVE_STDLIB_H 1
17141| #define HAVE_STRING_H 1
17142| #define HAVE_INTTYPES_H 1
17143| #define HAVE_STDINT_H 1
17144| #define HAVE_STRINGS_H 1
17145| #define HAVE_SYS_STAT_H 1
17146| #define HAVE_SYS_TYPES_H 1
17147| #define HAVE_UNISTD_H 1
17148| #define HAVE_WCHAR_H 1
17149| #define HAVE_SYS_PARAM_H 1
17150| #define HAVE_XLOCALE_H 1
17151| #define HAVE_SYS_TIME_H 1
17152| #define STDC_HEADERS 1
17153| #define _ALL_SOURCE 1
17154| #define _DARWIN_C_SOURCE 1
17155| #define _GNU_SOURCE 1
17156| #define _HPUX_ALT_XOPEN_SOCKET_API 1
17157| #define _NETBSD_SOURCE 1
17158| #define _OPENBSD_SOURCE 1
17159| #define _POSIX_PTHREAD_SEMANTICS 1
17160| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
17161| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
17162| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
17163| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
17164| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
17165| #define __STDC_WANT_LIB_EXT2__ 1
17166| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
17167| #define _TANDEM_SOURCE 1
17168| #define __EXTENSIONS__ 1
17169| #define READLINE 1
17170| #define HISTORY 1
17171| #define BANG_HISTORY 1
17172| #define HAVE_STRINGIZE 1
17173| #define HAVE_LONG_DOUBLE 1
17174| #define PROTOTYPES 1
17175| #define __PROTOTYPES 1
17176| #define restrict __restrict__
17177| #define HAVE_VISIBILITY 1
17178| #define HAVE_STDINT_H_WITH_UINTMAX 1
17179| #define HAVE_ALLOCA_H 1
17180| #define HAVE_ALLOCA 1
17181| #define HAVE_GETPAGESIZE 1
17182| #define HAVE_SYMLINK 1
17183| #define HAVE_USELOCALE 1
17184| #define HAVE_VPRINTF 1
17185| #define HAVE_ALARM 1
17186| #define HAVE_FPURGE 1
17187| #define HAVE_SNPRINTF 1
17188| #define HAVE_VSNPRINTF 1
17189| #define HAVE_MMAP 1
17190| #define INTDIV0_RAISES_SIGFPE 1
17191| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
17192| #define HAVE_UNSIGNED_LONG_LONG_INT 1
17193| #define HAVE_UINTMAX_T 1
17194| #define HAVE_INTTYPES_H 1
17195| #define USE_POSIX_THREADS 1
17196| #define HAVE_PTHREAD_RWLOCK 1
17197| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
17198| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
17199| #define HAVE_ICONV 1
17200| #define ICONV_CONST
17201| #define HAVE_BUILTIN_EXPECT 1
17202| #define HAVE_INTTYPES_H 1
17203| #define HAVE_LIMITS_H 1
17204| #define HAVE_UNISTD_H 1
17205| #define HAVE_SYS_PARAM_H 1
17206| #define HAVE_GETCWD 1
17207| #define HAVE_GETEGID 1
17208| #define HAVE_GETEUID 1
17209| #define HAVE_GETGID 1
17210| #define HAVE_GETUID 1
17211| #define HAVE_MUNMAP 1
17212| #define HAVE_STPCPY 1
17213| #define HAVE_STRCASECMP 1
17214| #define HAVE_STRDUP 1
17215| #define HAVE_STRTOUL 1
17216| #define HAVE_TSEARCH 1
17217| #define HAVE_LOCALECONV 1
17218| #define HAVE_DECL_FEOF_UNLOCKED 1
17219| #define HAVE_DECL_FGETS_UNLOCKED 0
17220| #define HAVE_LONG_LONG_INT 1
17221| #define HAVE_WCHAR_T 1
17222| #define HAVE_WINT_T 1
17223| #define HAVE_INTMAX_T 1
17224| #define HAVE_POSIX_PRINTF 1
17225| #define HAVE_STDINT_H 1
17226| #define HAVE_STDINT_H 1
17227| #define HAVE_WORKING_O_NOATIME 1
17228| #define HAVE_WORKING_O_NOFOLLOW 1
17229| #define HAVE_WORKING_USELOCALE 1
17230| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
17231| #define HAVE_CFLOCALECOPYCURRENT 1
17232| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
17233| #define FLEXIBLE_ARRAY_MEMBER /**/
17234| #define HAVE_STDDEF_H 1
17235| #define HAVE_STDLIB_H 1
17236| #define HAVE_STRING_H 1
17237| #define HAVE_ASPRINTF 1
17238| #define HAVE_FWPRINTF 1
17239| #define HAVE_NEWLOCALE 1
17240| #define HAVE_PUTENV 1
17241| #define HAVE_SETENV 1
17242| #define HAVE_SETLOCALE 1
17243| #define HAVE_SNPRINTF 1
17244| #define HAVE_STRNLEN 1
17245| #define HAVE_USELOCALE 1
17246| #define HAVE_WCSLEN 1
17247| #define HAVE_WCSNLEN 1
17248| #define HAVE_MBRTOWC 1
17249| #define HAVE_WCRTOMB 1
17250| #define HAVE_DECL__SNPRINTF 0
17251| #define HAVE_DECL__SNWPRINTF 0
17252| #define HAVE_DECL_GETC_UNLOCKED 1
17253| #define HAVE_LANGINFO_CODESET 1
17254| #define HAVE_LC_MESSAGES 1
17255| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
17256| #define HAVE_CFLOCALECOPYCURRENT 1
17257| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
17258| #define ENABLE_NLS 1
17259| #define HAVE_GETTEXT 1
17260| #define HAVE_DCGETTEXT 1
17261| #define HAVE_DIRENT_H 1
17262| #define HAVE_INTTYPES_H 1
17263| #define HAVE_UNISTD_H 1
17264| #define HAVE_STDLIB_H 1
17265| #define HAVE_STDARG_H 1
17266| #define HAVE_LIMITS_H 1
17267| #define HAVE_STRING_H 1
17268| #define HAVE_MEMORY_H 1
17269| #define HAVE_LOCALE_H 1
17270| #define HAVE_TERMCAP_H 1
17271| #define HAVE_TERMIOS_H 1
17272| #define HAVE_DLFCN_H 1
17273| #define HAVE_STDBOOL_H 1
17274| #define HAVE_STDDEF_H 1
17275| #define HAVE_STDINT_H 1
17276| #define HAVE_NETDB_H 1
17277| #define HAVE_PWD_H 1
17278| #define HAVE_GRP_H 1
17279| #define HAVE_STRINGS_H 1
17280| #define HAVE_REGEX_H 1
17281| #define HAVE_SYSLOG_H 1
17282| #define HAVE_ULIMIT_H 1
17283| #define HAVE_SYS_SELECT_H 1
17284| #define HAVE_SYS_FILE_H 1
17285| #define HAVE_SYS_IOCTL_H 1
17286| #define HAVE_SYS_MMAN_H 1
17287| #define HAVE_SYS_PARAM_H 1
17288| #define HAVE_SYS_RANDOM_H 1
17289| #define HAVE_SYS_SOCKET_H 1
17290| #define HAVE_SYS_STAT_H 1
17291| #define HAVE_SYS_TIME_H 1
17292| #define HAVE_SYS_TIMES_H 1
17293| #define HAVE_SYS_TYPES_H 1
17294| #define HAVE_SYS_WAIT_H 1
17295| #define HAVE_NETINET_IN_H 1
17296| #define HAVE_ARPA_INET_H 1
17297| #define HAVE_SYS_RESOURCE_H 1
17298| #define HAVE_ALLOCA_H 1
17299| #define HAVE_ALLOCA 1
17300| #define HAVE_CHOWN 1
17301| #define GETPGRP_VOID 1
17302| #define HAVE_STRCOLL 1
17303| #define HAVE_WAIT3 1
17304| #define HAVE_MKFIFO 1
17305| #define HAVE_DUP2 1
17306| #define HAVE_FCNTL 1
17307| #define HAVE_GETDTABLESIZE 1
17308| #define HAVE_GETENTROPY 1
17309| #define HAVE_GETGROUPS 1
17310| #define HAVE_GETHOSTNAME 1
17311| #define HAVE_GETPAGESIZE 1
17312| #define HAVE_GETPEERNAME 1
17313| #define HAVE_GETRLIMIT 1
17314| #define HAVE_GETRUSAGE 1
17315| #define HAVE_GETTIMEOFDAY 1
17316| #define HAVE_KILL 1
17317| #define HAVE_KILLPG 1
17318| #define HAVE_LSTAT 1
17319| #define HAVE_PSELECT 1
17320| #define HAVE_READLINK 1
17321| #define HAVE_SELECT 1
17322| #define HAVE_SETITIMER 1
17323| #define HAVE_TCGETPGRP 1
17324| #define HAVE_UNAME 1
17325| #define HAVE_ULIMIT 1
17326| #define HAVE_WAITPID 1
17327| #define HAVE_RENAME 1
17328| #define HAVE_BCOPY 1
17329| #define HAVE_BZERO 1
17330| #define HAVE_CONFSTR 1
17331| #define HAVE_FACCESSAT 1
17332| #define HAVE_FNMATCH 1
17333| #define HAVE_GETADDRINFO 1
17334| #define HAVE_GETHOSTBYNAME 1
17335| #define HAVE_GETSERVBYNAME 1
17336| #define HAVE_GETSERVENT 1
17337| #define HAVE_INET_ATON 1
17338| #define HAVE_IMAXDIV 1
17339| #define HAVE_MEMMOVE 1
17340| #define HAVE_PATHCONF 1
17341| #define HAVE_PUTENV 1
17342| #define HAVE_RAISE 1
17343| #define HAVE_RANDOM 1
17344| #define HAVE_REGCOMP 1
17345| #define HAVE_REGEXEC 1
17346| #define HAVE_SETENV 1
17347| #define HAVE_SETLINEBUF 1
17348| #define HAVE_SETLOCALE 1
17349| #define HAVE_SETVBUF 1
17350| #define HAVE_SIGINTERRUPT 1
17351| #define HAVE_STRCHR 1
17352| #define HAVE_SYSCONF 1
17353| #define HAVE_SYSLOG 1
17354| #define HAVE_TCGETATTR 1
17355| #define HAVE_TIMES 1
17356| #define HAVE_TTYNAME 1
17357| #define HAVE_TZSET 1
17358| #define HAVE_UNSETENV 1
17359| #define HAVE_VASPRINTF 1
17360| #define HAVE_ASPRINTF 1
17361| #define HAVE_ISASCII 1
17362| #define HAVE_ISBLANK 1
17363| #define HAVE_ISGRAPH 1
17364| #define HAVE_ISPRINT 1
17365| #define HAVE_ISSPACE 1
17366| #define HAVE_ISXDIGIT 1
17367| #define HAVE_GETPWENT 1
17368| #define HAVE_GETPWNAM 1
17369| #define HAVE_GETPWUID 1
17370| #define HAVE_MKSTEMP 1
17371| #define HAVE_MKDTEMP 1
17372| #define HAVE_ARC4RANDOM 1
17373| #define HAVE_GETCWD 1
17374| #define HAVE_MEMSET 1
17375| #define HAVE_STRCASECMP 1
17376| #define HAVE_STRCASESTR 1
17377| #define HAVE_STRERROR 1
17378| #define HAVE_STRFTIME 1
17379| #define HAVE_STRNLEN 1
17380| #define HAVE_STRPBRK 1
17381| #define HAVE_STRSTR 1
17382| #define HAVE_STRTOD 1
17383| #define HAVE_STRTOL 1
17384| #define HAVE_STRTOUL 1
17385| #define HAVE_STRTOLL 1
17386| #define HAVE_STRTOULL 1
17387| #define HAVE_STRTOUMAX 1
17388| #define HAVE_DPRINTF 1
17389| #define HAVE_STRDUP 1
17390| #define HAVE_DECL_AUDIT_USER_TTY 0
17391| #define HAVE_DECL_CONFSTR 1
17392| #define HAVE_DECL_PRINTF 1
17393| #define HAVE_DECL_SBRK 1
17394| #define HAVE_DECL_SETREGID 1
17395| #define HAVE_DECL_STRCPY 1
17396| #define HAVE_DECL_STRSIGNAL 1
17397| #define HAVE_DECL_STRTOLD 1
17398| #define HAVE_DECL_STRTOL 1
17399| #define HAVE_DECL_STRTOLL 1
17400| #define HAVE_DECL_STRTOUL 1
17401| #define HAVE_DECL_STRTOULL 1
17402| #define HAVE_DECL_STRTOUMAX 1
17403| #define HAVE_ERRNO_H 1
17404| #define HAVE_FCNTL_H 1
17405| #define HAVE_MMAP 1
17406| #define HAVE_MUNMAP 1
17407| #define HAVE_STPCPY 1
17408| #define HAVE_STRCSPN 1
17409| #define HAVE_WCTYPE_H 1
17410| #define HAVE_WCHAR_H 1
17411| #define HAVE_LANGINFO_H 1
17412| #define HAVE_MBRLEN 1
17413| #define HAVE_MBSNRTOWCS 1
17414| #define HAVE_MBSRTOWCS 1
17415| #define HAVE_WCRTOMB 1
17416| #define HAVE_WCSCOLL 1
17417| #define HAVE_WCSDUP 1
17418| #define HAVE_WCWIDTH 1
17419| #define HAVE_WCTYPE 1
17420| #define HAVE_WCSWIDTH 1
17421| #define HAVE_MBRTOWC 1
17422| #define HAVE_MBSTATE_T 1
17423| #define HAVE_ISWLOWER 1
17424| #define HAVE_ISWUPPER 1
17425| #define HAVE_TOWLOWER 1
17426| #define HAVE_TOWUPPER 1
17427| #define HAVE_ISWCTYPE 1
17428| #define HAVE_WCHAR_T 1
17429| #define HAVE_WCTYPE_T 1
17430| #define HAVE_WINT_T 1
17431| #define HAVE_LOCALE_CHARSET 1
17432| #define SIZEOF_WCHAR_T 4
17433| #define HAVE_LIBDL 1
17434| #define HAVE_DLOPEN 1
17435| #define HAVE_DLCLOSE 1
17436| #define HAVE_DLSYM 1
17437| #define GETGROUPS_T gid_t
17438| #define HAVE_UINTPTR_T 1
17439| #define HAVE_LONG_LONG_INT 1
17440| #define HAVE_UNSIGNED_LONG_LONG_INT 1
17441| #define SIZEOF_CHAR 1
17442| #define SIZEOF_SHORT 2
17443| #define SIZEOF_INT 4
17444| #define SIZEOF_LONG 8
17445| #define SIZEOF_CHAR_P 8
17446| #define SIZEOF_SIZE_T 8
17447| #define SIZEOF_DOUBLE 8
17448| #define SIZEOF_LONG_LONG 8
17449| #define bits16_t short
17450| /* end confdefs.h.  */
17451| #include <stddef.h>
17452| #ifdef HAVE_STDIO_H
17453| # include <stdio.h>
17454| #endif
17455| #ifdef HAVE_STDLIB_H
17456| # include <stdlib.h>
17457| #endif
17458| #ifdef HAVE_STRING_H
17459| # include <string.h>
17460| #endif
17461| #ifdef HAVE_INTTYPES_H
17462| # include <inttypes.h>
17463| #endif
17464| #ifdef HAVE_STDINT_H
17465| # include <stdint.h>
17466| #endif
17467| #ifdef HAVE_STRINGS_H
17468| # include <strings.h>
17469| #endif
17470| #ifdef HAVE_SYS_TYPES_H
17471| # include <sys/types.h>
17472| #endif
17473| #ifdef HAVE_SYS_STAT_H
17474| # include <sys/stat.h>
17475| #endif
17476| #ifdef HAVE_UNISTD_H
17477| # include <unistd.h>
17478| #endif
17479| int
17480| main (void)
17481| {
17482| if (sizeof (u_bits16_t))
17483|        return 0;
17484|   ;
17485|   return 0;
17486| }
17487configure:17781: result: no
17488configure:17817: checking for bits32_t
17489configure:17817: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
17490conftest.c:378:13: error: use of undeclared identifier 'bits32_t'
17491if (sizeof (bits32_t))
17492            ^
174931 error generated.
17494configure:17817: $? = 1
17495configure: failed program was:
17496| /* confdefs.h */
17497| #define PACKAGE_NAME "bash"
17498| #define PACKAGE_TARNAME "bash"
17499| #define PACKAGE_VERSION "5.2-release"
17500| #define PACKAGE_STRING "bash 5.2-release"
17501| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
17502| #define PACKAGE_URL ""
17503| #define ALIAS 1
17504| #define PUSHD_AND_POPD 1
17505| #define RESTRICTED_SHELL 1
17506| #define PROCESS_SUBSTITUTION 1
17507| #define PROMPT_STRING_DECODE 1
17508| #define SELECT_COMMAND 1
17509| #define HELP_BUILTIN 1
17510| #define ARRAY_VARS 1
17511| #define DPAREN_ARITHMETIC 1
17512| #define BRACE_EXPANSION 1
17513| #define COMMAND_TIMING 1
17514| #define EXTENDED_GLOB 1
17515| #define EXTGLOB_DEFAULT 0
17516| #define COND_COMMAND 1
17517| #define COND_REGEXP 1
17518| #define COPROCESS_SUPPORT 1
17519| #define ARITH_FOR_COMMAND 1
17520| #define NETWORK_REDIRECTIONS 1
17521| #define PROGRAMMABLE_COMPLETION 1
17522| #define DEBUGGER 1
17523| #define CASEMOD_ATTRS 1
17524| #define CASEMOD_EXPANSIONS 1
17525| #define GLOBASCII_DEFAULT 1
17526| #define FUNCTION_IMPORT 1
17527| #define TRANSLATABLE_STRINGS 1
17528| #define MEMSCRAMBLE 1
17529| #define HAVE_STDIO_H 1
17530| #define HAVE_STDLIB_H 1
17531| #define HAVE_STRING_H 1
17532| #define HAVE_INTTYPES_H 1
17533| #define HAVE_STDINT_H 1
17534| #define HAVE_STRINGS_H 1
17535| #define HAVE_SYS_STAT_H 1
17536| #define HAVE_SYS_TYPES_H 1
17537| #define HAVE_UNISTD_H 1
17538| #define HAVE_WCHAR_H 1
17539| #define HAVE_SYS_PARAM_H 1
17540| #define HAVE_XLOCALE_H 1
17541| #define HAVE_SYS_TIME_H 1
17542| #define STDC_HEADERS 1
17543| #define _ALL_SOURCE 1
17544| #define _DARWIN_C_SOURCE 1
17545| #define _GNU_SOURCE 1
17546| #define _HPUX_ALT_XOPEN_SOCKET_API 1
17547| #define _NETBSD_SOURCE 1
17548| #define _OPENBSD_SOURCE 1
17549| #define _POSIX_PTHREAD_SEMANTICS 1
17550| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
17551| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
17552| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
17553| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
17554| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
17555| #define __STDC_WANT_LIB_EXT2__ 1
17556| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
17557| #define _TANDEM_SOURCE 1
17558| #define __EXTENSIONS__ 1
17559| #define READLINE 1
17560| #define HISTORY 1
17561| #define BANG_HISTORY 1
17562| #define HAVE_STRINGIZE 1
17563| #define HAVE_LONG_DOUBLE 1
17564| #define PROTOTYPES 1
17565| #define __PROTOTYPES 1
17566| #define restrict __restrict__
17567| #define HAVE_VISIBILITY 1
17568| #define HAVE_STDINT_H_WITH_UINTMAX 1
17569| #define HAVE_ALLOCA_H 1
17570| #define HAVE_ALLOCA 1
17571| #define HAVE_GETPAGESIZE 1
17572| #define HAVE_SYMLINK 1
17573| #define HAVE_USELOCALE 1
17574| #define HAVE_VPRINTF 1
17575| #define HAVE_ALARM 1
17576| #define HAVE_FPURGE 1
17577| #define HAVE_SNPRINTF 1
17578| #define HAVE_VSNPRINTF 1
17579| #define HAVE_MMAP 1
17580| #define INTDIV0_RAISES_SIGFPE 1
17581| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
17582| #define HAVE_UNSIGNED_LONG_LONG_INT 1
17583| #define HAVE_UINTMAX_T 1
17584| #define HAVE_INTTYPES_H 1
17585| #define USE_POSIX_THREADS 1
17586| #define HAVE_PTHREAD_RWLOCK 1
17587| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
17588| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
17589| #define HAVE_ICONV 1
17590| #define ICONV_CONST
17591| #define HAVE_BUILTIN_EXPECT 1
17592| #define HAVE_INTTYPES_H 1
17593| #define HAVE_LIMITS_H 1
17594| #define HAVE_UNISTD_H 1
17595| #define HAVE_SYS_PARAM_H 1
17596| #define HAVE_GETCWD 1
17597| #define HAVE_GETEGID 1
17598| #define HAVE_GETEUID 1
17599| #define HAVE_GETGID 1
17600| #define HAVE_GETUID 1
17601| #define HAVE_MUNMAP 1
17602| #define HAVE_STPCPY 1
17603| #define HAVE_STRCASECMP 1
17604| #define HAVE_STRDUP 1
17605| #define HAVE_STRTOUL 1
17606| #define HAVE_TSEARCH 1
17607| #define HAVE_LOCALECONV 1
17608| #define HAVE_DECL_FEOF_UNLOCKED 1
17609| #define HAVE_DECL_FGETS_UNLOCKED 0
17610| #define HAVE_LONG_LONG_INT 1
17611| #define HAVE_WCHAR_T 1
17612| #define HAVE_WINT_T 1
17613| #define HAVE_INTMAX_T 1
17614| #define HAVE_POSIX_PRINTF 1
17615| #define HAVE_STDINT_H 1
17616| #define HAVE_STDINT_H 1
17617| #define HAVE_WORKING_O_NOATIME 1
17618| #define HAVE_WORKING_O_NOFOLLOW 1
17619| #define HAVE_WORKING_USELOCALE 1
17620| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
17621| #define HAVE_CFLOCALECOPYCURRENT 1
17622| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
17623| #define FLEXIBLE_ARRAY_MEMBER /**/
17624| #define HAVE_STDDEF_H 1
17625| #define HAVE_STDLIB_H 1
17626| #define HAVE_STRING_H 1
17627| #define HAVE_ASPRINTF 1
17628| #define HAVE_FWPRINTF 1
17629| #define HAVE_NEWLOCALE 1
17630| #define HAVE_PUTENV 1
17631| #define HAVE_SETENV 1
17632| #define HAVE_SETLOCALE 1
17633| #define HAVE_SNPRINTF 1
17634| #define HAVE_STRNLEN 1
17635| #define HAVE_USELOCALE 1
17636| #define HAVE_WCSLEN 1
17637| #define HAVE_WCSNLEN 1
17638| #define HAVE_MBRTOWC 1
17639| #define HAVE_WCRTOMB 1
17640| #define HAVE_DECL__SNPRINTF 0
17641| #define HAVE_DECL__SNWPRINTF 0
17642| #define HAVE_DECL_GETC_UNLOCKED 1
17643| #define HAVE_LANGINFO_CODESET 1
17644| #define HAVE_LC_MESSAGES 1
17645| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
17646| #define HAVE_CFLOCALECOPYCURRENT 1
17647| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
17648| #define ENABLE_NLS 1
17649| #define HAVE_GETTEXT 1
17650| #define HAVE_DCGETTEXT 1
17651| #define HAVE_DIRENT_H 1
17652| #define HAVE_INTTYPES_H 1
17653| #define HAVE_UNISTD_H 1
17654| #define HAVE_STDLIB_H 1
17655| #define HAVE_STDARG_H 1
17656| #define HAVE_LIMITS_H 1
17657| #define HAVE_STRING_H 1
17658| #define HAVE_MEMORY_H 1
17659| #define HAVE_LOCALE_H 1
17660| #define HAVE_TERMCAP_H 1
17661| #define HAVE_TERMIOS_H 1
17662| #define HAVE_DLFCN_H 1
17663| #define HAVE_STDBOOL_H 1
17664| #define HAVE_STDDEF_H 1
17665| #define HAVE_STDINT_H 1
17666| #define HAVE_NETDB_H 1
17667| #define HAVE_PWD_H 1
17668| #define HAVE_GRP_H 1
17669| #define HAVE_STRINGS_H 1
17670| #define HAVE_REGEX_H 1
17671| #define HAVE_SYSLOG_H 1
17672| #define HAVE_ULIMIT_H 1
17673| #define HAVE_SYS_SELECT_H 1
17674| #define HAVE_SYS_FILE_H 1
17675| #define HAVE_SYS_IOCTL_H 1
17676| #define HAVE_SYS_MMAN_H 1
17677| #define HAVE_SYS_PARAM_H 1
17678| #define HAVE_SYS_RANDOM_H 1
17679| #define HAVE_SYS_SOCKET_H 1
17680| #define HAVE_SYS_STAT_H 1
17681| #define HAVE_SYS_TIME_H 1
17682| #define HAVE_SYS_TIMES_H 1
17683| #define HAVE_SYS_TYPES_H 1
17684| #define HAVE_SYS_WAIT_H 1
17685| #define HAVE_NETINET_IN_H 1
17686| #define HAVE_ARPA_INET_H 1
17687| #define HAVE_SYS_RESOURCE_H 1
17688| #define HAVE_ALLOCA_H 1
17689| #define HAVE_ALLOCA 1
17690| #define HAVE_CHOWN 1
17691| #define GETPGRP_VOID 1
17692| #define HAVE_STRCOLL 1
17693| #define HAVE_WAIT3 1
17694| #define HAVE_MKFIFO 1
17695| #define HAVE_DUP2 1
17696| #define HAVE_FCNTL 1
17697| #define HAVE_GETDTABLESIZE 1
17698| #define HAVE_GETENTROPY 1
17699| #define HAVE_GETGROUPS 1
17700| #define HAVE_GETHOSTNAME 1
17701| #define HAVE_GETPAGESIZE 1
17702| #define HAVE_GETPEERNAME 1
17703| #define HAVE_GETRLIMIT 1
17704| #define HAVE_GETRUSAGE 1
17705| #define HAVE_GETTIMEOFDAY 1
17706| #define HAVE_KILL 1
17707| #define HAVE_KILLPG 1
17708| #define HAVE_LSTAT 1
17709| #define HAVE_PSELECT 1
17710| #define HAVE_READLINK 1
17711| #define HAVE_SELECT 1
17712| #define HAVE_SETITIMER 1
17713| #define HAVE_TCGETPGRP 1
17714| #define HAVE_UNAME 1
17715| #define HAVE_ULIMIT 1
17716| #define HAVE_WAITPID 1
17717| #define HAVE_RENAME 1
17718| #define HAVE_BCOPY 1
17719| #define HAVE_BZERO 1
17720| #define HAVE_CONFSTR 1
17721| #define HAVE_FACCESSAT 1
17722| #define HAVE_FNMATCH 1
17723| #define HAVE_GETADDRINFO 1
17724| #define HAVE_GETHOSTBYNAME 1
17725| #define HAVE_GETSERVBYNAME 1
17726| #define HAVE_GETSERVENT 1
17727| #define HAVE_INET_ATON 1
17728| #define HAVE_IMAXDIV 1
17729| #define HAVE_MEMMOVE 1
17730| #define HAVE_PATHCONF 1
17731| #define HAVE_PUTENV 1
17732| #define HAVE_RAISE 1
17733| #define HAVE_RANDOM 1
17734| #define HAVE_REGCOMP 1
17735| #define HAVE_REGEXEC 1
17736| #define HAVE_SETENV 1
17737| #define HAVE_SETLINEBUF 1
17738| #define HAVE_SETLOCALE 1
17739| #define HAVE_SETVBUF 1
17740| #define HAVE_SIGINTERRUPT 1
17741| #define HAVE_STRCHR 1
17742| #define HAVE_SYSCONF 1
17743| #define HAVE_SYSLOG 1
17744| #define HAVE_TCGETATTR 1
17745| #define HAVE_TIMES 1
17746| #define HAVE_TTYNAME 1
17747| #define HAVE_TZSET 1
17748| #define HAVE_UNSETENV 1
17749| #define HAVE_VASPRINTF 1
17750| #define HAVE_ASPRINTF 1
17751| #define HAVE_ISASCII 1
17752| #define HAVE_ISBLANK 1
17753| #define HAVE_ISGRAPH 1
17754| #define HAVE_ISPRINT 1
17755| #define HAVE_ISSPACE 1
17756| #define HAVE_ISXDIGIT 1
17757| #define HAVE_GETPWENT 1
17758| #define HAVE_GETPWNAM 1
17759| #define HAVE_GETPWUID 1
17760| #define HAVE_MKSTEMP 1
17761| #define HAVE_MKDTEMP 1
17762| #define HAVE_ARC4RANDOM 1
17763| #define HAVE_GETCWD 1
17764| #define HAVE_MEMSET 1
17765| #define HAVE_STRCASECMP 1
17766| #define HAVE_STRCASESTR 1
17767| #define HAVE_STRERROR 1
17768| #define HAVE_STRFTIME 1
17769| #define HAVE_STRNLEN 1
17770| #define HAVE_STRPBRK 1
17771| #define HAVE_STRSTR 1
17772| #define HAVE_STRTOD 1
17773| #define HAVE_STRTOL 1
17774| #define HAVE_STRTOUL 1
17775| #define HAVE_STRTOLL 1
17776| #define HAVE_STRTOULL 1
17777| #define HAVE_STRTOUMAX 1
17778| #define HAVE_DPRINTF 1
17779| #define HAVE_STRDUP 1
17780| #define HAVE_DECL_AUDIT_USER_TTY 0
17781| #define HAVE_DECL_CONFSTR 1
17782| #define HAVE_DECL_PRINTF 1
17783| #define HAVE_DECL_SBRK 1
17784| #define HAVE_DECL_SETREGID 1
17785| #define HAVE_DECL_STRCPY 1
17786| #define HAVE_DECL_STRSIGNAL 1
17787| #define HAVE_DECL_STRTOLD 1
17788| #define HAVE_DECL_STRTOL 1
17789| #define HAVE_DECL_STRTOLL 1
17790| #define HAVE_DECL_STRTOUL 1
17791| #define HAVE_DECL_STRTOULL 1
17792| #define HAVE_DECL_STRTOUMAX 1
17793| #define HAVE_ERRNO_H 1
17794| #define HAVE_FCNTL_H 1
17795| #define HAVE_MMAP 1
17796| #define HAVE_MUNMAP 1
17797| #define HAVE_STPCPY 1
17798| #define HAVE_STRCSPN 1
17799| #define HAVE_WCTYPE_H 1
17800| #define HAVE_WCHAR_H 1
17801| #define HAVE_LANGINFO_H 1
17802| #define HAVE_MBRLEN 1
17803| #define HAVE_MBSNRTOWCS 1
17804| #define HAVE_MBSRTOWCS 1
17805| #define HAVE_WCRTOMB 1
17806| #define HAVE_WCSCOLL 1
17807| #define HAVE_WCSDUP 1
17808| #define HAVE_WCWIDTH 1
17809| #define HAVE_WCTYPE 1
17810| #define HAVE_WCSWIDTH 1
17811| #define HAVE_MBRTOWC 1
17812| #define HAVE_MBSTATE_T 1
17813| #define HAVE_ISWLOWER 1
17814| #define HAVE_ISWUPPER 1
17815| #define HAVE_TOWLOWER 1
17816| #define HAVE_TOWUPPER 1
17817| #define HAVE_ISWCTYPE 1
17818| #define HAVE_WCHAR_T 1
17819| #define HAVE_WCTYPE_T 1
17820| #define HAVE_WINT_T 1
17821| #define HAVE_LOCALE_CHARSET 1
17822| #define SIZEOF_WCHAR_T 4
17823| #define HAVE_LIBDL 1
17824| #define HAVE_DLOPEN 1
17825| #define HAVE_DLCLOSE 1
17826| #define HAVE_DLSYM 1
17827| #define GETGROUPS_T gid_t
17828| #define HAVE_UINTPTR_T 1
17829| #define HAVE_LONG_LONG_INT 1
17830| #define HAVE_UNSIGNED_LONG_LONG_INT 1
17831| #define SIZEOF_CHAR 1
17832| #define SIZEOF_SHORT 2
17833| #define SIZEOF_INT 4
17834| #define SIZEOF_LONG 8
17835| #define SIZEOF_CHAR_P 8
17836| #define SIZEOF_SIZE_T 8
17837| #define SIZEOF_DOUBLE 8
17838| #define SIZEOF_LONG_LONG 8
17839| #define bits16_t short
17840| #define u_bits16_t unsigned short
17841| /* end confdefs.h.  */
17842| #include <stddef.h>
17843| #ifdef HAVE_STDIO_H
17844| # include <stdio.h>
17845| #endif
17846| #ifdef HAVE_STDLIB_H
17847| # include <stdlib.h>
17848| #endif
17849| #ifdef HAVE_STRING_H
17850| # include <string.h>
17851| #endif
17852| #ifdef HAVE_INTTYPES_H
17853| # include <inttypes.h>
17854| #endif
17855| #ifdef HAVE_STDINT_H
17856| # include <stdint.h>
17857| #endif
17858| #ifdef HAVE_STRINGS_H
17859| # include <strings.h>
17860| #endif
17861| #ifdef HAVE_SYS_TYPES_H
17862| # include <sys/types.h>
17863| #endif
17864| #ifdef HAVE_SYS_STAT_H
17865| # include <sys/stat.h>
17866| #endif
17867| #ifdef HAVE_UNISTD_H
17868| # include <unistd.h>
17869| #endif
17870| int
17871| main (void)
17872| {
17873| if (sizeof (bits32_t))
17874|        return 0;
17875|   ;
17876|   return 0;
17877| }
17878configure:17817: result: no
17879configure:17853: checking for u_bits32_t
17880configure:17853: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
17881conftest.c:379:13: error: use of undeclared identifier 'u_bits32_t'
17882if (sizeof (u_bits32_t))
17883            ^
178841 error generated.
17885configure:17853: $? = 1
17886configure: failed program was:
17887| /* confdefs.h */
17888| #define PACKAGE_NAME "bash"
17889| #define PACKAGE_TARNAME "bash"
17890| #define PACKAGE_VERSION "5.2-release"
17891| #define PACKAGE_STRING "bash 5.2-release"
17892| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
17893| #define PACKAGE_URL ""
17894| #define ALIAS 1
17895| #define PUSHD_AND_POPD 1
17896| #define RESTRICTED_SHELL 1
17897| #define PROCESS_SUBSTITUTION 1
17898| #define PROMPT_STRING_DECODE 1
17899| #define SELECT_COMMAND 1
17900| #define HELP_BUILTIN 1
17901| #define ARRAY_VARS 1
17902| #define DPAREN_ARITHMETIC 1
17903| #define BRACE_EXPANSION 1
17904| #define COMMAND_TIMING 1
17905| #define EXTENDED_GLOB 1
17906| #define EXTGLOB_DEFAULT 0
17907| #define COND_COMMAND 1
17908| #define COND_REGEXP 1
17909| #define COPROCESS_SUPPORT 1
17910| #define ARITH_FOR_COMMAND 1
17911| #define NETWORK_REDIRECTIONS 1
17912| #define PROGRAMMABLE_COMPLETION 1
17913| #define DEBUGGER 1
17914| #define CASEMOD_ATTRS 1
17915| #define CASEMOD_EXPANSIONS 1
17916| #define GLOBASCII_DEFAULT 1
17917| #define FUNCTION_IMPORT 1
17918| #define TRANSLATABLE_STRINGS 1
17919| #define MEMSCRAMBLE 1
17920| #define HAVE_STDIO_H 1
17921| #define HAVE_STDLIB_H 1
17922| #define HAVE_STRING_H 1
17923| #define HAVE_INTTYPES_H 1
17924| #define HAVE_STDINT_H 1
17925| #define HAVE_STRINGS_H 1
17926| #define HAVE_SYS_STAT_H 1
17927| #define HAVE_SYS_TYPES_H 1
17928| #define HAVE_UNISTD_H 1
17929| #define HAVE_WCHAR_H 1
17930| #define HAVE_SYS_PARAM_H 1
17931| #define HAVE_XLOCALE_H 1
17932| #define HAVE_SYS_TIME_H 1
17933| #define STDC_HEADERS 1
17934| #define _ALL_SOURCE 1
17935| #define _DARWIN_C_SOURCE 1
17936| #define _GNU_SOURCE 1
17937| #define _HPUX_ALT_XOPEN_SOCKET_API 1
17938| #define _NETBSD_SOURCE 1
17939| #define _OPENBSD_SOURCE 1
17940| #define _POSIX_PTHREAD_SEMANTICS 1
17941| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
17942| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
17943| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
17944| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
17945| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
17946| #define __STDC_WANT_LIB_EXT2__ 1
17947| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
17948| #define _TANDEM_SOURCE 1
17949| #define __EXTENSIONS__ 1
17950| #define READLINE 1
17951| #define HISTORY 1
17952| #define BANG_HISTORY 1
17953| #define HAVE_STRINGIZE 1
17954| #define HAVE_LONG_DOUBLE 1
17955| #define PROTOTYPES 1
17956| #define __PROTOTYPES 1
17957| #define restrict __restrict__
17958| #define HAVE_VISIBILITY 1
17959| #define HAVE_STDINT_H_WITH_UINTMAX 1
17960| #define HAVE_ALLOCA_H 1
17961| #define HAVE_ALLOCA 1
17962| #define HAVE_GETPAGESIZE 1
17963| #define HAVE_SYMLINK 1
17964| #define HAVE_USELOCALE 1
17965| #define HAVE_VPRINTF 1
17966| #define HAVE_ALARM 1
17967| #define HAVE_FPURGE 1
17968| #define HAVE_SNPRINTF 1
17969| #define HAVE_VSNPRINTF 1
17970| #define HAVE_MMAP 1
17971| #define INTDIV0_RAISES_SIGFPE 1
17972| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
17973| #define HAVE_UNSIGNED_LONG_LONG_INT 1
17974| #define HAVE_UINTMAX_T 1
17975| #define HAVE_INTTYPES_H 1
17976| #define USE_POSIX_THREADS 1
17977| #define HAVE_PTHREAD_RWLOCK 1
17978| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
17979| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
17980| #define HAVE_ICONV 1
17981| #define ICONV_CONST
17982| #define HAVE_BUILTIN_EXPECT 1
17983| #define HAVE_INTTYPES_H 1
17984| #define HAVE_LIMITS_H 1
17985| #define HAVE_UNISTD_H 1
17986| #define HAVE_SYS_PARAM_H 1
17987| #define HAVE_GETCWD 1
17988| #define HAVE_GETEGID 1
17989| #define HAVE_GETEUID 1
17990| #define HAVE_GETGID 1
17991| #define HAVE_GETUID 1
17992| #define HAVE_MUNMAP 1
17993| #define HAVE_STPCPY 1
17994| #define HAVE_STRCASECMP 1
17995| #define HAVE_STRDUP 1
17996| #define HAVE_STRTOUL 1
17997| #define HAVE_TSEARCH 1
17998| #define HAVE_LOCALECONV 1
17999| #define HAVE_DECL_FEOF_UNLOCKED 1
18000| #define HAVE_DECL_FGETS_UNLOCKED 0
18001| #define HAVE_LONG_LONG_INT 1
18002| #define HAVE_WCHAR_T 1
18003| #define HAVE_WINT_T 1
18004| #define HAVE_INTMAX_T 1
18005| #define HAVE_POSIX_PRINTF 1
18006| #define HAVE_STDINT_H 1
18007| #define HAVE_STDINT_H 1
18008| #define HAVE_WORKING_O_NOATIME 1
18009| #define HAVE_WORKING_O_NOFOLLOW 1
18010| #define HAVE_WORKING_USELOCALE 1
18011| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
18012| #define HAVE_CFLOCALECOPYCURRENT 1
18013| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
18014| #define FLEXIBLE_ARRAY_MEMBER /**/
18015| #define HAVE_STDDEF_H 1
18016| #define HAVE_STDLIB_H 1
18017| #define HAVE_STRING_H 1
18018| #define HAVE_ASPRINTF 1
18019| #define HAVE_FWPRINTF 1
18020| #define HAVE_NEWLOCALE 1
18021| #define HAVE_PUTENV 1
18022| #define HAVE_SETENV 1
18023| #define HAVE_SETLOCALE 1
18024| #define HAVE_SNPRINTF 1
18025| #define HAVE_STRNLEN 1
18026| #define HAVE_USELOCALE 1
18027| #define HAVE_WCSLEN 1
18028| #define HAVE_WCSNLEN 1
18029| #define HAVE_MBRTOWC 1
18030| #define HAVE_WCRTOMB 1
18031| #define HAVE_DECL__SNPRINTF 0
18032| #define HAVE_DECL__SNWPRINTF 0
18033| #define HAVE_DECL_GETC_UNLOCKED 1
18034| #define HAVE_LANGINFO_CODESET 1
18035| #define HAVE_LC_MESSAGES 1
18036| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
18037| #define HAVE_CFLOCALECOPYCURRENT 1
18038| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
18039| #define ENABLE_NLS 1
18040| #define HAVE_GETTEXT 1
18041| #define HAVE_DCGETTEXT 1
18042| #define HAVE_DIRENT_H 1
18043| #define HAVE_INTTYPES_H 1
18044| #define HAVE_UNISTD_H 1
18045| #define HAVE_STDLIB_H 1
18046| #define HAVE_STDARG_H 1
18047| #define HAVE_LIMITS_H 1
18048| #define HAVE_STRING_H 1
18049| #define HAVE_MEMORY_H 1
18050| #define HAVE_LOCALE_H 1
18051| #define HAVE_TERMCAP_H 1
18052| #define HAVE_TERMIOS_H 1
18053| #define HAVE_DLFCN_H 1
18054| #define HAVE_STDBOOL_H 1
18055| #define HAVE_STDDEF_H 1
18056| #define HAVE_STDINT_H 1
18057| #define HAVE_NETDB_H 1
18058| #define HAVE_PWD_H 1
18059| #define HAVE_GRP_H 1
18060| #define HAVE_STRINGS_H 1
18061| #define HAVE_REGEX_H 1
18062| #define HAVE_SYSLOG_H 1
18063| #define HAVE_ULIMIT_H 1
18064| #define HAVE_SYS_SELECT_H 1
18065| #define HAVE_SYS_FILE_H 1
18066| #define HAVE_SYS_IOCTL_H 1
18067| #define HAVE_SYS_MMAN_H 1
18068| #define HAVE_SYS_PARAM_H 1
18069| #define HAVE_SYS_RANDOM_H 1
18070| #define HAVE_SYS_SOCKET_H 1
18071| #define HAVE_SYS_STAT_H 1
18072| #define HAVE_SYS_TIME_H 1
18073| #define HAVE_SYS_TIMES_H 1
18074| #define HAVE_SYS_TYPES_H 1
18075| #define HAVE_SYS_WAIT_H 1
18076| #define HAVE_NETINET_IN_H 1
18077| #define HAVE_ARPA_INET_H 1
18078| #define HAVE_SYS_RESOURCE_H 1
18079| #define HAVE_ALLOCA_H 1
18080| #define HAVE_ALLOCA 1
18081| #define HAVE_CHOWN 1
18082| #define GETPGRP_VOID 1
18083| #define HAVE_STRCOLL 1
18084| #define HAVE_WAIT3 1
18085| #define HAVE_MKFIFO 1
18086| #define HAVE_DUP2 1
18087| #define HAVE_FCNTL 1
18088| #define HAVE_GETDTABLESIZE 1
18089| #define HAVE_GETENTROPY 1
18090| #define HAVE_GETGROUPS 1
18091| #define HAVE_GETHOSTNAME 1
18092| #define HAVE_GETPAGESIZE 1
18093| #define HAVE_GETPEERNAME 1
18094| #define HAVE_GETRLIMIT 1
18095| #define HAVE_GETRUSAGE 1
18096| #define HAVE_GETTIMEOFDAY 1
18097| #define HAVE_KILL 1
18098| #define HAVE_KILLPG 1
18099| #define HAVE_LSTAT 1
18100| #define HAVE_PSELECT 1
18101| #define HAVE_READLINK 1
18102| #define HAVE_SELECT 1
18103| #define HAVE_SETITIMER 1
18104| #define HAVE_TCGETPGRP 1
18105| #define HAVE_UNAME 1
18106| #define HAVE_ULIMIT 1
18107| #define HAVE_WAITPID 1
18108| #define HAVE_RENAME 1
18109| #define HAVE_BCOPY 1
18110| #define HAVE_BZERO 1
18111| #define HAVE_CONFSTR 1
18112| #define HAVE_FACCESSAT 1
18113| #define HAVE_FNMATCH 1
18114| #define HAVE_GETADDRINFO 1
18115| #define HAVE_GETHOSTBYNAME 1
18116| #define HAVE_GETSERVBYNAME 1
18117| #define HAVE_GETSERVENT 1
18118| #define HAVE_INET_ATON 1
18119| #define HAVE_IMAXDIV 1
18120| #define HAVE_MEMMOVE 1
18121| #define HAVE_PATHCONF 1
18122| #define HAVE_PUTENV 1
18123| #define HAVE_RAISE 1
18124| #define HAVE_RANDOM 1
18125| #define HAVE_REGCOMP 1
18126| #define HAVE_REGEXEC 1
18127| #define HAVE_SETENV 1
18128| #define HAVE_SETLINEBUF 1
18129| #define HAVE_SETLOCALE 1
18130| #define HAVE_SETVBUF 1
18131| #define HAVE_SIGINTERRUPT 1
18132| #define HAVE_STRCHR 1
18133| #define HAVE_SYSCONF 1
18134| #define HAVE_SYSLOG 1
18135| #define HAVE_TCGETATTR 1
18136| #define HAVE_TIMES 1
18137| #define HAVE_TTYNAME 1
18138| #define HAVE_TZSET 1
18139| #define HAVE_UNSETENV 1
18140| #define HAVE_VASPRINTF 1
18141| #define HAVE_ASPRINTF 1
18142| #define HAVE_ISASCII 1
18143| #define HAVE_ISBLANK 1
18144| #define HAVE_ISGRAPH 1
18145| #define HAVE_ISPRINT 1
18146| #define HAVE_ISSPACE 1
18147| #define HAVE_ISXDIGIT 1
18148| #define HAVE_GETPWENT 1
18149| #define HAVE_GETPWNAM 1
18150| #define HAVE_GETPWUID 1
18151| #define HAVE_MKSTEMP 1
18152| #define HAVE_MKDTEMP 1
18153| #define HAVE_ARC4RANDOM 1
18154| #define HAVE_GETCWD 1
18155| #define HAVE_MEMSET 1
18156| #define HAVE_STRCASECMP 1
18157| #define HAVE_STRCASESTR 1
18158| #define HAVE_STRERROR 1
18159| #define HAVE_STRFTIME 1
18160| #define HAVE_STRNLEN 1
18161| #define HAVE_STRPBRK 1
18162| #define HAVE_STRSTR 1
18163| #define HAVE_STRTOD 1
18164| #define HAVE_STRTOL 1
18165| #define HAVE_STRTOUL 1
18166| #define HAVE_STRTOLL 1
18167| #define HAVE_STRTOULL 1
18168| #define HAVE_STRTOUMAX 1
18169| #define HAVE_DPRINTF 1
18170| #define HAVE_STRDUP 1
18171| #define HAVE_DECL_AUDIT_USER_TTY 0
18172| #define HAVE_DECL_CONFSTR 1
18173| #define HAVE_DECL_PRINTF 1
18174| #define HAVE_DECL_SBRK 1
18175| #define HAVE_DECL_SETREGID 1
18176| #define HAVE_DECL_STRCPY 1
18177| #define HAVE_DECL_STRSIGNAL 1
18178| #define HAVE_DECL_STRTOLD 1
18179| #define HAVE_DECL_STRTOL 1
18180| #define HAVE_DECL_STRTOLL 1
18181| #define HAVE_DECL_STRTOUL 1
18182| #define HAVE_DECL_STRTOULL 1
18183| #define HAVE_DECL_STRTOUMAX 1
18184| #define HAVE_ERRNO_H 1
18185| #define HAVE_FCNTL_H 1
18186| #define HAVE_MMAP 1
18187| #define HAVE_MUNMAP 1
18188| #define HAVE_STPCPY 1
18189| #define HAVE_STRCSPN 1
18190| #define HAVE_WCTYPE_H 1
18191| #define HAVE_WCHAR_H 1
18192| #define HAVE_LANGINFO_H 1
18193| #define HAVE_MBRLEN 1
18194| #define HAVE_MBSNRTOWCS 1
18195| #define HAVE_MBSRTOWCS 1
18196| #define HAVE_WCRTOMB 1
18197| #define HAVE_WCSCOLL 1
18198| #define HAVE_WCSDUP 1
18199| #define HAVE_WCWIDTH 1
18200| #define HAVE_WCTYPE 1
18201| #define HAVE_WCSWIDTH 1
18202| #define HAVE_MBRTOWC 1
18203| #define HAVE_MBSTATE_T 1
18204| #define HAVE_ISWLOWER 1
18205| #define HAVE_ISWUPPER 1
18206| #define HAVE_TOWLOWER 1
18207| #define HAVE_TOWUPPER 1
18208| #define HAVE_ISWCTYPE 1
18209| #define HAVE_WCHAR_T 1
18210| #define HAVE_WCTYPE_T 1
18211| #define HAVE_WINT_T 1
18212| #define HAVE_LOCALE_CHARSET 1
18213| #define SIZEOF_WCHAR_T 4
18214| #define HAVE_LIBDL 1
18215| #define HAVE_DLOPEN 1
18216| #define HAVE_DLCLOSE 1
18217| #define HAVE_DLSYM 1
18218| #define GETGROUPS_T gid_t
18219| #define HAVE_UINTPTR_T 1
18220| #define HAVE_LONG_LONG_INT 1
18221| #define HAVE_UNSIGNED_LONG_LONG_INT 1
18222| #define SIZEOF_CHAR 1
18223| #define SIZEOF_SHORT 2
18224| #define SIZEOF_INT 4
18225| #define SIZEOF_LONG 8
18226| #define SIZEOF_CHAR_P 8
18227| #define SIZEOF_SIZE_T 8
18228| #define SIZEOF_DOUBLE 8
18229| #define SIZEOF_LONG_LONG 8
18230| #define bits16_t short
18231| #define u_bits16_t unsigned short
18232| #define bits32_t int
18233| /* end confdefs.h.  */
18234| #include <stddef.h>
18235| #ifdef HAVE_STDIO_H
18236| # include <stdio.h>
18237| #endif
18238| #ifdef HAVE_STDLIB_H
18239| # include <stdlib.h>
18240| #endif
18241| #ifdef HAVE_STRING_H
18242| # include <string.h>
18243| #endif
18244| #ifdef HAVE_INTTYPES_H
18245| # include <inttypes.h>
18246| #endif
18247| #ifdef HAVE_STDINT_H
18248| # include <stdint.h>
18249| #endif
18250| #ifdef HAVE_STRINGS_H
18251| # include <strings.h>
18252| #endif
18253| #ifdef HAVE_SYS_TYPES_H
18254| # include <sys/types.h>
18255| #endif
18256| #ifdef HAVE_SYS_STAT_H
18257| # include <sys/stat.h>
18258| #endif
18259| #ifdef HAVE_UNISTD_H
18260| # include <unistd.h>
18261| #endif
18262| int
18263| main (void)
18264| {
18265| if (sizeof (u_bits32_t))
18266|        return 0;
18267|   ;
18268|   return 0;
18269| }
18270configure:17853: result: no
18271configure:17889: checking for bits64_t
18272configure:17889: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
18273conftest.c:380:13: error: use of undeclared identifier 'bits64_t'
18274if (sizeof (bits64_t))
18275            ^
182761 error generated.
18277configure:17889: $? = 1
18278configure: failed program was:
18279| /* confdefs.h */
18280| #define PACKAGE_NAME "bash"
18281| #define PACKAGE_TARNAME "bash"
18282| #define PACKAGE_VERSION "5.2-release"
18283| #define PACKAGE_STRING "bash 5.2-release"
18284| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
18285| #define PACKAGE_URL ""
18286| #define ALIAS 1
18287| #define PUSHD_AND_POPD 1
18288| #define RESTRICTED_SHELL 1
18289| #define PROCESS_SUBSTITUTION 1
18290| #define PROMPT_STRING_DECODE 1
18291| #define SELECT_COMMAND 1
18292| #define HELP_BUILTIN 1
18293| #define ARRAY_VARS 1
18294| #define DPAREN_ARITHMETIC 1
18295| #define BRACE_EXPANSION 1
18296| #define COMMAND_TIMING 1
18297| #define EXTENDED_GLOB 1
18298| #define EXTGLOB_DEFAULT 0
18299| #define COND_COMMAND 1
18300| #define COND_REGEXP 1
18301| #define COPROCESS_SUPPORT 1
18302| #define ARITH_FOR_COMMAND 1
18303| #define NETWORK_REDIRECTIONS 1
18304| #define PROGRAMMABLE_COMPLETION 1
18305| #define DEBUGGER 1
18306| #define CASEMOD_ATTRS 1
18307| #define CASEMOD_EXPANSIONS 1
18308| #define GLOBASCII_DEFAULT 1
18309| #define FUNCTION_IMPORT 1
18310| #define TRANSLATABLE_STRINGS 1
18311| #define MEMSCRAMBLE 1
18312| #define HAVE_STDIO_H 1
18313| #define HAVE_STDLIB_H 1
18314| #define HAVE_STRING_H 1
18315| #define HAVE_INTTYPES_H 1
18316| #define HAVE_STDINT_H 1
18317| #define HAVE_STRINGS_H 1
18318| #define HAVE_SYS_STAT_H 1
18319| #define HAVE_SYS_TYPES_H 1
18320| #define HAVE_UNISTD_H 1
18321| #define HAVE_WCHAR_H 1
18322| #define HAVE_SYS_PARAM_H 1
18323| #define HAVE_XLOCALE_H 1
18324| #define HAVE_SYS_TIME_H 1
18325| #define STDC_HEADERS 1
18326| #define _ALL_SOURCE 1
18327| #define _DARWIN_C_SOURCE 1
18328| #define _GNU_SOURCE 1
18329| #define _HPUX_ALT_XOPEN_SOCKET_API 1
18330| #define _NETBSD_SOURCE 1
18331| #define _OPENBSD_SOURCE 1
18332| #define _POSIX_PTHREAD_SEMANTICS 1
18333| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
18334| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
18335| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
18336| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
18337| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
18338| #define __STDC_WANT_LIB_EXT2__ 1
18339| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
18340| #define _TANDEM_SOURCE 1
18341| #define __EXTENSIONS__ 1
18342| #define READLINE 1
18343| #define HISTORY 1
18344| #define BANG_HISTORY 1
18345| #define HAVE_STRINGIZE 1
18346| #define HAVE_LONG_DOUBLE 1
18347| #define PROTOTYPES 1
18348| #define __PROTOTYPES 1
18349| #define restrict __restrict__
18350| #define HAVE_VISIBILITY 1
18351| #define HAVE_STDINT_H_WITH_UINTMAX 1
18352| #define HAVE_ALLOCA_H 1
18353| #define HAVE_ALLOCA 1
18354| #define HAVE_GETPAGESIZE 1
18355| #define HAVE_SYMLINK 1
18356| #define HAVE_USELOCALE 1
18357| #define HAVE_VPRINTF 1
18358| #define HAVE_ALARM 1
18359| #define HAVE_FPURGE 1
18360| #define HAVE_SNPRINTF 1
18361| #define HAVE_VSNPRINTF 1
18362| #define HAVE_MMAP 1
18363| #define INTDIV0_RAISES_SIGFPE 1
18364| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
18365| #define HAVE_UNSIGNED_LONG_LONG_INT 1
18366| #define HAVE_UINTMAX_T 1
18367| #define HAVE_INTTYPES_H 1
18368| #define USE_POSIX_THREADS 1
18369| #define HAVE_PTHREAD_RWLOCK 1
18370| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
18371| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
18372| #define HAVE_ICONV 1
18373| #define ICONV_CONST
18374| #define HAVE_BUILTIN_EXPECT 1
18375| #define HAVE_INTTYPES_H 1
18376| #define HAVE_LIMITS_H 1
18377| #define HAVE_UNISTD_H 1
18378| #define HAVE_SYS_PARAM_H 1
18379| #define HAVE_GETCWD 1
18380| #define HAVE_GETEGID 1
18381| #define HAVE_GETEUID 1
18382| #define HAVE_GETGID 1
18383| #define HAVE_GETUID 1
18384| #define HAVE_MUNMAP 1
18385| #define HAVE_STPCPY 1
18386| #define HAVE_STRCASECMP 1
18387| #define HAVE_STRDUP 1
18388| #define HAVE_STRTOUL 1
18389| #define HAVE_TSEARCH 1
18390| #define HAVE_LOCALECONV 1
18391| #define HAVE_DECL_FEOF_UNLOCKED 1
18392| #define HAVE_DECL_FGETS_UNLOCKED 0
18393| #define HAVE_LONG_LONG_INT 1
18394| #define HAVE_WCHAR_T 1
18395| #define HAVE_WINT_T 1
18396| #define HAVE_INTMAX_T 1
18397| #define HAVE_POSIX_PRINTF 1
18398| #define HAVE_STDINT_H 1
18399| #define HAVE_STDINT_H 1
18400| #define HAVE_WORKING_O_NOATIME 1
18401| #define HAVE_WORKING_O_NOFOLLOW 1
18402| #define HAVE_WORKING_USELOCALE 1
18403| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
18404| #define HAVE_CFLOCALECOPYCURRENT 1
18405| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
18406| #define FLEXIBLE_ARRAY_MEMBER /**/
18407| #define HAVE_STDDEF_H 1
18408| #define HAVE_STDLIB_H 1
18409| #define HAVE_STRING_H 1
18410| #define HAVE_ASPRINTF 1
18411| #define HAVE_FWPRINTF 1
18412| #define HAVE_NEWLOCALE 1
18413| #define HAVE_PUTENV 1
18414| #define HAVE_SETENV 1
18415| #define HAVE_SETLOCALE 1
18416| #define HAVE_SNPRINTF 1
18417| #define HAVE_STRNLEN 1
18418| #define HAVE_USELOCALE 1
18419| #define HAVE_WCSLEN 1
18420| #define HAVE_WCSNLEN 1
18421| #define HAVE_MBRTOWC 1
18422| #define HAVE_WCRTOMB 1
18423| #define HAVE_DECL__SNPRINTF 0
18424| #define HAVE_DECL__SNWPRINTF 0
18425| #define HAVE_DECL_GETC_UNLOCKED 1
18426| #define HAVE_LANGINFO_CODESET 1
18427| #define HAVE_LC_MESSAGES 1
18428| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
18429| #define HAVE_CFLOCALECOPYCURRENT 1
18430| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
18431| #define ENABLE_NLS 1
18432| #define HAVE_GETTEXT 1
18433| #define HAVE_DCGETTEXT 1
18434| #define HAVE_DIRENT_H 1
18435| #define HAVE_INTTYPES_H 1
18436| #define HAVE_UNISTD_H 1
18437| #define HAVE_STDLIB_H 1
18438| #define HAVE_STDARG_H 1
18439| #define HAVE_LIMITS_H 1
18440| #define HAVE_STRING_H 1
18441| #define HAVE_MEMORY_H 1
18442| #define HAVE_LOCALE_H 1
18443| #define HAVE_TERMCAP_H 1
18444| #define HAVE_TERMIOS_H 1
18445| #define HAVE_DLFCN_H 1
18446| #define HAVE_STDBOOL_H 1
18447| #define HAVE_STDDEF_H 1
18448| #define HAVE_STDINT_H 1
18449| #define HAVE_NETDB_H 1
18450| #define HAVE_PWD_H 1
18451| #define HAVE_GRP_H 1
18452| #define HAVE_STRINGS_H 1
18453| #define HAVE_REGEX_H 1
18454| #define HAVE_SYSLOG_H 1
18455| #define HAVE_ULIMIT_H 1
18456| #define HAVE_SYS_SELECT_H 1
18457| #define HAVE_SYS_FILE_H 1
18458| #define HAVE_SYS_IOCTL_H 1
18459| #define HAVE_SYS_MMAN_H 1
18460| #define HAVE_SYS_PARAM_H 1
18461| #define HAVE_SYS_RANDOM_H 1
18462| #define HAVE_SYS_SOCKET_H 1
18463| #define HAVE_SYS_STAT_H 1
18464| #define HAVE_SYS_TIME_H 1
18465| #define HAVE_SYS_TIMES_H 1
18466| #define HAVE_SYS_TYPES_H 1
18467| #define HAVE_SYS_WAIT_H 1
18468| #define HAVE_NETINET_IN_H 1
18469| #define HAVE_ARPA_INET_H 1
18470| #define HAVE_SYS_RESOURCE_H 1
18471| #define HAVE_ALLOCA_H 1
18472| #define HAVE_ALLOCA 1
18473| #define HAVE_CHOWN 1
18474| #define GETPGRP_VOID 1
18475| #define HAVE_STRCOLL 1
18476| #define HAVE_WAIT3 1
18477| #define HAVE_MKFIFO 1
18478| #define HAVE_DUP2 1
18479| #define HAVE_FCNTL 1
18480| #define HAVE_GETDTABLESIZE 1
18481| #define HAVE_GETENTROPY 1
18482| #define HAVE_GETGROUPS 1
18483| #define HAVE_GETHOSTNAME 1
18484| #define HAVE_GETPAGESIZE 1
18485| #define HAVE_GETPEERNAME 1
18486| #define HAVE_GETRLIMIT 1
18487| #define HAVE_GETRUSAGE 1
18488| #define HAVE_GETTIMEOFDAY 1
18489| #define HAVE_KILL 1
18490| #define HAVE_KILLPG 1
18491| #define HAVE_LSTAT 1
18492| #define HAVE_PSELECT 1
18493| #define HAVE_READLINK 1
18494| #define HAVE_SELECT 1
18495| #define HAVE_SETITIMER 1
18496| #define HAVE_TCGETPGRP 1
18497| #define HAVE_UNAME 1
18498| #define HAVE_ULIMIT 1
18499| #define HAVE_WAITPID 1
18500| #define HAVE_RENAME 1
18501| #define HAVE_BCOPY 1
18502| #define HAVE_BZERO 1
18503| #define HAVE_CONFSTR 1
18504| #define HAVE_FACCESSAT 1
18505| #define HAVE_FNMATCH 1
18506| #define HAVE_GETADDRINFO 1
18507| #define HAVE_GETHOSTBYNAME 1
18508| #define HAVE_GETSERVBYNAME 1
18509| #define HAVE_GETSERVENT 1
18510| #define HAVE_INET_ATON 1
18511| #define HAVE_IMAXDIV 1
18512| #define HAVE_MEMMOVE 1
18513| #define HAVE_PATHCONF 1
18514| #define HAVE_PUTENV 1
18515| #define HAVE_RAISE 1
18516| #define HAVE_RANDOM 1
18517| #define HAVE_REGCOMP 1
18518| #define HAVE_REGEXEC 1
18519| #define HAVE_SETENV 1
18520| #define HAVE_SETLINEBUF 1
18521| #define HAVE_SETLOCALE 1
18522| #define HAVE_SETVBUF 1
18523| #define HAVE_SIGINTERRUPT 1
18524| #define HAVE_STRCHR 1
18525| #define HAVE_SYSCONF 1
18526| #define HAVE_SYSLOG 1
18527| #define HAVE_TCGETATTR 1
18528| #define HAVE_TIMES 1
18529| #define HAVE_TTYNAME 1
18530| #define HAVE_TZSET 1
18531| #define HAVE_UNSETENV 1
18532| #define HAVE_VASPRINTF 1
18533| #define HAVE_ASPRINTF 1
18534| #define HAVE_ISASCII 1
18535| #define HAVE_ISBLANK 1
18536| #define HAVE_ISGRAPH 1
18537| #define HAVE_ISPRINT 1
18538| #define HAVE_ISSPACE 1
18539| #define HAVE_ISXDIGIT 1
18540| #define HAVE_GETPWENT 1
18541| #define HAVE_GETPWNAM 1
18542| #define HAVE_GETPWUID 1
18543| #define HAVE_MKSTEMP 1
18544| #define HAVE_MKDTEMP 1
18545| #define HAVE_ARC4RANDOM 1
18546| #define HAVE_GETCWD 1
18547| #define HAVE_MEMSET 1
18548| #define HAVE_STRCASECMP 1
18549| #define HAVE_STRCASESTR 1
18550| #define HAVE_STRERROR 1
18551| #define HAVE_STRFTIME 1
18552| #define HAVE_STRNLEN 1
18553| #define HAVE_STRPBRK 1
18554| #define HAVE_STRSTR 1
18555| #define HAVE_STRTOD 1
18556| #define HAVE_STRTOL 1
18557| #define HAVE_STRTOUL 1
18558| #define HAVE_STRTOLL 1
18559| #define HAVE_STRTOULL 1
18560| #define HAVE_STRTOUMAX 1
18561| #define HAVE_DPRINTF 1
18562| #define HAVE_STRDUP 1
18563| #define HAVE_DECL_AUDIT_USER_TTY 0
18564| #define HAVE_DECL_CONFSTR 1
18565| #define HAVE_DECL_PRINTF 1
18566| #define HAVE_DECL_SBRK 1
18567| #define HAVE_DECL_SETREGID 1
18568| #define HAVE_DECL_STRCPY 1
18569| #define HAVE_DECL_STRSIGNAL 1
18570| #define HAVE_DECL_STRTOLD 1
18571| #define HAVE_DECL_STRTOL 1
18572| #define HAVE_DECL_STRTOLL 1
18573| #define HAVE_DECL_STRTOUL 1
18574| #define HAVE_DECL_STRTOULL 1
18575| #define HAVE_DECL_STRTOUMAX 1
18576| #define HAVE_ERRNO_H 1
18577| #define HAVE_FCNTL_H 1
18578| #define HAVE_MMAP 1
18579| #define HAVE_MUNMAP 1
18580| #define HAVE_STPCPY 1
18581| #define HAVE_STRCSPN 1
18582| #define HAVE_WCTYPE_H 1
18583| #define HAVE_WCHAR_H 1
18584| #define HAVE_LANGINFO_H 1
18585| #define HAVE_MBRLEN 1
18586| #define HAVE_MBSNRTOWCS 1
18587| #define HAVE_MBSRTOWCS 1
18588| #define HAVE_WCRTOMB 1
18589| #define HAVE_WCSCOLL 1
18590| #define HAVE_WCSDUP 1
18591| #define HAVE_WCWIDTH 1
18592| #define HAVE_WCTYPE 1
18593| #define HAVE_WCSWIDTH 1
18594| #define HAVE_MBRTOWC 1
18595| #define HAVE_MBSTATE_T 1
18596| #define HAVE_ISWLOWER 1
18597| #define HAVE_ISWUPPER 1
18598| #define HAVE_TOWLOWER 1
18599| #define HAVE_TOWUPPER 1
18600| #define HAVE_ISWCTYPE 1
18601| #define HAVE_WCHAR_T 1
18602| #define HAVE_WCTYPE_T 1
18603| #define HAVE_WINT_T 1
18604| #define HAVE_LOCALE_CHARSET 1
18605| #define SIZEOF_WCHAR_T 4
18606| #define HAVE_LIBDL 1
18607| #define HAVE_DLOPEN 1
18608| #define HAVE_DLCLOSE 1
18609| #define HAVE_DLSYM 1
18610| #define GETGROUPS_T gid_t
18611| #define HAVE_UINTPTR_T 1
18612| #define HAVE_LONG_LONG_INT 1
18613| #define HAVE_UNSIGNED_LONG_LONG_INT 1
18614| #define SIZEOF_CHAR 1
18615| #define SIZEOF_SHORT 2
18616| #define SIZEOF_INT 4
18617| #define SIZEOF_LONG 8
18618| #define SIZEOF_CHAR_P 8
18619| #define SIZEOF_SIZE_T 8
18620| #define SIZEOF_DOUBLE 8
18621| #define SIZEOF_LONG_LONG 8
18622| #define bits16_t short
18623| #define u_bits16_t unsigned short
18624| #define bits32_t int
18625| #define u_bits32_t unsigned int
18626| /* end confdefs.h.  */
18627| #include <stddef.h>
18628| #ifdef HAVE_STDIO_H
18629| # include <stdio.h>
18630| #endif
18631| #ifdef HAVE_STDLIB_H
18632| # include <stdlib.h>
18633| #endif
18634| #ifdef HAVE_STRING_H
18635| # include <string.h>
18636| #endif
18637| #ifdef HAVE_INTTYPES_H
18638| # include <inttypes.h>
18639| #endif
18640| #ifdef HAVE_STDINT_H
18641| # include <stdint.h>
18642| #endif
18643| #ifdef HAVE_STRINGS_H
18644| # include <strings.h>
18645| #endif
18646| #ifdef HAVE_SYS_TYPES_H
18647| # include <sys/types.h>
18648| #endif
18649| #ifdef HAVE_SYS_STAT_H
18650| # include <sys/stat.h>
18651| #endif
18652| #ifdef HAVE_UNISTD_H
18653| # include <unistd.h>
18654| #endif
18655| int
18656| main (void)
18657| {
18658| if (sizeof (bits64_t))
18659|        return 0;
18660|   ;
18661|   return 0;
18662| }
18663configure:17889: result: no
18664configure:17959: checking for ptrdiff_t
18665configure:17959: result: yes
18666configure:17994: checking whether stat file-mode macros are broken
18667configure:18022: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
18668configure:18022: $? = 0
18669configure:18030: result: no
18670configure:18039: checking whether #! works in shell scripts
18671configure:18057: result: yes
18672configure:18105: checking if dup2 fails to clear the close-on-exec flag
18673configure:18140: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
18674conftest.c:362:9: error: implicit declaration of function 'dup2' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
18675  fd2 = dup2(fd1, 1);
18676        ^
186771 error generated.
18678configure:18140: $? = 1
18679configure: program exited with status 1
18680configure: failed program was:
18681| /* confdefs.h */
18682| #define PACKAGE_NAME "bash"
18683| #define PACKAGE_TARNAME "bash"
18684| #define PACKAGE_VERSION "5.2-release"
18685| #define PACKAGE_STRING "bash 5.2-release"
18686| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
18687| #define PACKAGE_URL ""
18688| #define ALIAS 1
18689| #define PUSHD_AND_POPD 1
18690| #define RESTRICTED_SHELL 1
18691| #define PROCESS_SUBSTITUTION 1
18692| #define PROMPT_STRING_DECODE 1
18693| #define SELECT_COMMAND 1
18694| #define HELP_BUILTIN 1
18695| #define ARRAY_VARS 1
18696| #define DPAREN_ARITHMETIC 1
18697| #define BRACE_EXPANSION 1
18698| #define COMMAND_TIMING 1
18699| #define EXTENDED_GLOB 1
18700| #define EXTGLOB_DEFAULT 0
18701| #define COND_COMMAND 1
18702| #define COND_REGEXP 1
18703| #define COPROCESS_SUPPORT 1
18704| #define ARITH_FOR_COMMAND 1
18705| #define NETWORK_REDIRECTIONS 1
18706| #define PROGRAMMABLE_COMPLETION 1
18707| #define DEBUGGER 1
18708| #define CASEMOD_ATTRS 1
18709| #define CASEMOD_EXPANSIONS 1
18710| #define GLOBASCII_DEFAULT 1
18711| #define FUNCTION_IMPORT 1
18712| #define TRANSLATABLE_STRINGS 1
18713| #define MEMSCRAMBLE 1
18714| #define HAVE_STDIO_H 1
18715| #define HAVE_STDLIB_H 1
18716| #define HAVE_STRING_H 1
18717| #define HAVE_INTTYPES_H 1
18718| #define HAVE_STDINT_H 1
18719| #define HAVE_STRINGS_H 1
18720| #define HAVE_SYS_STAT_H 1
18721| #define HAVE_SYS_TYPES_H 1
18722| #define HAVE_UNISTD_H 1
18723| #define HAVE_WCHAR_H 1
18724| #define HAVE_SYS_PARAM_H 1
18725| #define HAVE_XLOCALE_H 1
18726| #define HAVE_SYS_TIME_H 1
18727| #define STDC_HEADERS 1
18728| #define _ALL_SOURCE 1
18729| #define _DARWIN_C_SOURCE 1
18730| #define _GNU_SOURCE 1
18731| #define _HPUX_ALT_XOPEN_SOCKET_API 1
18732| #define _NETBSD_SOURCE 1
18733| #define _OPENBSD_SOURCE 1
18734| #define _POSIX_PTHREAD_SEMANTICS 1
18735| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
18736| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
18737| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
18738| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
18739| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
18740| #define __STDC_WANT_LIB_EXT2__ 1
18741| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
18742| #define _TANDEM_SOURCE 1
18743| #define __EXTENSIONS__ 1
18744| #define READLINE 1
18745| #define HISTORY 1
18746| #define BANG_HISTORY 1
18747| #define HAVE_STRINGIZE 1
18748| #define HAVE_LONG_DOUBLE 1
18749| #define PROTOTYPES 1
18750| #define __PROTOTYPES 1
18751| #define restrict __restrict__
18752| #define HAVE_VISIBILITY 1
18753| #define HAVE_STDINT_H_WITH_UINTMAX 1
18754| #define HAVE_ALLOCA_H 1
18755| #define HAVE_ALLOCA 1
18756| #define HAVE_GETPAGESIZE 1
18757| #define HAVE_SYMLINK 1
18758| #define HAVE_USELOCALE 1
18759| #define HAVE_VPRINTF 1
18760| #define HAVE_ALARM 1
18761| #define HAVE_FPURGE 1
18762| #define HAVE_SNPRINTF 1
18763| #define HAVE_VSNPRINTF 1
18764| #define HAVE_MMAP 1
18765| #define INTDIV0_RAISES_SIGFPE 1
18766| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
18767| #define HAVE_UNSIGNED_LONG_LONG_INT 1
18768| #define HAVE_UINTMAX_T 1
18769| #define HAVE_INTTYPES_H 1
18770| #define USE_POSIX_THREADS 1
18771| #define HAVE_PTHREAD_RWLOCK 1
18772| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
18773| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
18774| #define HAVE_ICONV 1
18775| #define ICONV_CONST
18776| #define HAVE_BUILTIN_EXPECT 1
18777| #define HAVE_INTTYPES_H 1
18778| #define HAVE_LIMITS_H 1
18779| #define HAVE_UNISTD_H 1
18780| #define HAVE_SYS_PARAM_H 1
18781| #define HAVE_GETCWD 1
18782| #define HAVE_GETEGID 1
18783| #define HAVE_GETEUID 1
18784| #define HAVE_GETGID 1
18785| #define HAVE_GETUID 1
18786| #define HAVE_MUNMAP 1
18787| #define HAVE_STPCPY 1
18788| #define HAVE_STRCASECMP 1
18789| #define HAVE_STRDUP 1
18790| #define HAVE_STRTOUL 1
18791| #define HAVE_TSEARCH 1
18792| #define HAVE_LOCALECONV 1
18793| #define HAVE_DECL_FEOF_UNLOCKED 1
18794| #define HAVE_DECL_FGETS_UNLOCKED 0
18795| #define HAVE_LONG_LONG_INT 1
18796| #define HAVE_WCHAR_T 1
18797| #define HAVE_WINT_T 1
18798| #define HAVE_INTMAX_T 1
18799| #define HAVE_POSIX_PRINTF 1
18800| #define HAVE_STDINT_H 1
18801| #define HAVE_STDINT_H 1
18802| #define HAVE_WORKING_O_NOATIME 1
18803| #define HAVE_WORKING_O_NOFOLLOW 1
18804| #define HAVE_WORKING_USELOCALE 1
18805| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
18806| #define HAVE_CFLOCALECOPYCURRENT 1
18807| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
18808| #define FLEXIBLE_ARRAY_MEMBER /**/
18809| #define HAVE_STDDEF_H 1
18810| #define HAVE_STDLIB_H 1
18811| #define HAVE_STRING_H 1
18812| #define HAVE_ASPRINTF 1
18813| #define HAVE_FWPRINTF 1
18814| #define HAVE_NEWLOCALE 1
18815| #define HAVE_PUTENV 1
18816| #define HAVE_SETENV 1
18817| #define HAVE_SETLOCALE 1
18818| #define HAVE_SNPRINTF 1
18819| #define HAVE_STRNLEN 1
18820| #define HAVE_USELOCALE 1
18821| #define HAVE_WCSLEN 1
18822| #define HAVE_WCSNLEN 1
18823| #define HAVE_MBRTOWC 1
18824| #define HAVE_WCRTOMB 1
18825| #define HAVE_DECL__SNPRINTF 0
18826| #define HAVE_DECL__SNWPRINTF 0
18827| #define HAVE_DECL_GETC_UNLOCKED 1
18828| #define HAVE_LANGINFO_CODESET 1
18829| #define HAVE_LC_MESSAGES 1
18830| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
18831| #define HAVE_CFLOCALECOPYCURRENT 1
18832| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
18833| #define ENABLE_NLS 1
18834| #define HAVE_GETTEXT 1
18835| #define HAVE_DCGETTEXT 1
18836| #define HAVE_DIRENT_H 1
18837| #define HAVE_INTTYPES_H 1
18838| #define HAVE_UNISTD_H 1
18839| #define HAVE_STDLIB_H 1
18840| #define HAVE_STDARG_H 1
18841| #define HAVE_LIMITS_H 1
18842| #define HAVE_STRING_H 1
18843| #define HAVE_MEMORY_H 1
18844| #define HAVE_LOCALE_H 1
18845| #define HAVE_TERMCAP_H 1
18846| #define HAVE_TERMIOS_H 1
18847| #define HAVE_DLFCN_H 1
18848| #define HAVE_STDBOOL_H 1
18849| #define HAVE_STDDEF_H 1
18850| #define HAVE_STDINT_H 1
18851| #define HAVE_NETDB_H 1
18852| #define HAVE_PWD_H 1
18853| #define HAVE_GRP_H 1
18854| #define HAVE_STRINGS_H 1
18855| #define HAVE_REGEX_H 1
18856| #define HAVE_SYSLOG_H 1
18857| #define HAVE_ULIMIT_H 1
18858| #define HAVE_SYS_SELECT_H 1
18859| #define HAVE_SYS_FILE_H 1
18860| #define HAVE_SYS_IOCTL_H 1
18861| #define HAVE_SYS_MMAN_H 1
18862| #define HAVE_SYS_PARAM_H 1
18863| #define HAVE_SYS_RANDOM_H 1
18864| #define HAVE_SYS_SOCKET_H 1
18865| #define HAVE_SYS_STAT_H 1
18866| #define HAVE_SYS_TIME_H 1
18867| #define HAVE_SYS_TIMES_H 1
18868| #define HAVE_SYS_TYPES_H 1
18869| #define HAVE_SYS_WAIT_H 1
18870| #define HAVE_NETINET_IN_H 1
18871| #define HAVE_ARPA_INET_H 1
18872| #define HAVE_SYS_RESOURCE_H 1
18873| #define HAVE_ALLOCA_H 1
18874| #define HAVE_ALLOCA 1
18875| #define HAVE_CHOWN 1
18876| #define GETPGRP_VOID 1
18877| #define HAVE_STRCOLL 1
18878| #define HAVE_WAIT3 1
18879| #define HAVE_MKFIFO 1
18880| #define HAVE_DUP2 1
18881| #define HAVE_FCNTL 1
18882| #define HAVE_GETDTABLESIZE 1
18883| #define HAVE_GETENTROPY 1
18884| #define HAVE_GETGROUPS 1
18885| #define HAVE_GETHOSTNAME 1
18886| #define HAVE_GETPAGESIZE 1
18887| #define HAVE_GETPEERNAME 1
18888| #define HAVE_GETRLIMIT 1
18889| #define HAVE_GETRUSAGE 1
18890| #define HAVE_GETTIMEOFDAY 1
18891| #define HAVE_KILL 1
18892| #define HAVE_KILLPG 1
18893| #define HAVE_LSTAT 1
18894| #define HAVE_PSELECT 1
18895| #define HAVE_READLINK 1
18896| #define HAVE_SELECT 1
18897| #define HAVE_SETITIMER 1
18898| #define HAVE_TCGETPGRP 1
18899| #define HAVE_UNAME 1
18900| #define HAVE_ULIMIT 1
18901| #define HAVE_WAITPID 1
18902| #define HAVE_RENAME 1
18903| #define HAVE_BCOPY 1
18904| #define HAVE_BZERO 1
18905| #define HAVE_CONFSTR 1
18906| #define HAVE_FACCESSAT 1
18907| #define HAVE_FNMATCH 1
18908| #define HAVE_GETADDRINFO 1
18909| #define HAVE_GETHOSTBYNAME 1
18910| #define HAVE_GETSERVBYNAME 1
18911| #define HAVE_GETSERVENT 1
18912| #define HAVE_INET_ATON 1
18913| #define HAVE_IMAXDIV 1
18914| #define HAVE_MEMMOVE 1
18915| #define HAVE_PATHCONF 1
18916| #define HAVE_PUTENV 1
18917| #define HAVE_RAISE 1
18918| #define HAVE_RANDOM 1
18919| #define HAVE_REGCOMP 1
18920| #define HAVE_REGEXEC 1
18921| #define HAVE_SETENV 1
18922| #define HAVE_SETLINEBUF 1
18923| #define HAVE_SETLOCALE 1
18924| #define HAVE_SETVBUF 1
18925| #define HAVE_SIGINTERRUPT 1
18926| #define HAVE_STRCHR 1
18927| #define HAVE_SYSCONF 1
18928| #define HAVE_SYSLOG 1
18929| #define HAVE_TCGETATTR 1
18930| #define HAVE_TIMES 1
18931| #define HAVE_TTYNAME 1
18932| #define HAVE_TZSET 1
18933| #define HAVE_UNSETENV 1
18934| #define HAVE_VASPRINTF 1
18935| #define HAVE_ASPRINTF 1
18936| #define HAVE_ISASCII 1
18937| #define HAVE_ISBLANK 1
18938| #define HAVE_ISGRAPH 1
18939| #define HAVE_ISPRINT 1
18940| #define HAVE_ISSPACE 1
18941| #define HAVE_ISXDIGIT 1
18942| #define HAVE_GETPWENT 1
18943| #define HAVE_GETPWNAM 1
18944| #define HAVE_GETPWUID 1
18945| #define HAVE_MKSTEMP 1
18946| #define HAVE_MKDTEMP 1
18947| #define HAVE_ARC4RANDOM 1
18948| #define HAVE_GETCWD 1
18949| #define HAVE_MEMSET 1
18950| #define HAVE_STRCASECMP 1
18951| #define HAVE_STRCASESTR 1
18952| #define HAVE_STRERROR 1
18953| #define HAVE_STRFTIME 1
18954| #define HAVE_STRNLEN 1
18955| #define HAVE_STRPBRK 1
18956| #define HAVE_STRSTR 1
18957| #define HAVE_STRTOD 1
18958| #define HAVE_STRTOL 1
18959| #define HAVE_STRTOUL 1
18960| #define HAVE_STRTOLL 1
18961| #define HAVE_STRTOULL 1
18962| #define HAVE_STRTOUMAX 1
18963| #define HAVE_DPRINTF 1
18964| #define HAVE_STRDUP 1
18965| #define HAVE_DECL_AUDIT_USER_TTY 0
18966| #define HAVE_DECL_CONFSTR 1
18967| #define HAVE_DECL_PRINTF 1
18968| #define HAVE_DECL_SBRK 1
18969| #define HAVE_DECL_SETREGID 1
18970| #define HAVE_DECL_STRCPY 1
18971| #define HAVE_DECL_STRSIGNAL 1
18972| #define HAVE_DECL_STRTOLD 1
18973| #define HAVE_DECL_STRTOL 1
18974| #define HAVE_DECL_STRTOLL 1
18975| #define HAVE_DECL_STRTOUL 1
18976| #define HAVE_DECL_STRTOULL 1
18977| #define HAVE_DECL_STRTOUMAX 1
18978| #define HAVE_ERRNO_H 1
18979| #define HAVE_FCNTL_H 1
18980| #define HAVE_MMAP 1
18981| #define HAVE_MUNMAP 1
18982| #define HAVE_STPCPY 1
18983| #define HAVE_STRCSPN 1
18984| #define HAVE_WCTYPE_H 1
18985| #define HAVE_WCHAR_H 1
18986| #define HAVE_LANGINFO_H 1
18987| #define HAVE_MBRLEN 1
18988| #define HAVE_MBSNRTOWCS 1
18989| #define HAVE_MBSRTOWCS 1
18990| #define HAVE_WCRTOMB 1
18991| #define HAVE_WCSCOLL 1
18992| #define HAVE_WCSDUP 1
18993| #define HAVE_WCWIDTH 1
18994| #define HAVE_WCTYPE 1
18995| #define HAVE_WCSWIDTH 1
18996| #define HAVE_MBRTOWC 1
18997| #define HAVE_MBSTATE_T 1
18998| #define HAVE_ISWLOWER 1
18999| #define HAVE_ISWUPPER 1
19000| #define HAVE_TOWLOWER 1
19001| #define HAVE_TOWUPPER 1
19002| #define HAVE_ISWCTYPE 1
19003| #define HAVE_WCHAR_T 1
19004| #define HAVE_WCTYPE_T 1
19005| #define HAVE_WINT_T 1
19006| #define HAVE_LOCALE_CHARSET 1
19007| #define SIZEOF_WCHAR_T 4
19008| #define HAVE_LIBDL 1
19009| #define HAVE_DLOPEN 1
19010| #define HAVE_DLCLOSE 1
19011| #define HAVE_DLSYM 1
19012| #define GETGROUPS_T gid_t
19013| #define HAVE_UINTPTR_T 1
19014| #define HAVE_LONG_LONG_INT 1
19015| #define HAVE_UNSIGNED_LONG_LONG_INT 1
19016| #define SIZEOF_CHAR 1
19017| #define SIZEOF_SHORT 2
19018| #define SIZEOF_INT 4
19019| #define SIZEOF_LONG 8
19020| #define SIZEOF_CHAR_P 8
19021| #define SIZEOF_SIZE_T 8
19022| #define SIZEOF_DOUBLE 8
19023| #define SIZEOF_LONG_LONG 8
19024| #define bits16_t short
19025| #define u_bits16_t unsigned short
19026| #define bits32_t int
19027| #define u_bits32_t unsigned int
19028| #define bits64_t char *
19029| #define HAVE_HASH_BANG_EXEC 1
19030| /* end confdefs.h.  */
19031|
19032| #include <sys/types.h>
19033| #include <fcntl.h>
19034| #include <stdlib.h>
19035| int
19036| main()
19037| {
19038|   int fd1, fd2, fl;
19039|   fd1 = open("/dev/null", 2);
19040|   if (fcntl(fd1, 2, 1) < 0)
19041|     exit(1);
19042|   fd2 = dup2(fd1, 1);
19043|   if (fd2 < 0)
19044|     exit(2);
19045|   fl = fcntl(fd2, 1, 0);
19046|   /* fl will be 1 if dup2 did not reset the close-on-exec flag. */
19047|   exit(fl != 1);
19048| }
19049|
19050configure:18152: result: no
19051configure:18160: checking whether pgrps need synchronization
19052configure:18230: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
19053configure:18230: $? = 0
19054configure:18230: ./conftest
19055configure:18230: $? = 0
19056configure:18242: result: no
19057configure:18249: checking for type of signal functions
19058configure:18279: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
19059configure:18279: $? = 0
19060configure:18373: result: posix
19061configure:18387: checking for sys_errlist and sys_nerr
19062configure:18410: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
19063configure:18410: $? = 0
19064configure:18421: result: yes
19065configure:18428: checking whether sys_siglist is declared
19066configure:18428: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
19067configure:18428: $? = 0
19068configure:18428: result: yes
19069configure:18445: checking for sys_siglist in system C library
19070configure:18478: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
19071conftest.c:367:7: warning: initializing 'char *' with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
19072char *msg = sys_siglist[2];
19073      ^     ~~~~~~~~~~~~~~
190741 warning generated.
19075configure:18478: $? = 0
19076configure:18478: ./conftest
19077configure:18478: $? = 0
19078configure:18490: result: yes
19079configure:18497: checking for _sys_siglist in signal.h or unistd.h
19080configure:18519: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
19081conftest.c:364:14: error: use of undeclared identifier '_sys_siglist'; did you mean 'sys_siglist'?
19082 char *msg = _sys_siglist[2];
19083             ^~~~~~~~~~~~
19084             sys_siglist
19085/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/signal.h:70:30: note: 'sys_siglist' declared here
19086extern __const char *__const sys_siglist[NSIG];
19087                             ^
19088conftest.c:364:8: warning: initializing 'char *' with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
19089 char *msg = _sys_siglist[2];
19090       ^     ~~~~~~~~~~~~~~~
190911 warning and 1 error generated.
19092configure:18519: $? = 1
19093configure: failed program was:
19094| /* confdefs.h */
19095| #define PACKAGE_NAME "bash"
19096| #define PACKAGE_TARNAME "bash"
19097| #define PACKAGE_VERSION "5.2-release"
19098| #define PACKAGE_STRING "bash 5.2-release"
19099| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
19100| #define PACKAGE_URL ""
19101| #define ALIAS 1
19102| #define PUSHD_AND_POPD 1
19103| #define RESTRICTED_SHELL 1
19104| #define PROCESS_SUBSTITUTION 1
19105| #define PROMPT_STRING_DECODE 1
19106| #define SELECT_COMMAND 1
19107| #define HELP_BUILTIN 1
19108| #define ARRAY_VARS 1
19109| #define DPAREN_ARITHMETIC 1
19110| #define BRACE_EXPANSION 1
19111| #define COMMAND_TIMING 1
19112| #define EXTENDED_GLOB 1
19113| #define EXTGLOB_DEFAULT 0
19114| #define COND_COMMAND 1
19115| #define COND_REGEXP 1
19116| #define COPROCESS_SUPPORT 1
19117| #define ARITH_FOR_COMMAND 1
19118| #define NETWORK_REDIRECTIONS 1
19119| #define PROGRAMMABLE_COMPLETION 1
19120| #define DEBUGGER 1
19121| #define CASEMOD_ATTRS 1
19122| #define CASEMOD_EXPANSIONS 1
19123| #define GLOBASCII_DEFAULT 1
19124| #define FUNCTION_IMPORT 1
19125| #define TRANSLATABLE_STRINGS 1
19126| #define MEMSCRAMBLE 1
19127| #define HAVE_STDIO_H 1
19128| #define HAVE_STDLIB_H 1
19129| #define HAVE_STRING_H 1
19130| #define HAVE_INTTYPES_H 1
19131| #define HAVE_STDINT_H 1
19132| #define HAVE_STRINGS_H 1
19133| #define HAVE_SYS_STAT_H 1
19134| #define HAVE_SYS_TYPES_H 1
19135| #define HAVE_UNISTD_H 1
19136| #define HAVE_WCHAR_H 1
19137| #define HAVE_SYS_PARAM_H 1
19138| #define HAVE_XLOCALE_H 1
19139| #define HAVE_SYS_TIME_H 1
19140| #define STDC_HEADERS 1
19141| #define _ALL_SOURCE 1
19142| #define _DARWIN_C_SOURCE 1
19143| #define _GNU_SOURCE 1
19144| #define _HPUX_ALT_XOPEN_SOCKET_API 1
19145| #define _NETBSD_SOURCE 1
19146| #define _OPENBSD_SOURCE 1
19147| #define _POSIX_PTHREAD_SEMANTICS 1
19148| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
19149| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
19150| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
19151| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
19152| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
19153| #define __STDC_WANT_LIB_EXT2__ 1
19154| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
19155| #define _TANDEM_SOURCE 1
19156| #define __EXTENSIONS__ 1
19157| #define READLINE 1
19158| #define HISTORY 1
19159| #define BANG_HISTORY 1
19160| #define HAVE_STRINGIZE 1
19161| #define HAVE_LONG_DOUBLE 1
19162| #define PROTOTYPES 1
19163| #define __PROTOTYPES 1
19164| #define restrict __restrict__
19165| #define HAVE_VISIBILITY 1
19166| #define HAVE_STDINT_H_WITH_UINTMAX 1
19167| #define HAVE_ALLOCA_H 1
19168| #define HAVE_ALLOCA 1
19169| #define HAVE_GETPAGESIZE 1
19170| #define HAVE_SYMLINK 1
19171| #define HAVE_USELOCALE 1
19172| #define HAVE_VPRINTF 1
19173| #define HAVE_ALARM 1
19174| #define HAVE_FPURGE 1
19175| #define HAVE_SNPRINTF 1
19176| #define HAVE_VSNPRINTF 1
19177| #define HAVE_MMAP 1
19178| #define INTDIV0_RAISES_SIGFPE 1
19179| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
19180| #define HAVE_UNSIGNED_LONG_LONG_INT 1
19181| #define HAVE_UINTMAX_T 1
19182| #define HAVE_INTTYPES_H 1
19183| #define USE_POSIX_THREADS 1
19184| #define HAVE_PTHREAD_RWLOCK 1
19185| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
19186| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
19187| #define HAVE_ICONV 1
19188| #define ICONV_CONST
19189| #define HAVE_BUILTIN_EXPECT 1
19190| #define HAVE_INTTYPES_H 1
19191| #define HAVE_LIMITS_H 1
19192| #define HAVE_UNISTD_H 1
19193| #define HAVE_SYS_PARAM_H 1
19194| #define HAVE_GETCWD 1
19195| #define HAVE_GETEGID 1
19196| #define HAVE_GETEUID 1
19197| #define HAVE_GETGID 1
19198| #define HAVE_GETUID 1
19199| #define HAVE_MUNMAP 1
19200| #define HAVE_STPCPY 1
19201| #define HAVE_STRCASECMP 1
19202| #define HAVE_STRDUP 1
19203| #define HAVE_STRTOUL 1
19204| #define HAVE_TSEARCH 1
19205| #define HAVE_LOCALECONV 1
19206| #define HAVE_DECL_FEOF_UNLOCKED 1
19207| #define HAVE_DECL_FGETS_UNLOCKED 0
19208| #define HAVE_LONG_LONG_INT 1
19209| #define HAVE_WCHAR_T 1
19210| #define HAVE_WINT_T 1
19211| #define HAVE_INTMAX_T 1
19212| #define HAVE_POSIX_PRINTF 1
19213| #define HAVE_STDINT_H 1
19214| #define HAVE_STDINT_H 1
19215| #define HAVE_WORKING_O_NOATIME 1
19216| #define HAVE_WORKING_O_NOFOLLOW 1
19217| #define HAVE_WORKING_USELOCALE 1
19218| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
19219| #define HAVE_CFLOCALECOPYCURRENT 1
19220| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
19221| #define FLEXIBLE_ARRAY_MEMBER /**/
19222| #define HAVE_STDDEF_H 1
19223| #define HAVE_STDLIB_H 1
19224| #define HAVE_STRING_H 1
19225| #define HAVE_ASPRINTF 1
19226| #define HAVE_FWPRINTF 1
19227| #define HAVE_NEWLOCALE 1
19228| #define HAVE_PUTENV 1
19229| #define HAVE_SETENV 1
19230| #define HAVE_SETLOCALE 1
19231| #define HAVE_SNPRINTF 1
19232| #define HAVE_STRNLEN 1
19233| #define HAVE_USELOCALE 1
19234| #define HAVE_WCSLEN 1
19235| #define HAVE_WCSNLEN 1
19236| #define HAVE_MBRTOWC 1
19237| #define HAVE_WCRTOMB 1
19238| #define HAVE_DECL__SNPRINTF 0
19239| #define HAVE_DECL__SNWPRINTF 0
19240| #define HAVE_DECL_GETC_UNLOCKED 1
19241| #define HAVE_LANGINFO_CODESET 1
19242| #define HAVE_LC_MESSAGES 1
19243| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
19244| #define HAVE_CFLOCALECOPYCURRENT 1
19245| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
19246| #define ENABLE_NLS 1
19247| #define HAVE_GETTEXT 1
19248| #define HAVE_DCGETTEXT 1
19249| #define HAVE_DIRENT_H 1
19250| #define HAVE_INTTYPES_H 1
19251| #define HAVE_UNISTD_H 1
19252| #define HAVE_STDLIB_H 1
19253| #define HAVE_STDARG_H 1
19254| #define HAVE_LIMITS_H 1
19255| #define HAVE_STRING_H 1
19256| #define HAVE_MEMORY_H 1
19257| #define HAVE_LOCALE_H 1
19258| #define HAVE_TERMCAP_H 1
19259| #define HAVE_TERMIOS_H 1
19260| #define HAVE_DLFCN_H 1
19261| #define HAVE_STDBOOL_H 1
19262| #define HAVE_STDDEF_H 1
19263| #define HAVE_STDINT_H 1
19264| #define HAVE_NETDB_H 1
19265| #define HAVE_PWD_H 1
19266| #define HAVE_GRP_H 1
19267| #define HAVE_STRINGS_H 1
19268| #define HAVE_REGEX_H 1
19269| #define HAVE_SYSLOG_H 1
19270| #define HAVE_ULIMIT_H 1
19271| #define HAVE_SYS_SELECT_H 1
19272| #define HAVE_SYS_FILE_H 1
19273| #define HAVE_SYS_IOCTL_H 1
19274| #define HAVE_SYS_MMAN_H 1
19275| #define HAVE_SYS_PARAM_H 1
19276| #define HAVE_SYS_RANDOM_H 1
19277| #define HAVE_SYS_SOCKET_H 1
19278| #define HAVE_SYS_STAT_H 1
19279| #define HAVE_SYS_TIME_H 1
19280| #define HAVE_SYS_TIMES_H 1
19281| #define HAVE_SYS_TYPES_H 1
19282| #define HAVE_SYS_WAIT_H 1
19283| #define HAVE_NETINET_IN_H 1
19284| #define HAVE_ARPA_INET_H 1
19285| #define HAVE_SYS_RESOURCE_H 1
19286| #define HAVE_ALLOCA_H 1
19287| #define HAVE_ALLOCA 1
19288| #define HAVE_CHOWN 1
19289| #define GETPGRP_VOID 1
19290| #define HAVE_STRCOLL 1
19291| #define HAVE_WAIT3 1
19292| #define HAVE_MKFIFO 1
19293| #define HAVE_DUP2 1
19294| #define HAVE_FCNTL 1
19295| #define HAVE_GETDTABLESIZE 1
19296| #define HAVE_GETENTROPY 1
19297| #define HAVE_GETGROUPS 1
19298| #define HAVE_GETHOSTNAME 1
19299| #define HAVE_GETPAGESIZE 1
19300| #define HAVE_GETPEERNAME 1
19301| #define HAVE_GETRLIMIT 1
19302| #define HAVE_GETRUSAGE 1
19303| #define HAVE_GETTIMEOFDAY 1
19304| #define HAVE_KILL 1
19305| #define HAVE_KILLPG 1
19306| #define HAVE_LSTAT 1
19307| #define HAVE_PSELECT 1
19308| #define HAVE_READLINK 1
19309| #define HAVE_SELECT 1
19310| #define HAVE_SETITIMER 1
19311| #define HAVE_TCGETPGRP 1
19312| #define HAVE_UNAME 1
19313| #define HAVE_ULIMIT 1
19314| #define HAVE_WAITPID 1
19315| #define HAVE_RENAME 1
19316| #define HAVE_BCOPY 1
19317| #define HAVE_BZERO 1
19318| #define HAVE_CONFSTR 1
19319| #define HAVE_FACCESSAT 1
19320| #define HAVE_FNMATCH 1
19321| #define HAVE_GETADDRINFO 1
19322| #define HAVE_GETHOSTBYNAME 1
19323| #define HAVE_GETSERVBYNAME 1
19324| #define HAVE_GETSERVENT 1
19325| #define HAVE_INET_ATON 1
19326| #define HAVE_IMAXDIV 1
19327| #define HAVE_MEMMOVE 1
19328| #define HAVE_PATHCONF 1
19329| #define HAVE_PUTENV 1
19330| #define HAVE_RAISE 1
19331| #define HAVE_RANDOM 1
19332| #define HAVE_REGCOMP 1
19333| #define HAVE_REGEXEC 1
19334| #define HAVE_SETENV 1
19335| #define HAVE_SETLINEBUF 1
19336| #define HAVE_SETLOCALE 1
19337| #define HAVE_SETVBUF 1
19338| #define HAVE_SIGINTERRUPT 1
19339| #define HAVE_STRCHR 1
19340| #define HAVE_SYSCONF 1
19341| #define HAVE_SYSLOG 1
19342| #define HAVE_TCGETATTR 1
19343| #define HAVE_TIMES 1
19344| #define HAVE_TTYNAME 1
19345| #define HAVE_TZSET 1
19346| #define HAVE_UNSETENV 1
19347| #define HAVE_VASPRINTF 1
19348| #define HAVE_ASPRINTF 1
19349| #define HAVE_ISASCII 1
19350| #define HAVE_ISBLANK 1
19351| #define HAVE_ISGRAPH 1
19352| #define HAVE_ISPRINT 1
19353| #define HAVE_ISSPACE 1
19354| #define HAVE_ISXDIGIT 1
19355| #define HAVE_GETPWENT 1
19356| #define HAVE_GETPWNAM 1
19357| #define HAVE_GETPWUID 1
19358| #define HAVE_MKSTEMP 1
19359| #define HAVE_MKDTEMP 1
19360| #define HAVE_ARC4RANDOM 1
19361| #define HAVE_GETCWD 1
19362| #define HAVE_MEMSET 1
19363| #define HAVE_STRCASECMP 1
19364| #define HAVE_STRCASESTR 1
19365| #define HAVE_STRERROR 1
19366| #define HAVE_STRFTIME 1
19367| #define HAVE_STRNLEN 1
19368| #define HAVE_STRPBRK 1
19369| #define HAVE_STRSTR 1
19370| #define HAVE_STRTOD 1
19371| #define HAVE_STRTOL 1
19372| #define HAVE_STRTOUL 1
19373| #define HAVE_STRTOLL 1
19374| #define HAVE_STRTOULL 1
19375| #define HAVE_STRTOUMAX 1
19376| #define HAVE_DPRINTF 1
19377| #define HAVE_STRDUP 1
19378| #define HAVE_DECL_AUDIT_USER_TTY 0
19379| #define HAVE_DECL_CONFSTR 1
19380| #define HAVE_DECL_PRINTF 1
19381| #define HAVE_DECL_SBRK 1
19382| #define HAVE_DECL_SETREGID 1
19383| #define HAVE_DECL_STRCPY 1
19384| #define HAVE_DECL_STRSIGNAL 1
19385| #define HAVE_DECL_STRTOLD 1
19386| #define HAVE_DECL_STRTOL 1
19387| #define HAVE_DECL_STRTOLL 1
19388| #define HAVE_DECL_STRTOUL 1
19389| #define HAVE_DECL_STRTOULL 1
19390| #define HAVE_DECL_STRTOUMAX 1
19391| #define HAVE_ERRNO_H 1
19392| #define HAVE_FCNTL_H 1
19393| #define HAVE_MMAP 1
19394| #define HAVE_MUNMAP 1
19395| #define HAVE_STPCPY 1
19396| #define HAVE_STRCSPN 1
19397| #define HAVE_WCTYPE_H 1
19398| #define HAVE_WCHAR_H 1
19399| #define HAVE_LANGINFO_H 1
19400| #define HAVE_MBRLEN 1
19401| #define HAVE_MBSNRTOWCS 1
19402| #define HAVE_MBSRTOWCS 1
19403| #define HAVE_WCRTOMB 1
19404| #define HAVE_WCSCOLL 1
19405| #define HAVE_WCSDUP 1
19406| #define HAVE_WCWIDTH 1
19407| #define HAVE_WCTYPE 1
19408| #define HAVE_WCSWIDTH 1
19409| #define HAVE_MBRTOWC 1
19410| #define HAVE_MBSTATE_T 1
19411| #define HAVE_ISWLOWER 1
19412| #define HAVE_ISWUPPER 1
19413| #define HAVE_TOWLOWER 1
19414| #define HAVE_TOWUPPER 1
19415| #define HAVE_ISWCTYPE 1
19416| #define HAVE_WCHAR_T 1
19417| #define HAVE_WCTYPE_T 1
19418| #define HAVE_WINT_T 1
19419| #define HAVE_LOCALE_CHARSET 1
19420| #define SIZEOF_WCHAR_T 4
19421| #define HAVE_LIBDL 1
19422| #define HAVE_DLOPEN 1
19423| #define HAVE_DLCLOSE 1
19424| #define HAVE_DLSYM 1
19425| #define GETGROUPS_T gid_t
19426| #define HAVE_UINTPTR_T 1
19427| #define HAVE_LONG_LONG_INT 1
19428| #define HAVE_UNSIGNED_LONG_LONG_INT 1
19429| #define SIZEOF_CHAR 1
19430| #define SIZEOF_SHORT 2
19431| #define SIZEOF_INT 4
19432| #define SIZEOF_LONG 8
19433| #define SIZEOF_CHAR_P 8
19434| #define SIZEOF_SIZE_T 8
19435| #define SIZEOF_DOUBLE 8
19436| #define SIZEOF_LONG_LONG 8
19437| #define bits16_t short
19438| #define u_bits16_t unsigned short
19439| #define bits32_t int
19440| #define u_bits32_t unsigned int
19441| #define bits64_t char *
19442| #define HAVE_HASH_BANG_EXEC 1
19443| #define HAVE_POSIX_SIGNALS 1
19444| #define HAVE_SYS_ERRLIST 1
19445| #define HAVE_DECL_SYS_SIGLIST 1
19446| #define HAVE_SYS_SIGLIST 1
19447| /* end confdefs.h.  */
19448|
19449| #include <sys/types.h>
19450| #include <signal.h>
19451| #ifdef HAVE_UNISTD_H
19452| #include <unistd.h>
19453| #endif
19454| int
19455| main (void)
19456| {
19457|  char *msg = _sys_siglist[2];
19458|   ;
19459|   return 0;
19460| }
19461configure:18527: result: no
19462configure:18535: checking for _sys_siglist in system C library
19463configure:18568: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
19464Undefined symbols for architecture x86_64:
19465  "__sys_siglist", referenced from:
19466      _main in conftest-dae3a9.o
19467ld: symbol(s) not found for architecture x86_64
19468clang: error: linker command failed with exit code 1 (use -v to see invocation)
19469configure:18568: $? = 1
19470configure: program exited with status 1
19471configure: failed program was:
19472| /* confdefs.h */
19473| #define PACKAGE_NAME "bash"
19474| #define PACKAGE_TARNAME "bash"
19475| #define PACKAGE_VERSION "5.2-release"
19476| #define PACKAGE_STRING "bash 5.2-release"
19477| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
19478| #define PACKAGE_URL ""
19479| #define ALIAS 1
19480| #define PUSHD_AND_POPD 1
19481| #define RESTRICTED_SHELL 1
19482| #define PROCESS_SUBSTITUTION 1
19483| #define PROMPT_STRING_DECODE 1
19484| #define SELECT_COMMAND 1
19485| #define HELP_BUILTIN 1
19486| #define ARRAY_VARS 1
19487| #define DPAREN_ARITHMETIC 1
19488| #define BRACE_EXPANSION 1
19489| #define COMMAND_TIMING 1
19490| #define EXTENDED_GLOB 1
19491| #define EXTGLOB_DEFAULT 0
19492| #define COND_COMMAND 1
19493| #define COND_REGEXP 1
19494| #define COPROCESS_SUPPORT 1
19495| #define ARITH_FOR_COMMAND 1
19496| #define NETWORK_REDIRECTIONS 1
19497| #define PROGRAMMABLE_COMPLETION 1
19498| #define DEBUGGER 1
19499| #define CASEMOD_ATTRS 1
19500| #define CASEMOD_EXPANSIONS 1
19501| #define GLOBASCII_DEFAULT 1
19502| #define FUNCTION_IMPORT 1
19503| #define TRANSLATABLE_STRINGS 1
19504| #define MEMSCRAMBLE 1
19505| #define HAVE_STDIO_H 1
19506| #define HAVE_STDLIB_H 1
19507| #define HAVE_STRING_H 1
19508| #define HAVE_INTTYPES_H 1
19509| #define HAVE_STDINT_H 1
19510| #define HAVE_STRINGS_H 1
19511| #define HAVE_SYS_STAT_H 1
19512| #define HAVE_SYS_TYPES_H 1
19513| #define HAVE_UNISTD_H 1
19514| #define HAVE_WCHAR_H 1
19515| #define HAVE_SYS_PARAM_H 1
19516| #define HAVE_XLOCALE_H 1
19517| #define HAVE_SYS_TIME_H 1
19518| #define STDC_HEADERS 1
19519| #define _ALL_SOURCE 1
19520| #define _DARWIN_C_SOURCE 1
19521| #define _GNU_SOURCE 1
19522| #define _HPUX_ALT_XOPEN_SOCKET_API 1
19523| #define _NETBSD_SOURCE 1
19524| #define _OPENBSD_SOURCE 1
19525| #define _POSIX_PTHREAD_SEMANTICS 1
19526| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
19527| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
19528| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
19529| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
19530| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
19531| #define __STDC_WANT_LIB_EXT2__ 1
19532| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
19533| #define _TANDEM_SOURCE 1
19534| #define __EXTENSIONS__ 1
19535| #define READLINE 1
19536| #define HISTORY 1
19537| #define BANG_HISTORY 1
19538| #define HAVE_STRINGIZE 1
19539| #define HAVE_LONG_DOUBLE 1
19540| #define PROTOTYPES 1
19541| #define __PROTOTYPES 1
19542| #define restrict __restrict__
19543| #define HAVE_VISIBILITY 1
19544| #define HAVE_STDINT_H_WITH_UINTMAX 1
19545| #define HAVE_ALLOCA_H 1
19546| #define HAVE_ALLOCA 1
19547| #define HAVE_GETPAGESIZE 1
19548| #define HAVE_SYMLINK 1
19549| #define HAVE_USELOCALE 1
19550| #define HAVE_VPRINTF 1
19551| #define HAVE_ALARM 1
19552| #define HAVE_FPURGE 1
19553| #define HAVE_SNPRINTF 1
19554| #define HAVE_VSNPRINTF 1
19555| #define HAVE_MMAP 1
19556| #define INTDIV0_RAISES_SIGFPE 1
19557| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
19558| #define HAVE_UNSIGNED_LONG_LONG_INT 1
19559| #define HAVE_UINTMAX_T 1
19560| #define HAVE_INTTYPES_H 1
19561| #define USE_POSIX_THREADS 1
19562| #define HAVE_PTHREAD_RWLOCK 1
19563| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
19564| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
19565| #define HAVE_ICONV 1
19566| #define ICONV_CONST
19567| #define HAVE_BUILTIN_EXPECT 1
19568| #define HAVE_INTTYPES_H 1
19569| #define HAVE_LIMITS_H 1
19570| #define HAVE_UNISTD_H 1
19571| #define HAVE_SYS_PARAM_H 1
19572| #define HAVE_GETCWD 1
19573| #define HAVE_GETEGID 1
19574| #define HAVE_GETEUID 1
19575| #define HAVE_GETGID 1
19576| #define HAVE_GETUID 1
19577| #define HAVE_MUNMAP 1
19578| #define HAVE_STPCPY 1
19579| #define HAVE_STRCASECMP 1
19580| #define HAVE_STRDUP 1
19581| #define HAVE_STRTOUL 1
19582| #define HAVE_TSEARCH 1
19583| #define HAVE_LOCALECONV 1
19584| #define HAVE_DECL_FEOF_UNLOCKED 1
19585| #define HAVE_DECL_FGETS_UNLOCKED 0
19586| #define HAVE_LONG_LONG_INT 1
19587| #define HAVE_WCHAR_T 1
19588| #define HAVE_WINT_T 1
19589| #define HAVE_INTMAX_T 1
19590| #define HAVE_POSIX_PRINTF 1
19591| #define HAVE_STDINT_H 1
19592| #define HAVE_STDINT_H 1
19593| #define HAVE_WORKING_O_NOATIME 1
19594| #define HAVE_WORKING_O_NOFOLLOW 1
19595| #define HAVE_WORKING_USELOCALE 1
19596| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
19597| #define HAVE_CFLOCALECOPYCURRENT 1
19598| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
19599| #define FLEXIBLE_ARRAY_MEMBER /**/
19600| #define HAVE_STDDEF_H 1
19601| #define HAVE_STDLIB_H 1
19602| #define HAVE_STRING_H 1
19603| #define HAVE_ASPRINTF 1
19604| #define HAVE_FWPRINTF 1
19605| #define HAVE_NEWLOCALE 1
19606| #define HAVE_PUTENV 1
19607| #define HAVE_SETENV 1
19608| #define HAVE_SETLOCALE 1
19609| #define HAVE_SNPRINTF 1
19610| #define HAVE_STRNLEN 1
19611| #define HAVE_USELOCALE 1
19612| #define HAVE_WCSLEN 1
19613| #define HAVE_WCSNLEN 1
19614| #define HAVE_MBRTOWC 1
19615| #define HAVE_WCRTOMB 1
19616| #define HAVE_DECL__SNPRINTF 0
19617| #define HAVE_DECL__SNWPRINTF 0
19618| #define HAVE_DECL_GETC_UNLOCKED 1
19619| #define HAVE_LANGINFO_CODESET 1
19620| #define HAVE_LC_MESSAGES 1
19621| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
19622| #define HAVE_CFLOCALECOPYCURRENT 1
19623| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
19624| #define ENABLE_NLS 1
19625| #define HAVE_GETTEXT 1
19626| #define HAVE_DCGETTEXT 1
19627| #define HAVE_DIRENT_H 1
19628| #define HAVE_INTTYPES_H 1
19629| #define HAVE_UNISTD_H 1
19630| #define HAVE_STDLIB_H 1
19631| #define HAVE_STDARG_H 1
19632| #define HAVE_LIMITS_H 1
19633| #define HAVE_STRING_H 1
19634| #define HAVE_MEMORY_H 1
19635| #define HAVE_LOCALE_H 1
19636| #define HAVE_TERMCAP_H 1
19637| #define HAVE_TERMIOS_H 1
19638| #define HAVE_DLFCN_H 1
19639| #define HAVE_STDBOOL_H 1
19640| #define HAVE_STDDEF_H 1
19641| #define HAVE_STDINT_H 1
19642| #define HAVE_NETDB_H 1
19643| #define HAVE_PWD_H 1
19644| #define HAVE_GRP_H 1
19645| #define HAVE_STRINGS_H 1
19646| #define HAVE_REGEX_H 1
19647| #define HAVE_SYSLOG_H 1
19648| #define HAVE_ULIMIT_H 1
19649| #define HAVE_SYS_SELECT_H 1
19650| #define HAVE_SYS_FILE_H 1
19651| #define HAVE_SYS_IOCTL_H 1
19652| #define HAVE_SYS_MMAN_H 1
19653| #define HAVE_SYS_PARAM_H 1
19654| #define HAVE_SYS_RANDOM_H 1
19655| #define HAVE_SYS_SOCKET_H 1
19656| #define HAVE_SYS_STAT_H 1
19657| #define HAVE_SYS_TIME_H 1
19658| #define HAVE_SYS_TIMES_H 1
19659| #define HAVE_SYS_TYPES_H 1
19660| #define HAVE_SYS_WAIT_H 1
19661| #define HAVE_NETINET_IN_H 1
19662| #define HAVE_ARPA_INET_H 1
19663| #define HAVE_SYS_RESOURCE_H 1
19664| #define HAVE_ALLOCA_H 1
19665| #define HAVE_ALLOCA 1
19666| #define HAVE_CHOWN 1
19667| #define GETPGRP_VOID 1
19668| #define HAVE_STRCOLL 1
19669| #define HAVE_WAIT3 1
19670| #define HAVE_MKFIFO 1
19671| #define HAVE_DUP2 1
19672| #define HAVE_FCNTL 1
19673| #define HAVE_GETDTABLESIZE 1
19674| #define HAVE_GETENTROPY 1
19675| #define HAVE_GETGROUPS 1
19676| #define HAVE_GETHOSTNAME 1
19677| #define HAVE_GETPAGESIZE 1
19678| #define HAVE_GETPEERNAME 1
19679| #define HAVE_GETRLIMIT 1
19680| #define HAVE_GETRUSAGE 1
19681| #define HAVE_GETTIMEOFDAY 1
19682| #define HAVE_KILL 1
19683| #define HAVE_KILLPG 1
19684| #define HAVE_LSTAT 1
19685| #define HAVE_PSELECT 1
19686| #define HAVE_READLINK 1
19687| #define HAVE_SELECT 1
19688| #define HAVE_SETITIMER 1
19689| #define HAVE_TCGETPGRP 1
19690| #define HAVE_UNAME 1
19691| #define HAVE_ULIMIT 1
19692| #define HAVE_WAITPID 1
19693| #define HAVE_RENAME 1
19694| #define HAVE_BCOPY 1
19695| #define HAVE_BZERO 1
19696| #define HAVE_CONFSTR 1
19697| #define HAVE_FACCESSAT 1
19698| #define HAVE_FNMATCH 1
19699| #define HAVE_GETADDRINFO 1
19700| #define HAVE_GETHOSTBYNAME 1
19701| #define HAVE_GETSERVBYNAME 1
19702| #define HAVE_GETSERVENT 1
19703| #define HAVE_INET_ATON 1
19704| #define HAVE_IMAXDIV 1
19705| #define HAVE_MEMMOVE 1
19706| #define HAVE_PATHCONF 1
19707| #define HAVE_PUTENV 1
19708| #define HAVE_RAISE 1
19709| #define HAVE_RANDOM 1
19710| #define HAVE_REGCOMP 1
19711| #define HAVE_REGEXEC 1
19712| #define HAVE_SETENV 1
19713| #define HAVE_SETLINEBUF 1
19714| #define HAVE_SETLOCALE 1
19715| #define HAVE_SETVBUF 1
19716| #define HAVE_SIGINTERRUPT 1
19717| #define HAVE_STRCHR 1
19718| #define HAVE_SYSCONF 1
19719| #define HAVE_SYSLOG 1
19720| #define HAVE_TCGETATTR 1
19721| #define HAVE_TIMES 1
19722| #define HAVE_TTYNAME 1
19723| #define HAVE_TZSET 1
19724| #define HAVE_UNSETENV 1
19725| #define HAVE_VASPRINTF 1
19726| #define HAVE_ASPRINTF 1
19727| #define HAVE_ISASCII 1
19728| #define HAVE_ISBLANK 1
19729| #define HAVE_ISGRAPH 1
19730| #define HAVE_ISPRINT 1
19731| #define HAVE_ISSPACE 1
19732| #define HAVE_ISXDIGIT 1
19733| #define HAVE_GETPWENT 1
19734| #define HAVE_GETPWNAM 1
19735| #define HAVE_GETPWUID 1
19736| #define HAVE_MKSTEMP 1
19737| #define HAVE_MKDTEMP 1
19738| #define HAVE_ARC4RANDOM 1
19739| #define HAVE_GETCWD 1
19740| #define HAVE_MEMSET 1
19741| #define HAVE_STRCASECMP 1
19742| #define HAVE_STRCASESTR 1
19743| #define HAVE_STRERROR 1
19744| #define HAVE_STRFTIME 1
19745| #define HAVE_STRNLEN 1
19746| #define HAVE_STRPBRK 1
19747| #define HAVE_STRSTR 1
19748| #define HAVE_STRTOD 1
19749| #define HAVE_STRTOL 1
19750| #define HAVE_STRTOUL 1
19751| #define HAVE_STRTOLL 1
19752| #define HAVE_STRTOULL 1
19753| #define HAVE_STRTOUMAX 1
19754| #define HAVE_DPRINTF 1
19755| #define HAVE_STRDUP 1
19756| #define HAVE_DECL_AUDIT_USER_TTY 0
19757| #define HAVE_DECL_CONFSTR 1
19758| #define HAVE_DECL_PRINTF 1
19759| #define HAVE_DECL_SBRK 1
19760| #define HAVE_DECL_SETREGID 1
19761| #define HAVE_DECL_STRCPY 1
19762| #define HAVE_DECL_STRSIGNAL 1
19763| #define HAVE_DECL_STRTOLD 1
19764| #define HAVE_DECL_STRTOL 1
19765| #define HAVE_DECL_STRTOLL 1
19766| #define HAVE_DECL_STRTOUL 1
19767| #define HAVE_DECL_STRTOULL 1
19768| #define HAVE_DECL_STRTOUMAX 1
19769| #define HAVE_ERRNO_H 1
19770| #define HAVE_FCNTL_H 1
19771| #define HAVE_MMAP 1
19772| #define HAVE_MUNMAP 1
19773| #define HAVE_STPCPY 1
19774| #define HAVE_STRCSPN 1
19775| #define HAVE_WCTYPE_H 1
19776| #define HAVE_WCHAR_H 1
19777| #define HAVE_LANGINFO_H 1
19778| #define HAVE_MBRLEN 1
19779| #define HAVE_MBSNRTOWCS 1
19780| #define HAVE_MBSRTOWCS 1
19781| #define HAVE_WCRTOMB 1
19782| #define HAVE_WCSCOLL 1
19783| #define HAVE_WCSDUP 1
19784| #define HAVE_WCWIDTH 1
19785| #define HAVE_WCTYPE 1
19786| #define HAVE_WCSWIDTH 1
19787| #define HAVE_MBRTOWC 1
19788| #define HAVE_MBSTATE_T 1
19789| #define HAVE_ISWLOWER 1
19790| #define HAVE_ISWUPPER 1
19791| #define HAVE_TOWLOWER 1
19792| #define HAVE_TOWUPPER 1
19793| #define HAVE_ISWCTYPE 1
19794| #define HAVE_WCHAR_T 1
19795| #define HAVE_WCTYPE_T 1
19796| #define HAVE_WINT_T 1
19797| #define HAVE_LOCALE_CHARSET 1
19798| #define SIZEOF_WCHAR_T 4
19799| #define HAVE_LIBDL 1
19800| #define HAVE_DLOPEN 1
19801| #define HAVE_DLCLOSE 1
19802| #define HAVE_DLSYM 1
19803| #define GETGROUPS_T gid_t
19804| #define HAVE_UINTPTR_T 1
19805| #define HAVE_LONG_LONG_INT 1
19806| #define HAVE_UNSIGNED_LONG_LONG_INT 1
19807| #define SIZEOF_CHAR 1
19808| #define SIZEOF_SHORT 2
19809| #define SIZEOF_INT 4
19810| #define SIZEOF_LONG 8
19811| #define SIZEOF_CHAR_P 8
19812| #define SIZEOF_SIZE_T 8
19813| #define SIZEOF_DOUBLE 8
19814| #define SIZEOF_LONG_LONG 8
19815| #define bits16_t short
19816| #define u_bits16_t unsigned short
19817| #define bits32_t int
19818| #define u_bits32_t unsigned int
19819| #define bits64_t char *
19820| #define HAVE_HASH_BANG_EXEC 1
19821| #define HAVE_POSIX_SIGNALS 1
19822| #define HAVE_SYS_ERRLIST 1
19823| #define HAVE_DECL_SYS_SIGLIST 1
19824| #define HAVE_SYS_SIGLIST 1
19825| /* end confdefs.h.  */
19826|
19827| #include <sys/types.h>
19828| #include <signal.h>
19829| #ifdef HAVE_UNISTD_H
19830| #include <unistd.h>
19831| #endif
19832| #include <stdlib.h>
19833| #ifndef UNDER_SYS_SIGLIST_DECLARED
19834| extern char *_sys_siglist[];
19835| #endif
19836| int
19837| main()
19838| {
19839| char *msg = (char *)_sys_siglist[2];
19840| exit(msg == 0);
19841| }
19842|
19843configure:18580: result: no
19844configure:18590: checking for clock_t
19845configure:18625: result: yes
19846configure:18635: checking for sigset_t
19847configure:18670: result: yes
19848configure:18681: checking for socklen_t
19849configure:18716: result: yes
19850configure:18729: checking for quad_t
19851configure:18729: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
19852configure:18729: $? = 0
19853configure:18729: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
19854conftest.c:387:21: error: expected expression
19855if (sizeof ((quad_t)))
19856                    ^
198571 error generated.
19858configure:18729: $? = 1
19859configure: failed program was:
19860| /* confdefs.h */
19861| #define PACKAGE_NAME "bash"
19862| #define PACKAGE_TARNAME "bash"
19863| #define PACKAGE_VERSION "5.2-release"
19864| #define PACKAGE_STRING "bash 5.2-release"
19865| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
19866| #define PACKAGE_URL ""
19867| #define ALIAS 1
19868| #define PUSHD_AND_POPD 1
19869| #define RESTRICTED_SHELL 1
19870| #define PROCESS_SUBSTITUTION 1
19871| #define PROMPT_STRING_DECODE 1
19872| #define SELECT_COMMAND 1
19873| #define HELP_BUILTIN 1
19874| #define ARRAY_VARS 1
19875| #define DPAREN_ARITHMETIC 1
19876| #define BRACE_EXPANSION 1
19877| #define COMMAND_TIMING 1
19878| #define EXTENDED_GLOB 1
19879| #define EXTGLOB_DEFAULT 0
19880| #define COND_COMMAND 1
19881| #define COND_REGEXP 1
19882| #define COPROCESS_SUPPORT 1
19883| #define ARITH_FOR_COMMAND 1
19884| #define NETWORK_REDIRECTIONS 1
19885| #define PROGRAMMABLE_COMPLETION 1
19886| #define DEBUGGER 1
19887| #define CASEMOD_ATTRS 1
19888| #define CASEMOD_EXPANSIONS 1
19889| #define GLOBASCII_DEFAULT 1
19890| #define FUNCTION_IMPORT 1
19891| #define TRANSLATABLE_STRINGS 1
19892| #define MEMSCRAMBLE 1
19893| #define HAVE_STDIO_H 1
19894| #define HAVE_STDLIB_H 1
19895| #define HAVE_STRING_H 1
19896| #define HAVE_INTTYPES_H 1
19897| #define HAVE_STDINT_H 1
19898| #define HAVE_STRINGS_H 1
19899| #define HAVE_SYS_STAT_H 1
19900| #define HAVE_SYS_TYPES_H 1
19901| #define HAVE_UNISTD_H 1
19902| #define HAVE_WCHAR_H 1
19903| #define HAVE_SYS_PARAM_H 1
19904| #define HAVE_XLOCALE_H 1
19905| #define HAVE_SYS_TIME_H 1
19906| #define STDC_HEADERS 1
19907| #define _ALL_SOURCE 1
19908| #define _DARWIN_C_SOURCE 1
19909| #define _GNU_SOURCE 1
19910| #define _HPUX_ALT_XOPEN_SOCKET_API 1
19911| #define _NETBSD_SOURCE 1
19912| #define _OPENBSD_SOURCE 1
19913| #define _POSIX_PTHREAD_SEMANTICS 1
19914| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
19915| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
19916| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
19917| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
19918| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
19919| #define __STDC_WANT_LIB_EXT2__ 1
19920| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
19921| #define _TANDEM_SOURCE 1
19922| #define __EXTENSIONS__ 1
19923| #define READLINE 1
19924| #define HISTORY 1
19925| #define BANG_HISTORY 1
19926| #define HAVE_STRINGIZE 1
19927| #define HAVE_LONG_DOUBLE 1
19928| #define PROTOTYPES 1
19929| #define __PROTOTYPES 1
19930| #define restrict __restrict__
19931| #define HAVE_VISIBILITY 1
19932| #define HAVE_STDINT_H_WITH_UINTMAX 1
19933| #define HAVE_ALLOCA_H 1
19934| #define HAVE_ALLOCA 1
19935| #define HAVE_GETPAGESIZE 1
19936| #define HAVE_SYMLINK 1
19937| #define HAVE_USELOCALE 1
19938| #define HAVE_VPRINTF 1
19939| #define HAVE_ALARM 1
19940| #define HAVE_FPURGE 1
19941| #define HAVE_SNPRINTF 1
19942| #define HAVE_VSNPRINTF 1
19943| #define HAVE_MMAP 1
19944| #define INTDIV0_RAISES_SIGFPE 1
19945| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
19946| #define HAVE_UNSIGNED_LONG_LONG_INT 1
19947| #define HAVE_UINTMAX_T 1
19948| #define HAVE_INTTYPES_H 1
19949| #define USE_POSIX_THREADS 1
19950| #define HAVE_PTHREAD_RWLOCK 1
19951| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
19952| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
19953| #define HAVE_ICONV 1
19954| #define ICONV_CONST
19955| #define HAVE_BUILTIN_EXPECT 1
19956| #define HAVE_INTTYPES_H 1
19957| #define HAVE_LIMITS_H 1
19958| #define HAVE_UNISTD_H 1
19959| #define HAVE_SYS_PARAM_H 1
19960| #define HAVE_GETCWD 1
19961| #define HAVE_GETEGID 1
19962| #define HAVE_GETEUID 1
19963| #define HAVE_GETGID 1
19964| #define HAVE_GETUID 1
19965| #define HAVE_MUNMAP 1
19966| #define HAVE_STPCPY 1
19967| #define HAVE_STRCASECMP 1
19968| #define HAVE_STRDUP 1
19969| #define HAVE_STRTOUL 1
19970| #define HAVE_TSEARCH 1
19971| #define HAVE_LOCALECONV 1
19972| #define HAVE_DECL_FEOF_UNLOCKED 1
19973| #define HAVE_DECL_FGETS_UNLOCKED 0
19974| #define HAVE_LONG_LONG_INT 1
19975| #define HAVE_WCHAR_T 1
19976| #define HAVE_WINT_T 1
19977| #define HAVE_INTMAX_T 1
19978| #define HAVE_POSIX_PRINTF 1
19979| #define HAVE_STDINT_H 1
19980| #define HAVE_STDINT_H 1
19981| #define HAVE_WORKING_O_NOATIME 1
19982| #define HAVE_WORKING_O_NOFOLLOW 1
19983| #define HAVE_WORKING_USELOCALE 1
19984| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
19985| #define HAVE_CFLOCALECOPYCURRENT 1
19986| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
19987| #define FLEXIBLE_ARRAY_MEMBER /**/
19988| #define HAVE_STDDEF_H 1
19989| #define HAVE_STDLIB_H 1
19990| #define HAVE_STRING_H 1
19991| #define HAVE_ASPRINTF 1
19992| #define HAVE_FWPRINTF 1
19993| #define HAVE_NEWLOCALE 1
19994| #define HAVE_PUTENV 1
19995| #define HAVE_SETENV 1
19996| #define HAVE_SETLOCALE 1
19997| #define HAVE_SNPRINTF 1
19998| #define HAVE_STRNLEN 1
19999| #define HAVE_USELOCALE 1
20000| #define HAVE_WCSLEN 1
20001| #define HAVE_WCSNLEN 1
20002| #define HAVE_MBRTOWC 1
20003| #define HAVE_WCRTOMB 1
20004| #define HAVE_DECL__SNPRINTF 0
20005| #define HAVE_DECL__SNWPRINTF 0
20006| #define HAVE_DECL_GETC_UNLOCKED 1
20007| #define HAVE_LANGINFO_CODESET 1
20008| #define HAVE_LC_MESSAGES 1
20009| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
20010| #define HAVE_CFLOCALECOPYCURRENT 1
20011| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
20012| #define ENABLE_NLS 1
20013| #define HAVE_GETTEXT 1
20014| #define HAVE_DCGETTEXT 1
20015| #define HAVE_DIRENT_H 1
20016| #define HAVE_INTTYPES_H 1
20017| #define HAVE_UNISTD_H 1
20018| #define HAVE_STDLIB_H 1
20019| #define HAVE_STDARG_H 1
20020| #define HAVE_LIMITS_H 1
20021| #define HAVE_STRING_H 1
20022| #define HAVE_MEMORY_H 1
20023| #define HAVE_LOCALE_H 1
20024| #define HAVE_TERMCAP_H 1
20025| #define HAVE_TERMIOS_H 1
20026| #define HAVE_DLFCN_H 1
20027| #define HAVE_STDBOOL_H 1
20028| #define HAVE_STDDEF_H 1
20029| #define HAVE_STDINT_H 1
20030| #define HAVE_NETDB_H 1
20031| #define HAVE_PWD_H 1
20032| #define HAVE_GRP_H 1
20033| #define HAVE_STRINGS_H 1
20034| #define HAVE_REGEX_H 1
20035| #define HAVE_SYSLOG_H 1
20036| #define HAVE_ULIMIT_H 1
20037| #define HAVE_SYS_SELECT_H 1
20038| #define HAVE_SYS_FILE_H 1
20039| #define HAVE_SYS_IOCTL_H 1
20040| #define HAVE_SYS_MMAN_H 1
20041| #define HAVE_SYS_PARAM_H 1
20042| #define HAVE_SYS_RANDOM_H 1
20043| #define HAVE_SYS_SOCKET_H 1
20044| #define HAVE_SYS_STAT_H 1
20045| #define HAVE_SYS_TIME_H 1
20046| #define HAVE_SYS_TIMES_H 1
20047| #define HAVE_SYS_TYPES_H 1
20048| #define HAVE_SYS_WAIT_H 1
20049| #define HAVE_NETINET_IN_H 1
20050| #define HAVE_ARPA_INET_H 1
20051| #define HAVE_SYS_RESOURCE_H 1
20052| #define HAVE_ALLOCA_H 1
20053| #define HAVE_ALLOCA 1
20054| #define HAVE_CHOWN 1
20055| #define GETPGRP_VOID 1
20056| #define HAVE_STRCOLL 1
20057| #define HAVE_WAIT3 1
20058| #define HAVE_MKFIFO 1
20059| #define HAVE_DUP2 1
20060| #define HAVE_FCNTL 1
20061| #define HAVE_GETDTABLESIZE 1
20062| #define HAVE_GETENTROPY 1
20063| #define HAVE_GETGROUPS 1
20064| #define HAVE_GETHOSTNAME 1
20065| #define HAVE_GETPAGESIZE 1
20066| #define HAVE_GETPEERNAME 1
20067| #define HAVE_GETRLIMIT 1
20068| #define HAVE_GETRUSAGE 1
20069| #define HAVE_GETTIMEOFDAY 1
20070| #define HAVE_KILL 1
20071| #define HAVE_KILLPG 1
20072| #define HAVE_LSTAT 1
20073| #define HAVE_PSELECT 1
20074| #define HAVE_READLINK 1
20075| #define HAVE_SELECT 1
20076| #define HAVE_SETITIMER 1
20077| #define HAVE_TCGETPGRP 1
20078| #define HAVE_UNAME 1
20079| #define HAVE_ULIMIT 1
20080| #define HAVE_WAITPID 1
20081| #define HAVE_RENAME 1
20082| #define HAVE_BCOPY 1
20083| #define HAVE_BZERO 1
20084| #define HAVE_CONFSTR 1
20085| #define HAVE_FACCESSAT 1
20086| #define HAVE_FNMATCH 1
20087| #define HAVE_GETADDRINFO 1
20088| #define HAVE_GETHOSTBYNAME 1
20089| #define HAVE_GETSERVBYNAME 1
20090| #define HAVE_GETSERVENT 1
20091| #define HAVE_INET_ATON 1
20092| #define HAVE_IMAXDIV 1
20093| #define HAVE_MEMMOVE 1
20094| #define HAVE_PATHCONF 1
20095| #define HAVE_PUTENV 1
20096| #define HAVE_RAISE 1
20097| #define HAVE_RANDOM 1
20098| #define HAVE_REGCOMP 1
20099| #define HAVE_REGEXEC 1
20100| #define HAVE_SETENV 1
20101| #define HAVE_SETLINEBUF 1
20102| #define HAVE_SETLOCALE 1
20103| #define HAVE_SETVBUF 1
20104| #define HAVE_SIGINTERRUPT 1
20105| #define HAVE_STRCHR 1
20106| #define HAVE_SYSCONF 1
20107| #define HAVE_SYSLOG 1
20108| #define HAVE_TCGETATTR 1
20109| #define HAVE_TIMES 1
20110| #define HAVE_TTYNAME 1
20111| #define HAVE_TZSET 1
20112| #define HAVE_UNSETENV 1
20113| #define HAVE_VASPRINTF 1
20114| #define HAVE_ASPRINTF 1
20115| #define HAVE_ISASCII 1
20116| #define HAVE_ISBLANK 1
20117| #define HAVE_ISGRAPH 1
20118| #define HAVE_ISPRINT 1
20119| #define HAVE_ISSPACE 1
20120| #define HAVE_ISXDIGIT 1
20121| #define HAVE_GETPWENT 1
20122| #define HAVE_GETPWNAM 1
20123| #define HAVE_GETPWUID 1
20124| #define HAVE_MKSTEMP 1
20125| #define HAVE_MKDTEMP 1
20126| #define HAVE_ARC4RANDOM 1
20127| #define HAVE_GETCWD 1
20128| #define HAVE_MEMSET 1
20129| #define HAVE_STRCASECMP 1
20130| #define HAVE_STRCASESTR 1
20131| #define HAVE_STRERROR 1
20132| #define HAVE_STRFTIME 1
20133| #define HAVE_STRNLEN 1
20134| #define HAVE_STRPBRK 1
20135| #define HAVE_STRSTR 1
20136| #define HAVE_STRTOD 1
20137| #define HAVE_STRTOL 1
20138| #define HAVE_STRTOUL 1
20139| #define HAVE_STRTOLL 1
20140| #define HAVE_STRTOULL 1
20141| #define HAVE_STRTOUMAX 1
20142| #define HAVE_DPRINTF 1
20143| #define HAVE_STRDUP 1
20144| #define HAVE_DECL_AUDIT_USER_TTY 0
20145| #define HAVE_DECL_CONFSTR 1
20146| #define HAVE_DECL_PRINTF 1
20147| #define HAVE_DECL_SBRK 1
20148| #define HAVE_DECL_SETREGID 1
20149| #define HAVE_DECL_STRCPY 1
20150| #define HAVE_DECL_STRSIGNAL 1
20151| #define HAVE_DECL_STRTOLD 1
20152| #define HAVE_DECL_STRTOL 1
20153| #define HAVE_DECL_STRTOLL 1
20154| #define HAVE_DECL_STRTOUL 1
20155| #define HAVE_DECL_STRTOULL 1
20156| #define HAVE_DECL_STRTOUMAX 1
20157| #define HAVE_ERRNO_H 1
20158| #define HAVE_FCNTL_H 1
20159| #define HAVE_MMAP 1
20160| #define HAVE_MUNMAP 1
20161| #define HAVE_STPCPY 1
20162| #define HAVE_STRCSPN 1
20163| #define HAVE_WCTYPE_H 1
20164| #define HAVE_WCHAR_H 1
20165| #define HAVE_LANGINFO_H 1
20166| #define HAVE_MBRLEN 1
20167| #define HAVE_MBSNRTOWCS 1
20168| #define HAVE_MBSRTOWCS 1
20169| #define HAVE_WCRTOMB 1
20170| #define HAVE_WCSCOLL 1
20171| #define HAVE_WCSDUP 1
20172| #define HAVE_WCWIDTH 1
20173| #define HAVE_WCTYPE 1
20174| #define HAVE_WCSWIDTH 1
20175| #define HAVE_MBRTOWC 1
20176| #define HAVE_MBSTATE_T 1
20177| #define HAVE_ISWLOWER 1
20178| #define HAVE_ISWUPPER 1
20179| #define HAVE_TOWLOWER 1
20180| #define HAVE_TOWUPPER 1
20181| #define HAVE_ISWCTYPE 1
20182| #define HAVE_WCHAR_T 1
20183| #define HAVE_WCTYPE_T 1
20184| #define HAVE_WINT_T 1
20185| #define HAVE_LOCALE_CHARSET 1
20186| #define SIZEOF_WCHAR_T 4
20187| #define HAVE_LIBDL 1
20188| #define HAVE_DLOPEN 1
20189| #define HAVE_DLCLOSE 1
20190| #define HAVE_DLSYM 1
20191| #define GETGROUPS_T gid_t
20192| #define HAVE_UINTPTR_T 1
20193| #define HAVE_LONG_LONG_INT 1
20194| #define HAVE_UNSIGNED_LONG_LONG_INT 1
20195| #define SIZEOF_CHAR 1
20196| #define SIZEOF_SHORT 2
20197| #define SIZEOF_INT 4
20198| #define SIZEOF_LONG 8
20199| #define SIZEOF_CHAR_P 8
20200| #define SIZEOF_SIZE_T 8
20201| #define SIZEOF_DOUBLE 8
20202| #define SIZEOF_LONG_LONG 8
20203| #define bits16_t short
20204| #define u_bits16_t unsigned short
20205| #define bits32_t int
20206| #define u_bits32_t unsigned int
20207| #define bits64_t char *
20208| #define HAVE_HASH_BANG_EXEC 1
20209| #define HAVE_POSIX_SIGNALS 1
20210| #define HAVE_SYS_ERRLIST 1
20211| #define HAVE_DECL_SYS_SIGLIST 1
20212| #define HAVE_SYS_SIGLIST 1
20213| #define HAVE_SOCKLEN_T 1
20214| /* end confdefs.h.  */
20215| #include <stddef.h>
20216| #ifdef HAVE_STDIO_H
20217| # include <stdio.h>
20218| #endif
20219| #ifdef HAVE_STDLIB_H
20220| # include <stdlib.h>
20221| #endif
20222| #ifdef HAVE_STRING_H
20223| # include <string.h>
20224| #endif
20225| #ifdef HAVE_INTTYPES_H
20226| # include <inttypes.h>
20227| #endif
20228| #ifdef HAVE_STDINT_H
20229| # include <stdint.h>
20230| #endif
20231| #ifdef HAVE_STRINGS_H
20232| # include <strings.h>
20233| #endif
20234| #ifdef HAVE_SYS_TYPES_H
20235| # include <sys/types.h>
20236| #endif
20237| #ifdef HAVE_SYS_STAT_H
20238| # include <sys/stat.h>
20239| #endif
20240| #ifdef HAVE_UNISTD_H
20241| # include <unistd.h>
20242| #endif
20243| int
20244| main (void)
20245| {
20246| if (sizeof ((quad_t)))
20247|           return 0;
20248|   ;
20249|   return 0;
20250| }
20251configure:18729: result: yes
20252configure:18736: checking for type of struct rlimit fields
20253configure:18756: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
20254configure:18756: $? = 0
20255configure:18872: result: rlim_t
20256configure:18880: checking for intmax_t
20257configure:18880: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
20258configure:18880: $? = 0
20259configure:18880: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
20260conftest.c:389:23: error: expected expression
20261if (sizeof ((intmax_t)))
20262                      ^
202631 error generated.
20264configure:18880: $? = 1
20265configure: failed program was:
20266| /* confdefs.h */
20267| #define PACKAGE_NAME "bash"
20268| #define PACKAGE_TARNAME "bash"
20269| #define PACKAGE_VERSION "5.2-release"
20270| #define PACKAGE_STRING "bash 5.2-release"
20271| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
20272| #define PACKAGE_URL ""
20273| #define ALIAS 1
20274| #define PUSHD_AND_POPD 1
20275| #define RESTRICTED_SHELL 1
20276| #define PROCESS_SUBSTITUTION 1
20277| #define PROMPT_STRING_DECODE 1
20278| #define SELECT_COMMAND 1
20279| #define HELP_BUILTIN 1
20280| #define ARRAY_VARS 1
20281| #define DPAREN_ARITHMETIC 1
20282| #define BRACE_EXPANSION 1
20283| #define COMMAND_TIMING 1
20284| #define EXTENDED_GLOB 1
20285| #define EXTGLOB_DEFAULT 0
20286| #define COND_COMMAND 1
20287| #define COND_REGEXP 1
20288| #define COPROCESS_SUPPORT 1
20289| #define ARITH_FOR_COMMAND 1
20290| #define NETWORK_REDIRECTIONS 1
20291| #define PROGRAMMABLE_COMPLETION 1
20292| #define DEBUGGER 1
20293| #define CASEMOD_ATTRS 1
20294| #define CASEMOD_EXPANSIONS 1
20295| #define GLOBASCII_DEFAULT 1
20296| #define FUNCTION_IMPORT 1
20297| #define TRANSLATABLE_STRINGS 1
20298| #define MEMSCRAMBLE 1
20299| #define HAVE_STDIO_H 1
20300| #define HAVE_STDLIB_H 1
20301| #define HAVE_STRING_H 1
20302| #define HAVE_INTTYPES_H 1
20303| #define HAVE_STDINT_H 1
20304| #define HAVE_STRINGS_H 1
20305| #define HAVE_SYS_STAT_H 1
20306| #define HAVE_SYS_TYPES_H 1
20307| #define HAVE_UNISTD_H 1
20308| #define HAVE_WCHAR_H 1
20309| #define HAVE_SYS_PARAM_H 1
20310| #define HAVE_XLOCALE_H 1
20311| #define HAVE_SYS_TIME_H 1
20312| #define STDC_HEADERS 1
20313| #define _ALL_SOURCE 1
20314| #define _DARWIN_C_SOURCE 1
20315| #define _GNU_SOURCE 1
20316| #define _HPUX_ALT_XOPEN_SOCKET_API 1
20317| #define _NETBSD_SOURCE 1
20318| #define _OPENBSD_SOURCE 1
20319| #define _POSIX_PTHREAD_SEMANTICS 1
20320| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
20321| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
20322| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
20323| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
20324| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
20325| #define __STDC_WANT_LIB_EXT2__ 1
20326| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
20327| #define _TANDEM_SOURCE 1
20328| #define __EXTENSIONS__ 1
20329| #define READLINE 1
20330| #define HISTORY 1
20331| #define BANG_HISTORY 1
20332| #define HAVE_STRINGIZE 1
20333| #define HAVE_LONG_DOUBLE 1
20334| #define PROTOTYPES 1
20335| #define __PROTOTYPES 1
20336| #define restrict __restrict__
20337| #define HAVE_VISIBILITY 1
20338| #define HAVE_STDINT_H_WITH_UINTMAX 1
20339| #define HAVE_ALLOCA_H 1
20340| #define HAVE_ALLOCA 1
20341| #define HAVE_GETPAGESIZE 1
20342| #define HAVE_SYMLINK 1
20343| #define HAVE_USELOCALE 1
20344| #define HAVE_VPRINTF 1
20345| #define HAVE_ALARM 1
20346| #define HAVE_FPURGE 1
20347| #define HAVE_SNPRINTF 1
20348| #define HAVE_VSNPRINTF 1
20349| #define HAVE_MMAP 1
20350| #define INTDIV0_RAISES_SIGFPE 1
20351| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
20352| #define HAVE_UNSIGNED_LONG_LONG_INT 1
20353| #define HAVE_UINTMAX_T 1
20354| #define HAVE_INTTYPES_H 1
20355| #define USE_POSIX_THREADS 1
20356| #define HAVE_PTHREAD_RWLOCK 1
20357| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
20358| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
20359| #define HAVE_ICONV 1
20360| #define ICONV_CONST
20361| #define HAVE_BUILTIN_EXPECT 1
20362| #define HAVE_INTTYPES_H 1
20363| #define HAVE_LIMITS_H 1
20364| #define HAVE_UNISTD_H 1
20365| #define HAVE_SYS_PARAM_H 1
20366| #define HAVE_GETCWD 1
20367| #define HAVE_GETEGID 1
20368| #define HAVE_GETEUID 1
20369| #define HAVE_GETGID 1
20370| #define HAVE_GETUID 1
20371| #define HAVE_MUNMAP 1
20372| #define HAVE_STPCPY 1
20373| #define HAVE_STRCASECMP 1
20374| #define HAVE_STRDUP 1
20375| #define HAVE_STRTOUL 1
20376| #define HAVE_TSEARCH 1
20377| #define HAVE_LOCALECONV 1
20378| #define HAVE_DECL_FEOF_UNLOCKED 1
20379| #define HAVE_DECL_FGETS_UNLOCKED 0
20380| #define HAVE_LONG_LONG_INT 1
20381| #define HAVE_WCHAR_T 1
20382| #define HAVE_WINT_T 1
20383| #define HAVE_INTMAX_T 1
20384| #define HAVE_POSIX_PRINTF 1
20385| #define HAVE_STDINT_H 1
20386| #define HAVE_STDINT_H 1
20387| #define HAVE_WORKING_O_NOATIME 1
20388| #define HAVE_WORKING_O_NOFOLLOW 1
20389| #define HAVE_WORKING_USELOCALE 1
20390| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
20391| #define HAVE_CFLOCALECOPYCURRENT 1
20392| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
20393| #define FLEXIBLE_ARRAY_MEMBER /**/
20394| #define HAVE_STDDEF_H 1
20395| #define HAVE_STDLIB_H 1
20396| #define HAVE_STRING_H 1
20397| #define HAVE_ASPRINTF 1
20398| #define HAVE_FWPRINTF 1
20399| #define HAVE_NEWLOCALE 1
20400| #define HAVE_PUTENV 1
20401| #define HAVE_SETENV 1
20402| #define HAVE_SETLOCALE 1
20403| #define HAVE_SNPRINTF 1
20404| #define HAVE_STRNLEN 1
20405| #define HAVE_USELOCALE 1
20406| #define HAVE_WCSLEN 1
20407| #define HAVE_WCSNLEN 1
20408| #define HAVE_MBRTOWC 1
20409| #define HAVE_WCRTOMB 1
20410| #define HAVE_DECL__SNPRINTF 0
20411| #define HAVE_DECL__SNWPRINTF 0
20412| #define HAVE_DECL_GETC_UNLOCKED 1
20413| #define HAVE_LANGINFO_CODESET 1
20414| #define HAVE_LC_MESSAGES 1
20415| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
20416| #define HAVE_CFLOCALECOPYCURRENT 1
20417| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
20418| #define ENABLE_NLS 1
20419| #define HAVE_GETTEXT 1
20420| #define HAVE_DCGETTEXT 1
20421| #define HAVE_DIRENT_H 1
20422| #define HAVE_INTTYPES_H 1
20423| #define HAVE_UNISTD_H 1
20424| #define HAVE_STDLIB_H 1
20425| #define HAVE_STDARG_H 1
20426| #define HAVE_LIMITS_H 1
20427| #define HAVE_STRING_H 1
20428| #define HAVE_MEMORY_H 1
20429| #define HAVE_LOCALE_H 1
20430| #define HAVE_TERMCAP_H 1
20431| #define HAVE_TERMIOS_H 1
20432| #define HAVE_DLFCN_H 1
20433| #define HAVE_STDBOOL_H 1
20434| #define HAVE_STDDEF_H 1
20435| #define HAVE_STDINT_H 1
20436| #define HAVE_NETDB_H 1
20437| #define HAVE_PWD_H 1
20438| #define HAVE_GRP_H 1
20439| #define HAVE_STRINGS_H 1
20440| #define HAVE_REGEX_H 1
20441| #define HAVE_SYSLOG_H 1
20442| #define HAVE_ULIMIT_H 1
20443| #define HAVE_SYS_SELECT_H 1
20444| #define HAVE_SYS_FILE_H 1
20445| #define HAVE_SYS_IOCTL_H 1
20446| #define HAVE_SYS_MMAN_H 1
20447| #define HAVE_SYS_PARAM_H 1
20448| #define HAVE_SYS_RANDOM_H 1
20449| #define HAVE_SYS_SOCKET_H 1
20450| #define HAVE_SYS_STAT_H 1
20451| #define HAVE_SYS_TIME_H 1
20452| #define HAVE_SYS_TIMES_H 1
20453| #define HAVE_SYS_TYPES_H 1
20454| #define HAVE_SYS_WAIT_H 1
20455| #define HAVE_NETINET_IN_H 1
20456| #define HAVE_ARPA_INET_H 1
20457| #define HAVE_SYS_RESOURCE_H 1
20458| #define HAVE_ALLOCA_H 1
20459| #define HAVE_ALLOCA 1
20460| #define HAVE_CHOWN 1
20461| #define GETPGRP_VOID 1
20462| #define HAVE_STRCOLL 1
20463| #define HAVE_WAIT3 1
20464| #define HAVE_MKFIFO 1
20465| #define HAVE_DUP2 1
20466| #define HAVE_FCNTL 1
20467| #define HAVE_GETDTABLESIZE 1
20468| #define HAVE_GETENTROPY 1
20469| #define HAVE_GETGROUPS 1
20470| #define HAVE_GETHOSTNAME 1
20471| #define HAVE_GETPAGESIZE 1
20472| #define HAVE_GETPEERNAME 1
20473| #define HAVE_GETRLIMIT 1
20474| #define HAVE_GETRUSAGE 1
20475| #define HAVE_GETTIMEOFDAY 1
20476| #define HAVE_KILL 1
20477| #define HAVE_KILLPG 1
20478| #define HAVE_LSTAT 1
20479| #define HAVE_PSELECT 1
20480| #define HAVE_READLINK 1
20481| #define HAVE_SELECT 1
20482| #define HAVE_SETITIMER 1
20483| #define HAVE_TCGETPGRP 1
20484| #define HAVE_UNAME 1
20485| #define HAVE_ULIMIT 1
20486| #define HAVE_WAITPID 1
20487| #define HAVE_RENAME 1
20488| #define HAVE_BCOPY 1
20489| #define HAVE_BZERO 1
20490| #define HAVE_CONFSTR 1
20491| #define HAVE_FACCESSAT 1
20492| #define HAVE_FNMATCH 1
20493| #define HAVE_GETADDRINFO 1
20494| #define HAVE_GETHOSTBYNAME 1
20495| #define HAVE_GETSERVBYNAME 1
20496| #define HAVE_GETSERVENT 1
20497| #define HAVE_INET_ATON 1
20498| #define HAVE_IMAXDIV 1
20499| #define HAVE_MEMMOVE 1
20500| #define HAVE_PATHCONF 1
20501| #define HAVE_PUTENV 1
20502| #define HAVE_RAISE 1
20503| #define HAVE_RANDOM 1
20504| #define HAVE_REGCOMP 1
20505| #define HAVE_REGEXEC 1
20506| #define HAVE_SETENV 1
20507| #define HAVE_SETLINEBUF 1
20508| #define HAVE_SETLOCALE 1
20509| #define HAVE_SETVBUF 1
20510| #define HAVE_SIGINTERRUPT 1
20511| #define HAVE_STRCHR 1
20512| #define HAVE_SYSCONF 1
20513| #define HAVE_SYSLOG 1
20514| #define HAVE_TCGETATTR 1
20515| #define HAVE_TIMES 1
20516| #define HAVE_TTYNAME 1
20517| #define HAVE_TZSET 1
20518| #define HAVE_UNSETENV 1
20519| #define HAVE_VASPRINTF 1
20520| #define HAVE_ASPRINTF 1
20521| #define HAVE_ISASCII 1
20522| #define HAVE_ISBLANK 1
20523| #define HAVE_ISGRAPH 1
20524| #define HAVE_ISPRINT 1
20525| #define HAVE_ISSPACE 1
20526| #define HAVE_ISXDIGIT 1
20527| #define HAVE_GETPWENT 1
20528| #define HAVE_GETPWNAM 1
20529| #define HAVE_GETPWUID 1
20530| #define HAVE_MKSTEMP 1
20531| #define HAVE_MKDTEMP 1
20532| #define HAVE_ARC4RANDOM 1
20533| #define HAVE_GETCWD 1
20534| #define HAVE_MEMSET 1
20535| #define HAVE_STRCASECMP 1
20536| #define HAVE_STRCASESTR 1
20537| #define HAVE_STRERROR 1
20538| #define HAVE_STRFTIME 1
20539| #define HAVE_STRNLEN 1
20540| #define HAVE_STRPBRK 1
20541| #define HAVE_STRSTR 1
20542| #define HAVE_STRTOD 1
20543| #define HAVE_STRTOL 1
20544| #define HAVE_STRTOUL 1
20545| #define HAVE_STRTOLL 1
20546| #define HAVE_STRTOULL 1
20547| #define HAVE_STRTOUMAX 1
20548| #define HAVE_DPRINTF 1
20549| #define HAVE_STRDUP 1
20550| #define HAVE_DECL_AUDIT_USER_TTY 0
20551| #define HAVE_DECL_CONFSTR 1
20552| #define HAVE_DECL_PRINTF 1
20553| #define HAVE_DECL_SBRK 1
20554| #define HAVE_DECL_SETREGID 1
20555| #define HAVE_DECL_STRCPY 1
20556| #define HAVE_DECL_STRSIGNAL 1
20557| #define HAVE_DECL_STRTOLD 1
20558| #define HAVE_DECL_STRTOL 1
20559| #define HAVE_DECL_STRTOLL 1
20560| #define HAVE_DECL_STRTOUL 1
20561| #define HAVE_DECL_STRTOULL 1
20562| #define HAVE_DECL_STRTOUMAX 1
20563| #define HAVE_ERRNO_H 1
20564| #define HAVE_FCNTL_H 1
20565| #define HAVE_MMAP 1
20566| #define HAVE_MUNMAP 1
20567| #define HAVE_STPCPY 1
20568| #define HAVE_STRCSPN 1
20569| #define HAVE_WCTYPE_H 1
20570| #define HAVE_WCHAR_H 1
20571| #define HAVE_LANGINFO_H 1
20572| #define HAVE_MBRLEN 1
20573| #define HAVE_MBSNRTOWCS 1
20574| #define HAVE_MBSRTOWCS 1
20575| #define HAVE_WCRTOMB 1
20576| #define HAVE_WCSCOLL 1
20577| #define HAVE_WCSDUP 1
20578| #define HAVE_WCWIDTH 1
20579| #define HAVE_WCTYPE 1
20580| #define HAVE_WCSWIDTH 1
20581| #define HAVE_MBRTOWC 1
20582| #define HAVE_MBSTATE_T 1
20583| #define HAVE_ISWLOWER 1
20584| #define HAVE_ISWUPPER 1
20585| #define HAVE_TOWLOWER 1
20586| #define HAVE_TOWUPPER 1
20587| #define HAVE_ISWCTYPE 1
20588| #define HAVE_WCHAR_T 1
20589| #define HAVE_WCTYPE_T 1
20590| #define HAVE_WINT_T 1
20591| #define HAVE_LOCALE_CHARSET 1
20592| #define SIZEOF_WCHAR_T 4
20593| #define HAVE_LIBDL 1
20594| #define HAVE_DLOPEN 1
20595| #define HAVE_DLCLOSE 1
20596| #define HAVE_DLSYM 1
20597| #define GETGROUPS_T gid_t
20598| #define HAVE_UINTPTR_T 1
20599| #define HAVE_LONG_LONG_INT 1
20600| #define HAVE_UNSIGNED_LONG_LONG_INT 1
20601| #define SIZEOF_CHAR 1
20602| #define SIZEOF_SHORT 2
20603| #define SIZEOF_INT 4
20604| #define SIZEOF_LONG 8
20605| #define SIZEOF_CHAR_P 8
20606| #define SIZEOF_SIZE_T 8
20607| #define SIZEOF_DOUBLE 8
20608| #define SIZEOF_LONG_LONG 8
20609| #define bits16_t short
20610| #define u_bits16_t unsigned short
20611| #define bits32_t int
20612| #define u_bits32_t unsigned int
20613| #define bits64_t char *
20614| #define HAVE_HASH_BANG_EXEC 1
20615| #define HAVE_POSIX_SIGNALS 1
20616| #define HAVE_SYS_ERRLIST 1
20617| #define HAVE_DECL_SYS_SIGLIST 1
20618| #define HAVE_SYS_SIGLIST 1
20619| #define HAVE_SOCKLEN_T 1
20620| #define HAVE_QUAD_T 1
20621| #define RLIMTYPE rlim_t
20622| /* end confdefs.h.  */
20623| #include <stddef.h>
20624| #ifdef HAVE_STDIO_H
20625| # include <stdio.h>
20626| #endif
20627| #ifdef HAVE_STDLIB_H
20628| # include <stdlib.h>
20629| #endif
20630| #ifdef HAVE_STRING_H
20631| # include <string.h>
20632| #endif
20633| #ifdef HAVE_INTTYPES_H
20634| # include <inttypes.h>
20635| #endif
20636| #ifdef HAVE_STDINT_H
20637| # include <stdint.h>
20638| #endif
20639| #ifdef HAVE_STRINGS_H
20640| # include <strings.h>
20641| #endif
20642| #ifdef HAVE_SYS_TYPES_H
20643| # include <sys/types.h>
20644| #endif
20645| #ifdef HAVE_SYS_STAT_H
20646| # include <sys/stat.h>
20647| #endif
20648| #ifdef HAVE_UNISTD_H
20649| # include <unistd.h>
20650| #endif
20651| int
20652| main (void)
20653| {
20654| if (sizeof ((intmax_t)))
20655|           return 0;
20656|   ;
20657|   return 0;
20658| }
20659configure:18880: result: yes
20660configure:18898: checking for uintmax_t
20661configure:18898: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
20662configure:18898: $? = 0
20663configure:18898: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
20664conftest.c:390:24: error: expected expression
20665if (sizeof ((uintmax_t)))
20666                       ^
206671 error generated.
20668configure:18898: $? = 1
20669configure: failed program was:
20670| /* confdefs.h */
20671| #define PACKAGE_NAME "bash"
20672| #define PACKAGE_TARNAME "bash"
20673| #define PACKAGE_VERSION "5.2-release"
20674| #define PACKAGE_STRING "bash 5.2-release"
20675| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
20676| #define PACKAGE_URL ""
20677| #define ALIAS 1
20678| #define PUSHD_AND_POPD 1
20679| #define RESTRICTED_SHELL 1
20680| #define PROCESS_SUBSTITUTION 1
20681| #define PROMPT_STRING_DECODE 1
20682| #define SELECT_COMMAND 1
20683| #define HELP_BUILTIN 1
20684| #define ARRAY_VARS 1
20685| #define DPAREN_ARITHMETIC 1
20686| #define BRACE_EXPANSION 1
20687| #define COMMAND_TIMING 1
20688| #define EXTENDED_GLOB 1
20689| #define EXTGLOB_DEFAULT 0
20690| #define COND_COMMAND 1
20691| #define COND_REGEXP 1
20692| #define COPROCESS_SUPPORT 1
20693| #define ARITH_FOR_COMMAND 1
20694| #define NETWORK_REDIRECTIONS 1
20695| #define PROGRAMMABLE_COMPLETION 1
20696| #define DEBUGGER 1
20697| #define CASEMOD_ATTRS 1
20698| #define CASEMOD_EXPANSIONS 1
20699| #define GLOBASCII_DEFAULT 1
20700| #define FUNCTION_IMPORT 1
20701| #define TRANSLATABLE_STRINGS 1
20702| #define MEMSCRAMBLE 1
20703| #define HAVE_STDIO_H 1
20704| #define HAVE_STDLIB_H 1
20705| #define HAVE_STRING_H 1
20706| #define HAVE_INTTYPES_H 1
20707| #define HAVE_STDINT_H 1
20708| #define HAVE_STRINGS_H 1
20709| #define HAVE_SYS_STAT_H 1
20710| #define HAVE_SYS_TYPES_H 1
20711| #define HAVE_UNISTD_H 1
20712| #define HAVE_WCHAR_H 1
20713| #define HAVE_SYS_PARAM_H 1
20714| #define HAVE_XLOCALE_H 1
20715| #define HAVE_SYS_TIME_H 1
20716| #define STDC_HEADERS 1
20717| #define _ALL_SOURCE 1
20718| #define _DARWIN_C_SOURCE 1
20719| #define _GNU_SOURCE 1
20720| #define _HPUX_ALT_XOPEN_SOCKET_API 1
20721| #define _NETBSD_SOURCE 1
20722| #define _OPENBSD_SOURCE 1
20723| #define _POSIX_PTHREAD_SEMANTICS 1
20724| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
20725| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
20726| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
20727| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
20728| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
20729| #define __STDC_WANT_LIB_EXT2__ 1
20730| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
20731| #define _TANDEM_SOURCE 1
20732| #define __EXTENSIONS__ 1
20733| #define READLINE 1
20734| #define HISTORY 1
20735| #define BANG_HISTORY 1
20736| #define HAVE_STRINGIZE 1
20737| #define HAVE_LONG_DOUBLE 1
20738| #define PROTOTYPES 1
20739| #define __PROTOTYPES 1
20740| #define restrict __restrict__
20741| #define HAVE_VISIBILITY 1
20742| #define HAVE_STDINT_H_WITH_UINTMAX 1
20743| #define HAVE_ALLOCA_H 1
20744| #define HAVE_ALLOCA 1
20745| #define HAVE_GETPAGESIZE 1
20746| #define HAVE_SYMLINK 1
20747| #define HAVE_USELOCALE 1
20748| #define HAVE_VPRINTF 1
20749| #define HAVE_ALARM 1
20750| #define HAVE_FPURGE 1
20751| #define HAVE_SNPRINTF 1
20752| #define HAVE_VSNPRINTF 1
20753| #define HAVE_MMAP 1
20754| #define INTDIV0_RAISES_SIGFPE 1
20755| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
20756| #define HAVE_UNSIGNED_LONG_LONG_INT 1
20757| #define HAVE_UINTMAX_T 1
20758| #define HAVE_INTTYPES_H 1
20759| #define USE_POSIX_THREADS 1
20760| #define HAVE_PTHREAD_RWLOCK 1
20761| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
20762| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
20763| #define HAVE_ICONV 1
20764| #define ICONV_CONST
20765| #define HAVE_BUILTIN_EXPECT 1
20766| #define HAVE_INTTYPES_H 1
20767| #define HAVE_LIMITS_H 1
20768| #define HAVE_UNISTD_H 1
20769| #define HAVE_SYS_PARAM_H 1
20770| #define HAVE_GETCWD 1
20771| #define HAVE_GETEGID 1
20772| #define HAVE_GETEUID 1
20773| #define HAVE_GETGID 1
20774| #define HAVE_GETUID 1
20775| #define HAVE_MUNMAP 1
20776| #define HAVE_STPCPY 1
20777| #define HAVE_STRCASECMP 1
20778| #define HAVE_STRDUP 1
20779| #define HAVE_STRTOUL 1
20780| #define HAVE_TSEARCH 1
20781| #define HAVE_LOCALECONV 1
20782| #define HAVE_DECL_FEOF_UNLOCKED 1
20783| #define HAVE_DECL_FGETS_UNLOCKED 0
20784| #define HAVE_LONG_LONG_INT 1
20785| #define HAVE_WCHAR_T 1
20786| #define HAVE_WINT_T 1
20787| #define HAVE_INTMAX_T 1
20788| #define HAVE_POSIX_PRINTF 1
20789| #define HAVE_STDINT_H 1
20790| #define HAVE_STDINT_H 1
20791| #define HAVE_WORKING_O_NOATIME 1
20792| #define HAVE_WORKING_O_NOFOLLOW 1
20793| #define HAVE_WORKING_USELOCALE 1
20794| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
20795| #define HAVE_CFLOCALECOPYCURRENT 1
20796| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
20797| #define FLEXIBLE_ARRAY_MEMBER /**/
20798| #define HAVE_STDDEF_H 1
20799| #define HAVE_STDLIB_H 1
20800| #define HAVE_STRING_H 1
20801| #define HAVE_ASPRINTF 1
20802| #define HAVE_FWPRINTF 1
20803| #define HAVE_NEWLOCALE 1
20804| #define HAVE_PUTENV 1
20805| #define HAVE_SETENV 1
20806| #define HAVE_SETLOCALE 1
20807| #define HAVE_SNPRINTF 1
20808| #define HAVE_STRNLEN 1
20809| #define HAVE_USELOCALE 1
20810| #define HAVE_WCSLEN 1
20811| #define HAVE_WCSNLEN 1
20812| #define HAVE_MBRTOWC 1
20813| #define HAVE_WCRTOMB 1
20814| #define HAVE_DECL__SNPRINTF 0
20815| #define HAVE_DECL__SNWPRINTF 0
20816| #define HAVE_DECL_GETC_UNLOCKED 1
20817| #define HAVE_LANGINFO_CODESET 1
20818| #define HAVE_LC_MESSAGES 1
20819| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
20820| #define HAVE_CFLOCALECOPYCURRENT 1
20821| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
20822| #define ENABLE_NLS 1
20823| #define HAVE_GETTEXT 1
20824| #define HAVE_DCGETTEXT 1
20825| #define HAVE_DIRENT_H 1
20826| #define HAVE_INTTYPES_H 1
20827| #define HAVE_UNISTD_H 1
20828| #define HAVE_STDLIB_H 1
20829| #define HAVE_STDARG_H 1
20830| #define HAVE_LIMITS_H 1
20831| #define HAVE_STRING_H 1
20832| #define HAVE_MEMORY_H 1
20833| #define HAVE_LOCALE_H 1
20834| #define HAVE_TERMCAP_H 1
20835| #define HAVE_TERMIOS_H 1
20836| #define HAVE_DLFCN_H 1
20837| #define HAVE_STDBOOL_H 1
20838| #define HAVE_STDDEF_H 1
20839| #define HAVE_STDINT_H 1
20840| #define HAVE_NETDB_H 1
20841| #define HAVE_PWD_H 1
20842| #define HAVE_GRP_H 1
20843| #define HAVE_STRINGS_H 1
20844| #define HAVE_REGEX_H 1
20845| #define HAVE_SYSLOG_H 1
20846| #define HAVE_ULIMIT_H 1
20847| #define HAVE_SYS_SELECT_H 1
20848| #define HAVE_SYS_FILE_H 1
20849| #define HAVE_SYS_IOCTL_H 1
20850| #define HAVE_SYS_MMAN_H 1
20851| #define HAVE_SYS_PARAM_H 1
20852| #define HAVE_SYS_RANDOM_H 1
20853| #define HAVE_SYS_SOCKET_H 1
20854| #define HAVE_SYS_STAT_H 1
20855| #define HAVE_SYS_TIME_H 1
20856| #define HAVE_SYS_TIMES_H 1
20857| #define HAVE_SYS_TYPES_H 1
20858| #define HAVE_SYS_WAIT_H 1
20859| #define HAVE_NETINET_IN_H 1
20860| #define HAVE_ARPA_INET_H 1
20861| #define HAVE_SYS_RESOURCE_H 1
20862| #define HAVE_ALLOCA_H 1
20863| #define HAVE_ALLOCA 1
20864| #define HAVE_CHOWN 1
20865| #define GETPGRP_VOID 1
20866| #define HAVE_STRCOLL 1
20867| #define HAVE_WAIT3 1
20868| #define HAVE_MKFIFO 1
20869| #define HAVE_DUP2 1
20870| #define HAVE_FCNTL 1
20871| #define HAVE_GETDTABLESIZE 1
20872| #define HAVE_GETENTROPY 1
20873| #define HAVE_GETGROUPS 1
20874| #define HAVE_GETHOSTNAME 1
20875| #define HAVE_GETPAGESIZE 1
20876| #define HAVE_GETPEERNAME 1
20877| #define HAVE_GETRLIMIT 1
20878| #define HAVE_GETRUSAGE 1
20879| #define HAVE_GETTIMEOFDAY 1
20880| #define HAVE_KILL 1
20881| #define HAVE_KILLPG 1
20882| #define HAVE_LSTAT 1
20883| #define HAVE_PSELECT 1
20884| #define HAVE_READLINK 1
20885| #define HAVE_SELECT 1
20886| #define HAVE_SETITIMER 1
20887| #define HAVE_TCGETPGRP 1
20888| #define HAVE_UNAME 1
20889| #define HAVE_ULIMIT 1
20890| #define HAVE_WAITPID 1
20891| #define HAVE_RENAME 1
20892| #define HAVE_BCOPY 1
20893| #define HAVE_BZERO 1
20894| #define HAVE_CONFSTR 1
20895| #define HAVE_FACCESSAT 1
20896| #define HAVE_FNMATCH 1
20897| #define HAVE_GETADDRINFO 1
20898| #define HAVE_GETHOSTBYNAME 1
20899| #define HAVE_GETSERVBYNAME 1
20900| #define HAVE_GETSERVENT 1
20901| #define HAVE_INET_ATON 1
20902| #define HAVE_IMAXDIV 1
20903| #define HAVE_MEMMOVE 1
20904| #define HAVE_PATHCONF 1
20905| #define HAVE_PUTENV 1
20906| #define HAVE_RAISE 1
20907| #define HAVE_RANDOM 1
20908| #define HAVE_REGCOMP 1
20909| #define HAVE_REGEXEC 1
20910| #define HAVE_SETENV 1
20911| #define HAVE_SETLINEBUF 1
20912| #define HAVE_SETLOCALE 1
20913| #define HAVE_SETVBUF 1
20914| #define HAVE_SIGINTERRUPT 1
20915| #define HAVE_STRCHR 1
20916| #define HAVE_SYSCONF 1
20917| #define HAVE_SYSLOG 1
20918| #define HAVE_TCGETATTR 1
20919| #define HAVE_TIMES 1
20920| #define HAVE_TTYNAME 1
20921| #define HAVE_TZSET 1
20922| #define HAVE_UNSETENV 1
20923| #define HAVE_VASPRINTF 1
20924| #define HAVE_ASPRINTF 1
20925| #define HAVE_ISASCII 1
20926| #define HAVE_ISBLANK 1
20927| #define HAVE_ISGRAPH 1
20928| #define HAVE_ISPRINT 1
20929| #define HAVE_ISSPACE 1
20930| #define HAVE_ISXDIGIT 1
20931| #define HAVE_GETPWENT 1
20932| #define HAVE_GETPWNAM 1
20933| #define HAVE_GETPWUID 1
20934| #define HAVE_MKSTEMP 1
20935| #define HAVE_MKDTEMP 1
20936| #define HAVE_ARC4RANDOM 1
20937| #define HAVE_GETCWD 1
20938| #define HAVE_MEMSET 1
20939| #define HAVE_STRCASECMP 1
20940| #define HAVE_STRCASESTR 1
20941| #define HAVE_STRERROR 1
20942| #define HAVE_STRFTIME 1
20943| #define HAVE_STRNLEN 1
20944| #define HAVE_STRPBRK 1
20945| #define HAVE_STRSTR 1
20946| #define HAVE_STRTOD 1
20947| #define HAVE_STRTOL 1
20948| #define HAVE_STRTOUL 1
20949| #define HAVE_STRTOLL 1
20950| #define HAVE_STRTOULL 1
20951| #define HAVE_STRTOUMAX 1
20952| #define HAVE_DPRINTF 1
20953| #define HAVE_STRDUP 1
20954| #define HAVE_DECL_AUDIT_USER_TTY 0
20955| #define HAVE_DECL_CONFSTR 1
20956| #define HAVE_DECL_PRINTF 1
20957| #define HAVE_DECL_SBRK 1
20958| #define HAVE_DECL_SETREGID 1
20959| #define HAVE_DECL_STRCPY 1
20960| #define HAVE_DECL_STRSIGNAL 1
20961| #define HAVE_DECL_STRTOLD 1
20962| #define HAVE_DECL_STRTOL 1
20963| #define HAVE_DECL_STRTOLL 1
20964| #define HAVE_DECL_STRTOUL 1
20965| #define HAVE_DECL_STRTOULL 1
20966| #define HAVE_DECL_STRTOUMAX 1
20967| #define HAVE_ERRNO_H 1
20968| #define HAVE_FCNTL_H 1
20969| #define HAVE_MMAP 1
20970| #define HAVE_MUNMAP 1
20971| #define HAVE_STPCPY 1
20972| #define HAVE_STRCSPN 1
20973| #define HAVE_WCTYPE_H 1
20974| #define HAVE_WCHAR_H 1
20975| #define HAVE_LANGINFO_H 1
20976| #define HAVE_MBRLEN 1
20977| #define HAVE_MBSNRTOWCS 1
20978| #define HAVE_MBSRTOWCS 1
20979| #define HAVE_WCRTOMB 1
20980| #define HAVE_WCSCOLL 1
20981| #define HAVE_WCSDUP 1
20982| #define HAVE_WCWIDTH 1
20983| #define HAVE_WCTYPE 1
20984| #define HAVE_WCSWIDTH 1
20985| #define HAVE_MBRTOWC 1
20986| #define HAVE_MBSTATE_T 1
20987| #define HAVE_ISWLOWER 1
20988| #define HAVE_ISWUPPER 1
20989| #define HAVE_TOWLOWER 1
20990| #define HAVE_TOWUPPER 1
20991| #define HAVE_ISWCTYPE 1
20992| #define HAVE_WCHAR_T 1
20993| #define HAVE_WCTYPE_T 1
20994| #define HAVE_WINT_T 1
20995| #define HAVE_LOCALE_CHARSET 1
20996| #define SIZEOF_WCHAR_T 4
20997| #define HAVE_LIBDL 1
20998| #define HAVE_DLOPEN 1
20999| #define HAVE_DLCLOSE 1
21000| #define HAVE_DLSYM 1
21001| #define GETGROUPS_T gid_t
21002| #define HAVE_UINTPTR_T 1
21003| #define HAVE_LONG_LONG_INT 1
21004| #define HAVE_UNSIGNED_LONG_LONG_INT 1
21005| #define SIZEOF_CHAR 1
21006| #define SIZEOF_SHORT 2
21007| #define SIZEOF_INT 4
21008| #define SIZEOF_LONG 8
21009| #define SIZEOF_CHAR_P 8
21010| #define SIZEOF_SIZE_T 8
21011| #define SIZEOF_DOUBLE 8
21012| #define SIZEOF_LONG_LONG 8
21013| #define bits16_t short
21014| #define u_bits16_t unsigned short
21015| #define bits32_t int
21016| #define u_bits32_t unsigned int
21017| #define bits64_t char *
21018| #define HAVE_HASH_BANG_EXEC 1
21019| #define HAVE_POSIX_SIGNALS 1
21020| #define HAVE_SYS_ERRLIST 1
21021| #define HAVE_DECL_SYS_SIGLIST 1
21022| #define HAVE_SYS_SIGLIST 1
21023| #define HAVE_SOCKLEN_T 1
21024| #define HAVE_QUAD_T 1
21025| #define RLIMTYPE rlim_t
21026| #define HAVE_INTMAX_T 1
21027| /* end confdefs.h.  */
21028| #include <stddef.h>
21029| #ifdef HAVE_STDIO_H
21030| # include <stdio.h>
21031| #endif
21032| #ifdef HAVE_STDLIB_H
21033| # include <stdlib.h>
21034| #endif
21035| #ifdef HAVE_STRING_H
21036| # include <string.h>
21037| #endif
21038| #ifdef HAVE_INTTYPES_H
21039| # include <inttypes.h>
21040| #endif
21041| #ifdef HAVE_STDINT_H
21042| # include <stdint.h>
21043| #endif
21044| #ifdef HAVE_STRINGS_H
21045| # include <strings.h>
21046| #endif
21047| #ifdef HAVE_SYS_TYPES_H
21048| # include <sys/types.h>
21049| #endif
21050| #ifdef HAVE_SYS_STAT_H
21051| # include <sys/stat.h>
21052| #endif
21053| #ifdef HAVE_UNISTD_H
21054| # include <unistd.h>
21055| #endif
21056| int
21057| main (void)
21058| {
21059| if (sizeof ((uintmax_t)))
21060|           return 0;
21061|   ;
21062|   return 0;
21063| }
21064configure:18898: result: yes
21065configure:18919: checking size of intmax_t
21066configure:18925: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
21067configure:18925: $? = 0
21068configure:18925: ./conftest
21069configure:18925: $? = 0
21070configure:18940: result: 8
21071configure:18950: checking for struct termios.c_line
21072configure:18950: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
21073conftest.c:370:13: error: no member named 'c_line' in 'struct termios'
21074if (ac_aggr.c_line)
21075    ~~~~~~~ ^
210761 error generated.
21077configure:18950: $? = 1
21078configure: failed program was:
21079| /* confdefs.h */
21080| #define PACKAGE_NAME "bash"
21081| #define PACKAGE_TARNAME "bash"
21082| #define PACKAGE_VERSION "5.2-release"
21083| #define PACKAGE_STRING "bash 5.2-release"
21084| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
21085| #define PACKAGE_URL ""
21086| #define ALIAS 1
21087| #define PUSHD_AND_POPD 1
21088| #define RESTRICTED_SHELL 1
21089| #define PROCESS_SUBSTITUTION 1
21090| #define PROMPT_STRING_DECODE 1
21091| #define SELECT_COMMAND 1
21092| #define HELP_BUILTIN 1
21093| #define ARRAY_VARS 1
21094| #define DPAREN_ARITHMETIC 1
21095| #define BRACE_EXPANSION 1
21096| #define COMMAND_TIMING 1
21097| #define EXTENDED_GLOB 1
21098| #define EXTGLOB_DEFAULT 0
21099| #define COND_COMMAND 1
21100| #define COND_REGEXP 1
21101| #define COPROCESS_SUPPORT 1
21102| #define ARITH_FOR_COMMAND 1
21103| #define NETWORK_REDIRECTIONS 1
21104| #define PROGRAMMABLE_COMPLETION 1
21105| #define DEBUGGER 1
21106| #define CASEMOD_ATTRS 1
21107| #define CASEMOD_EXPANSIONS 1
21108| #define GLOBASCII_DEFAULT 1
21109| #define FUNCTION_IMPORT 1
21110| #define TRANSLATABLE_STRINGS 1
21111| #define MEMSCRAMBLE 1
21112| #define HAVE_STDIO_H 1
21113| #define HAVE_STDLIB_H 1
21114| #define HAVE_STRING_H 1
21115| #define HAVE_INTTYPES_H 1
21116| #define HAVE_STDINT_H 1
21117| #define HAVE_STRINGS_H 1
21118| #define HAVE_SYS_STAT_H 1
21119| #define HAVE_SYS_TYPES_H 1
21120| #define HAVE_UNISTD_H 1
21121| #define HAVE_WCHAR_H 1
21122| #define HAVE_SYS_PARAM_H 1
21123| #define HAVE_XLOCALE_H 1
21124| #define HAVE_SYS_TIME_H 1
21125| #define STDC_HEADERS 1
21126| #define _ALL_SOURCE 1
21127| #define _DARWIN_C_SOURCE 1
21128| #define _GNU_SOURCE 1
21129| #define _HPUX_ALT_XOPEN_SOCKET_API 1
21130| #define _NETBSD_SOURCE 1
21131| #define _OPENBSD_SOURCE 1
21132| #define _POSIX_PTHREAD_SEMANTICS 1
21133| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
21134| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
21135| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
21136| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
21137| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
21138| #define __STDC_WANT_LIB_EXT2__ 1
21139| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
21140| #define _TANDEM_SOURCE 1
21141| #define __EXTENSIONS__ 1
21142| #define READLINE 1
21143| #define HISTORY 1
21144| #define BANG_HISTORY 1
21145| #define HAVE_STRINGIZE 1
21146| #define HAVE_LONG_DOUBLE 1
21147| #define PROTOTYPES 1
21148| #define __PROTOTYPES 1
21149| #define restrict __restrict__
21150| #define HAVE_VISIBILITY 1
21151| #define HAVE_STDINT_H_WITH_UINTMAX 1
21152| #define HAVE_ALLOCA_H 1
21153| #define HAVE_ALLOCA 1
21154| #define HAVE_GETPAGESIZE 1
21155| #define HAVE_SYMLINK 1
21156| #define HAVE_USELOCALE 1
21157| #define HAVE_VPRINTF 1
21158| #define HAVE_ALARM 1
21159| #define HAVE_FPURGE 1
21160| #define HAVE_SNPRINTF 1
21161| #define HAVE_VSNPRINTF 1
21162| #define HAVE_MMAP 1
21163| #define INTDIV0_RAISES_SIGFPE 1
21164| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
21165| #define HAVE_UNSIGNED_LONG_LONG_INT 1
21166| #define HAVE_UINTMAX_T 1
21167| #define HAVE_INTTYPES_H 1
21168| #define USE_POSIX_THREADS 1
21169| #define HAVE_PTHREAD_RWLOCK 1
21170| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
21171| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
21172| #define HAVE_ICONV 1
21173| #define ICONV_CONST
21174| #define HAVE_BUILTIN_EXPECT 1
21175| #define HAVE_INTTYPES_H 1
21176| #define HAVE_LIMITS_H 1
21177| #define HAVE_UNISTD_H 1
21178| #define HAVE_SYS_PARAM_H 1
21179| #define HAVE_GETCWD 1
21180| #define HAVE_GETEGID 1
21181| #define HAVE_GETEUID 1
21182| #define HAVE_GETGID 1
21183| #define HAVE_GETUID 1
21184| #define HAVE_MUNMAP 1
21185| #define HAVE_STPCPY 1
21186| #define HAVE_STRCASECMP 1
21187| #define HAVE_STRDUP 1
21188| #define HAVE_STRTOUL 1
21189| #define HAVE_TSEARCH 1
21190| #define HAVE_LOCALECONV 1
21191| #define HAVE_DECL_FEOF_UNLOCKED 1
21192| #define HAVE_DECL_FGETS_UNLOCKED 0
21193| #define HAVE_LONG_LONG_INT 1
21194| #define HAVE_WCHAR_T 1
21195| #define HAVE_WINT_T 1
21196| #define HAVE_INTMAX_T 1
21197| #define HAVE_POSIX_PRINTF 1
21198| #define HAVE_STDINT_H 1
21199| #define HAVE_STDINT_H 1
21200| #define HAVE_WORKING_O_NOATIME 1
21201| #define HAVE_WORKING_O_NOFOLLOW 1
21202| #define HAVE_WORKING_USELOCALE 1
21203| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
21204| #define HAVE_CFLOCALECOPYCURRENT 1
21205| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
21206| #define FLEXIBLE_ARRAY_MEMBER /**/
21207| #define HAVE_STDDEF_H 1
21208| #define HAVE_STDLIB_H 1
21209| #define HAVE_STRING_H 1
21210| #define HAVE_ASPRINTF 1
21211| #define HAVE_FWPRINTF 1
21212| #define HAVE_NEWLOCALE 1
21213| #define HAVE_PUTENV 1
21214| #define HAVE_SETENV 1
21215| #define HAVE_SETLOCALE 1
21216| #define HAVE_SNPRINTF 1
21217| #define HAVE_STRNLEN 1
21218| #define HAVE_USELOCALE 1
21219| #define HAVE_WCSLEN 1
21220| #define HAVE_WCSNLEN 1
21221| #define HAVE_MBRTOWC 1
21222| #define HAVE_WCRTOMB 1
21223| #define HAVE_DECL__SNPRINTF 0
21224| #define HAVE_DECL__SNWPRINTF 0
21225| #define HAVE_DECL_GETC_UNLOCKED 1
21226| #define HAVE_LANGINFO_CODESET 1
21227| #define HAVE_LC_MESSAGES 1
21228| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
21229| #define HAVE_CFLOCALECOPYCURRENT 1
21230| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
21231| #define ENABLE_NLS 1
21232| #define HAVE_GETTEXT 1
21233| #define HAVE_DCGETTEXT 1
21234| #define HAVE_DIRENT_H 1
21235| #define HAVE_INTTYPES_H 1
21236| #define HAVE_UNISTD_H 1
21237| #define HAVE_STDLIB_H 1
21238| #define HAVE_STDARG_H 1
21239| #define HAVE_LIMITS_H 1
21240| #define HAVE_STRING_H 1
21241| #define HAVE_MEMORY_H 1
21242| #define HAVE_LOCALE_H 1
21243| #define HAVE_TERMCAP_H 1
21244| #define HAVE_TERMIOS_H 1
21245| #define HAVE_DLFCN_H 1
21246| #define HAVE_STDBOOL_H 1
21247| #define HAVE_STDDEF_H 1
21248| #define HAVE_STDINT_H 1
21249| #define HAVE_NETDB_H 1
21250| #define HAVE_PWD_H 1
21251| #define HAVE_GRP_H 1
21252| #define HAVE_STRINGS_H 1
21253| #define HAVE_REGEX_H 1
21254| #define HAVE_SYSLOG_H 1
21255| #define HAVE_ULIMIT_H 1
21256| #define HAVE_SYS_SELECT_H 1
21257| #define HAVE_SYS_FILE_H 1
21258| #define HAVE_SYS_IOCTL_H 1
21259| #define HAVE_SYS_MMAN_H 1
21260| #define HAVE_SYS_PARAM_H 1
21261| #define HAVE_SYS_RANDOM_H 1
21262| #define HAVE_SYS_SOCKET_H 1
21263| #define HAVE_SYS_STAT_H 1
21264| #define HAVE_SYS_TIME_H 1
21265| #define HAVE_SYS_TIMES_H 1
21266| #define HAVE_SYS_TYPES_H 1
21267| #define HAVE_SYS_WAIT_H 1
21268| #define HAVE_NETINET_IN_H 1
21269| #define HAVE_ARPA_INET_H 1
21270| #define HAVE_SYS_RESOURCE_H 1
21271| #define HAVE_ALLOCA_H 1
21272| #define HAVE_ALLOCA 1
21273| #define HAVE_CHOWN 1
21274| #define GETPGRP_VOID 1
21275| #define HAVE_STRCOLL 1
21276| #define HAVE_WAIT3 1
21277| #define HAVE_MKFIFO 1
21278| #define HAVE_DUP2 1
21279| #define HAVE_FCNTL 1
21280| #define HAVE_GETDTABLESIZE 1
21281| #define HAVE_GETENTROPY 1
21282| #define HAVE_GETGROUPS 1
21283| #define HAVE_GETHOSTNAME 1
21284| #define HAVE_GETPAGESIZE 1
21285| #define HAVE_GETPEERNAME 1
21286| #define HAVE_GETRLIMIT 1
21287| #define HAVE_GETRUSAGE 1
21288| #define HAVE_GETTIMEOFDAY 1
21289| #define HAVE_KILL 1
21290| #define HAVE_KILLPG 1
21291| #define HAVE_LSTAT 1
21292| #define HAVE_PSELECT 1
21293| #define HAVE_READLINK 1
21294| #define HAVE_SELECT 1
21295| #define HAVE_SETITIMER 1
21296| #define HAVE_TCGETPGRP 1
21297| #define HAVE_UNAME 1
21298| #define HAVE_ULIMIT 1
21299| #define HAVE_WAITPID 1
21300| #define HAVE_RENAME 1
21301| #define HAVE_BCOPY 1
21302| #define HAVE_BZERO 1
21303| #define HAVE_CONFSTR 1
21304| #define HAVE_FACCESSAT 1
21305| #define HAVE_FNMATCH 1
21306| #define HAVE_GETADDRINFO 1
21307| #define HAVE_GETHOSTBYNAME 1
21308| #define HAVE_GETSERVBYNAME 1
21309| #define HAVE_GETSERVENT 1
21310| #define HAVE_INET_ATON 1
21311| #define HAVE_IMAXDIV 1
21312| #define HAVE_MEMMOVE 1
21313| #define HAVE_PATHCONF 1
21314| #define HAVE_PUTENV 1
21315| #define HAVE_RAISE 1
21316| #define HAVE_RANDOM 1
21317| #define HAVE_REGCOMP 1
21318| #define HAVE_REGEXEC 1
21319| #define HAVE_SETENV 1
21320| #define HAVE_SETLINEBUF 1
21321| #define HAVE_SETLOCALE 1
21322| #define HAVE_SETVBUF 1
21323| #define HAVE_SIGINTERRUPT 1
21324| #define HAVE_STRCHR 1
21325| #define HAVE_SYSCONF 1
21326| #define HAVE_SYSLOG 1
21327| #define HAVE_TCGETATTR 1
21328| #define HAVE_TIMES 1
21329| #define HAVE_TTYNAME 1
21330| #define HAVE_TZSET 1
21331| #define HAVE_UNSETENV 1
21332| #define HAVE_VASPRINTF 1
21333| #define HAVE_ASPRINTF 1
21334| #define HAVE_ISASCII 1
21335| #define HAVE_ISBLANK 1
21336| #define HAVE_ISGRAPH 1
21337| #define HAVE_ISPRINT 1
21338| #define HAVE_ISSPACE 1
21339| #define HAVE_ISXDIGIT 1
21340| #define HAVE_GETPWENT 1
21341| #define HAVE_GETPWNAM 1
21342| #define HAVE_GETPWUID 1
21343| #define HAVE_MKSTEMP 1
21344| #define HAVE_MKDTEMP 1
21345| #define HAVE_ARC4RANDOM 1
21346| #define HAVE_GETCWD 1
21347| #define HAVE_MEMSET 1
21348| #define HAVE_STRCASECMP 1
21349| #define HAVE_STRCASESTR 1
21350| #define HAVE_STRERROR 1
21351| #define HAVE_STRFTIME 1
21352| #define HAVE_STRNLEN 1
21353| #define HAVE_STRPBRK 1
21354| #define HAVE_STRSTR 1
21355| #define HAVE_STRTOD 1
21356| #define HAVE_STRTOL 1
21357| #define HAVE_STRTOUL 1
21358| #define HAVE_STRTOLL 1
21359| #define HAVE_STRTOULL 1
21360| #define HAVE_STRTOUMAX 1
21361| #define HAVE_DPRINTF 1
21362| #define HAVE_STRDUP 1
21363| #define HAVE_DECL_AUDIT_USER_TTY 0
21364| #define HAVE_DECL_CONFSTR 1
21365| #define HAVE_DECL_PRINTF 1
21366| #define HAVE_DECL_SBRK 1
21367| #define HAVE_DECL_SETREGID 1
21368| #define HAVE_DECL_STRCPY 1
21369| #define HAVE_DECL_STRSIGNAL 1
21370| #define HAVE_DECL_STRTOLD 1
21371| #define HAVE_DECL_STRTOL 1
21372| #define HAVE_DECL_STRTOLL 1
21373| #define HAVE_DECL_STRTOUL 1
21374| #define HAVE_DECL_STRTOULL 1
21375| #define HAVE_DECL_STRTOUMAX 1
21376| #define HAVE_ERRNO_H 1
21377| #define HAVE_FCNTL_H 1
21378| #define HAVE_MMAP 1
21379| #define HAVE_MUNMAP 1
21380| #define HAVE_STPCPY 1
21381| #define HAVE_STRCSPN 1
21382| #define HAVE_WCTYPE_H 1
21383| #define HAVE_WCHAR_H 1
21384| #define HAVE_LANGINFO_H 1
21385| #define HAVE_MBRLEN 1
21386| #define HAVE_MBSNRTOWCS 1
21387| #define HAVE_MBSRTOWCS 1
21388| #define HAVE_WCRTOMB 1
21389| #define HAVE_WCSCOLL 1
21390| #define HAVE_WCSDUP 1
21391| #define HAVE_WCWIDTH 1
21392| #define HAVE_WCTYPE 1
21393| #define HAVE_WCSWIDTH 1
21394| #define HAVE_MBRTOWC 1
21395| #define HAVE_MBSTATE_T 1
21396| #define HAVE_ISWLOWER 1
21397| #define HAVE_ISWUPPER 1
21398| #define HAVE_TOWLOWER 1
21399| #define HAVE_TOWUPPER 1
21400| #define HAVE_ISWCTYPE 1
21401| #define HAVE_WCHAR_T 1
21402| #define HAVE_WCTYPE_T 1
21403| #define HAVE_WINT_T 1
21404| #define HAVE_LOCALE_CHARSET 1
21405| #define SIZEOF_WCHAR_T 4
21406| #define HAVE_LIBDL 1
21407| #define HAVE_DLOPEN 1
21408| #define HAVE_DLCLOSE 1
21409| #define HAVE_DLSYM 1
21410| #define GETGROUPS_T gid_t
21411| #define HAVE_UINTPTR_T 1
21412| #define HAVE_LONG_LONG_INT 1
21413| #define HAVE_UNSIGNED_LONG_LONG_INT 1
21414| #define SIZEOF_CHAR 1
21415| #define SIZEOF_SHORT 2
21416| #define SIZEOF_INT 4
21417| #define SIZEOF_LONG 8
21418| #define SIZEOF_CHAR_P 8
21419| #define SIZEOF_SIZE_T 8
21420| #define SIZEOF_DOUBLE 8
21421| #define SIZEOF_LONG_LONG 8
21422| #define bits16_t short
21423| #define u_bits16_t unsigned short
21424| #define bits32_t int
21425| #define u_bits32_t unsigned int
21426| #define bits64_t char *
21427| #define HAVE_HASH_BANG_EXEC 1
21428| #define HAVE_POSIX_SIGNALS 1
21429| #define HAVE_SYS_ERRLIST 1
21430| #define HAVE_DECL_SYS_SIGLIST 1
21431| #define HAVE_SYS_SIGLIST 1
21432| #define HAVE_SOCKLEN_T 1
21433| #define HAVE_QUAD_T 1
21434| #define RLIMTYPE rlim_t
21435| #define HAVE_INTMAX_T 1
21436| #define HAVE_UINTMAX_T 1
21437| #define SIZEOF_INTMAX_T 8
21438| /* end confdefs.h.  */
21439|
21440| #include <sys/types.h>
21441| #include <termios.h>
21442|
21443|
21444| int
21445| main (void)
21446| {
21447| static struct termios ac_aggr;
21448| if (ac_aggr.c_line)
21449| return 0;
21450|   ;
21451|   return 0;
21452| }
21453configure:18950: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
21454conftest.c:370:20: error: no member named 'c_line' in 'struct termios'
21455if (sizeof ac_aggr.c_line)
21456           ~~~~~~~ ^
214571 error generated.
21458configure:18950: $? = 1
21459configure: failed program was:
21460| /* confdefs.h */
21461| #define PACKAGE_NAME "bash"
21462| #define PACKAGE_TARNAME "bash"
21463| #define PACKAGE_VERSION "5.2-release"
21464| #define PACKAGE_STRING "bash 5.2-release"
21465| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
21466| #define PACKAGE_URL ""
21467| #define ALIAS 1
21468| #define PUSHD_AND_POPD 1
21469| #define RESTRICTED_SHELL 1
21470| #define PROCESS_SUBSTITUTION 1
21471| #define PROMPT_STRING_DECODE 1
21472| #define SELECT_COMMAND 1
21473| #define HELP_BUILTIN 1
21474| #define ARRAY_VARS 1
21475| #define DPAREN_ARITHMETIC 1
21476| #define BRACE_EXPANSION 1
21477| #define COMMAND_TIMING 1
21478| #define EXTENDED_GLOB 1
21479| #define EXTGLOB_DEFAULT 0
21480| #define COND_COMMAND 1
21481| #define COND_REGEXP 1
21482| #define COPROCESS_SUPPORT 1
21483| #define ARITH_FOR_COMMAND 1
21484| #define NETWORK_REDIRECTIONS 1
21485| #define PROGRAMMABLE_COMPLETION 1
21486| #define DEBUGGER 1
21487| #define CASEMOD_ATTRS 1
21488| #define CASEMOD_EXPANSIONS 1
21489| #define GLOBASCII_DEFAULT 1
21490| #define FUNCTION_IMPORT 1
21491| #define TRANSLATABLE_STRINGS 1
21492| #define MEMSCRAMBLE 1
21493| #define HAVE_STDIO_H 1
21494| #define HAVE_STDLIB_H 1
21495| #define HAVE_STRING_H 1
21496| #define HAVE_INTTYPES_H 1
21497| #define HAVE_STDINT_H 1
21498| #define HAVE_STRINGS_H 1
21499| #define HAVE_SYS_STAT_H 1
21500| #define HAVE_SYS_TYPES_H 1
21501| #define HAVE_UNISTD_H 1
21502| #define HAVE_WCHAR_H 1
21503| #define HAVE_SYS_PARAM_H 1
21504| #define HAVE_XLOCALE_H 1
21505| #define HAVE_SYS_TIME_H 1
21506| #define STDC_HEADERS 1
21507| #define _ALL_SOURCE 1
21508| #define _DARWIN_C_SOURCE 1
21509| #define _GNU_SOURCE 1
21510| #define _HPUX_ALT_XOPEN_SOCKET_API 1
21511| #define _NETBSD_SOURCE 1
21512| #define _OPENBSD_SOURCE 1
21513| #define _POSIX_PTHREAD_SEMANTICS 1
21514| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
21515| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
21516| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
21517| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
21518| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
21519| #define __STDC_WANT_LIB_EXT2__ 1
21520| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
21521| #define _TANDEM_SOURCE 1
21522| #define __EXTENSIONS__ 1
21523| #define READLINE 1
21524| #define HISTORY 1
21525| #define BANG_HISTORY 1
21526| #define HAVE_STRINGIZE 1
21527| #define HAVE_LONG_DOUBLE 1
21528| #define PROTOTYPES 1
21529| #define __PROTOTYPES 1
21530| #define restrict __restrict__
21531| #define HAVE_VISIBILITY 1
21532| #define HAVE_STDINT_H_WITH_UINTMAX 1
21533| #define HAVE_ALLOCA_H 1
21534| #define HAVE_ALLOCA 1
21535| #define HAVE_GETPAGESIZE 1
21536| #define HAVE_SYMLINK 1
21537| #define HAVE_USELOCALE 1
21538| #define HAVE_VPRINTF 1
21539| #define HAVE_ALARM 1
21540| #define HAVE_FPURGE 1
21541| #define HAVE_SNPRINTF 1
21542| #define HAVE_VSNPRINTF 1
21543| #define HAVE_MMAP 1
21544| #define INTDIV0_RAISES_SIGFPE 1
21545| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
21546| #define HAVE_UNSIGNED_LONG_LONG_INT 1
21547| #define HAVE_UINTMAX_T 1
21548| #define HAVE_INTTYPES_H 1
21549| #define USE_POSIX_THREADS 1
21550| #define HAVE_PTHREAD_RWLOCK 1
21551| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
21552| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
21553| #define HAVE_ICONV 1
21554| #define ICONV_CONST
21555| #define HAVE_BUILTIN_EXPECT 1
21556| #define HAVE_INTTYPES_H 1
21557| #define HAVE_LIMITS_H 1
21558| #define HAVE_UNISTD_H 1
21559| #define HAVE_SYS_PARAM_H 1
21560| #define HAVE_GETCWD 1
21561| #define HAVE_GETEGID 1
21562| #define HAVE_GETEUID 1
21563| #define HAVE_GETGID 1
21564| #define HAVE_GETUID 1
21565| #define HAVE_MUNMAP 1
21566| #define HAVE_STPCPY 1
21567| #define HAVE_STRCASECMP 1
21568| #define HAVE_STRDUP 1
21569| #define HAVE_STRTOUL 1
21570| #define HAVE_TSEARCH 1
21571| #define HAVE_LOCALECONV 1
21572| #define HAVE_DECL_FEOF_UNLOCKED 1
21573| #define HAVE_DECL_FGETS_UNLOCKED 0
21574| #define HAVE_LONG_LONG_INT 1
21575| #define HAVE_WCHAR_T 1
21576| #define HAVE_WINT_T 1
21577| #define HAVE_INTMAX_T 1
21578| #define HAVE_POSIX_PRINTF 1
21579| #define HAVE_STDINT_H 1
21580| #define HAVE_STDINT_H 1
21581| #define HAVE_WORKING_O_NOATIME 1
21582| #define HAVE_WORKING_O_NOFOLLOW 1
21583| #define HAVE_WORKING_USELOCALE 1
21584| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
21585| #define HAVE_CFLOCALECOPYCURRENT 1
21586| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
21587| #define FLEXIBLE_ARRAY_MEMBER /**/
21588| #define HAVE_STDDEF_H 1
21589| #define HAVE_STDLIB_H 1
21590| #define HAVE_STRING_H 1
21591| #define HAVE_ASPRINTF 1
21592| #define HAVE_FWPRINTF 1
21593| #define HAVE_NEWLOCALE 1
21594| #define HAVE_PUTENV 1
21595| #define HAVE_SETENV 1
21596| #define HAVE_SETLOCALE 1
21597| #define HAVE_SNPRINTF 1
21598| #define HAVE_STRNLEN 1
21599| #define HAVE_USELOCALE 1
21600| #define HAVE_WCSLEN 1
21601| #define HAVE_WCSNLEN 1
21602| #define HAVE_MBRTOWC 1
21603| #define HAVE_WCRTOMB 1
21604| #define HAVE_DECL__SNPRINTF 0
21605| #define HAVE_DECL__SNWPRINTF 0
21606| #define HAVE_DECL_GETC_UNLOCKED 1
21607| #define HAVE_LANGINFO_CODESET 1
21608| #define HAVE_LC_MESSAGES 1
21609| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
21610| #define HAVE_CFLOCALECOPYCURRENT 1
21611| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
21612| #define ENABLE_NLS 1
21613| #define HAVE_GETTEXT 1
21614| #define HAVE_DCGETTEXT 1
21615| #define HAVE_DIRENT_H 1
21616| #define HAVE_INTTYPES_H 1
21617| #define HAVE_UNISTD_H 1
21618| #define HAVE_STDLIB_H 1
21619| #define HAVE_STDARG_H 1
21620| #define HAVE_LIMITS_H 1
21621| #define HAVE_STRING_H 1
21622| #define HAVE_MEMORY_H 1
21623| #define HAVE_LOCALE_H 1
21624| #define HAVE_TERMCAP_H 1
21625| #define HAVE_TERMIOS_H 1
21626| #define HAVE_DLFCN_H 1
21627| #define HAVE_STDBOOL_H 1
21628| #define HAVE_STDDEF_H 1
21629| #define HAVE_STDINT_H 1
21630| #define HAVE_NETDB_H 1
21631| #define HAVE_PWD_H 1
21632| #define HAVE_GRP_H 1
21633| #define HAVE_STRINGS_H 1
21634| #define HAVE_REGEX_H 1
21635| #define HAVE_SYSLOG_H 1
21636| #define HAVE_ULIMIT_H 1
21637| #define HAVE_SYS_SELECT_H 1
21638| #define HAVE_SYS_FILE_H 1
21639| #define HAVE_SYS_IOCTL_H 1
21640| #define HAVE_SYS_MMAN_H 1
21641| #define HAVE_SYS_PARAM_H 1
21642| #define HAVE_SYS_RANDOM_H 1
21643| #define HAVE_SYS_SOCKET_H 1
21644| #define HAVE_SYS_STAT_H 1
21645| #define HAVE_SYS_TIME_H 1
21646| #define HAVE_SYS_TIMES_H 1
21647| #define HAVE_SYS_TYPES_H 1
21648| #define HAVE_SYS_WAIT_H 1
21649| #define HAVE_NETINET_IN_H 1
21650| #define HAVE_ARPA_INET_H 1
21651| #define HAVE_SYS_RESOURCE_H 1
21652| #define HAVE_ALLOCA_H 1
21653| #define HAVE_ALLOCA 1
21654| #define HAVE_CHOWN 1
21655| #define GETPGRP_VOID 1
21656| #define HAVE_STRCOLL 1
21657| #define HAVE_WAIT3 1
21658| #define HAVE_MKFIFO 1
21659| #define HAVE_DUP2 1
21660| #define HAVE_FCNTL 1
21661| #define HAVE_GETDTABLESIZE 1
21662| #define HAVE_GETENTROPY 1
21663| #define HAVE_GETGROUPS 1
21664| #define HAVE_GETHOSTNAME 1
21665| #define HAVE_GETPAGESIZE 1
21666| #define HAVE_GETPEERNAME 1
21667| #define HAVE_GETRLIMIT 1
21668| #define HAVE_GETRUSAGE 1
21669| #define HAVE_GETTIMEOFDAY 1
21670| #define HAVE_KILL 1
21671| #define HAVE_KILLPG 1
21672| #define HAVE_LSTAT 1
21673| #define HAVE_PSELECT 1
21674| #define HAVE_READLINK 1
21675| #define HAVE_SELECT 1
21676| #define HAVE_SETITIMER 1
21677| #define HAVE_TCGETPGRP 1
21678| #define HAVE_UNAME 1
21679| #define HAVE_ULIMIT 1
21680| #define HAVE_WAITPID 1
21681| #define HAVE_RENAME 1
21682| #define HAVE_BCOPY 1
21683| #define HAVE_BZERO 1
21684| #define HAVE_CONFSTR 1
21685| #define HAVE_FACCESSAT 1
21686| #define HAVE_FNMATCH 1
21687| #define HAVE_GETADDRINFO 1
21688| #define HAVE_GETHOSTBYNAME 1
21689| #define HAVE_GETSERVBYNAME 1
21690| #define HAVE_GETSERVENT 1
21691| #define HAVE_INET_ATON 1
21692| #define HAVE_IMAXDIV 1
21693| #define HAVE_MEMMOVE 1
21694| #define HAVE_PATHCONF 1
21695| #define HAVE_PUTENV 1
21696| #define HAVE_RAISE 1
21697| #define HAVE_RANDOM 1
21698| #define HAVE_REGCOMP 1
21699| #define HAVE_REGEXEC 1
21700| #define HAVE_SETENV 1
21701| #define HAVE_SETLINEBUF 1
21702| #define HAVE_SETLOCALE 1
21703| #define HAVE_SETVBUF 1
21704| #define HAVE_SIGINTERRUPT 1
21705| #define HAVE_STRCHR 1
21706| #define HAVE_SYSCONF 1
21707| #define HAVE_SYSLOG 1
21708| #define HAVE_TCGETATTR 1
21709| #define HAVE_TIMES 1
21710| #define HAVE_TTYNAME 1
21711| #define HAVE_TZSET 1
21712| #define HAVE_UNSETENV 1
21713| #define HAVE_VASPRINTF 1
21714| #define HAVE_ASPRINTF 1
21715| #define HAVE_ISASCII 1
21716| #define HAVE_ISBLANK 1
21717| #define HAVE_ISGRAPH 1
21718| #define HAVE_ISPRINT 1
21719| #define HAVE_ISSPACE 1
21720| #define HAVE_ISXDIGIT 1
21721| #define HAVE_GETPWENT 1
21722| #define HAVE_GETPWNAM 1
21723| #define HAVE_GETPWUID 1
21724| #define HAVE_MKSTEMP 1
21725| #define HAVE_MKDTEMP 1
21726| #define HAVE_ARC4RANDOM 1
21727| #define HAVE_GETCWD 1
21728| #define HAVE_MEMSET 1
21729| #define HAVE_STRCASECMP 1
21730| #define HAVE_STRCASESTR 1
21731| #define HAVE_STRERROR 1
21732| #define HAVE_STRFTIME 1
21733| #define HAVE_STRNLEN 1
21734| #define HAVE_STRPBRK 1
21735| #define HAVE_STRSTR 1
21736| #define HAVE_STRTOD 1
21737| #define HAVE_STRTOL 1
21738| #define HAVE_STRTOUL 1
21739| #define HAVE_STRTOLL 1
21740| #define HAVE_STRTOULL 1
21741| #define HAVE_STRTOUMAX 1
21742| #define HAVE_DPRINTF 1
21743| #define HAVE_STRDUP 1
21744| #define HAVE_DECL_AUDIT_USER_TTY 0
21745| #define HAVE_DECL_CONFSTR 1
21746| #define HAVE_DECL_PRINTF 1
21747| #define HAVE_DECL_SBRK 1
21748| #define HAVE_DECL_SETREGID 1
21749| #define HAVE_DECL_STRCPY 1
21750| #define HAVE_DECL_STRSIGNAL 1
21751| #define HAVE_DECL_STRTOLD 1
21752| #define HAVE_DECL_STRTOL 1
21753| #define HAVE_DECL_STRTOLL 1
21754| #define HAVE_DECL_STRTOUL 1
21755| #define HAVE_DECL_STRTOULL 1
21756| #define HAVE_DECL_STRTOUMAX 1
21757| #define HAVE_ERRNO_H 1
21758| #define HAVE_FCNTL_H 1
21759| #define HAVE_MMAP 1
21760| #define HAVE_MUNMAP 1
21761| #define HAVE_STPCPY 1
21762| #define HAVE_STRCSPN 1
21763| #define HAVE_WCTYPE_H 1
21764| #define HAVE_WCHAR_H 1
21765| #define HAVE_LANGINFO_H 1
21766| #define HAVE_MBRLEN 1
21767| #define HAVE_MBSNRTOWCS 1
21768| #define HAVE_MBSRTOWCS 1
21769| #define HAVE_WCRTOMB 1
21770| #define HAVE_WCSCOLL 1
21771| #define HAVE_WCSDUP 1
21772| #define HAVE_WCWIDTH 1
21773| #define HAVE_WCTYPE 1
21774| #define HAVE_WCSWIDTH 1
21775| #define HAVE_MBRTOWC 1
21776| #define HAVE_MBSTATE_T 1
21777| #define HAVE_ISWLOWER 1
21778| #define HAVE_ISWUPPER 1
21779| #define HAVE_TOWLOWER 1
21780| #define HAVE_TOWUPPER 1
21781| #define HAVE_ISWCTYPE 1
21782| #define HAVE_WCHAR_T 1
21783| #define HAVE_WCTYPE_T 1
21784| #define HAVE_WINT_T 1
21785| #define HAVE_LOCALE_CHARSET 1
21786| #define SIZEOF_WCHAR_T 4
21787| #define HAVE_LIBDL 1
21788| #define HAVE_DLOPEN 1
21789| #define HAVE_DLCLOSE 1
21790| #define HAVE_DLSYM 1
21791| #define GETGROUPS_T gid_t
21792| #define HAVE_UINTPTR_T 1
21793| #define HAVE_LONG_LONG_INT 1
21794| #define HAVE_UNSIGNED_LONG_LONG_INT 1
21795| #define SIZEOF_CHAR 1
21796| #define SIZEOF_SHORT 2
21797| #define SIZEOF_INT 4
21798| #define SIZEOF_LONG 8
21799| #define SIZEOF_CHAR_P 8
21800| #define SIZEOF_SIZE_T 8
21801| #define SIZEOF_DOUBLE 8
21802| #define SIZEOF_LONG_LONG 8
21803| #define bits16_t short
21804| #define u_bits16_t unsigned short
21805| #define bits32_t int
21806| #define u_bits32_t unsigned int
21807| #define bits64_t char *
21808| #define HAVE_HASH_BANG_EXEC 1
21809| #define HAVE_POSIX_SIGNALS 1
21810| #define HAVE_SYS_ERRLIST 1
21811| #define HAVE_DECL_SYS_SIGLIST 1
21812| #define HAVE_SYS_SIGLIST 1
21813| #define HAVE_SOCKLEN_T 1
21814| #define HAVE_QUAD_T 1
21815| #define RLIMTYPE rlim_t
21816| #define HAVE_INTMAX_T 1
21817| #define HAVE_UINTMAX_T 1
21818| #define SIZEOF_INTMAX_T 8
21819| /* end confdefs.h.  */
21820|
21821| #include <sys/types.h>
21822| #include <termios.h>
21823|
21824|
21825| int
21826| main (void)
21827| {
21828| static struct termios ac_aggr;
21829| if (sizeof ac_aggr.c_line)
21830| return 0;
21831|   ;
21832|   return 0;
21833| }
21834configure:18950: result: no
21835configure:18963: checking for struct termio.c_line
21836configure:18963: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
21837conftest.c:363:10: fatal error: 'termio.h' file not found
21838#include <termio.h>
21839         ^~~~~~~~~~
218401 error generated.
21841configure:18963: $? = 1
21842configure: failed program was:
21843| /* confdefs.h */
21844| #define PACKAGE_NAME "bash"
21845| #define PACKAGE_TARNAME "bash"
21846| #define PACKAGE_VERSION "5.2-release"
21847| #define PACKAGE_STRING "bash 5.2-release"
21848| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
21849| #define PACKAGE_URL ""
21850| #define ALIAS 1
21851| #define PUSHD_AND_POPD 1
21852| #define RESTRICTED_SHELL 1
21853| #define PROCESS_SUBSTITUTION 1
21854| #define PROMPT_STRING_DECODE 1
21855| #define SELECT_COMMAND 1
21856| #define HELP_BUILTIN 1
21857| #define ARRAY_VARS 1
21858| #define DPAREN_ARITHMETIC 1
21859| #define BRACE_EXPANSION 1
21860| #define COMMAND_TIMING 1
21861| #define EXTENDED_GLOB 1
21862| #define EXTGLOB_DEFAULT 0
21863| #define COND_COMMAND 1
21864| #define COND_REGEXP 1
21865| #define COPROCESS_SUPPORT 1
21866| #define ARITH_FOR_COMMAND 1
21867| #define NETWORK_REDIRECTIONS 1
21868| #define PROGRAMMABLE_COMPLETION 1
21869| #define DEBUGGER 1
21870| #define CASEMOD_ATTRS 1
21871| #define CASEMOD_EXPANSIONS 1
21872| #define GLOBASCII_DEFAULT 1
21873| #define FUNCTION_IMPORT 1
21874| #define TRANSLATABLE_STRINGS 1
21875| #define MEMSCRAMBLE 1
21876| #define HAVE_STDIO_H 1
21877| #define HAVE_STDLIB_H 1
21878| #define HAVE_STRING_H 1
21879| #define HAVE_INTTYPES_H 1
21880| #define HAVE_STDINT_H 1
21881| #define HAVE_STRINGS_H 1
21882| #define HAVE_SYS_STAT_H 1
21883| #define HAVE_SYS_TYPES_H 1
21884| #define HAVE_UNISTD_H 1
21885| #define HAVE_WCHAR_H 1
21886| #define HAVE_SYS_PARAM_H 1
21887| #define HAVE_XLOCALE_H 1
21888| #define HAVE_SYS_TIME_H 1
21889| #define STDC_HEADERS 1
21890| #define _ALL_SOURCE 1
21891| #define _DARWIN_C_SOURCE 1
21892| #define _GNU_SOURCE 1
21893| #define _HPUX_ALT_XOPEN_SOCKET_API 1
21894| #define _NETBSD_SOURCE 1
21895| #define _OPENBSD_SOURCE 1
21896| #define _POSIX_PTHREAD_SEMANTICS 1
21897| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
21898| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
21899| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
21900| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
21901| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
21902| #define __STDC_WANT_LIB_EXT2__ 1
21903| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
21904| #define _TANDEM_SOURCE 1
21905| #define __EXTENSIONS__ 1
21906| #define READLINE 1
21907| #define HISTORY 1
21908| #define BANG_HISTORY 1
21909| #define HAVE_STRINGIZE 1
21910| #define HAVE_LONG_DOUBLE 1
21911| #define PROTOTYPES 1
21912| #define __PROTOTYPES 1
21913| #define restrict __restrict__
21914| #define HAVE_VISIBILITY 1
21915| #define HAVE_STDINT_H_WITH_UINTMAX 1
21916| #define HAVE_ALLOCA_H 1
21917| #define HAVE_ALLOCA 1
21918| #define HAVE_GETPAGESIZE 1
21919| #define HAVE_SYMLINK 1
21920| #define HAVE_USELOCALE 1
21921| #define HAVE_VPRINTF 1
21922| #define HAVE_ALARM 1
21923| #define HAVE_FPURGE 1
21924| #define HAVE_SNPRINTF 1
21925| #define HAVE_VSNPRINTF 1
21926| #define HAVE_MMAP 1
21927| #define INTDIV0_RAISES_SIGFPE 1
21928| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
21929| #define HAVE_UNSIGNED_LONG_LONG_INT 1
21930| #define HAVE_UINTMAX_T 1
21931| #define HAVE_INTTYPES_H 1
21932| #define USE_POSIX_THREADS 1
21933| #define HAVE_PTHREAD_RWLOCK 1
21934| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
21935| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
21936| #define HAVE_ICONV 1
21937| #define ICONV_CONST
21938| #define HAVE_BUILTIN_EXPECT 1
21939| #define HAVE_INTTYPES_H 1
21940| #define HAVE_LIMITS_H 1
21941| #define HAVE_UNISTD_H 1
21942| #define HAVE_SYS_PARAM_H 1
21943| #define HAVE_GETCWD 1
21944| #define HAVE_GETEGID 1
21945| #define HAVE_GETEUID 1
21946| #define HAVE_GETGID 1
21947| #define HAVE_GETUID 1
21948| #define HAVE_MUNMAP 1
21949| #define HAVE_STPCPY 1
21950| #define HAVE_STRCASECMP 1
21951| #define HAVE_STRDUP 1
21952| #define HAVE_STRTOUL 1
21953| #define HAVE_TSEARCH 1
21954| #define HAVE_LOCALECONV 1
21955| #define HAVE_DECL_FEOF_UNLOCKED 1
21956| #define HAVE_DECL_FGETS_UNLOCKED 0
21957| #define HAVE_LONG_LONG_INT 1
21958| #define HAVE_WCHAR_T 1
21959| #define HAVE_WINT_T 1
21960| #define HAVE_INTMAX_T 1
21961| #define HAVE_POSIX_PRINTF 1
21962| #define HAVE_STDINT_H 1
21963| #define HAVE_STDINT_H 1
21964| #define HAVE_WORKING_O_NOATIME 1
21965| #define HAVE_WORKING_O_NOFOLLOW 1
21966| #define HAVE_WORKING_USELOCALE 1
21967| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
21968| #define HAVE_CFLOCALECOPYCURRENT 1
21969| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
21970| #define FLEXIBLE_ARRAY_MEMBER /**/
21971| #define HAVE_STDDEF_H 1
21972| #define HAVE_STDLIB_H 1
21973| #define HAVE_STRING_H 1
21974| #define HAVE_ASPRINTF 1
21975| #define HAVE_FWPRINTF 1
21976| #define HAVE_NEWLOCALE 1
21977| #define HAVE_PUTENV 1
21978| #define HAVE_SETENV 1
21979| #define HAVE_SETLOCALE 1
21980| #define HAVE_SNPRINTF 1
21981| #define HAVE_STRNLEN 1
21982| #define HAVE_USELOCALE 1
21983| #define HAVE_WCSLEN 1
21984| #define HAVE_WCSNLEN 1
21985| #define HAVE_MBRTOWC 1
21986| #define HAVE_WCRTOMB 1
21987| #define HAVE_DECL__SNPRINTF 0
21988| #define HAVE_DECL__SNWPRINTF 0
21989| #define HAVE_DECL_GETC_UNLOCKED 1
21990| #define HAVE_LANGINFO_CODESET 1
21991| #define HAVE_LC_MESSAGES 1
21992| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
21993| #define HAVE_CFLOCALECOPYCURRENT 1
21994| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
21995| #define ENABLE_NLS 1
21996| #define HAVE_GETTEXT 1
21997| #define HAVE_DCGETTEXT 1
21998| #define HAVE_DIRENT_H 1
21999| #define HAVE_INTTYPES_H 1
22000| #define HAVE_UNISTD_H 1
22001| #define HAVE_STDLIB_H 1
22002| #define HAVE_STDARG_H 1
22003| #define HAVE_LIMITS_H 1
22004| #define HAVE_STRING_H 1
22005| #define HAVE_MEMORY_H 1
22006| #define HAVE_LOCALE_H 1
22007| #define HAVE_TERMCAP_H 1
22008| #define HAVE_TERMIOS_H 1
22009| #define HAVE_DLFCN_H 1
22010| #define HAVE_STDBOOL_H 1
22011| #define HAVE_STDDEF_H 1
22012| #define HAVE_STDINT_H 1
22013| #define HAVE_NETDB_H 1
22014| #define HAVE_PWD_H 1
22015| #define HAVE_GRP_H 1
22016| #define HAVE_STRINGS_H 1
22017| #define HAVE_REGEX_H 1
22018| #define HAVE_SYSLOG_H 1
22019| #define HAVE_ULIMIT_H 1
22020| #define HAVE_SYS_SELECT_H 1
22021| #define HAVE_SYS_FILE_H 1
22022| #define HAVE_SYS_IOCTL_H 1
22023| #define HAVE_SYS_MMAN_H 1
22024| #define HAVE_SYS_PARAM_H 1
22025| #define HAVE_SYS_RANDOM_H 1
22026| #define HAVE_SYS_SOCKET_H 1
22027| #define HAVE_SYS_STAT_H 1
22028| #define HAVE_SYS_TIME_H 1
22029| #define HAVE_SYS_TIMES_H 1
22030| #define HAVE_SYS_TYPES_H 1
22031| #define HAVE_SYS_WAIT_H 1
22032| #define HAVE_NETINET_IN_H 1
22033| #define HAVE_ARPA_INET_H 1
22034| #define HAVE_SYS_RESOURCE_H 1
22035| #define HAVE_ALLOCA_H 1
22036| #define HAVE_ALLOCA 1
22037| #define HAVE_CHOWN 1
22038| #define GETPGRP_VOID 1
22039| #define HAVE_STRCOLL 1
22040| #define HAVE_WAIT3 1
22041| #define HAVE_MKFIFO 1
22042| #define HAVE_DUP2 1
22043| #define HAVE_FCNTL 1
22044| #define HAVE_GETDTABLESIZE 1
22045| #define HAVE_GETENTROPY 1
22046| #define HAVE_GETGROUPS 1
22047| #define HAVE_GETHOSTNAME 1
22048| #define HAVE_GETPAGESIZE 1
22049| #define HAVE_GETPEERNAME 1
22050| #define HAVE_GETRLIMIT 1
22051| #define HAVE_GETRUSAGE 1
22052| #define HAVE_GETTIMEOFDAY 1
22053| #define HAVE_KILL 1
22054| #define HAVE_KILLPG 1
22055| #define HAVE_LSTAT 1
22056| #define HAVE_PSELECT 1
22057| #define HAVE_READLINK 1
22058| #define HAVE_SELECT 1
22059| #define HAVE_SETITIMER 1
22060| #define HAVE_TCGETPGRP 1
22061| #define HAVE_UNAME 1
22062| #define HAVE_ULIMIT 1
22063| #define HAVE_WAITPID 1
22064| #define HAVE_RENAME 1
22065| #define HAVE_BCOPY 1
22066| #define HAVE_BZERO 1
22067| #define HAVE_CONFSTR 1
22068| #define HAVE_FACCESSAT 1
22069| #define HAVE_FNMATCH 1
22070| #define HAVE_GETADDRINFO 1
22071| #define HAVE_GETHOSTBYNAME 1
22072| #define HAVE_GETSERVBYNAME 1
22073| #define HAVE_GETSERVENT 1
22074| #define HAVE_INET_ATON 1
22075| #define HAVE_IMAXDIV 1
22076| #define HAVE_MEMMOVE 1
22077| #define HAVE_PATHCONF 1
22078| #define HAVE_PUTENV 1
22079| #define HAVE_RAISE 1
22080| #define HAVE_RANDOM 1
22081| #define HAVE_REGCOMP 1
22082| #define HAVE_REGEXEC 1
22083| #define HAVE_SETENV 1
22084| #define HAVE_SETLINEBUF 1
22085| #define HAVE_SETLOCALE 1
22086| #define HAVE_SETVBUF 1
22087| #define HAVE_SIGINTERRUPT 1
22088| #define HAVE_STRCHR 1
22089| #define HAVE_SYSCONF 1
22090| #define HAVE_SYSLOG 1
22091| #define HAVE_TCGETATTR 1
22092| #define HAVE_TIMES 1
22093| #define HAVE_TTYNAME 1
22094| #define HAVE_TZSET 1
22095| #define HAVE_UNSETENV 1
22096| #define HAVE_VASPRINTF 1
22097| #define HAVE_ASPRINTF 1
22098| #define HAVE_ISASCII 1
22099| #define HAVE_ISBLANK 1
22100| #define HAVE_ISGRAPH 1
22101| #define HAVE_ISPRINT 1
22102| #define HAVE_ISSPACE 1
22103| #define HAVE_ISXDIGIT 1
22104| #define HAVE_GETPWENT 1
22105| #define HAVE_GETPWNAM 1
22106| #define HAVE_GETPWUID 1
22107| #define HAVE_MKSTEMP 1
22108| #define HAVE_MKDTEMP 1
22109| #define HAVE_ARC4RANDOM 1
22110| #define HAVE_GETCWD 1
22111| #define HAVE_MEMSET 1
22112| #define HAVE_STRCASECMP 1
22113| #define HAVE_STRCASESTR 1
22114| #define HAVE_STRERROR 1
22115| #define HAVE_STRFTIME 1
22116| #define HAVE_STRNLEN 1
22117| #define HAVE_STRPBRK 1
22118| #define HAVE_STRSTR 1
22119| #define HAVE_STRTOD 1
22120| #define HAVE_STRTOL 1
22121| #define HAVE_STRTOUL 1
22122| #define HAVE_STRTOLL 1
22123| #define HAVE_STRTOULL 1
22124| #define HAVE_STRTOUMAX 1
22125| #define HAVE_DPRINTF 1
22126| #define HAVE_STRDUP 1
22127| #define HAVE_DECL_AUDIT_USER_TTY 0
22128| #define HAVE_DECL_CONFSTR 1
22129| #define HAVE_DECL_PRINTF 1
22130| #define HAVE_DECL_SBRK 1
22131| #define HAVE_DECL_SETREGID 1
22132| #define HAVE_DECL_STRCPY 1
22133| #define HAVE_DECL_STRSIGNAL 1
22134| #define HAVE_DECL_STRTOLD 1
22135| #define HAVE_DECL_STRTOL 1
22136| #define HAVE_DECL_STRTOLL 1
22137| #define HAVE_DECL_STRTOUL 1
22138| #define HAVE_DECL_STRTOULL 1
22139| #define HAVE_DECL_STRTOUMAX 1
22140| #define HAVE_ERRNO_H 1
22141| #define HAVE_FCNTL_H 1
22142| #define HAVE_MMAP 1
22143| #define HAVE_MUNMAP 1
22144| #define HAVE_STPCPY 1
22145| #define HAVE_STRCSPN 1
22146| #define HAVE_WCTYPE_H 1
22147| #define HAVE_WCHAR_H 1
22148| #define HAVE_LANGINFO_H 1
22149| #define HAVE_MBRLEN 1
22150| #define HAVE_MBSNRTOWCS 1
22151| #define HAVE_MBSRTOWCS 1
22152| #define HAVE_WCRTOMB 1
22153| #define HAVE_WCSCOLL 1
22154| #define HAVE_WCSDUP 1
22155| #define HAVE_WCWIDTH 1
22156| #define HAVE_WCTYPE 1
22157| #define HAVE_WCSWIDTH 1
22158| #define HAVE_MBRTOWC 1
22159| #define HAVE_MBSTATE_T 1
22160| #define HAVE_ISWLOWER 1
22161| #define HAVE_ISWUPPER 1
22162| #define HAVE_TOWLOWER 1
22163| #define HAVE_TOWUPPER 1
22164| #define HAVE_ISWCTYPE 1
22165| #define HAVE_WCHAR_T 1
22166| #define HAVE_WCTYPE_T 1
22167| #define HAVE_WINT_T 1
22168| #define HAVE_LOCALE_CHARSET 1
22169| #define SIZEOF_WCHAR_T 4
22170| #define HAVE_LIBDL 1
22171| #define HAVE_DLOPEN 1
22172| #define HAVE_DLCLOSE 1
22173| #define HAVE_DLSYM 1
22174| #define GETGROUPS_T gid_t
22175| #define HAVE_UINTPTR_T 1
22176| #define HAVE_LONG_LONG_INT 1
22177| #define HAVE_UNSIGNED_LONG_LONG_INT 1
22178| #define SIZEOF_CHAR 1
22179| #define SIZEOF_SHORT 2
22180| #define SIZEOF_INT 4
22181| #define SIZEOF_LONG 8
22182| #define SIZEOF_CHAR_P 8
22183| #define SIZEOF_SIZE_T 8
22184| #define SIZEOF_DOUBLE 8
22185| #define SIZEOF_LONG_LONG 8
22186| #define bits16_t short
22187| #define u_bits16_t unsigned short
22188| #define bits32_t int
22189| #define u_bits32_t unsigned int
22190| #define bits64_t char *
22191| #define HAVE_HASH_BANG_EXEC 1
22192| #define HAVE_POSIX_SIGNALS 1
22193| #define HAVE_SYS_ERRLIST 1
22194| #define HAVE_DECL_SYS_SIGLIST 1
22195| #define HAVE_SYS_SIGLIST 1
22196| #define HAVE_SOCKLEN_T 1
22197| #define HAVE_QUAD_T 1
22198| #define RLIMTYPE rlim_t
22199| #define HAVE_INTMAX_T 1
22200| #define HAVE_UINTMAX_T 1
22201| #define SIZEOF_INTMAX_T 8
22202| /* end confdefs.h.  */
22203|
22204| #include <sys/types.h>
22205| #include <termio.h>
22206|
22207|
22208| int
22209| main (void)
22210| {
22211| static struct termio ac_aggr;
22212| if (ac_aggr.c_line)
22213| return 0;
22214|   ;
22215|   return 0;
22216| }
22217configure:18963: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22218conftest.c:363:10: fatal error: 'termio.h' file not found
22219#include <termio.h>
22220         ^~~~~~~~~~
222211 error generated.
22222configure:18963: $? = 1
22223configure: failed program was:
22224| /* confdefs.h */
22225| #define PACKAGE_NAME "bash"
22226| #define PACKAGE_TARNAME "bash"
22227| #define PACKAGE_VERSION "5.2-release"
22228| #define PACKAGE_STRING "bash 5.2-release"
22229| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
22230| #define PACKAGE_URL ""
22231| #define ALIAS 1
22232| #define PUSHD_AND_POPD 1
22233| #define RESTRICTED_SHELL 1
22234| #define PROCESS_SUBSTITUTION 1
22235| #define PROMPT_STRING_DECODE 1
22236| #define SELECT_COMMAND 1
22237| #define HELP_BUILTIN 1
22238| #define ARRAY_VARS 1
22239| #define DPAREN_ARITHMETIC 1
22240| #define BRACE_EXPANSION 1
22241| #define COMMAND_TIMING 1
22242| #define EXTENDED_GLOB 1
22243| #define EXTGLOB_DEFAULT 0
22244| #define COND_COMMAND 1
22245| #define COND_REGEXP 1
22246| #define COPROCESS_SUPPORT 1
22247| #define ARITH_FOR_COMMAND 1
22248| #define NETWORK_REDIRECTIONS 1
22249| #define PROGRAMMABLE_COMPLETION 1
22250| #define DEBUGGER 1
22251| #define CASEMOD_ATTRS 1
22252| #define CASEMOD_EXPANSIONS 1
22253| #define GLOBASCII_DEFAULT 1
22254| #define FUNCTION_IMPORT 1
22255| #define TRANSLATABLE_STRINGS 1
22256| #define MEMSCRAMBLE 1
22257| #define HAVE_STDIO_H 1
22258| #define HAVE_STDLIB_H 1
22259| #define HAVE_STRING_H 1
22260| #define HAVE_INTTYPES_H 1
22261| #define HAVE_STDINT_H 1
22262| #define HAVE_STRINGS_H 1
22263| #define HAVE_SYS_STAT_H 1
22264| #define HAVE_SYS_TYPES_H 1
22265| #define HAVE_UNISTD_H 1
22266| #define HAVE_WCHAR_H 1
22267| #define HAVE_SYS_PARAM_H 1
22268| #define HAVE_XLOCALE_H 1
22269| #define HAVE_SYS_TIME_H 1
22270| #define STDC_HEADERS 1
22271| #define _ALL_SOURCE 1
22272| #define _DARWIN_C_SOURCE 1
22273| #define _GNU_SOURCE 1
22274| #define _HPUX_ALT_XOPEN_SOCKET_API 1
22275| #define _NETBSD_SOURCE 1
22276| #define _OPENBSD_SOURCE 1
22277| #define _POSIX_PTHREAD_SEMANTICS 1
22278| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
22279| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
22280| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
22281| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
22282| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
22283| #define __STDC_WANT_LIB_EXT2__ 1
22284| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
22285| #define _TANDEM_SOURCE 1
22286| #define __EXTENSIONS__ 1
22287| #define READLINE 1
22288| #define HISTORY 1
22289| #define BANG_HISTORY 1
22290| #define HAVE_STRINGIZE 1
22291| #define HAVE_LONG_DOUBLE 1
22292| #define PROTOTYPES 1
22293| #define __PROTOTYPES 1
22294| #define restrict __restrict__
22295| #define HAVE_VISIBILITY 1
22296| #define HAVE_STDINT_H_WITH_UINTMAX 1
22297| #define HAVE_ALLOCA_H 1
22298| #define HAVE_ALLOCA 1
22299| #define HAVE_GETPAGESIZE 1
22300| #define HAVE_SYMLINK 1
22301| #define HAVE_USELOCALE 1
22302| #define HAVE_VPRINTF 1
22303| #define HAVE_ALARM 1
22304| #define HAVE_FPURGE 1
22305| #define HAVE_SNPRINTF 1
22306| #define HAVE_VSNPRINTF 1
22307| #define HAVE_MMAP 1
22308| #define INTDIV0_RAISES_SIGFPE 1
22309| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
22310| #define HAVE_UNSIGNED_LONG_LONG_INT 1
22311| #define HAVE_UINTMAX_T 1
22312| #define HAVE_INTTYPES_H 1
22313| #define USE_POSIX_THREADS 1
22314| #define HAVE_PTHREAD_RWLOCK 1
22315| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
22316| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
22317| #define HAVE_ICONV 1
22318| #define ICONV_CONST
22319| #define HAVE_BUILTIN_EXPECT 1
22320| #define HAVE_INTTYPES_H 1
22321| #define HAVE_LIMITS_H 1
22322| #define HAVE_UNISTD_H 1
22323| #define HAVE_SYS_PARAM_H 1
22324| #define HAVE_GETCWD 1
22325| #define HAVE_GETEGID 1
22326| #define HAVE_GETEUID 1
22327| #define HAVE_GETGID 1
22328| #define HAVE_GETUID 1
22329| #define HAVE_MUNMAP 1
22330| #define HAVE_STPCPY 1
22331| #define HAVE_STRCASECMP 1
22332| #define HAVE_STRDUP 1
22333| #define HAVE_STRTOUL 1
22334| #define HAVE_TSEARCH 1
22335| #define HAVE_LOCALECONV 1
22336| #define HAVE_DECL_FEOF_UNLOCKED 1
22337| #define HAVE_DECL_FGETS_UNLOCKED 0
22338| #define HAVE_LONG_LONG_INT 1
22339| #define HAVE_WCHAR_T 1
22340| #define HAVE_WINT_T 1
22341| #define HAVE_INTMAX_T 1
22342| #define HAVE_POSIX_PRINTF 1
22343| #define HAVE_STDINT_H 1
22344| #define HAVE_STDINT_H 1
22345| #define HAVE_WORKING_O_NOATIME 1
22346| #define HAVE_WORKING_O_NOFOLLOW 1
22347| #define HAVE_WORKING_USELOCALE 1
22348| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
22349| #define HAVE_CFLOCALECOPYCURRENT 1
22350| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
22351| #define FLEXIBLE_ARRAY_MEMBER /**/
22352| #define HAVE_STDDEF_H 1
22353| #define HAVE_STDLIB_H 1
22354| #define HAVE_STRING_H 1
22355| #define HAVE_ASPRINTF 1
22356| #define HAVE_FWPRINTF 1
22357| #define HAVE_NEWLOCALE 1
22358| #define HAVE_PUTENV 1
22359| #define HAVE_SETENV 1
22360| #define HAVE_SETLOCALE 1
22361| #define HAVE_SNPRINTF 1
22362| #define HAVE_STRNLEN 1
22363| #define HAVE_USELOCALE 1
22364| #define HAVE_WCSLEN 1
22365| #define HAVE_WCSNLEN 1
22366| #define HAVE_MBRTOWC 1
22367| #define HAVE_WCRTOMB 1
22368| #define HAVE_DECL__SNPRINTF 0
22369| #define HAVE_DECL__SNWPRINTF 0
22370| #define HAVE_DECL_GETC_UNLOCKED 1
22371| #define HAVE_LANGINFO_CODESET 1
22372| #define HAVE_LC_MESSAGES 1
22373| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
22374| #define HAVE_CFLOCALECOPYCURRENT 1
22375| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
22376| #define ENABLE_NLS 1
22377| #define HAVE_GETTEXT 1
22378| #define HAVE_DCGETTEXT 1
22379| #define HAVE_DIRENT_H 1
22380| #define HAVE_INTTYPES_H 1
22381| #define HAVE_UNISTD_H 1
22382| #define HAVE_STDLIB_H 1
22383| #define HAVE_STDARG_H 1
22384| #define HAVE_LIMITS_H 1
22385| #define HAVE_STRING_H 1
22386| #define HAVE_MEMORY_H 1
22387| #define HAVE_LOCALE_H 1
22388| #define HAVE_TERMCAP_H 1
22389| #define HAVE_TERMIOS_H 1
22390| #define HAVE_DLFCN_H 1
22391| #define HAVE_STDBOOL_H 1
22392| #define HAVE_STDDEF_H 1
22393| #define HAVE_STDINT_H 1
22394| #define HAVE_NETDB_H 1
22395| #define HAVE_PWD_H 1
22396| #define HAVE_GRP_H 1
22397| #define HAVE_STRINGS_H 1
22398| #define HAVE_REGEX_H 1
22399| #define HAVE_SYSLOG_H 1
22400| #define HAVE_ULIMIT_H 1
22401| #define HAVE_SYS_SELECT_H 1
22402| #define HAVE_SYS_FILE_H 1
22403| #define HAVE_SYS_IOCTL_H 1
22404| #define HAVE_SYS_MMAN_H 1
22405| #define HAVE_SYS_PARAM_H 1
22406| #define HAVE_SYS_RANDOM_H 1
22407| #define HAVE_SYS_SOCKET_H 1
22408| #define HAVE_SYS_STAT_H 1
22409| #define HAVE_SYS_TIME_H 1
22410| #define HAVE_SYS_TIMES_H 1
22411| #define HAVE_SYS_TYPES_H 1
22412| #define HAVE_SYS_WAIT_H 1
22413| #define HAVE_NETINET_IN_H 1
22414| #define HAVE_ARPA_INET_H 1
22415| #define HAVE_SYS_RESOURCE_H 1
22416| #define HAVE_ALLOCA_H 1
22417| #define HAVE_ALLOCA 1
22418| #define HAVE_CHOWN 1
22419| #define GETPGRP_VOID 1
22420| #define HAVE_STRCOLL 1
22421| #define HAVE_WAIT3 1
22422| #define HAVE_MKFIFO 1
22423| #define HAVE_DUP2 1
22424| #define HAVE_FCNTL 1
22425| #define HAVE_GETDTABLESIZE 1
22426| #define HAVE_GETENTROPY 1
22427| #define HAVE_GETGROUPS 1
22428| #define HAVE_GETHOSTNAME 1
22429| #define HAVE_GETPAGESIZE 1
22430| #define HAVE_GETPEERNAME 1
22431| #define HAVE_GETRLIMIT 1
22432| #define HAVE_GETRUSAGE 1
22433| #define HAVE_GETTIMEOFDAY 1
22434| #define HAVE_KILL 1
22435| #define HAVE_KILLPG 1
22436| #define HAVE_LSTAT 1
22437| #define HAVE_PSELECT 1
22438| #define HAVE_READLINK 1
22439| #define HAVE_SELECT 1
22440| #define HAVE_SETITIMER 1
22441| #define HAVE_TCGETPGRP 1
22442| #define HAVE_UNAME 1
22443| #define HAVE_ULIMIT 1
22444| #define HAVE_WAITPID 1
22445| #define HAVE_RENAME 1
22446| #define HAVE_BCOPY 1
22447| #define HAVE_BZERO 1
22448| #define HAVE_CONFSTR 1
22449| #define HAVE_FACCESSAT 1
22450| #define HAVE_FNMATCH 1
22451| #define HAVE_GETADDRINFO 1
22452| #define HAVE_GETHOSTBYNAME 1
22453| #define HAVE_GETSERVBYNAME 1
22454| #define HAVE_GETSERVENT 1
22455| #define HAVE_INET_ATON 1
22456| #define HAVE_IMAXDIV 1
22457| #define HAVE_MEMMOVE 1
22458| #define HAVE_PATHCONF 1
22459| #define HAVE_PUTENV 1
22460| #define HAVE_RAISE 1
22461| #define HAVE_RANDOM 1
22462| #define HAVE_REGCOMP 1
22463| #define HAVE_REGEXEC 1
22464| #define HAVE_SETENV 1
22465| #define HAVE_SETLINEBUF 1
22466| #define HAVE_SETLOCALE 1
22467| #define HAVE_SETVBUF 1
22468| #define HAVE_SIGINTERRUPT 1
22469| #define HAVE_STRCHR 1
22470| #define HAVE_SYSCONF 1
22471| #define HAVE_SYSLOG 1
22472| #define HAVE_TCGETATTR 1
22473| #define HAVE_TIMES 1
22474| #define HAVE_TTYNAME 1
22475| #define HAVE_TZSET 1
22476| #define HAVE_UNSETENV 1
22477| #define HAVE_VASPRINTF 1
22478| #define HAVE_ASPRINTF 1
22479| #define HAVE_ISASCII 1
22480| #define HAVE_ISBLANK 1
22481| #define HAVE_ISGRAPH 1
22482| #define HAVE_ISPRINT 1
22483| #define HAVE_ISSPACE 1
22484| #define HAVE_ISXDIGIT 1
22485| #define HAVE_GETPWENT 1
22486| #define HAVE_GETPWNAM 1
22487| #define HAVE_GETPWUID 1
22488| #define HAVE_MKSTEMP 1
22489| #define HAVE_MKDTEMP 1
22490| #define HAVE_ARC4RANDOM 1
22491| #define HAVE_GETCWD 1
22492| #define HAVE_MEMSET 1
22493| #define HAVE_STRCASECMP 1
22494| #define HAVE_STRCASESTR 1
22495| #define HAVE_STRERROR 1
22496| #define HAVE_STRFTIME 1
22497| #define HAVE_STRNLEN 1
22498| #define HAVE_STRPBRK 1
22499| #define HAVE_STRSTR 1
22500| #define HAVE_STRTOD 1
22501| #define HAVE_STRTOL 1
22502| #define HAVE_STRTOUL 1
22503| #define HAVE_STRTOLL 1
22504| #define HAVE_STRTOULL 1
22505| #define HAVE_STRTOUMAX 1
22506| #define HAVE_DPRINTF 1
22507| #define HAVE_STRDUP 1
22508| #define HAVE_DECL_AUDIT_USER_TTY 0
22509| #define HAVE_DECL_CONFSTR 1
22510| #define HAVE_DECL_PRINTF 1
22511| #define HAVE_DECL_SBRK 1
22512| #define HAVE_DECL_SETREGID 1
22513| #define HAVE_DECL_STRCPY 1
22514| #define HAVE_DECL_STRSIGNAL 1
22515| #define HAVE_DECL_STRTOLD 1
22516| #define HAVE_DECL_STRTOL 1
22517| #define HAVE_DECL_STRTOLL 1
22518| #define HAVE_DECL_STRTOUL 1
22519| #define HAVE_DECL_STRTOULL 1
22520| #define HAVE_DECL_STRTOUMAX 1
22521| #define HAVE_ERRNO_H 1
22522| #define HAVE_FCNTL_H 1
22523| #define HAVE_MMAP 1
22524| #define HAVE_MUNMAP 1
22525| #define HAVE_STPCPY 1
22526| #define HAVE_STRCSPN 1
22527| #define HAVE_WCTYPE_H 1
22528| #define HAVE_WCHAR_H 1
22529| #define HAVE_LANGINFO_H 1
22530| #define HAVE_MBRLEN 1
22531| #define HAVE_MBSNRTOWCS 1
22532| #define HAVE_MBSRTOWCS 1
22533| #define HAVE_WCRTOMB 1
22534| #define HAVE_WCSCOLL 1
22535| #define HAVE_WCSDUP 1
22536| #define HAVE_WCWIDTH 1
22537| #define HAVE_WCTYPE 1
22538| #define HAVE_WCSWIDTH 1
22539| #define HAVE_MBRTOWC 1
22540| #define HAVE_MBSTATE_T 1
22541| #define HAVE_ISWLOWER 1
22542| #define HAVE_ISWUPPER 1
22543| #define HAVE_TOWLOWER 1
22544| #define HAVE_TOWUPPER 1
22545| #define HAVE_ISWCTYPE 1
22546| #define HAVE_WCHAR_T 1
22547| #define HAVE_WCTYPE_T 1
22548| #define HAVE_WINT_T 1
22549| #define HAVE_LOCALE_CHARSET 1
22550| #define SIZEOF_WCHAR_T 4
22551| #define HAVE_LIBDL 1
22552| #define HAVE_DLOPEN 1
22553| #define HAVE_DLCLOSE 1
22554| #define HAVE_DLSYM 1
22555| #define GETGROUPS_T gid_t
22556| #define HAVE_UINTPTR_T 1
22557| #define HAVE_LONG_LONG_INT 1
22558| #define HAVE_UNSIGNED_LONG_LONG_INT 1
22559| #define SIZEOF_CHAR 1
22560| #define SIZEOF_SHORT 2
22561| #define SIZEOF_INT 4
22562| #define SIZEOF_LONG 8
22563| #define SIZEOF_CHAR_P 8
22564| #define SIZEOF_SIZE_T 8
22565| #define SIZEOF_DOUBLE 8
22566| #define SIZEOF_LONG_LONG 8
22567| #define bits16_t short
22568| #define u_bits16_t unsigned short
22569| #define bits32_t int
22570| #define u_bits32_t unsigned int
22571| #define bits64_t char *
22572| #define HAVE_HASH_BANG_EXEC 1
22573| #define HAVE_POSIX_SIGNALS 1
22574| #define HAVE_SYS_ERRLIST 1
22575| #define HAVE_DECL_SYS_SIGLIST 1
22576| #define HAVE_SYS_SIGLIST 1
22577| #define HAVE_SOCKLEN_T 1
22578| #define HAVE_QUAD_T 1
22579| #define RLIMTYPE rlim_t
22580| #define HAVE_INTMAX_T 1
22581| #define HAVE_UINTMAX_T 1
22582| #define SIZEOF_INTMAX_T 8
22583| /* end confdefs.h.  */
22584|
22585| #include <sys/types.h>
22586| #include <termio.h>
22587|
22588|
22589| int
22590| main (void)
22591| {
22592| static struct termio ac_aggr;
22593| if (sizeof ac_aggr.c_line)
22594| return 0;
22595|   ;
22596|   return 0;
22597| }
22598configure:18963: result: no
22599configure:18976: checking for struct dirent.d_ino
22600configure:18984: checking for struct dirent.d_ino
22601configure:18984: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22602configure:18984: $? = 0
22603configure:18984: result: yes
22604configure:19019: result: yes
22605configure:19027: checking for struct dirent.d_fileno
22606configure:19035: checking for struct dirent.d_fileno
22607configure:19035: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22608configure:19035: $? = 0
22609configure:19035: result: yes
22610configure:19070: result: yes
22611configure:19078: checking for struct dirent.d_namlen
22612configure:19086: checking for struct dirent.d_namlen
22613configure:19086: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22614configure:19086: $? = 0
22615configure:19086: result: yes
22616configure:19121: result: yes
22617configure:19128: checking for struct winsize in sys/ioctl.h and termios.h
22618configure:19156: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22619configure:19156: $? = 0
22620configure:19188: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22621configure:19188: $? = 0
22622configure:19211: result: sys/ioctl.h
22623configure:19225: checking for struct timeval in sys/time.h and time.h
22624configure:19247: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22625configure:19247: $? = 0
22626configure:19257: result: yes
22627configure:19264: checking for struct stat.st_blocks
22628configure:19264: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22629configure:19264: $? = 0
22630configure:19264: result: yes
22631configure:19273: checking whether struct tm is in sys/time.h or time.h
22632configure:19294: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22633configure:19294: $? = 0
22634configure:19302: result: time.h
22635configure:19310: checking for struct tm.tm_zone
22636configure:19310: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
22637configure:19310: $? = 0
22638configure:19310: result: yes
22639configure:19376: checking for struct timezone in sys/time.h and time.h
22640configure:19413: result: yes
22641configure:19421: checking for offset of exit status in return status from wait
22642configure:19472: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
22643configure:19472: $? = 0
22644configure:19472: ./conftest
22645configure:19472: $? = 8
22646configure: program exited with status 8
22647configure: failed program was:
22648| /* confdefs.h */
22649| #define PACKAGE_NAME "bash"
22650| #define PACKAGE_TARNAME "bash"
22651| #define PACKAGE_VERSION "5.2-release"
22652| #define PACKAGE_STRING "bash 5.2-release"
22653| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
22654| #define PACKAGE_URL ""
22655| #define ALIAS 1
22656| #define PUSHD_AND_POPD 1
22657| #define RESTRICTED_SHELL 1
22658| #define PROCESS_SUBSTITUTION 1
22659| #define PROMPT_STRING_DECODE 1
22660| #define SELECT_COMMAND 1
22661| #define HELP_BUILTIN 1
22662| #define ARRAY_VARS 1
22663| #define DPAREN_ARITHMETIC 1
22664| #define BRACE_EXPANSION 1
22665| #define COMMAND_TIMING 1
22666| #define EXTENDED_GLOB 1
22667| #define EXTGLOB_DEFAULT 0
22668| #define COND_COMMAND 1
22669| #define COND_REGEXP 1
22670| #define COPROCESS_SUPPORT 1
22671| #define ARITH_FOR_COMMAND 1
22672| #define NETWORK_REDIRECTIONS 1
22673| #define PROGRAMMABLE_COMPLETION 1
22674| #define DEBUGGER 1
22675| #define CASEMOD_ATTRS 1
22676| #define CASEMOD_EXPANSIONS 1
22677| #define GLOBASCII_DEFAULT 1
22678| #define FUNCTION_IMPORT 1
22679| #define TRANSLATABLE_STRINGS 1
22680| #define MEMSCRAMBLE 1
22681| #define HAVE_STDIO_H 1
22682| #define HAVE_STDLIB_H 1
22683| #define HAVE_STRING_H 1
22684| #define HAVE_INTTYPES_H 1
22685| #define HAVE_STDINT_H 1
22686| #define HAVE_STRINGS_H 1
22687| #define HAVE_SYS_STAT_H 1
22688| #define HAVE_SYS_TYPES_H 1
22689| #define HAVE_UNISTD_H 1
22690| #define HAVE_WCHAR_H 1
22691| #define HAVE_SYS_PARAM_H 1
22692| #define HAVE_XLOCALE_H 1
22693| #define HAVE_SYS_TIME_H 1
22694| #define STDC_HEADERS 1
22695| #define _ALL_SOURCE 1
22696| #define _DARWIN_C_SOURCE 1
22697| #define _GNU_SOURCE 1
22698| #define _HPUX_ALT_XOPEN_SOCKET_API 1
22699| #define _NETBSD_SOURCE 1
22700| #define _OPENBSD_SOURCE 1
22701| #define _POSIX_PTHREAD_SEMANTICS 1
22702| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
22703| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
22704| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
22705| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
22706| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
22707| #define __STDC_WANT_LIB_EXT2__ 1
22708| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
22709| #define _TANDEM_SOURCE 1
22710| #define __EXTENSIONS__ 1
22711| #define READLINE 1
22712| #define HISTORY 1
22713| #define BANG_HISTORY 1
22714| #define HAVE_STRINGIZE 1
22715| #define HAVE_LONG_DOUBLE 1
22716| #define PROTOTYPES 1
22717| #define __PROTOTYPES 1
22718| #define restrict __restrict__
22719| #define HAVE_VISIBILITY 1
22720| #define HAVE_STDINT_H_WITH_UINTMAX 1
22721| #define HAVE_ALLOCA_H 1
22722| #define HAVE_ALLOCA 1
22723| #define HAVE_GETPAGESIZE 1
22724| #define HAVE_SYMLINK 1
22725| #define HAVE_USELOCALE 1
22726| #define HAVE_VPRINTF 1
22727| #define HAVE_ALARM 1
22728| #define HAVE_FPURGE 1
22729| #define HAVE_SNPRINTF 1
22730| #define HAVE_VSNPRINTF 1
22731| #define HAVE_MMAP 1
22732| #define INTDIV0_RAISES_SIGFPE 1
22733| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
22734| #define HAVE_UNSIGNED_LONG_LONG_INT 1
22735| #define HAVE_UINTMAX_T 1
22736| #define HAVE_INTTYPES_H 1
22737| #define USE_POSIX_THREADS 1
22738| #define HAVE_PTHREAD_RWLOCK 1
22739| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
22740| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
22741| #define HAVE_ICONV 1
22742| #define ICONV_CONST
22743| #define HAVE_BUILTIN_EXPECT 1
22744| #define HAVE_INTTYPES_H 1
22745| #define HAVE_LIMITS_H 1
22746| #define HAVE_UNISTD_H 1
22747| #define HAVE_SYS_PARAM_H 1
22748| #define HAVE_GETCWD 1
22749| #define HAVE_GETEGID 1
22750| #define HAVE_GETEUID 1
22751| #define HAVE_GETGID 1
22752| #define HAVE_GETUID 1
22753| #define HAVE_MUNMAP 1
22754| #define HAVE_STPCPY 1
22755| #define HAVE_STRCASECMP 1
22756| #define HAVE_STRDUP 1
22757| #define HAVE_STRTOUL 1
22758| #define HAVE_TSEARCH 1
22759| #define HAVE_LOCALECONV 1
22760| #define HAVE_DECL_FEOF_UNLOCKED 1
22761| #define HAVE_DECL_FGETS_UNLOCKED 0
22762| #define HAVE_LONG_LONG_INT 1
22763| #define HAVE_WCHAR_T 1
22764| #define HAVE_WINT_T 1
22765| #define HAVE_INTMAX_T 1
22766| #define HAVE_POSIX_PRINTF 1
22767| #define HAVE_STDINT_H 1
22768| #define HAVE_STDINT_H 1
22769| #define HAVE_WORKING_O_NOATIME 1
22770| #define HAVE_WORKING_O_NOFOLLOW 1
22771| #define HAVE_WORKING_USELOCALE 1
22772| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
22773| #define HAVE_CFLOCALECOPYCURRENT 1
22774| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
22775| #define FLEXIBLE_ARRAY_MEMBER /**/
22776| #define HAVE_STDDEF_H 1
22777| #define HAVE_STDLIB_H 1
22778| #define HAVE_STRING_H 1
22779| #define HAVE_ASPRINTF 1
22780| #define HAVE_FWPRINTF 1
22781| #define HAVE_NEWLOCALE 1
22782| #define HAVE_PUTENV 1
22783| #define HAVE_SETENV 1
22784| #define HAVE_SETLOCALE 1
22785| #define HAVE_SNPRINTF 1
22786| #define HAVE_STRNLEN 1
22787| #define HAVE_USELOCALE 1
22788| #define HAVE_WCSLEN 1
22789| #define HAVE_WCSNLEN 1
22790| #define HAVE_MBRTOWC 1
22791| #define HAVE_WCRTOMB 1
22792| #define HAVE_DECL__SNPRINTF 0
22793| #define HAVE_DECL__SNWPRINTF 0
22794| #define HAVE_DECL_GETC_UNLOCKED 1
22795| #define HAVE_LANGINFO_CODESET 1
22796| #define HAVE_LC_MESSAGES 1
22797| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
22798| #define HAVE_CFLOCALECOPYCURRENT 1
22799| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
22800| #define ENABLE_NLS 1
22801| #define HAVE_GETTEXT 1
22802| #define HAVE_DCGETTEXT 1
22803| #define HAVE_DIRENT_H 1
22804| #define HAVE_INTTYPES_H 1
22805| #define HAVE_UNISTD_H 1
22806| #define HAVE_STDLIB_H 1
22807| #define HAVE_STDARG_H 1
22808| #define HAVE_LIMITS_H 1
22809| #define HAVE_STRING_H 1
22810| #define HAVE_MEMORY_H 1
22811| #define HAVE_LOCALE_H 1
22812| #define HAVE_TERMCAP_H 1
22813| #define HAVE_TERMIOS_H 1
22814| #define HAVE_DLFCN_H 1
22815| #define HAVE_STDBOOL_H 1
22816| #define HAVE_STDDEF_H 1
22817| #define HAVE_STDINT_H 1
22818| #define HAVE_NETDB_H 1
22819| #define HAVE_PWD_H 1
22820| #define HAVE_GRP_H 1
22821| #define HAVE_STRINGS_H 1
22822| #define HAVE_REGEX_H 1
22823| #define HAVE_SYSLOG_H 1
22824| #define HAVE_ULIMIT_H 1
22825| #define HAVE_SYS_SELECT_H 1
22826| #define HAVE_SYS_FILE_H 1
22827| #define HAVE_SYS_IOCTL_H 1
22828| #define HAVE_SYS_MMAN_H 1
22829| #define HAVE_SYS_PARAM_H 1
22830| #define HAVE_SYS_RANDOM_H 1
22831| #define HAVE_SYS_SOCKET_H 1
22832| #define HAVE_SYS_STAT_H 1
22833| #define HAVE_SYS_TIME_H 1
22834| #define HAVE_SYS_TIMES_H 1
22835| #define HAVE_SYS_TYPES_H 1
22836| #define HAVE_SYS_WAIT_H 1
22837| #define HAVE_NETINET_IN_H 1
22838| #define HAVE_ARPA_INET_H 1
22839| #define HAVE_SYS_RESOURCE_H 1
22840| #define HAVE_ALLOCA_H 1
22841| #define HAVE_ALLOCA 1
22842| #define HAVE_CHOWN 1
22843| #define GETPGRP_VOID 1
22844| #define HAVE_STRCOLL 1
22845| #define HAVE_WAIT3 1
22846| #define HAVE_MKFIFO 1
22847| #define HAVE_DUP2 1
22848| #define HAVE_FCNTL 1
22849| #define HAVE_GETDTABLESIZE 1
22850| #define HAVE_GETENTROPY 1
22851| #define HAVE_GETGROUPS 1
22852| #define HAVE_GETHOSTNAME 1
22853| #define HAVE_GETPAGESIZE 1
22854| #define HAVE_GETPEERNAME 1
22855| #define HAVE_GETRLIMIT 1
22856| #define HAVE_GETRUSAGE 1
22857| #define HAVE_GETTIMEOFDAY 1
22858| #define HAVE_KILL 1
22859| #define HAVE_KILLPG 1
22860| #define HAVE_LSTAT 1
22861| #define HAVE_PSELECT 1
22862| #define HAVE_READLINK 1
22863| #define HAVE_SELECT 1
22864| #define HAVE_SETITIMER 1
22865| #define HAVE_TCGETPGRP 1
22866| #define HAVE_UNAME 1
22867| #define HAVE_ULIMIT 1
22868| #define HAVE_WAITPID 1
22869| #define HAVE_RENAME 1
22870| #define HAVE_BCOPY 1
22871| #define HAVE_BZERO 1
22872| #define HAVE_CONFSTR 1
22873| #define HAVE_FACCESSAT 1
22874| #define HAVE_FNMATCH 1
22875| #define HAVE_GETADDRINFO 1
22876| #define HAVE_GETHOSTBYNAME 1
22877| #define HAVE_GETSERVBYNAME 1
22878| #define HAVE_GETSERVENT 1
22879| #define HAVE_INET_ATON 1
22880| #define HAVE_IMAXDIV 1
22881| #define HAVE_MEMMOVE 1
22882| #define HAVE_PATHCONF 1
22883| #define HAVE_PUTENV 1
22884| #define HAVE_RAISE 1
22885| #define HAVE_RANDOM 1
22886| #define HAVE_REGCOMP 1
22887| #define HAVE_REGEXEC 1
22888| #define HAVE_SETENV 1
22889| #define HAVE_SETLINEBUF 1
22890| #define HAVE_SETLOCALE 1
22891| #define HAVE_SETVBUF 1
22892| #define HAVE_SIGINTERRUPT 1
22893| #define HAVE_STRCHR 1
22894| #define HAVE_SYSCONF 1
22895| #define HAVE_SYSLOG 1
22896| #define HAVE_TCGETATTR 1
22897| #define HAVE_TIMES 1
22898| #define HAVE_TTYNAME 1
22899| #define HAVE_TZSET 1
22900| #define HAVE_UNSETENV 1
22901| #define HAVE_VASPRINTF 1
22902| #define HAVE_ASPRINTF 1
22903| #define HAVE_ISASCII 1
22904| #define HAVE_ISBLANK 1
22905| #define HAVE_ISGRAPH 1
22906| #define HAVE_ISPRINT 1
22907| #define HAVE_ISSPACE 1
22908| #define HAVE_ISXDIGIT 1
22909| #define HAVE_GETPWENT 1
22910| #define HAVE_GETPWNAM 1
22911| #define HAVE_GETPWUID 1
22912| #define HAVE_MKSTEMP 1
22913| #define HAVE_MKDTEMP 1
22914| #define HAVE_ARC4RANDOM 1
22915| #define HAVE_GETCWD 1
22916| #define HAVE_MEMSET 1
22917| #define HAVE_STRCASECMP 1
22918| #define HAVE_STRCASESTR 1
22919| #define HAVE_STRERROR 1
22920| #define HAVE_STRFTIME 1
22921| #define HAVE_STRNLEN 1
22922| #define HAVE_STRPBRK 1
22923| #define HAVE_STRSTR 1
22924| #define HAVE_STRTOD 1
22925| #define HAVE_STRTOL 1
22926| #define HAVE_STRTOUL 1
22927| #define HAVE_STRTOLL 1
22928| #define HAVE_STRTOULL 1
22929| #define HAVE_STRTOUMAX 1
22930| #define HAVE_DPRINTF 1
22931| #define HAVE_STRDUP 1
22932| #define HAVE_DECL_AUDIT_USER_TTY 0
22933| #define HAVE_DECL_CONFSTR 1
22934| #define HAVE_DECL_PRINTF 1
22935| #define HAVE_DECL_SBRK 1
22936| #define HAVE_DECL_SETREGID 1
22937| #define HAVE_DECL_STRCPY 1
22938| #define HAVE_DECL_STRSIGNAL 1
22939| #define HAVE_DECL_STRTOLD 1
22940| #define HAVE_DECL_STRTOL 1
22941| #define HAVE_DECL_STRTOLL 1
22942| #define HAVE_DECL_STRTOUL 1
22943| #define HAVE_DECL_STRTOULL 1
22944| #define HAVE_DECL_STRTOUMAX 1
22945| #define HAVE_ERRNO_H 1
22946| #define HAVE_FCNTL_H 1
22947| #define HAVE_MMAP 1
22948| #define HAVE_MUNMAP 1
22949| #define HAVE_STPCPY 1
22950| #define HAVE_STRCSPN 1
22951| #define HAVE_WCTYPE_H 1
22952| #define HAVE_WCHAR_H 1
22953| #define HAVE_LANGINFO_H 1
22954| #define HAVE_MBRLEN 1
22955| #define HAVE_MBSNRTOWCS 1
22956| #define HAVE_MBSRTOWCS 1
22957| #define HAVE_WCRTOMB 1
22958| #define HAVE_WCSCOLL 1
22959| #define HAVE_WCSDUP 1
22960| #define HAVE_WCWIDTH 1
22961| #define HAVE_WCTYPE 1
22962| #define HAVE_WCSWIDTH 1
22963| #define HAVE_MBRTOWC 1
22964| #define HAVE_MBSTATE_T 1
22965| #define HAVE_ISWLOWER 1
22966| #define HAVE_ISWUPPER 1
22967| #define HAVE_TOWLOWER 1
22968| #define HAVE_TOWUPPER 1
22969| #define HAVE_ISWCTYPE 1
22970| #define HAVE_WCHAR_T 1
22971| #define HAVE_WCTYPE_T 1
22972| #define HAVE_WINT_T 1
22973| #define HAVE_LOCALE_CHARSET 1
22974| #define SIZEOF_WCHAR_T 4
22975| #define HAVE_LIBDL 1
22976| #define HAVE_DLOPEN 1
22977| #define HAVE_DLCLOSE 1
22978| #define HAVE_DLSYM 1
22979| #define GETGROUPS_T gid_t
22980| #define HAVE_UINTPTR_T 1
22981| #define HAVE_LONG_LONG_INT 1
22982| #define HAVE_UNSIGNED_LONG_LONG_INT 1
22983| #define SIZEOF_CHAR 1
22984| #define SIZEOF_SHORT 2
22985| #define SIZEOF_INT 4
22986| #define SIZEOF_LONG 8
22987| #define SIZEOF_CHAR_P 8
22988| #define SIZEOF_SIZE_T 8
22989| #define SIZEOF_DOUBLE 8
22990| #define SIZEOF_LONG_LONG 8
22991| #define bits16_t short
22992| #define u_bits16_t unsigned short
22993| #define bits32_t int
22994| #define u_bits32_t unsigned int
22995| #define bits64_t char *
22996| #define HAVE_HASH_BANG_EXEC 1
22997| #define HAVE_POSIX_SIGNALS 1
22998| #define HAVE_SYS_ERRLIST 1
22999| #define HAVE_DECL_SYS_SIGLIST 1
23000| #define HAVE_SYS_SIGLIST 1
23001| #define HAVE_SOCKLEN_T 1
23002| #define HAVE_QUAD_T 1
23003| #define RLIMTYPE rlim_t
23004| #define HAVE_INTMAX_T 1
23005| #define HAVE_UINTMAX_T 1
23006| #define SIZEOF_INTMAX_T 8
23007| #define HAVE_STRUCT_DIRENT_D_INO 1
23008| #define HAVE_STRUCT_DIRENT_D_INO 1
23009| #define HAVE_STRUCT_DIRENT_D_FILENO 1
23010| #define HAVE_STRUCT_DIRENT_D_FILENO 1
23011| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
23012| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
23013| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
23014| #define HAVE_TIMEVAL 1
23015| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23016| #define HAVE_STRUCT_TM_TM_ZONE 1
23017| #define HAVE_TM_ZONE 1
23018| #define HAVE_STRUCT_TIMEZONE 1
23019| /* end confdefs.h.  */
23020|
23021| #include <stdlib.h>
23022| #include <unistd.h>
23023|
23024| #include <sys/wait.h>
23025|
23026| int
23027| main(c, v)
23028|      int c;
23029|      char **v;
23030| {
23031|   pid_t pid, p;
23032|   int s, i, n;
23033|
23034|   s = 0;
23035|   pid = fork();
23036|   if (pid == 0)
23037|     exit (42);
23038|
23039|   /* wait for the process */
23040|   p = wait(&s);
23041|   if (p != pid)
23042|     exit (255);
23043|
23044|   /* crack s */
23045|   for (i = 0; i < (sizeof(s) * 8); i++)
23046|     {
23047|       n = (s >> i) & 0xff;
23048|       if (n == 42)
23049|       exit (i);
23050|     }
23051|
23052|   exit (254);
23053| }
23054|
23055configure:19489: result: 8
23056configure:19498: checking for struct timespec in <time.h>
23057configure:19516: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
23058configure:19516: $? = 0
23059configure:19524: result: yes
23060configure:19619: checking for struct stat.st_atim.tv_nsec
23061configure:19619: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
23062conftest.c:383:13: error: no member named 'st_atim' in 'struct stat'
23063if (ac_aggr.st_atim.tv_nsec)
23064    ~~~~~~~ ^
230651 error generated.
23066configure:19619: $? = 1
23067configure: failed program was:
23068| /* confdefs.h */
23069| #define PACKAGE_NAME "bash"
23070| #define PACKAGE_TARNAME "bash"
23071| #define PACKAGE_VERSION "5.2-release"
23072| #define PACKAGE_STRING "bash 5.2-release"
23073| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
23074| #define PACKAGE_URL ""
23075| #define ALIAS 1
23076| #define PUSHD_AND_POPD 1
23077| #define RESTRICTED_SHELL 1
23078| #define PROCESS_SUBSTITUTION 1
23079| #define PROMPT_STRING_DECODE 1
23080| #define SELECT_COMMAND 1
23081| #define HELP_BUILTIN 1
23082| #define ARRAY_VARS 1
23083| #define DPAREN_ARITHMETIC 1
23084| #define BRACE_EXPANSION 1
23085| #define COMMAND_TIMING 1
23086| #define EXTENDED_GLOB 1
23087| #define EXTGLOB_DEFAULT 0
23088| #define COND_COMMAND 1
23089| #define COND_REGEXP 1
23090| #define COPROCESS_SUPPORT 1
23091| #define ARITH_FOR_COMMAND 1
23092| #define NETWORK_REDIRECTIONS 1
23093| #define PROGRAMMABLE_COMPLETION 1
23094| #define DEBUGGER 1
23095| #define CASEMOD_ATTRS 1
23096| #define CASEMOD_EXPANSIONS 1
23097| #define GLOBASCII_DEFAULT 1
23098| #define FUNCTION_IMPORT 1
23099| #define TRANSLATABLE_STRINGS 1
23100| #define MEMSCRAMBLE 1
23101| #define HAVE_STDIO_H 1
23102| #define HAVE_STDLIB_H 1
23103| #define HAVE_STRING_H 1
23104| #define HAVE_INTTYPES_H 1
23105| #define HAVE_STDINT_H 1
23106| #define HAVE_STRINGS_H 1
23107| #define HAVE_SYS_STAT_H 1
23108| #define HAVE_SYS_TYPES_H 1
23109| #define HAVE_UNISTD_H 1
23110| #define HAVE_WCHAR_H 1
23111| #define HAVE_SYS_PARAM_H 1
23112| #define HAVE_XLOCALE_H 1
23113| #define HAVE_SYS_TIME_H 1
23114| #define STDC_HEADERS 1
23115| #define _ALL_SOURCE 1
23116| #define _DARWIN_C_SOURCE 1
23117| #define _GNU_SOURCE 1
23118| #define _HPUX_ALT_XOPEN_SOCKET_API 1
23119| #define _NETBSD_SOURCE 1
23120| #define _OPENBSD_SOURCE 1
23121| #define _POSIX_PTHREAD_SEMANTICS 1
23122| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
23123| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
23124| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
23125| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
23126| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
23127| #define __STDC_WANT_LIB_EXT2__ 1
23128| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
23129| #define _TANDEM_SOURCE 1
23130| #define __EXTENSIONS__ 1
23131| #define READLINE 1
23132| #define HISTORY 1
23133| #define BANG_HISTORY 1
23134| #define HAVE_STRINGIZE 1
23135| #define HAVE_LONG_DOUBLE 1
23136| #define PROTOTYPES 1
23137| #define __PROTOTYPES 1
23138| #define restrict __restrict__
23139| #define HAVE_VISIBILITY 1
23140| #define HAVE_STDINT_H_WITH_UINTMAX 1
23141| #define HAVE_ALLOCA_H 1
23142| #define HAVE_ALLOCA 1
23143| #define HAVE_GETPAGESIZE 1
23144| #define HAVE_SYMLINK 1
23145| #define HAVE_USELOCALE 1
23146| #define HAVE_VPRINTF 1
23147| #define HAVE_ALARM 1
23148| #define HAVE_FPURGE 1
23149| #define HAVE_SNPRINTF 1
23150| #define HAVE_VSNPRINTF 1
23151| #define HAVE_MMAP 1
23152| #define INTDIV0_RAISES_SIGFPE 1
23153| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
23154| #define HAVE_UNSIGNED_LONG_LONG_INT 1
23155| #define HAVE_UINTMAX_T 1
23156| #define HAVE_INTTYPES_H 1
23157| #define USE_POSIX_THREADS 1
23158| #define HAVE_PTHREAD_RWLOCK 1
23159| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
23160| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
23161| #define HAVE_ICONV 1
23162| #define ICONV_CONST
23163| #define HAVE_BUILTIN_EXPECT 1
23164| #define HAVE_INTTYPES_H 1
23165| #define HAVE_LIMITS_H 1
23166| #define HAVE_UNISTD_H 1
23167| #define HAVE_SYS_PARAM_H 1
23168| #define HAVE_GETCWD 1
23169| #define HAVE_GETEGID 1
23170| #define HAVE_GETEUID 1
23171| #define HAVE_GETGID 1
23172| #define HAVE_GETUID 1
23173| #define HAVE_MUNMAP 1
23174| #define HAVE_STPCPY 1
23175| #define HAVE_STRCASECMP 1
23176| #define HAVE_STRDUP 1
23177| #define HAVE_STRTOUL 1
23178| #define HAVE_TSEARCH 1
23179| #define HAVE_LOCALECONV 1
23180| #define HAVE_DECL_FEOF_UNLOCKED 1
23181| #define HAVE_DECL_FGETS_UNLOCKED 0
23182| #define HAVE_LONG_LONG_INT 1
23183| #define HAVE_WCHAR_T 1
23184| #define HAVE_WINT_T 1
23185| #define HAVE_INTMAX_T 1
23186| #define HAVE_POSIX_PRINTF 1
23187| #define HAVE_STDINT_H 1
23188| #define HAVE_STDINT_H 1
23189| #define HAVE_WORKING_O_NOATIME 1
23190| #define HAVE_WORKING_O_NOFOLLOW 1
23191| #define HAVE_WORKING_USELOCALE 1
23192| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
23193| #define HAVE_CFLOCALECOPYCURRENT 1
23194| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
23195| #define FLEXIBLE_ARRAY_MEMBER /**/
23196| #define HAVE_STDDEF_H 1
23197| #define HAVE_STDLIB_H 1
23198| #define HAVE_STRING_H 1
23199| #define HAVE_ASPRINTF 1
23200| #define HAVE_FWPRINTF 1
23201| #define HAVE_NEWLOCALE 1
23202| #define HAVE_PUTENV 1
23203| #define HAVE_SETENV 1
23204| #define HAVE_SETLOCALE 1
23205| #define HAVE_SNPRINTF 1
23206| #define HAVE_STRNLEN 1
23207| #define HAVE_USELOCALE 1
23208| #define HAVE_WCSLEN 1
23209| #define HAVE_WCSNLEN 1
23210| #define HAVE_MBRTOWC 1
23211| #define HAVE_WCRTOMB 1
23212| #define HAVE_DECL__SNPRINTF 0
23213| #define HAVE_DECL__SNWPRINTF 0
23214| #define HAVE_DECL_GETC_UNLOCKED 1
23215| #define HAVE_LANGINFO_CODESET 1
23216| #define HAVE_LC_MESSAGES 1
23217| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
23218| #define HAVE_CFLOCALECOPYCURRENT 1
23219| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
23220| #define ENABLE_NLS 1
23221| #define HAVE_GETTEXT 1
23222| #define HAVE_DCGETTEXT 1
23223| #define HAVE_DIRENT_H 1
23224| #define HAVE_INTTYPES_H 1
23225| #define HAVE_UNISTD_H 1
23226| #define HAVE_STDLIB_H 1
23227| #define HAVE_STDARG_H 1
23228| #define HAVE_LIMITS_H 1
23229| #define HAVE_STRING_H 1
23230| #define HAVE_MEMORY_H 1
23231| #define HAVE_LOCALE_H 1
23232| #define HAVE_TERMCAP_H 1
23233| #define HAVE_TERMIOS_H 1
23234| #define HAVE_DLFCN_H 1
23235| #define HAVE_STDBOOL_H 1
23236| #define HAVE_STDDEF_H 1
23237| #define HAVE_STDINT_H 1
23238| #define HAVE_NETDB_H 1
23239| #define HAVE_PWD_H 1
23240| #define HAVE_GRP_H 1
23241| #define HAVE_STRINGS_H 1
23242| #define HAVE_REGEX_H 1
23243| #define HAVE_SYSLOG_H 1
23244| #define HAVE_ULIMIT_H 1
23245| #define HAVE_SYS_SELECT_H 1
23246| #define HAVE_SYS_FILE_H 1
23247| #define HAVE_SYS_IOCTL_H 1
23248| #define HAVE_SYS_MMAN_H 1
23249| #define HAVE_SYS_PARAM_H 1
23250| #define HAVE_SYS_RANDOM_H 1
23251| #define HAVE_SYS_SOCKET_H 1
23252| #define HAVE_SYS_STAT_H 1
23253| #define HAVE_SYS_TIME_H 1
23254| #define HAVE_SYS_TIMES_H 1
23255| #define HAVE_SYS_TYPES_H 1
23256| #define HAVE_SYS_WAIT_H 1
23257| #define HAVE_NETINET_IN_H 1
23258| #define HAVE_ARPA_INET_H 1
23259| #define HAVE_SYS_RESOURCE_H 1
23260| #define HAVE_ALLOCA_H 1
23261| #define HAVE_ALLOCA 1
23262| #define HAVE_CHOWN 1
23263| #define GETPGRP_VOID 1
23264| #define HAVE_STRCOLL 1
23265| #define HAVE_WAIT3 1
23266| #define HAVE_MKFIFO 1
23267| #define HAVE_DUP2 1
23268| #define HAVE_FCNTL 1
23269| #define HAVE_GETDTABLESIZE 1
23270| #define HAVE_GETENTROPY 1
23271| #define HAVE_GETGROUPS 1
23272| #define HAVE_GETHOSTNAME 1
23273| #define HAVE_GETPAGESIZE 1
23274| #define HAVE_GETPEERNAME 1
23275| #define HAVE_GETRLIMIT 1
23276| #define HAVE_GETRUSAGE 1
23277| #define HAVE_GETTIMEOFDAY 1
23278| #define HAVE_KILL 1
23279| #define HAVE_KILLPG 1
23280| #define HAVE_LSTAT 1
23281| #define HAVE_PSELECT 1
23282| #define HAVE_READLINK 1
23283| #define HAVE_SELECT 1
23284| #define HAVE_SETITIMER 1
23285| #define HAVE_TCGETPGRP 1
23286| #define HAVE_UNAME 1
23287| #define HAVE_ULIMIT 1
23288| #define HAVE_WAITPID 1
23289| #define HAVE_RENAME 1
23290| #define HAVE_BCOPY 1
23291| #define HAVE_BZERO 1
23292| #define HAVE_CONFSTR 1
23293| #define HAVE_FACCESSAT 1
23294| #define HAVE_FNMATCH 1
23295| #define HAVE_GETADDRINFO 1
23296| #define HAVE_GETHOSTBYNAME 1
23297| #define HAVE_GETSERVBYNAME 1
23298| #define HAVE_GETSERVENT 1
23299| #define HAVE_INET_ATON 1
23300| #define HAVE_IMAXDIV 1
23301| #define HAVE_MEMMOVE 1
23302| #define HAVE_PATHCONF 1
23303| #define HAVE_PUTENV 1
23304| #define HAVE_RAISE 1
23305| #define HAVE_RANDOM 1
23306| #define HAVE_REGCOMP 1
23307| #define HAVE_REGEXEC 1
23308| #define HAVE_SETENV 1
23309| #define HAVE_SETLINEBUF 1
23310| #define HAVE_SETLOCALE 1
23311| #define HAVE_SETVBUF 1
23312| #define HAVE_SIGINTERRUPT 1
23313| #define HAVE_STRCHR 1
23314| #define HAVE_SYSCONF 1
23315| #define HAVE_SYSLOG 1
23316| #define HAVE_TCGETATTR 1
23317| #define HAVE_TIMES 1
23318| #define HAVE_TTYNAME 1
23319| #define HAVE_TZSET 1
23320| #define HAVE_UNSETENV 1
23321| #define HAVE_VASPRINTF 1
23322| #define HAVE_ASPRINTF 1
23323| #define HAVE_ISASCII 1
23324| #define HAVE_ISBLANK 1
23325| #define HAVE_ISGRAPH 1
23326| #define HAVE_ISPRINT 1
23327| #define HAVE_ISSPACE 1
23328| #define HAVE_ISXDIGIT 1
23329| #define HAVE_GETPWENT 1
23330| #define HAVE_GETPWNAM 1
23331| #define HAVE_GETPWUID 1
23332| #define HAVE_MKSTEMP 1
23333| #define HAVE_MKDTEMP 1
23334| #define HAVE_ARC4RANDOM 1
23335| #define HAVE_GETCWD 1
23336| #define HAVE_MEMSET 1
23337| #define HAVE_STRCASECMP 1
23338| #define HAVE_STRCASESTR 1
23339| #define HAVE_STRERROR 1
23340| #define HAVE_STRFTIME 1
23341| #define HAVE_STRNLEN 1
23342| #define HAVE_STRPBRK 1
23343| #define HAVE_STRSTR 1
23344| #define HAVE_STRTOD 1
23345| #define HAVE_STRTOL 1
23346| #define HAVE_STRTOUL 1
23347| #define HAVE_STRTOLL 1
23348| #define HAVE_STRTOULL 1
23349| #define HAVE_STRTOUMAX 1
23350| #define HAVE_DPRINTF 1
23351| #define HAVE_STRDUP 1
23352| #define HAVE_DECL_AUDIT_USER_TTY 0
23353| #define HAVE_DECL_CONFSTR 1
23354| #define HAVE_DECL_PRINTF 1
23355| #define HAVE_DECL_SBRK 1
23356| #define HAVE_DECL_SETREGID 1
23357| #define HAVE_DECL_STRCPY 1
23358| #define HAVE_DECL_STRSIGNAL 1
23359| #define HAVE_DECL_STRTOLD 1
23360| #define HAVE_DECL_STRTOL 1
23361| #define HAVE_DECL_STRTOLL 1
23362| #define HAVE_DECL_STRTOUL 1
23363| #define HAVE_DECL_STRTOULL 1
23364| #define HAVE_DECL_STRTOUMAX 1
23365| #define HAVE_ERRNO_H 1
23366| #define HAVE_FCNTL_H 1
23367| #define HAVE_MMAP 1
23368| #define HAVE_MUNMAP 1
23369| #define HAVE_STPCPY 1
23370| #define HAVE_STRCSPN 1
23371| #define HAVE_WCTYPE_H 1
23372| #define HAVE_WCHAR_H 1
23373| #define HAVE_LANGINFO_H 1
23374| #define HAVE_MBRLEN 1
23375| #define HAVE_MBSNRTOWCS 1
23376| #define HAVE_MBSRTOWCS 1
23377| #define HAVE_WCRTOMB 1
23378| #define HAVE_WCSCOLL 1
23379| #define HAVE_WCSDUP 1
23380| #define HAVE_WCWIDTH 1
23381| #define HAVE_WCTYPE 1
23382| #define HAVE_WCSWIDTH 1
23383| #define HAVE_MBRTOWC 1
23384| #define HAVE_MBSTATE_T 1
23385| #define HAVE_ISWLOWER 1
23386| #define HAVE_ISWUPPER 1
23387| #define HAVE_TOWLOWER 1
23388| #define HAVE_TOWUPPER 1
23389| #define HAVE_ISWCTYPE 1
23390| #define HAVE_WCHAR_T 1
23391| #define HAVE_WCTYPE_T 1
23392| #define HAVE_WINT_T 1
23393| #define HAVE_LOCALE_CHARSET 1
23394| #define SIZEOF_WCHAR_T 4
23395| #define HAVE_LIBDL 1
23396| #define HAVE_DLOPEN 1
23397| #define HAVE_DLCLOSE 1
23398| #define HAVE_DLSYM 1
23399| #define GETGROUPS_T gid_t
23400| #define HAVE_UINTPTR_T 1
23401| #define HAVE_LONG_LONG_INT 1
23402| #define HAVE_UNSIGNED_LONG_LONG_INT 1
23403| #define SIZEOF_CHAR 1
23404| #define SIZEOF_SHORT 2
23405| #define SIZEOF_INT 4
23406| #define SIZEOF_LONG 8
23407| #define SIZEOF_CHAR_P 8
23408| #define SIZEOF_SIZE_T 8
23409| #define SIZEOF_DOUBLE 8
23410| #define SIZEOF_LONG_LONG 8
23411| #define bits16_t short
23412| #define u_bits16_t unsigned short
23413| #define bits32_t int
23414| #define u_bits32_t unsigned int
23415| #define bits64_t char *
23416| #define HAVE_HASH_BANG_EXEC 1
23417| #define HAVE_POSIX_SIGNALS 1
23418| #define HAVE_SYS_ERRLIST 1
23419| #define HAVE_DECL_SYS_SIGLIST 1
23420| #define HAVE_SYS_SIGLIST 1
23421| #define HAVE_SOCKLEN_T 1
23422| #define HAVE_QUAD_T 1
23423| #define RLIMTYPE rlim_t
23424| #define HAVE_INTMAX_T 1
23425| #define HAVE_UINTMAX_T 1
23426| #define SIZEOF_INTMAX_T 8
23427| #define HAVE_STRUCT_DIRENT_D_INO 1
23428| #define HAVE_STRUCT_DIRENT_D_INO 1
23429| #define HAVE_STRUCT_DIRENT_D_FILENO 1
23430| #define HAVE_STRUCT_DIRENT_D_FILENO 1
23431| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
23432| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
23433| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
23434| #define HAVE_TIMEVAL 1
23435| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23436| #define HAVE_STRUCT_TM_TM_ZONE 1
23437| #define HAVE_TM_ZONE 1
23438| #define HAVE_STRUCT_TIMEZONE 1
23439| #define WEXITSTATUS_OFFSET 8
23440| #define HAVE_STRUCT_TIMESPEC 1
23441| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1
23442| /* end confdefs.h.  */
23443| #include <sys/types.h>
23444|      #include <sys/stat.h>
23445|
23446| int
23447| main (void)
23448| {
23449| static struct stat ac_aggr;
23450| if (ac_aggr.st_atim.tv_nsec)
23451| return 0;
23452|   ;
23453|   return 0;
23454| }
23455configure:19619: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
23456conftest.c:383:20: error: no member named 'st_atim' in 'struct stat'
23457if (sizeof ac_aggr.st_atim.tv_nsec)
23458           ~~~~~~~ ^
234591 error generated.
23460configure:19619: $? = 1
23461configure: failed program was:
23462| /* confdefs.h */
23463| #define PACKAGE_NAME "bash"
23464| #define PACKAGE_TARNAME "bash"
23465| #define PACKAGE_VERSION "5.2-release"
23466| #define PACKAGE_STRING "bash 5.2-release"
23467| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
23468| #define PACKAGE_URL ""
23469| #define ALIAS 1
23470| #define PUSHD_AND_POPD 1
23471| #define RESTRICTED_SHELL 1
23472| #define PROCESS_SUBSTITUTION 1
23473| #define PROMPT_STRING_DECODE 1
23474| #define SELECT_COMMAND 1
23475| #define HELP_BUILTIN 1
23476| #define ARRAY_VARS 1
23477| #define DPAREN_ARITHMETIC 1
23478| #define BRACE_EXPANSION 1
23479| #define COMMAND_TIMING 1
23480| #define EXTENDED_GLOB 1
23481| #define EXTGLOB_DEFAULT 0
23482| #define COND_COMMAND 1
23483| #define COND_REGEXP 1
23484| #define COPROCESS_SUPPORT 1
23485| #define ARITH_FOR_COMMAND 1
23486| #define NETWORK_REDIRECTIONS 1
23487| #define PROGRAMMABLE_COMPLETION 1
23488| #define DEBUGGER 1
23489| #define CASEMOD_ATTRS 1
23490| #define CASEMOD_EXPANSIONS 1
23491| #define GLOBASCII_DEFAULT 1
23492| #define FUNCTION_IMPORT 1
23493| #define TRANSLATABLE_STRINGS 1
23494| #define MEMSCRAMBLE 1
23495| #define HAVE_STDIO_H 1
23496| #define HAVE_STDLIB_H 1
23497| #define HAVE_STRING_H 1
23498| #define HAVE_INTTYPES_H 1
23499| #define HAVE_STDINT_H 1
23500| #define HAVE_STRINGS_H 1
23501| #define HAVE_SYS_STAT_H 1
23502| #define HAVE_SYS_TYPES_H 1
23503| #define HAVE_UNISTD_H 1
23504| #define HAVE_WCHAR_H 1
23505| #define HAVE_SYS_PARAM_H 1
23506| #define HAVE_XLOCALE_H 1
23507| #define HAVE_SYS_TIME_H 1
23508| #define STDC_HEADERS 1
23509| #define _ALL_SOURCE 1
23510| #define _DARWIN_C_SOURCE 1
23511| #define _GNU_SOURCE 1
23512| #define _HPUX_ALT_XOPEN_SOCKET_API 1
23513| #define _NETBSD_SOURCE 1
23514| #define _OPENBSD_SOURCE 1
23515| #define _POSIX_PTHREAD_SEMANTICS 1
23516| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
23517| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
23518| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
23519| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
23520| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
23521| #define __STDC_WANT_LIB_EXT2__ 1
23522| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
23523| #define _TANDEM_SOURCE 1
23524| #define __EXTENSIONS__ 1
23525| #define READLINE 1
23526| #define HISTORY 1
23527| #define BANG_HISTORY 1
23528| #define HAVE_STRINGIZE 1
23529| #define HAVE_LONG_DOUBLE 1
23530| #define PROTOTYPES 1
23531| #define __PROTOTYPES 1
23532| #define restrict __restrict__
23533| #define HAVE_VISIBILITY 1
23534| #define HAVE_STDINT_H_WITH_UINTMAX 1
23535| #define HAVE_ALLOCA_H 1
23536| #define HAVE_ALLOCA 1
23537| #define HAVE_GETPAGESIZE 1
23538| #define HAVE_SYMLINK 1
23539| #define HAVE_USELOCALE 1
23540| #define HAVE_VPRINTF 1
23541| #define HAVE_ALARM 1
23542| #define HAVE_FPURGE 1
23543| #define HAVE_SNPRINTF 1
23544| #define HAVE_VSNPRINTF 1
23545| #define HAVE_MMAP 1
23546| #define INTDIV0_RAISES_SIGFPE 1
23547| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
23548| #define HAVE_UNSIGNED_LONG_LONG_INT 1
23549| #define HAVE_UINTMAX_T 1
23550| #define HAVE_INTTYPES_H 1
23551| #define USE_POSIX_THREADS 1
23552| #define HAVE_PTHREAD_RWLOCK 1
23553| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
23554| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
23555| #define HAVE_ICONV 1
23556| #define ICONV_CONST
23557| #define HAVE_BUILTIN_EXPECT 1
23558| #define HAVE_INTTYPES_H 1
23559| #define HAVE_LIMITS_H 1
23560| #define HAVE_UNISTD_H 1
23561| #define HAVE_SYS_PARAM_H 1
23562| #define HAVE_GETCWD 1
23563| #define HAVE_GETEGID 1
23564| #define HAVE_GETEUID 1
23565| #define HAVE_GETGID 1
23566| #define HAVE_GETUID 1
23567| #define HAVE_MUNMAP 1
23568| #define HAVE_STPCPY 1
23569| #define HAVE_STRCASECMP 1
23570| #define HAVE_STRDUP 1
23571| #define HAVE_STRTOUL 1
23572| #define HAVE_TSEARCH 1
23573| #define HAVE_LOCALECONV 1
23574| #define HAVE_DECL_FEOF_UNLOCKED 1
23575| #define HAVE_DECL_FGETS_UNLOCKED 0
23576| #define HAVE_LONG_LONG_INT 1
23577| #define HAVE_WCHAR_T 1
23578| #define HAVE_WINT_T 1
23579| #define HAVE_INTMAX_T 1
23580| #define HAVE_POSIX_PRINTF 1
23581| #define HAVE_STDINT_H 1
23582| #define HAVE_STDINT_H 1
23583| #define HAVE_WORKING_O_NOATIME 1
23584| #define HAVE_WORKING_O_NOFOLLOW 1
23585| #define HAVE_WORKING_USELOCALE 1
23586| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
23587| #define HAVE_CFLOCALECOPYCURRENT 1
23588| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
23589| #define FLEXIBLE_ARRAY_MEMBER /**/
23590| #define HAVE_STDDEF_H 1
23591| #define HAVE_STDLIB_H 1
23592| #define HAVE_STRING_H 1
23593| #define HAVE_ASPRINTF 1
23594| #define HAVE_FWPRINTF 1
23595| #define HAVE_NEWLOCALE 1
23596| #define HAVE_PUTENV 1
23597| #define HAVE_SETENV 1
23598| #define HAVE_SETLOCALE 1
23599| #define HAVE_SNPRINTF 1
23600| #define HAVE_STRNLEN 1
23601| #define HAVE_USELOCALE 1
23602| #define HAVE_WCSLEN 1
23603| #define HAVE_WCSNLEN 1
23604| #define HAVE_MBRTOWC 1
23605| #define HAVE_WCRTOMB 1
23606| #define HAVE_DECL__SNPRINTF 0
23607| #define HAVE_DECL__SNWPRINTF 0
23608| #define HAVE_DECL_GETC_UNLOCKED 1
23609| #define HAVE_LANGINFO_CODESET 1
23610| #define HAVE_LC_MESSAGES 1
23611| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
23612| #define HAVE_CFLOCALECOPYCURRENT 1
23613| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
23614| #define ENABLE_NLS 1
23615| #define HAVE_GETTEXT 1
23616| #define HAVE_DCGETTEXT 1
23617| #define HAVE_DIRENT_H 1
23618| #define HAVE_INTTYPES_H 1
23619| #define HAVE_UNISTD_H 1
23620| #define HAVE_STDLIB_H 1
23621| #define HAVE_STDARG_H 1
23622| #define HAVE_LIMITS_H 1
23623| #define HAVE_STRING_H 1
23624| #define HAVE_MEMORY_H 1
23625| #define HAVE_LOCALE_H 1
23626| #define HAVE_TERMCAP_H 1
23627| #define HAVE_TERMIOS_H 1
23628| #define HAVE_DLFCN_H 1
23629| #define HAVE_STDBOOL_H 1
23630| #define HAVE_STDDEF_H 1
23631| #define HAVE_STDINT_H 1
23632| #define HAVE_NETDB_H 1
23633| #define HAVE_PWD_H 1
23634| #define HAVE_GRP_H 1
23635| #define HAVE_STRINGS_H 1
23636| #define HAVE_REGEX_H 1
23637| #define HAVE_SYSLOG_H 1
23638| #define HAVE_ULIMIT_H 1
23639| #define HAVE_SYS_SELECT_H 1
23640| #define HAVE_SYS_FILE_H 1
23641| #define HAVE_SYS_IOCTL_H 1
23642| #define HAVE_SYS_MMAN_H 1
23643| #define HAVE_SYS_PARAM_H 1
23644| #define HAVE_SYS_RANDOM_H 1
23645| #define HAVE_SYS_SOCKET_H 1
23646| #define HAVE_SYS_STAT_H 1
23647| #define HAVE_SYS_TIME_H 1
23648| #define HAVE_SYS_TIMES_H 1
23649| #define HAVE_SYS_TYPES_H 1
23650| #define HAVE_SYS_WAIT_H 1
23651| #define HAVE_NETINET_IN_H 1
23652| #define HAVE_ARPA_INET_H 1
23653| #define HAVE_SYS_RESOURCE_H 1
23654| #define HAVE_ALLOCA_H 1
23655| #define HAVE_ALLOCA 1
23656| #define HAVE_CHOWN 1
23657| #define GETPGRP_VOID 1
23658| #define HAVE_STRCOLL 1
23659| #define HAVE_WAIT3 1
23660| #define HAVE_MKFIFO 1
23661| #define HAVE_DUP2 1
23662| #define HAVE_FCNTL 1
23663| #define HAVE_GETDTABLESIZE 1
23664| #define HAVE_GETENTROPY 1
23665| #define HAVE_GETGROUPS 1
23666| #define HAVE_GETHOSTNAME 1
23667| #define HAVE_GETPAGESIZE 1
23668| #define HAVE_GETPEERNAME 1
23669| #define HAVE_GETRLIMIT 1
23670| #define HAVE_GETRUSAGE 1
23671| #define HAVE_GETTIMEOFDAY 1
23672| #define HAVE_KILL 1
23673| #define HAVE_KILLPG 1
23674| #define HAVE_LSTAT 1
23675| #define HAVE_PSELECT 1
23676| #define HAVE_READLINK 1
23677| #define HAVE_SELECT 1
23678| #define HAVE_SETITIMER 1
23679| #define HAVE_TCGETPGRP 1
23680| #define HAVE_UNAME 1
23681| #define HAVE_ULIMIT 1
23682| #define HAVE_WAITPID 1
23683| #define HAVE_RENAME 1
23684| #define HAVE_BCOPY 1
23685| #define HAVE_BZERO 1
23686| #define HAVE_CONFSTR 1
23687| #define HAVE_FACCESSAT 1
23688| #define HAVE_FNMATCH 1
23689| #define HAVE_GETADDRINFO 1
23690| #define HAVE_GETHOSTBYNAME 1
23691| #define HAVE_GETSERVBYNAME 1
23692| #define HAVE_GETSERVENT 1
23693| #define HAVE_INET_ATON 1
23694| #define HAVE_IMAXDIV 1
23695| #define HAVE_MEMMOVE 1
23696| #define HAVE_PATHCONF 1
23697| #define HAVE_PUTENV 1
23698| #define HAVE_RAISE 1
23699| #define HAVE_RANDOM 1
23700| #define HAVE_REGCOMP 1
23701| #define HAVE_REGEXEC 1
23702| #define HAVE_SETENV 1
23703| #define HAVE_SETLINEBUF 1
23704| #define HAVE_SETLOCALE 1
23705| #define HAVE_SETVBUF 1
23706| #define HAVE_SIGINTERRUPT 1
23707| #define HAVE_STRCHR 1
23708| #define HAVE_SYSCONF 1
23709| #define HAVE_SYSLOG 1
23710| #define HAVE_TCGETATTR 1
23711| #define HAVE_TIMES 1
23712| #define HAVE_TTYNAME 1
23713| #define HAVE_TZSET 1
23714| #define HAVE_UNSETENV 1
23715| #define HAVE_VASPRINTF 1
23716| #define HAVE_ASPRINTF 1
23717| #define HAVE_ISASCII 1
23718| #define HAVE_ISBLANK 1
23719| #define HAVE_ISGRAPH 1
23720| #define HAVE_ISPRINT 1
23721| #define HAVE_ISSPACE 1
23722| #define HAVE_ISXDIGIT 1
23723| #define HAVE_GETPWENT 1
23724| #define HAVE_GETPWNAM 1
23725| #define HAVE_GETPWUID 1
23726| #define HAVE_MKSTEMP 1
23727| #define HAVE_MKDTEMP 1
23728| #define HAVE_ARC4RANDOM 1
23729| #define HAVE_GETCWD 1
23730| #define HAVE_MEMSET 1
23731| #define HAVE_STRCASECMP 1
23732| #define HAVE_STRCASESTR 1
23733| #define HAVE_STRERROR 1
23734| #define HAVE_STRFTIME 1
23735| #define HAVE_STRNLEN 1
23736| #define HAVE_STRPBRK 1
23737| #define HAVE_STRSTR 1
23738| #define HAVE_STRTOD 1
23739| #define HAVE_STRTOL 1
23740| #define HAVE_STRTOUL 1
23741| #define HAVE_STRTOLL 1
23742| #define HAVE_STRTOULL 1
23743| #define HAVE_STRTOUMAX 1
23744| #define HAVE_DPRINTF 1
23745| #define HAVE_STRDUP 1
23746| #define HAVE_DECL_AUDIT_USER_TTY 0
23747| #define HAVE_DECL_CONFSTR 1
23748| #define HAVE_DECL_PRINTF 1
23749| #define HAVE_DECL_SBRK 1
23750| #define HAVE_DECL_SETREGID 1
23751| #define HAVE_DECL_STRCPY 1
23752| #define HAVE_DECL_STRSIGNAL 1
23753| #define HAVE_DECL_STRTOLD 1
23754| #define HAVE_DECL_STRTOL 1
23755| #define HAVE_DECL_STRTOLL 1
23756| #define HAVE_DECL_STRTOUL 1
23757| #define HAVE_DECL_STRTOULL 1
23758| #define HAVE_DECL_STRTOUMAX 1
23759| #define HAVE_ERRNO_H 1
23760| #define HAVE_FCNTL_H 1
23761| #define HAVE_MMAP 1
23762| #define HAVE_MUNMAP 1
23763| #define HAVE_STPCPY 1
23764| #define HAVE_STRCSPN 1
23765| #define HAVE_WCTYPE_H 1
23766| #define HAVE_WCHAR_H 1
23767| #define HAVE_LANGINFO_H 1
23768| #define HAVE_MBRLEN 1
23769| #define HAVE_MBSNRTOWCS 1
23770| #define HAVE_MBSRTOWCS 1
23771| #define HAVE_WCRTOMB 1
23772| #define HAVE_WCSCOLL 1
23773| #define HAVE_WCSDUP 1
23774| #define HAVE_WCWIDTH 1
23775| #define HAVE_WCTYPE 1
23776| #define HAVE_WCSWIDTH 1
23777| #define HAVE_MBRTOWC 1
23778| #define HAVE_MBSTATE_T 1
23779| #define HAVE_ISWLOWER 1
23780| #define HAVE_ISWUPPER 1
23781| #define HAVE_TOWLOWER 1
23782| #define HAVE_TOWUPPER 1
23783| #define HAVE_ISWCTYPE 1
23784| #define HAVE_WCHAR_T 1
23785| #define HAVE_WCTYPE_T 1
23786| #define HAVE_WINT_T 1
23787| #define HAVE_LOCALE_CHARSET 1
23788| #define SIZEOF_WCHAR_T 4
23789| #define HAVE_LIBDL 1
23790| #define HAVE_DLOPEN 1
23791| #define HAVE_DLCLOSE 1
23792| #define HAVE_DLSYM 1
23793| #define GETGROUPS_T gid_t
23794| #define HAVE_UINTPTR_T 1
23795| #define HAVE_LONG_LONG_INT 1
23796| #define HAVE_UNSIGNED_LONG_LONG_INT 1
23797| #define SIZEOF_CHAR 1
23798| #define SIZEOF_SHORT 2
23799| #define SIZEOF_INT 4
23800| #define SIZEOF_LONG 8
23801| #define SIZEOF_CHAR_P 8
23802| #define SIZEOF_SIZE_T 8
23803| #define SIZEOF_DOUBLE 8
23804| #define SIZEOF_LONG_LONG 8
23805| #define bits16_t short
23806| #define u_bits16_t unsigned short
23807| #define bits32_t int
23808| #define u_bits32_t unsigned int
23809| #define bits64_t char *
23810| #define HAVE_HASH_BANG_EXEC 1
23811| #define HAVE_POSIX_SIGNALS 1
23812| #define HAVE_SYS_ERRLIST 1
23813| #define HAVE_DECL_SYS_SIGLIST 1
23814| #define HAVE_SYS_SIGLIST 1
23815| #define HAVE_SOCKLEN_T 1
23816| #define HAVE_QUAD_T 1
23817| #define RLIMTYPE rlim_t
23818| #define HAVE_INTMAX_T 1
23819| #define HAVE_UINTMAX_T 1
23820| #define SIZEOF_INTMAX_T 8
23821| #define HAVE_STRUCT_DIRENT_D_INO 1
23822| #define HAVE_STRUCT_DIRENT_D_INO 1
23823| #define HAVE_STRUCT_DIRENT_D_FILENO 1
23824| #define HAVE_STRUCT_DIRENT_D_FILENO 1
23825| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
23826| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
23827| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
23828| #define HAVE_TIMEVAL 1
23829| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23830| #define HAVE_STRUCT_TM_TM_ZONE 1
23831| #define HAVE_TM_ZONE 1
23832| #define HAVE_STRUCT_TIMEZONE 1
23833| #define WEXITSTATUS_OFFSET 8
23834| #define HAVE_STRUCT_TIMESPEC 1
23835| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1
23836| /* end confdefs.h.  */
23837| #include <sys/types.h>
23838|      #include <sys/stat.h>
23839|
23840| int
23841| main (void)
23842| {
23843| static struct stat ac_aggr;
23844| if (sizeof ac_aggr.st_atim.tv_nsec)
23845| return 0;
23846|   ;
23847|   return 0;
23848| }
23849configure:19619: result: no
23850configure:19671: checking for struct stat.st_atimespec.tv_nsec
23851configure:19671: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
23852configure:19671: $? = 0
23853configure:19671: result: yes
23854configure:19711: checking for sbrk
23855configure:19728: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
23856conftest.c:381:12: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
23857 void *x = sbrk (4096);
23858           ^
23859/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
23860__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
23861^
23862/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:211:40: note: expanded from macro '__deprecated'
23863#define __deprecated    __attribute__((__deprecated__))
23864                                       ^
238651 warning generated.
23866configure:19728: $? = 0
23867configure:19738: result: yes
23868configure:19741: checking for working sbrk
23869configure:19770: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
23870conftest.c:386:6: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
23871        x = sbrk (4096);
23872            ^
23873/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/unistd.h:582:1: note: 'sbrk' has been explicitly marked deprecated here
23874__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
23875^
23876/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/cdefs.h:211:40: note: expanded from macro '__deprecated'
23877#define __deprecated    __attribute__((__deprecated__))
23878                                       ^
238791 warning generated.
23880configure:19770: $? = 0
23881configure:19770: ./conftest
23882configure:19770: $? = 0
23883configure:19781: result: yes
23884configure:19794: checking for the existence of strsignal
23885configure:19813: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
23886configure:19813: $? = 0
23887configure:19823: result: yes
23888configure:19830: checking if opendir() opens non-directories
23889configure:19891: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
23890configure:19891: $? = 0
23891configure:19891: ./conftest
23892configure:19891: $? = 1
23893configure: program exited with status 1
23894configure: failed program was:
23895| /* confdefs.h */
23896| #define PACKAGE_NAME "bash"
23897| #define PACKAGE_TARNAME "bash"
23898| #define PACKAGE_VERSION "5.2-release"
23899| #define PACKAGE_STRING "bash 5.2-release"
23900| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
23901| #define PACKAGE_URL ""
23902| #define ALIAS 1
23903| #define PUSHD_AND_POPD 1
23904| #define RESTRICTED_SHELL 1
23905| #define PROCESS_SUBSTITUTION 1
23906| #define PROMPT_STRING_DECODE 1
23907| #define SELECT_COMMAND 1
23908| #define HELP_BUILTIN 1
23909| #define ARRAY_VARS 1
23910| #define DPAREN_ARITHMETIC 1
23911| #define BRACE_EXPANSION 1
23912| #define COMMAND_TIMING 1
23913| #define EXTENDED_GLOB 1
23914| #define EXTGLOB_DEFAULT 0
23915| #define COND_COMMAND 1
23916| #define COND_REGEXP 1
23917| #define COPROCESS_SUPPORT 1
23918| #define ARITH_FOR_COMMAND 1
23919| #define NETWORK_REDIRECTIONS 1
23920| #define PROGRAMMABLE_COMPLETION 1
23921| #define DEBUGGER 1
23922| #define CASEMOD_ATTRS 1
23923| #define CASEMOD_EXPANSIONS 1
23924| #define GLOBASCII_DEFAULT 1
23925| #define FUNCTION_IMPORT 1
23926| #define TRANSLATABLE_STRINGS 1
23927| #define MEMSCRAMBLE 1
23928| #define HAVE_STDIO_H 1
23929| #define HAVE_STDLIB_H 1
23930| #define HAVE_STRING_H 1
23931| #define HAVE_INTTYPES_H 1
23932| #define HAVE_STDINT_H 1
23933| #define HAVE_STRINGS_H 1
23934| #define HAVE_SYS_STAT_H 1
23935| #define HAVE_SYS_TYPES_H 1
23936| #define HAVE_UNISTD_H 1
23937| #define HAVE_WCHAR_H 1
23938| #define HAVE_SYS_PARAM_H 1
23939| #define HAVE_XLOCALE_H 1
23940| #define HAVE_SYS_TIME_H 1
23941| #define STDC_HEADERS 1
23942| #define _ALL_SOURCE 1
23943| #define _DARWIN_C_SOURCE 1
23944| #define _GNU_SOURCE 1
23945| #define _HPUX_ALT_XOPEN_SOCKET_API 1
23946| #define _NETBSD_SOURCE 1
23947| #define _OPENBSD_SOURCE 1
23948| #define _POSIX_PTHREAD_SEMANTICS 1
23949| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
23950| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
23951| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
23952| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
23953| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
23954| #define __STDC_WANT_LIB_EXT2__ 1
23955| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
23956| #define _TANDEM_SOURCE 1
23957| #define __EXTENSIONS__ 1
23958| #define READLINE 1
23959| #define HISTORY 1
23960| #define BANG_HISTORY 1
23961| #define HAVE_STRINGIZE 1
23962| #define HAVE_LONG_DOUBLE 1
23963| #define PROTOTYPES 1
23964| #define __PROTOTYPES 1
23965| #define restrict __restrict__
23966| #define HAVE_VISIBILITY 1
23967| #define HAVE_STDINT_H_WITH_UINTMAX 1
23968| #define HAVE_ALLOCA_H 1
23969| #define HAVE_ALLOCA 1
23970| #define HAVE_GETPAGESIZE 1
23971| #define HAVE_SYMLINK 1
23972| #define HAVE_USELOCALE 1
23973| #define HAVE_VPRINTF 1
23974| #define HAVE_ALARM 1
23975| #define HAVE_FPURGE 1
23976| #define HAVE_SNPRINTF 1
23977| #define HAVE_VSNPRINTF 1
23978| #define HAVE_MMAP 1
23979| #define INTDIV0_RAISES_SIGFPE 1
23980| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
23981| #define HAVE_UNSIGNED_LONG_LONG_INT 1
23982| #define HAVE_UINTMAX_T 1
23983| #define HAVE_INTTYPES_H 1
23984| #define USE_POSIX_THREADS 1
23985| #define HAVE_PTHREAD_RWLOCK 1
23986| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
23987| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
23988| #define HAVE_ICONV 1
23989| #define ICONV_CONST
23990| #define HAVE_BUILTIN_EXPECT 1
23991| #define HAVE_INTTYPES_H 1
23992| #define HAVE_LIMITS_H 1
23993| #define HAVE_UNISTD_H 1
23994| #define HAVE_SYS_PARAM_H 1
23995| #define HAVE_GETCWD 1
23996| #define HAVE_GETEGID 1
23997| #define HAVE_GETEUID 1
23998| #define HAVE_GETGID 1
23999| #define HAVE_GETUID 1
24000| #define HAVE_MUNMAP 1
24001| #define HAVE_STPCPY 1
24002| #define HAVE_STRCASECMP 1
24003| #define HAVE_STRDUP 1
24004| #define HAVE_STRTOUL 1
24005| #define HAVE_TSEARCH 1
24006| #define HAVE_LOCALECONV 1
24007| #define HAVE_DECL_FEOF_UNLOCKED 1
24008| #define HAVE_DECL_FGETS_UNLOCKED 0
24009| #define HAVE_LONG_LONG_INT 1
24010| #define HAVE_WCHAR_T 1
24011| #define HAVE_WINT_T 1
24012| #define HAVE_INTMAX_T 1
24013| #define HAVE_POSIX_PRINTF 1
24014| #define HAVE_STDINT_H 1
24015| #define HAVE_STDINT_H 1
24016| #define HAVE_WORKING_O_NOATIME 1
24017| #define HAVE_WORKING_O_NOFOLLOW 1
24018| #define HAVE_WORKING_USELOCALE 1
24019| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
24020| #define HAVE_CFLOCALECOPYCURRENT 1
24021| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
24022| #define FLEXIBLE_ARRAY_MEMBER /**/
24023| #define HAVE_STDDEF_H 1
24024| #define HAVE_STDLIB_H 1
24025| #define HAVE_STRING_H 1
24026| #define HAVE_ASPRINTF 1
24027| #define HAVE_FWPRINTF 1
24028| #define HAVE_NEWLOCALE 1
24029| #define HAVE_PUTENV 1
24030| #define HAVE_SETENV 1
24031| #define HAVE_SETLOCALE 1
24032| #define HAVE_SNPRINTF 1
24033| #define HAVE_STRNLEN 1
24034| #define HAVE_USELOCALE 1
24035| #define HAVE_WCSLEN 1
24036| #define HAVE_WCSNLEN 1
24037| #define HAVE_MBRTOWC 1
24038| #define HAVE_WCRTOMB 1
24039| #define HAVE_DECL__SNPRINTF 0
24040| #define HAVE_DECL__SNWPRINTF 0
24041| #define HAVE_DECL_GETC_UNLOCKED 1
24042| #define HAVE_LANGINFO_CODESET 1
24043| #define HAVE_LC_MESSAGES 1
24044| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
24045| #define HAVE_CFLOCALECOPYCURRENT 1
24046| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
24047| #define ENABLE_NLS 1
24048| #define HAVE_GETTEXT 1
24049| #define HAVE_DCGETTEXT 1
24050| #define HAVE_DIRENT_H 1
24051| #define HAVE_INTTYPES_H 1
24052| #define HAVE_UNISTD_H 1
24053| #define HAVE_STDLIB_H 1
24054| #define HAVE_STDARG_H 1
24055| #define HAVE_LIMITS_H 1
24056| #define HAVE_STRING_H 1
24057| #define HAVE_MEMORY_H 1
24058| #define HAVE_LOCALE_H 1
24059| #define HAVE_TERMCAP_H 1
24060| #define HAVE_TERMIOS_H 1
24061| #define HAVE_DLFCN_H 1
24062| #define HAVE_STDBOOL_H 1
24063| #define HAVE_STDDEF_H 1
24064| #define HAVE_STDINT_H 1
24065| #define HAVE_NETDB_H 1
24066| #define HAVE_PWD_H 1
24067| #define HAVE_GRP_H 1
24068| #define HAVE_STRINGS_H 1
24069| #define HAVE_REGEX_H 1
24070| #define HAVE_SYSLOG_H 1
24071| #define HAVE_ULIMIT_H 1
24072| #define HAVE_SYS_SELECT_H 1
24073| #define HAVE_SYS_FILE_H 1
24074| #define HAVE_SYS_IOCTL_H 1
24075| #define HAVE_SYS_MMAN_H 1
24076| #define HAVE_SYS_PARAM_H 1
24077| #define HAVE_SYS_RANDOM_H 1
24078| #define HAVE_SYS_SOCKET_H 1
24079| #define HAVE_SYS_STAT_H 1
24080| #define HAVE_SYS_TIME_H 1
24081| #define HAVE_SYS_TIMES_H 1
24082| #define HAVE_SYS_TYPES_H 1
24083| #define HAVE_SYS_WAIT_H 1
24084| #define HAVE_NETINET_IN_H 1
24085| #define HAVE_ARPA_INET_H 1
24086| #define HAVE_SYS_RESOURCE_H 1
24087| #define HAVE_ALLOCA_H 1
24088| #define HAVE_ALLOCA 1
24089| #define HAVE_CHOWN 1
24090| #define GETPGRP_VOID 1
24091| #define HAVE_STRCOLL 1
24092| #define HAVE_WAIT3 1
24093| #define HAVE_MKFIFO 1
24094| #define HAVE_DUP2 1
24095| #define HAVE_FCNTL 1
24096| #define HAVE_GETDTABLESIZE 1
24097| #define HAVE_GETENTROPY 1
24098| #define HAVE_GETGROUPS 1
24099| #define HAVE_GETHOSTNAME 1
24100| #define HAVE_GETPAGESIZE 1
24101| #define HAVE_GETPEERNAME 1
24102| #define HAVE_GETRLIMIT 1
24103| #define HAVE_GETRUSAGE 1
24104| #define HAVE_GETTIMEOFDAY 1
24105| #define HAVE_KILL 1
24106| #define HAVE_KILLPG 1
24107| #define HAVE_LSTAT 1
24108| #define HAVE_PSELECT 1
24109| #define HAVE_READLINK 1
24110| #define HAVE_SELECT 1
24111| #define HAVE_SETITIMER 1
24112| #define HAVE_TCGETPGRP 1
24113| #define HAVE_UNAME 1
24114| #define HAVE_ULIMIT 1
24115| #define HAVE_WAITPID 1
24116| #define HAVE_RENAME 1
24117| #define HAVE_BCOPY 1
24118| #define HAVE_BZERO 1
24119| #define HAVE_CONFSTR 1
24120| #define HAVE_FACCESSAT 1
24121| #define HAVE_FNMATCH 1
24122| #define HAVE_GETADDRINFO 1
24123| #define HAVE_GETHOSTBYNAME 1
24124| #define HAVE_GETSERVBYNAME 1
24125| #define HAVE_GETSERVENT 1
24126| #define HAVE_INET_ATON 1
24127| #define HAVE_IMAXDIV 1
24128| #define HAVE_MEMMOVE 1
24129| #define HAVE_PATHCONF 1
24130| #define HAVE_PUTENV 1
24131| #define HAVE_RAISE 1
24132| #define HAVE_RANDOM 1
24133| #define HAVE_REGCOMP 1
24134| #define HAVE_REGEXEC 1
24135| #define HAVE_SETENV 1
24136| #define HAVE_SETLINEBUF 1
24137| #define HAVE_SETLOCALE 1
24138| #define HAVE_SETVBUF 1
24139| #define HAVE_SIGINTERRUPT 1
24140| #define HAVE_STRCHR 1
24141| #define HAVE_SYSCONF 1
24142| #define HAVE_SYSLOG 1
24143| #define HAVE_TCGETATTR 1
24144| #define HAVE_TIMES 1
24145| #define HAVE_TTYNAME 1
24146| #define HAVE_TZSET 1
24147| #define HAVE_UNSETENV 1
24148| #define HAVE_VASPRINTF 1
24149| #define HAVE_ASPRINTF 1
24150| #define HAVE_ISASCII 1
24151| #define HAVE_ISBLANK 1
24152| #define HAVE_ISGRAPH 1
24153| #define HAVE_ISPRINT 1
24154| #define HAVE_ISSPACE 1
24155| #define HAVE_ISXDIGIT 1
24156| #define HAVE_GETPWENT 1
24157| #define HAVE_GETPWNAM 1
24158| #define HAVE_GETPWUID 1
24159| #define HAVE_MKSTEMP 1
24160| #define HAVE_MKDTEMP 1
24161| #define HAVE_ARC4RANDOM 1
24162| #define HAVE_GETCWD 1
24163| #define HAVE_MEMSET 1
24164| #define HAVE_STRCASECMP 1
24165| #define HAVE_STRCASESTR 1
24166| #define HAVE_STRERROR 1
24167| #define HAVE_STRFTIME 1
24168| #define HAVE_STRNLEN 1
24169| #define HAVE_STRPBRK 1
24170| #define HAVE_STRSTR 1
24171| #define HAVE_STRTOD 1
24172| #define HAVE_STRTOL 1
24173| #define HAVE_STRTOUL 1
24174| #define HAVE_STRTOLL 1
24175| #define HAVE_STRTOULL 1
24176| #define HAVE_STRTOUMAX 1
24177| #define HAVE_DPRINTF 1
24178| #define HAVE_STRDUP 1
24179| #define HAVE_DECL_AUDIT_USER_TTY 0
24180| #define HAVE_DECL_CONFSTR 1
24181| #define HAVE_DECL_PRINTF 1
24182| #define HAVE_DECL_SBRK 1
24183| #define HAVE_DECL_SETREGID 1
24184| #define HAVE_DECL_STRCPY 1
24185| #define HAVE_DECL_STRSIGNAL 1
24186| #define HAVE_DECL_STRTOLD 1
24187| #define HAVE_DECL_STRTOL 1
24188| #define HAVE_DECL_STRTOLL 1
24189| #define HAVE_DECL_STRTOUL 1
24190| #define HAVE_DECL_STRTOULL 1
24191| #define HAVE_DECL_STRTOUMAX 1
24192| #define HAVE_ERRNO_H 1
24193| #define HAVE_FCNTL_H 1
24194| #define HAVE_MMAP 1
24195| #define HAVE_MUNMAP 1
24196| #define HAVE_STPCPY 1
24197| #define HAVE_STRCSPN 1
24198| #define HAVE_WCTYPE_H 1
24199| #define HAVE_WCHAR_H 1
24200| #define HAVE_LANGINFO_H 1
24201| #define HAVE_MBRLEN 1
24202| #define HAVE_MBSNRTOWCS 1
24203| #define HAVE_MBSRTOWCS 1
24204| #define HAVE_WCRTOMB 1
24205| #define HAVE_WCSCOLL 1
24206| #define HAVE_WCSDUP 1
24207| #define HAVE_WCWIDTH 1
24208| #define HAVE_WCTYPE 1
24209| #define HAVE_WCSWIDTH 1
24210| #define HAVE_MBRTOWC 1
24211| #define HAVE_MBSTATE_T 1
24212| #define HAVE_ISWLOWER 1
24213| #define HAVE_ISWUPPER 1
24214| #define HAVE_TOWLOWER 1
24215| #define HAVE_TOWUPPER 1
24216| #define HAVE_ISWCTYPE 1
24217| #define HAVE_WCHAR_T 1
24218| #define HAVE_WCTYPE_T 1
24219| #define HAVE_WINT_T 1
24220| #define HAVE_LOCALE_CHARSET 1
24221| #define SIZEOF_WCHAR_T 4
24222| #define HAVE_LIBDL 1
24223| #define HAVE_DLOPEN 1
24224| #define HAVE_DLCLOSE 1
24225| #define HAVE_DLSYM 1
24226| #define GETGROUPS_T gid_t
24227| #define HAVE_UINTPTR_T 1
24228| #define HAVE_LONG_LONG_INT 1
24229| #define HAVE_UNSIGNED_LONG_LONG_INT 1
24230| #define SIZEOF_CHAR 1
24231| #define SIZEOF_SHORT 2
24232| #define SIZEOF_INT 4
24233| #define SIZEOF_LONG 8
24234| #define SIZEOF_CHAR_P 8
24235| #define SIZEOF_SIZE_T 8
24236| #define SIZEOF_DOUBLE 8
24237| #define SIZEOF_LONG_LONG 8
24238| #define bits16_t short
24239| #define u_bits16_t unsigned short
24240| #define bits32_t int
24241| #define u_bits32_t unsigned int
24242| #define bits64_t char *
24243| #define HAVE_HASH_BANG_EXEC 1
24244| #define HAVE_POSIX_SIGNALS 1
24245| #define HAVE_SYS_ERRLIST 1
24246| #define HAVE_DECL_SYS_SIGLIST 1
24247| #define HAVE_SYS_SIGLIST 1
24248| #define HAVE_SOCKLEN_T 1
24249| #define HAVE_QUAD_T 1
24250| #define RLIMTYPE rlim_t
24251| #define HAVE_INTMAX_T 1
24252| #define HAVE_UINTMAX_T 1
24253| #define SIZEOF_INTMAX_T 8
24254| #define HAVE_STRUCT_DIRENT_D_INO 1
24255| #define HAVE_STRUCT_DIRENT_D_INO 1
24256| #define HAVE_STRUCT_DIRENT_D_FILENO 1
24257| #define HAVE_STRUCT_DIRENT_D_FILENO 1
24258| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
24259| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
24260| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
24261| #define HAVE_TIMEVAL 1
24262| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
24263| #define HAVE_STRUCT_TM_TM_ZONE 1
24264| #define HAVE_TM_ZONE 1
24265| #define HAVE_STRUCT_TIMEZONE 1
24266| #define WEXITSTATUS_OFFSET 8
24267| #define HAVE_STRUCT_TIMESPEC 1
24268| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1
24269| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
24270| #define HAVE_SBRK 1
24271| #define HAVE_STRSIGNAL 1
24272| /* end confdefs.h.  */
24273|
24274| #include <stdio.h>
24275| #include <sys/types.h>
24276| #include <fcntl.h>
24277| #ifdef HAVE_UNISTD_H
24278| # include <unistd.h>
24279| #endif /* HAVE_UNISTD_H */
24280| #ifdef HAVE_SYS_STAT_H
24281| #include <sys/stat.h>
24282| #endif
24283| #if defined(HAVE_DIRENT_H)
24284| # include <dirent.h>
24285| #else
24286| # define dirent direct
24287| # ifdef HAVE_SYS_NDIR_H
24288| #  include <sys/ndir.h>
24289| # endif /* SYSNDIR */
24290| # ifdef HAVE_SYS_DIR_H
24291| #  include <sys/dir.h>
24292| # endif /* SYSDIR */
24293| # ifdef HAVE_NDIR_H
24294| #  include <ndir.h>
24295| # endif
24296| #endif /* HAVE_DIRENT_H */
24297| #include <stdlib.h>
24298| int
24299| main()
24300| {
24301| DIR *dir;
24302| int fd, err;
24303| err = mkdir("bash-aclocal", 0700);
24304| if (err < 0) {
24305|   perror("mkdir");
24306|   exit(1);
24307| }
24308| unlink("bash-aclocal/not_a_directory");
24309| fd = open("bash-aclocal/not_a_directory", O_WRONLY|O_CREAT|O_EXCL, 0666);
24310| write(fd, "\n", 1);
24311| close(fd);
24312| dir = opendir("bash-aclocal/not_a_directory");
24313| unlink("bash-aclocal/not_a_directory");
24314| rmdir("bash-aclocal");
24315| exit (dir == 0);
24316| }
24317|
24318configure:19903: result: no
24319configure:19910: checking whether ulimit can substitute for getdtablesize
24320configure:19938: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
24321configure:19938: $? = 0
24322configure:19938: ./conftest
24323configure:19938: $? = 1
24324configure: program exited with status 1
24325configure: failed program was:
24326| /* confdefs.h */
24327| #define PACKAGE_NAME "bash"
24328| #define PACKAGE_TARNAME "bash"
24329| #define PACKAGE_VERSION "5.2-release"
24330| #define PACKAGE_STRING "bash 5.2-release"
24331| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
24332| #define PACKAGE_URL ""
24333| #define ALIAS 1
24334| #define PUSHD_AND_POPD 1
24335| #define RESTRICTED_SHELL 1
24336| #define PROCESS_SUBSTITUTION 1
24337| #define PROMPT_STRING_DECODE 1
24338| #define SELECT_COMMAND 1
24339| #define HELP_BUILTIN 1
24340| #define ARRAY_VARS 1
24341| #define DPAREN_ARITHMETIC 1
24342| #define BRACE_EXPANSION 1
24343| #define COMMAND_TIMING 1
24344| #define EXTENDED_GLOB 1
24345| #define EXTGLOB_DEFAULT 0
24346| #define COND_COMMAND 1
24347| #define COND_REGEXP 1
24348| #define COPROCESS_SUPPORT 1
24349| #define ARITH_FOR_COMMAND 1
24350| #define NETWORK_REDIRECTIONS 1
24351| #define PROGRAMMABLE_COMPLETION 1
24352| #define DEBUGGER 1
24353| #define CASEMOD_ATTRS 1
24354| #define CASEMOD_EXPANSIONS 1
24355| #define GLOBASCII_DEFAULT 1
24356| #define FUNCTION_IMPORT 1
24357| #define TRANSLATABLE_STRINGS 1
24358| #define MEMSCRAMBLE 1
24359| #define HAVE_STDIO_H 1
24360| #define HAVE_STDLIB_H 1
24361| #define HAVE_STRING_H 1
24362| #define HAVE_INTTYPES_H 1
24363| #define HAVE_STDINT_H 1
24364| #define HAVE_STRINGS_H 1
24365| #define HAVE_SYS_STAT_H 1
24366| #define HAVE_SYS_TYPES_H 1
24367| #define HAVE_UNISTD_H 1
24368| #define HAVE_WCHAR_H 1
24369| #define HAVE_SYS_PARAM_H 1
24370| #define HAVE_XLOCALE_H 1
24371| #define HAVE_SYS_TIME_H 1
24372| #define STDC_HEADERS 1
24373| #define _ALL_SOURCE 1
24374| #define _DARWIN_C_SOURCE 1
24375| #define _GNU_SOURCE 1
24376| #define _HPUX_ALT_XOPEN_SOCKET_API 1
24377| #define _NETBSD_SOURCE 1
24378| #define _OPENBSD_SOURCE 1
24379| #define _POSIX_PTHREAD_SEMANTICS 1
24380| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
24381| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
24382| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
24383| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
24384| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
24385| #define __STDC_WANT_LIB_EXT2__ 1
24386| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
24387| #define _TANDEM_SOURCE 1
24388| #define __EXTENSIONS__ 1
24389| #define READLINE 1
24390| #define HISTORY 1
24391| #define BANG_HISTORY 1
24392| #define HAVE_STRINGIZE 1
24393| #define HAVE_LONG_DOUBLE 1
24394| #define PROTOTYPES 1
24395| #define __PROTOTYPES 1
24396| #define restrict __restrict__
24397| #define HAVE_VISIBILITY 1
24398| #define HAVE_STDINT_H_WITH_UINTMAX 1
24399| #define HAVE_ALLOCA_H 1
24400| #define HAVE_ALLOCA 1
24401| #define HAVE_GETPAGESIZE 1
24402| #define HAVE_SYMLINK 1
24403| #define HAVE_USELOCALE 1
24404| #define HAVE_VPRINTF 1
24405| #define HAVE_ALARM 1
24406| #define HAVE_FPURGE 1
24407| #define HAVE_SNPRINTF 1
24408| #define HAVE_VSNPRINTF 1
24409| #define HAVE_MMAP 1
24410| #define INTDIV0_RAISES_SIGFPE 1
24411| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
24412| #define HAVE_UNSIGNED_LONG_LONG_INT 1
24413| #define HAVE_UINTMAX_T 1
24414| #define HAVE_INTTYPES_H 1
24415| #define USE_POSIX_THREADS 1
24416| #define HAVE_PTHREAD_RWLOCK 1
24417| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
24418| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
24419| #define HAVE_ICONV 1
24420| #define ICONV_CONST
24421| #define HAVE_BUILTIN_EXPECT 1
24422| #define HAVE_INTTYPES_H 1
24423| #define HAVE_LIMITS_H 1
24424| #define HAVE_UNISTD_H 1
24425| #define HAVE_SYS_PARAM_H 1
24426| #define HAVE_GETCWD 1
24427| #define HAVE_GETEGID 1
24428| #define HAVE_GETEUID 1
24429| #define HAVE_GETGID 1
24430| #define HAVE_GETUID 1
24431| #define HAVE_MUNMAP 1
24432| #define HAVE_STPCPY 1
24433| #define HAVE_STRCASECMP 1
24434| #define HAVE_STRDUP 1
24435| #define HAVE_STRTOUL 1
24436| #define HAVE_TSEARCH 1
24437| #define HAVE_LOCALECONV 1
24438| #define HAVE_DECL_FEOF_UNLOCKED 1
24439| #define HAVE_DECL_FGETS_UNLOCKED 0
24440| #define HAVE_LONG_LONG_INT 1
24441| #define HAVE_WCHAR_T 1
24442| #define HAVE_WINT_T 1
24443| #define HAVE_INTMAX_T 1
24444| #define HAVE_POSIX_PRINTF 1
24445| #define HAVE_STDINT_H 1
24446| #define HAVE_STDINT_H 1
24447| #define HAVE_WORKING_O_NOATIME 1
24448| #define HAVE_WORKING_O_NOFOLLOW 1
24449| #define HAVE_WORKING_USELOCALE 1
24450| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
24451| #define HAVE_CFLOCALECOPYCURRENT 1
24452| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
24453| #define FLEXIBLE_ARRAY_MEMBER /**/
24454| #define HAVE_STDDEF_H 1
24455| #define HAVE_STDLIB_H 1
24456| #define HAVE_STRING_H 1
24457| #define HAVE_ASPRINTF 1
24458| #define HAVE_FWPRINTF 1
24459| #define HAVE_NEWLOCALE 1
24460| #define HAVE_PUTENV 1
24461| #define HAVE_SETENV 1
24462| #define HAVE_SETLOCALE 1
24463| #define HAVE_SNPRINTF 1
24464| #define HAVE_STRNLEN 1
24465| #define HAVE_USELOCALE 1
24466| #define HAVE_WCSLEN 1
24467| #define HAVE_WCSNLEN 1
24468| #define HAVE_MBRTOWC 1
24469| #define HAVE_WCRTOMB 1
24470| #define HAVE_DECL__SNPRINTF 0
24471| #define HAVE_DECL__SNWPRINTF 0
24472| #define HAVE_DECL_GETC_UNLOCKED 1
24473| #define HAVE_LANGINFO_CODESET 1
24474| #define HAVE_LC_MESSAGES 1
24475| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
24476| #define HAVE_CFLOCALECOPYCURRENT 1
24477| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
24478| #define ENABLE_NLS 1
24479| #define HAVE_GETTEXT 1
24480| #define HAVE_DCGETTEXT 1
24481| #define HAVE_DIRENT_H 1
24482| #define HAVE_INTTYPES_H 1
24483| #define HAVE_UNISTD_H 1
24484| #define HAVE_STDLIB_H 1
24485| #define HAVE_STDARG_H 1
24486| #define HAVE_LIMITS_H 1
24487| #define HAVE_STRING_H 1
24488| #define HAVE_MEMORY_H 1
24489| #define HAVE_LOCALE_H 1
24490| #define HAVE_TERMCAP_H 1
24491| #define HAVE_TERMIOS_H 1
24492| #define HAVE_DLFCN_H 1
24493| #define HAVE_STDBOOL_H 1
24494| #define HAVE_STDDEF_H 1
24495| #define HAVE_STDINT_H 1
24496| #define HAVE_NETDB_H 1
24497| #define HAVE_PWD_H 1
24498| #define HAVE_GRP_H 1
24499| #define HAVE_STRINGS_H 1
24500| #define HAVE_REGEX_H 1
24501| #define HAVE_SYSLOG_H 1
24502| #define HAVE_ULIMIT_H 1
24503| #define HAVE_SYS_SELECT_H 1
24504| #define HAVE_SYS_FILE_H 1
24505| #define HAVE_SYS_IOCTL_H 1
24506| #define HAVE_SYS_MMAN_H 1
24507| #define HAVE_SYS_PARAM_H 1
24508| #define HAVE_SYS_RANDOM_H 1
24509| #define HAVE_SYS_SOCKET_H 1
24510| #define HAVE_SYS_STAT_H 1
24511| #define HAVE_SYS_TIME_H 1
24512| #define HAVE_SYS_TIMES_H 1
24513| #define HAVE_SYS_TYPES_H 1
24514| #define HAVE_SYS_WAIT_H 1
24515| #define HAVE_NETINET_IN_H 1
24516| #define HAVE_ARPA_INET_H 1
24517| #define HAVE_SYS_RESOURCE_H 1
24518| #define HAVE_ALLOCA_H 1
24519| #define HAVE_ALLOCA 1
24520| #define HAVE_CHOWN 1
24521| #define GETPGRP_VOID 1
24522| #define HAVE_STRCOLL 1
24523| #define HAVE_WAIT3 1
24524| #define HAVE_MKFIFO 1
24525| #define HAVE_DUP2 1
24526| #define HAVE_FCNTL 1
24527| #define HAVE_GETDTABLESIZE 1
24528| #define HAVE_GETENTROPY 1
24529| #define HAVE_GETGROUPS 1
24530| #define HAVE_GETHOSTNAME 1
24531| #define HAVE_GETPAGESIZE 1
24532| #define HAVE_GETPEERNAME 1
24533| #define HAVE_GETRLIMIT 1
24534| #define HAVE_GETRUSAGE 1
24535| #define HAVE_GETTIMEOFDAY 1
24536| #define HAVE_KILL 1
24537| #define HAVE_KILLPG 1
24538| #define HAVE_LSTAT 1
24539| #define HAVE_PSELECT 1
24540| #define HAVE_READLINK 1
24541| #define HAVE_SELECT 1
24542| #define HAVE_SETITIMER 1
24543| #define HAVE_TCGETPGRP 1
24544| #define HAVE_UNAME 1
24545| #define HAVE_ULIMIT 1
24546| #define HAVE_WAITPID 1
24547| #define HAVE_RENAME 1
24548| #define HAVE_BCOPY 1
24549| #define HAVE_BZERO 1
24550| #define HAVE_CONFSTR 1
24551| #define HAVE_FACCESSAT 1
24552| #define HAVE_FNMATCH 1
24553| #define HAVE_GETADDRINFO 1
24554| #define HAVE_GETHOSTBYNAME 1
24555| #define HAVE_GETSERVBYNAME 1
24556| #define HAVE_GETSERVENT 1
24557| #define HAVE_INET_ATON 1
24558| #define HAVE_IMAXDIV 1
24559| #define HAVE_MEMMOVE 1
24560| #define HAVE_PATHCONF 1
24561| #define HAVE_PUTENV 1
24562| #define HAVE_RAISE 1
24563| #define HAVE_RANDOM 1
24564| #define HAVE_REGCOMP 1
24565| #define HAVE_REGEXEC 1
24566| #define HAVE_SETENV 1
24567| #define HAVE_SETLINEBUF 1
24568| #define HAVE_SETLOCALE 1
24569| #define HAVE_SETVBUF 1
24570| #define HAVE_SIGINTERRUPT 1
24571| #define HAVE_STRCHR 1
24572| #define HAVE_SYSCONF 1
24573| #define HAVE_SYSLOG 1
24574| #define HAVE_TCGETATTR 1
24575| #define HAVE_TIMES 1
24576| #define HAVE_TTYNAME 1
24577| #define HAVE_TZSET 1
24578| #define HAVE_UNSETENV 1
24579| #define HAVE_VASPRINTF 1
24580| #define HAVE_ASPRINTF 1
24581| #define HAVE_ISASCII 1
24582| #define HAVE_ISBLANK 1
24583| #define HAVE_ISGRAPH 1
24584| #define HAVE_ISPRINT 1
24585| #define HAVE_ISSPACE 1
24586| #define HAVE_ISXDIGIT 1
24587| #define HAVE_GETPWENT 1
24588| #define HAVE_GETPWNAM 1
24589| #define HAVE_GETPWUID 1
24590| #define HAVE_MKSTEMP 1
24591| #define HAVE_MKDTEMP 1
24592| #define HAVE_ARC4RANDOM 1
24593| #define HAVE_GETCWD 1
24594| #define HAVE_MEMSET 1
24595| #define HAVE_STRCASECMP 1
24596| #define HAVE_STRCASESTR 1
24597| #define HAVE_STRERROR 1
24598| #define HAVE_STRFTIME 1
24599| #define HAVE_STRNLEN 1
24600| #define HAVE_STRPBRK 1
24601| #define HAVE_STRSTR 1
24602| #define HAVE_STRTOD 1
24603| #define HAVE_STRTOL 1
24604| #define HAVE_STRTOUL 1
24605| #define HAVE_STRTOLL 1
24606| #define HAVE_STRTOULL 1
24607| #define HAVE_STRTOUMAX 1
24608| #define HAVE_DPRINTF 1
24609| #define HAVE_STRDUP 1
24610| #define HAVE_DECL_AUDIT_USER_TTY 0
24611| #define HAVE_DECL_CONFSTR 1
24612| #define HAVE_DECL_PRINTF 1
24613| #define HAVE_DECL_SBRK 1
24614| #define HAVE_DECL_SETREGID 1
24615| #define HAVE_DECL_STRCPY 1
24616| #define HAVE_DECL_STRSIGNAL 1
24617| #define HAVE_DECL_STRTOLD 1
24618| #define HAVE_DECL_STRTOL 1
24619| #define HAVE_DECL_STRTOLL 1
24620| #define HAVE_DECL_STRTOUL 1
24621| #define HAVE_DECL_STRTOULL 1
24622| #define HAVE_DECL_STRTOUMAX 1
24623| #define HAVE_ERRNO_H 1
24624| #define HAVE_FCNTL_H 1
24625| #define HAVE_MMAP 1
24626| #define HAVE_MUNMAP 1
24627| #define HAVE_STPCPY 1
24628| #define HAVE_STRCSPN 1
24629| #define HAVE_WCTYPE_H 1
24630| #define HAVE_WCHAR_H 1
24631| #define HAVE_LANGINFO_H 1
24632| #define HAVE_MBRLEN 1
24633| #define HAVE_MBSNRTOWCS 1
24634| #define HAVE_MBSRTOWCS 1
24635| #define HAVE_WCRTOMB 1
24636| #define HAVE_WCSCOLL 1
24637| #define HAVE_WCSDUP 1
24638| #define HAVE_WCWIDTH 1
24639| #define HAVE_WCTYPE 1
24640| #define HAVE_WCSWIDTH 1
24641| #define HAVE_MBRTOWC 1
24642| #define HAVE_MBSTATE_T 1
24643| #define HAVE_ISWLOWER 1
24644| #define HAVE_ISWUPPER 1
24645| #define HAVE_TOWLOWER 1
24646| #define HAVE_TOWUPPER 1
24647| #define HAVE_ISWCTYPE 1
24648| #define HAVE_WCHAR_T 1
24649| #define HAVE_WCTYPE_T 1
24650| #define HAVE_WINT_T 1
24651| #define HAVE_LOCALE_CHARSET 1
24652| #define SIZEOF_WCHAR_T 4
24653| #define HAVE_LIBDL 1
24654| #define HAVE_DLOPEN 1
24655| #define HAVE_DLCLOSE 1
24656| #define HAVE_DLSYM 1
24657| #define GETGROUPS_T gid_t
24658| #define HAVE_UINTPTR_T 1
24659| #define HAVE_LONG_LONG_INT 1
24660| #define HAVE_UNSIGNED_LONG_LONG_INT 1
24661| #define SIZEOF_CHAR 1
24662| #define SIZEOF_SHORT 2
24663| #define SIZEOF_INT 4
24664| #define SIZEOF_LONG 8
24665| #define SIZEOF_CHAR_P 8
24666| #define SIZEOF_SIZE_T 8
24667| #define SIZEOF_DOUBLE 8
24668| #define SIZEOF_LONG_LONG 8
24669| #define bits16_t short
24670| #define u_bits16_t unsigned short
24671| #define bits32_t int
24672| #define u_bits32_t unsigned int
24673| #define bits64_t char *
24674| #define HAVE_HASH_BANG_EXEC 1
24675| #define HAVE_POSIX_SIGNALS 1
24676| #define HAVE_SYS_ERRLIST 1
24677| #define HAVE_DECL_SYS_SIGLIST 1
24678| #define HAVE_SYS_SIGLIST 1
24679| #define HAVE_SOCKLEN_T 1
24680| #define HAVE_QUAD_T 1
24681| #define RLIMTYPE rlim_t
24682| #define HAVE_INTMAX_T 1
24683| #define HAVE_UINTMAX_T 1
24684| #define SIZEOF_INTMAX_T 8
24685| #define HAVE_STRUCT_DIRENT_D_INO 1
24686| #define HAVE_STRUCT_DIRENT_D_INO 1
24687| #define HAVE_STRUCT_DIRENT_D_FILENO 1
24688| #define HAVE_STRUCT_DIRENT_D_FILENO 1
24689| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
24690| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
24691| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
24692| #define HAVE_TIMEVAL 1
24693| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
24694| #define HAVE_STRUCT_TM_TM_ZONE 1
24695| #define HAVE_TM_ZONE 1
24696| #define HAVE_STRUCT_TIMEZONE 1
24697| #define WEXITSTATUS_OFFSET 8
24698| #define HAVE_STRUCT_TIMESPEC 1
24699| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1
24700| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
24701| #define HAVE_SBRK 1
24702| #define HAVE_STRSIGNAL 1
24703| /* end confdefs.h.  */
24704|
24705| #include <stdlib.h>
24706| #ifdef HAVE_ULIMIT_H
24707| #include <ulimit.h>
24708| #endif
24709| int
24710| main()
24711| {
24712| long maxfds = ulimit(4, 0L);
24713| exit (maxfds == -1L);
24714| }
24715|
24716configure:19950: result: no
24717configure:19962: checking whether fpurge is declared
24718configure:19962: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
24719configure:19962: $? = 0
24720configure:19962: result: yes
24721configure:19973: checking to see if getenv can be redefined
24722configure:20023: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
24723configure:20023: $? = 0
24724configure:20023: ./conftest
24725configure:20023: $? = 0
24726configure:20035: result: yes
24727configure:20043: checking if getcwd() will dynamically allocate memory with 0 size
24728configure:20074: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
24729configure:20074: $? = 0
24730configure:20074: ./conftest
24731configure:20074: $? = 0
24732configure:20086: result: yes
24733configure:20101: checking for presence of POSIX-style sigsetjmp/siglongjmp
24734configure:20171: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
24735configure:20171: $? = 0
24736configure:20171: ./conftest
24737configure:20171: $? = 0
24738configure:20183: result: present
24739configure:20190: checking whether or not strcoll and strcmp differ
24740configure:20245: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
24741configure:20245: $? = 0
24742configure:20245: ./conftest
24743configure:20245: $? = 1
24744configure: program exited with status 1
24745configure: failed program was:
24746| /* confdefs.h */
24747| #define PACKAGE_NAME "bash"
24748| #define PACKAGE_TARNAME "bash"
24749| #define PACKAGE_VERSION "5.2-release"
24750| #define PACKAGE_STRING "bash 5.2-release"
24751| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
24752| #define PACKAGE_URL ""
24753| #define ALIAS 1
24754| #define PUSHD_AND_POPD 1
24755| #define RESTRICTED_SHELL 1
24756| #define PROCESS_SUBSTITUTION 1
24757| #define PROMPT_STRING_DECODE 1
24758| #define SELECT_COMMAND 1
24759| #define HELP_BUILTIN 1
24760| #define ARRAY_VARS 1
24761| #define DPAREN_ARITHMETIC 1
24762| #define BRACE_EXPANSION 1
24763| #define COMMAND_TIMING 1
24764| #define EXTENDED_GLOB 1
24765| #define EXTGLOB_DEFAULT 0
24766| #define COND_COMMAND 1
24767| #define COND_REGEXP 1
24768| #define COPROCESS_SUPPORT 1
24769| #define ARITH_FOR_COMMAND 1
24770| #define NETWORK_REDIRECTIONS 1
24771| #define PROGRAMMABLE_COMPLETION 1
24772| #define DEBUGGER 1
24773| #define CASEMOD_ATTRS 1
24774| #define CASEMOD_EXPANSIONS 1
24775| #define GLOBASCII_DEFAULT 1
24776| #define FUNCTION_IMPORT 1
24777| #define TRANSLATABLE_STRINGS 1
24778| #define MEMSCRAMBLE 1
24779| #define HAVE_STDIO_H 1
24780| #define HAVE_STDLIB_H 1
24781| #define HAVE_STRING_H 1
24782| #define HAVE_INTTYPES_H 1
24783| #define HAVE_STDINT_H 1
24784| #define HAVE_STRINGS_H 1
24785| #define HAVE_SYS_STAT_H 1
24786| #define HAVE_SYS_TYPES_H 1
24787| #define HAVE_UNISTD_H 1
24788| #define HAVE_WCHAR_H 1
24789| #define HAVE_SYS_PARAM_H 1
24790| #define HAVE_XLOCALE_H 1
24791| #define HAVE_SYS_TIME_H 1
24792| #define STDC_HEADERS 1
24793| #define _ALL_SOURCE 1
24794| #define _DARWIN_C_SOURCE 1
24795| #define _GNU_SOURCE 1
24796| #define _HPUX_ALT_XOPEN_SOCKET_API 1
24797| #define _NETBSD_SOURCE 1
24798| #define _OPENBSD_SOURCE 1
24799| #define _POSIX_PTHREAD_SEMANTICS 1
24800| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
24801| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
24802| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
24803| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
24804| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
24805| #define __STDC_WANT_LIB_EXT2__ 1
24806| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
24807| #define _TANDEM_SOURCE 1
24808| #define __EXTENSIONS__ 1
24809| #define READLINE 1
24810| #define HISTORY 1
24811| #define BANG_HISTORY 1
24812| #define HAVE_STRINGIZE 1
24813| #define HAVE_LONG_DOUBLE 1
24814| #define PROTOTYPES 1
24815| #define __PROTOTYPES 1
24816| #define restrict __restrict__
24817| #define HAVE_VISIBILITY 1
24818| #define HAVE_STDINT_H_WITH_UINTMAX 1
24819| #define HAVE_ALLOCA_H 1
24820| #define HAVE_ALLOCA 1
24821| #define HAVE_GETPAGESIZE 1
24822| #define HAVE_SYMLINK 1
24823| #define HAVE_USELOCALE 1
24824| #define HAVE_VPRINTF 1
24825| #define HAVE_ALARM 1
24826| #define HAVE_FPURGE 1
24827| #define HAVE_SNPRINTF 1
24828| #define HAVE_VSNPRINTF 1
24829| #define HAVE_MMAP 1
24830| #define INTDIV0_RAISES_SIGFPE 1
24831| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
24832| #define HAVE_UNSIGNED_LONG_LONG_INT 1
24833| #define HAVE_UINTMAX_T 1
24834| #define HAVE_INTTYPES_H 1
24835| #define USE_POSIX_THREADS 1
24836| #define HAVE_PTHREAD_RWLOCK 1
24837| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
24838| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
24839| #define HAVE_ICONV 1
24840| #define ICONV_CONST
24841| #define HAVE_BUILTIN_EXPECT 1
24842| #define HAVE_INTTYPES_H 1
24843| #define HAVE_LIMITS_H 1
24844| #define HAVE_UNISTD_H 1
24845| #define HAVE_SYS_PARAM_H 1
24846| #define HAVE_GETCWD 1
24847| #define HAVE_GETEGID 1
24848| #define HAVE_GETEUID 1
24849| #define HAVE_GETGID 1
24850| #define HAVE_GETUID 1
24851| #define HAVE_MUNMAP 1
24852| #define HAVE_STPCPY 1
24853| #define HAVE_STRCASECMP 1
24854| #define HAVE_STRDUP 1
24855| #define HAVE_STRTOUL 1
24856| #define HAVE_TSEARCH 1
24857| #define HAVE_LOCALECONV 1
24858| #define HAVE_DECL_FEOF_UNLOCKED 1
24859| #define HAVE_DECL_FGETS_UNLOCKED 0
24860| #define HAVE_LONG_LONG_INT 1
24861| #define HAVE_WCHAR_T 1
24862| #define HAVE_WINT_T 1
24863| #define HAVE_INTMAX_T 1
24864| #define HAVE_POSIX_PRINTF 1
24865| #define HAVE_STDINT_H 1
24866| #define HAVE_STDINT_H 1
24867| #define HAVE_WORKING_O_NOATIME 1
24868| #define HAVE_WORKING_O_NOFOLLOW 1
24869| #define HAVE_WORKING_USELOCALE 1
24870| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
24871| #define HAVE_CFLOCALECOPYCURRENT 1
24872| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
24873| #define FLEXIBLE_ARRAY_MEMBER /**/
24874| #define HAVE_STDDEF_H 1
24875| #define HAVE_STDLIB_H 1
24876| #define HAVE_STRING_H 1
24877| #define HAVE_ASPRINTF 1
24878| #define HAVE_FWPRINTF 1
24879| #define HAVE_NEWLOCALE 1
24880| #define HAVE_PUTENV 1
24881| #define HAVE_SETENV 1
24882| #define HAVE_SETLOCALE 1
24883| #define HAVE_SNPRINTF 1
24884| #define HAVE_STRNLEN 1
24885| #define HAVE_USELOCALE 1
24886| #define HAVE_WCSLEN 1
24887| #define HAVE_WCSNLEN 1
24888| #define HAVE_MBRTOWC 1
24889| #define HAVE_WCRTOMB 1
24890| #define HAVE_DECL__SNPRINTF 0
24891| #define HAVE_DECL__SNWPRINTF 0
24892| #define HAVE_DECL_GETC_UNLOCKED 1
24893| #define HAVE_LANGINFO_CODESET 1
24894| #define HAVE_LC_MESSAGES 1
24895| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
24896| #define HAVE_CFLOCALECOPYCURRENT 1
24897| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
24898| #define ENABLE_NLS 1
24899| #define HAVE_GETTEXT 1
24900| #define HAVE_DCGETTEXT 1
24901| #define HAVE_DIRENT_H 1
24902| #define HAVE_INTTYPES_H 1
24903| #define HAVE_UNISTD_H 1
24904| #define HAVE_STDLIB_H 1
24905| #define HAVE_STDARG_H 1
24906| #define HAVE_LIMITS_H 1
24907| #define HAVE_STRING_H 1
24908| #define HAVE_MEMORY_H 1
24909| #define HAVE_LOCALE_H 1
24910| #define HAVE_TERMCAP_H 1
24911| #define HAVE_TERMIOS_H 1
24912| #define HAVE_DLFCN_H 1
24913| #define HAVE_STDBOOL_H 1
24914| #define HAVE_STDDEF_H 1
24915| #define HAVE_STDINT_H 1
24916| #define HAVE_NETDB_H 1
24917| #define HAVE_PWD_H 1
24918| #define HAVE_GRP_H 1
24919| #define HAVE_STRINGS_H 1
24920| #define HAVE_REGEX_H 1
24921| #define HAVE_SYSLOG_H 1
24922| #define HAVE_ULIMIT_H 1
24923| #define HAVE_SYS_SELECT_H 1
24924| #define HAVE_SYS_FILE_H 1
24925| #define HAVE_SYS_IOCTL_H 1
24926| #define HAVE_SYS_MMAN_H 1
24927| #define HAVE_SYS_PARAM_H 1
24928| #define HAVE_SYS_RANDOM_H 1
24929| #define HAVE_SYS_SOCKET_H 1
24930| #define HAVE_SYS_STAT_H 1
24931| #define HAVE_SYS_TIME_H 1
24932| #define HAVE_SYS_TIMES_H 1
24933| #define HAVE_SYS_TYPES_H 1
24934| #define HAVE_SYS_WAIT_H 1
24935| #define HAVE_NETINET_IN_H 1
24936| #define HAVE_ARPA_INET_H 1
24937| #define HAVE_SYS_RESOURCE_H 1
24938| #define HAVE_ALLOCA_H 1
24939| #define HAVE_ALLOCA 1
24940| #define HAVE_CHOWN 1
24941| #define GETPGRP_VOID 1
24942| #define HAVE_STRCOLL 1
24943| #define HAVE_WAIT3 1
24944| #define HAVE_MKFIFO 1
24945| #define HAVE_DUP2 1
24946| #define HAVE_FCNTL 1
24947| #define HAVE_GETDTABLESIZE 1
24948| #define HAVE_GETENTROPY 1
24949| #define HAVE_GETGROUPS 1
24950| #define HAVE_GETHOSTNAME 1
24951| #define HAVE_GETPAGESIZE 1
24952| #define HAVE_GETPEERNAME 1
24953| #define HAVE_GETRLIMIT 1
24954| #define HAVE_GETRUSAGE 1
24955| #define HAVE_GETTIMEOFDAY 1
24956| #define HAVE_KILL 1
24957| #define HAVE_KILLPG 1
24958| #define HAVE_LSTAT 1
24959| #define HAVE_PSELECT 1
24960| #define HAVE_READLINK 1
24961| #define HAVE_SELECT 1
24962| #define HAVE_SETITIMER 1
24963| #define HAVE_TCGETPGRP 1
24964| #define HAVE_UNAME 1
24965| #define HAVE_ULIMIT 1
24966| #define HAVE_WAITPID 1
24967| #define HAVE_RENAME 1
24968| #define HAVE_BCOPY 1
24969| #define HAVE_BZERO 1
24970| #define HAVE_CONFSTR 1
24971| #define HAVE_FACCESSAT 1
24972| #define HAVE_FNMATCH 1
24973| #define HAVE_GETADDRINFO 1
24974| #define HAVE_GETHOSTBYNAME 1
24975| #define HAVE_GETSERVBYNAME 1
24976| #define HAVE_GETSERVENT 1
24977| #define HAVE_INET_ATON 1
24978| #define HAVE_IMAXDIV 1
24979| #define HAVE_MEMMOVE 1
24980| #define HAVE_PATHCONF 1
24981| #define HAVE_PUTENV 1
24982| #define HAVE_RAISE 1
24983| #define HAVE_RANDOM 1
24984| #define HAVE_REGCOMP 1
24985| #define HAVE_REGEXEC 1
24986| #define HAVE_SETENV 1
24987| #define HAVE_SETLINEBUF 1
24988| #define HAVE_SETLOCALE 1
24989| #define HAVE_SETVBUF 1
24990| #define HAVE_SIGINTERRUPT 1
24991| #define HAVE_STRCHR 1
24992| #define HAVE_SYSCONF 1
24993| #define HAVE_SYSLOG 1
24994| #define HAVE_TCGETATTR 1
24995| #define HAVE_TIMES 1
24996| #define HAVE_TTYNAME 1
24997| #define HAVE_TZSET 1
24998| #define HAVE_UNSETENV 1
24999| #define HAVE_VASPRINTF 1
25000| #define HAVE_ASPRINTF 1
25001| #define HAVE_ISASCII 1
25002| #define HAVE_ISBLANK 1
25003| #define HAVE_ISGRAPH 1
25004| #define HAVE_ISPRINT 1
25005| #define HAVE_ISSPACE 1
25006| #define HAVE_ISXDIGIT 1
25007| #define HAVE_GETPWENT 1
25008| #define HAVE_GETPWNAM 1
25009| #define HAVE_GETPWUID 1
25010| #define HAVE_MKSTEMP 1
25011| #define HAVE_MKDTEMP 1
25012| #define HAVE_ARC4RANDOM 1
25013| #define HAVE_GETCWD 1
25014| #define HAVE_MEMSET 1
25015| #define HAVE_STRCASECMP 1
25016| #define HAVE_STRCASESTR 1
25017| #define HAVE_STRERROR 1
25018| #define HAVE_STRFTIME 1
25019| #define HAVE_STRNLEN 1
25020| #define HAVE_STRPBRK 1
25021| #define HAVE_STRSTR 1
25022| #define HAVE_STRTOD 1
25023| #define HAVE_STRTOL 1
25024| #define HAVE_STRTOUL 1
25025| #define HAVE_STRTOLL 1
25026| #define HAVE_STRTOULL 1
25027| #define HAVE_STRTOUMAX 1
25028| #define HAVE_DPRINTF 1
25029| #define HAVE_STRDUP 1
25030| #define HAVE_DECL_AUDIT_USER_TTY 0
25031| #define HAVE_DECL_CONFSTR 1
25032| #define HAVE_DECL_PRINTF 1
25033| #define HAVE_DECL_SBRK 1
25034| #define HAVE_DECL_SETREGID 1
25035| #define HAVE_DECL_STRCPY 1
25036| #define HAVE_DECL_STRSIGNAL 1
25037| #define HAVE_DECL_STRTOLD 1
25038| #define HAVE_DECL_STRTOL 1
25039| #define HAVE_DECL_STRTOLL 1
25040| #define HAVE_DECL_STRTOUL 1
25041| #define HAVE_DECL_STRTOULL 1
25042| #define HAVE_DECL_STRTOUMAX 1
25043| #define HAVE_ERRNO_H 1
25044| #define HAVE_FCNTL_H 1
25045| #define HAVE_MMAP 1
25046| #define HAVE_MUNMAP 1
25047| #define HAVE_STPCPY 1
25048| #define HAVE_STRCSPN 1
25049| #define HAVE_WCTYPE_H 1
25050| #define HAVE_WCHAR_H 1
25051| #define HAVE_LANGINFO_H 1
25052| #define HAVE_MBRLEN 1
25053| #define HAVE_MBSNRTOWCS 1
25054| #define HAVE_MBSRTOWCS 1
25055| #define HAVE_WCRTOMB 1
25056| #define HAVE_WCSCOLL 1
25057| #define HAVE_WCSDUP 1
25058| #define HAVE_WCWIDTH 1
25059| #define HAVE_WCTYPE 1
25060| #define HAVE_WCSWIDTH 1
25061| #define HAVE_MBRTOWC 1
25062| #define HAVE_MBSTATE_T 1
25063| #define HAVE_ISWLOWER 1
25064| #define HAVE_ISWUPPER 1
25065| #define HAVE_TOWLOWER 1
25066| #define HAVE_TOWUPPER 1
25067| #define HAVE_ISWCTYPE 1
25068| #define HAVE_WCHAR_T 1
25069| #define HAVE_WCTYPE_T 1
25070| #define HAVE_WINT_T 1
25071| #define HAVE_LOCALE_CHARSET 1
25072| #define SIZEOF_WCHAR_T 4
25073| #define HAVE_LIBDL 1
25074| #define HAVE_DLOPEN 1
25075| #define HAVE_DLCLOSE 1
25076| #define HAVE_DLSYM 1
25077| #define GETGROUPS_T gid_t
25078| #define HAVE_UINTPTR_T 1
25079| #define HAVE_LONG_LONG_INT 1
25080| #define HAVE_UNSIGNED_LONG_LONG_INT 1
25081| #define SIZEOF_CHAR 1
25082| #define SIZEOF_SHORT 2
25083| #define SIZEOF_INT 4
25084| #define SIZEOF_LONG 8
25085| #define SIZEOF_CHAR_P 8
25086| #define SIZEOF_SIZE_T 8
25087| #define SIZEOF_DOUBLE 8
25088| #define SIZEOF_LONG_LONG 8
25089| #define bits16_t short
25090| #define u_bits16_t unsigned short
25091| #define bits32_t int
25092| #define u_bits32_t unsigned int
25093| #define bits64_t char *
25094| #define HAVE_HASH_BANG_EXEC 1
25095| #define HAVE_POSIX_SIGNALS 1
25096| #define HAVE_SYS_ERRLIST 1
25097| #define HAVE_DECL_SYS_SIGLIST 1
25098| #define HAVE_SYS_SIGLIST 1
25099| #define HAVE_SOCKLEN_T 1
25100| #define HAVE_QUAD_T 1
25101| #define RLIMTYPE rlim_t
25102| #define HAVE_INTMAX_T 1
25103| #define HAVE_UINTMAX_T 1
25104| #define SIZEOF_INTMAX_T 8
25105| #define HAVE_STRUCT_DIRENT_D_INO 1
25106| #define HAVE_STRUCT_DIRENT_D_INO 1
25107| #define HAVE_STRUCT_DIRENT_D_FILENO 1
25108| #define HAVE_STRUCT_DIRENT_D_FILENO 1
25109| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
25110| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
25111| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
25112| #define HAVE_TIMEVAL 1
25113| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
25114| #define HAVE_STRUCT_TM_TM_ZONE 1
25115| #define HAVE_TM_ZONE 1
25116| #define HAVE_STRUCT_TIMEZONE 1
25117| #define WEXITSTATUS_OFFSET 8
25118| #define HAVE_STRUCT_TIMESPEC 1
25119| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1
25120| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
25121| #define HAVE_SBRK 1
25122| #define HAVE_STRSIGNAL 1
25123| #define HAVE_DECL_FPURGE 1
25124| #define CAN_REDEFINE_GETENV 1
25125| #define HAVE_POSIX_SIGSETJMP 1
25126| /* end confdefs.h.  */
25127|
25128| #include <stdio.h>
25129| #if defined (HAVE_LOCALE_H)
25130| #include <locale.h>
25131| #endif
25132| #include <string.h>
25133| #include <stdlib.h>
25134|
25135| int
25136| main(c, v)
25137| int     c;
25138| char    *v[];
25139| {
25140|         int     r1, r2;
25141|         char    *deflocale, *defcoll;
25142|
25143| #ifdef HAVE_SETLOCALE
25144|         deflocale = setlocale(LC_ALL, "");
25145|       defcoll = setlocale(LC_COLLATE, "");
25146| #endif
25147|
25148| #ifdef HAVE_STRCOLL
25149|       /* These two values are taken from tests/glob-test. */
25150|         r1 = strcoll("abd", "aXd");
25151| #else
25152|       r1 = 0;
25153| #endif
25154|         r2 = strcmp("abd", "aXd");
25155|
25156|       /* These two should both be greater than 0.  It is permissible for
25157|          a system to return different values, as long as the sign is the
25158|          same. */
25159|
25160|         /* Exit with 1 (failure) if these two values are both > 0, since
25161|          this tests whether strcoll(3) is broken with respect to strcmp(3)
25162|          in the default locale. */
25163|       exit (r1 > 0 && r2 > 0);
25164| }
25165|
25166configure:20257: result: no
25167configure:20268: checking for standard-conformant snprintf
25168configure:20296: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25169configure:20296: $? = 0
25170configure:20296: ./conftest
25171configure:20296: $? = 0
25172configure:20307: result: yes
25173configure:20323: checking for standard-conformant vsnprintf
25174configure:20378: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25175configure:20378: $? = 0
25176configure:20378: ./conftest
25177configure:20378: $? = 0
25178configure:20389: result: yes
25179configure:20403: checking for usable strtoimax
25180configure:20412: checking for strtoimax
25181configure:20412: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25182configure:20412: $? = 0
25183configure:20412: result: yes
25184configure:20419: checking whether strtoimax is declared
25185configure:20419: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
25186configure:20419: $? = 0
25187configure:20419: result: yes
25188configure:20444: result: yes
25189configure:20460: checking for standard-conformant putenv declaration
25190configure:20494: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25191conftest.c:405:9: warning: comparison of function 'putenv' equal to a null pointer is always false [-Wtautological-pointer-compare]
25192return (putenv == 0);
25193        ^~~~~~    ~
25194conftest.c:405:9: note: prefix with the address-of operator to silence this warning
25195return (putenv == 0);
25196        ^
25197        &
251981 warning generated.
25199configure:20494: $? = 0
25200configure:20504: result: yes
25201configure:20518: checking for standard-conformant unsetenv declaration
25202configure:20552: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25203conftest.c:406:9: warning: comparison of function 'unsetenv' equal to a null pointer is always false [-Wtautological-pointer-compare]
25204return (unsetenv == 0);
25205        ^~~~~~~~    ~
25206conftest.c:406:9: note: prefix with the address-of operator to silence this warning
25207return (unsetenv == 0);
25208        ^
25209        &
252101 warning generated.
25211configure:20552: $? = 0
25212configure:20562: result: yes
25213configure:20574: checking for printf floating point output in hex notation
25214configure:20605: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25215configure:20605: $? = 0
25216configure:20605: ./conftest
25217configure:20605: $? = 0
25218configure:20617: result: yes
25219configure:20625: checking whether fnmatch can be used to check bracket equivalence classes
25220configure:20662: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25221configure:20662: $? = 0
25222configure:20662: ./conftest
25223configure:20662: $? = 0
25224configure:20674: result: yes
25225configure:20687: checking if signal handlers must be reinstalled when invoked
25226configure:20749: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25227configure:20749: $? = 0
25228configure:20749: ./conftest
25229configure:20749: $? = 0
25230configure:20761: result: no
25231configure:20769: checking for presence of necessary job control definitions
25232configure:20827: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
25233configure:20827: $? = 0
25234configure:20837: result: present
25235configure:20844: checking for presence of named pipes
25236configure:20902: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25237configure:20902: $? = 0
25238configure:20902: ./conftest
25239configure:20902: $? = 0
25240configure:20914: result: present
25241configure:20922: checking whether termios.h defines TIOCGWINSZ
25242configure:20947: result: yes
25243configure:20986: checking for TIOCSTAT in sys/ioctl.h
25244configure:21005: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
25245configure:21005: $? = 0
25246configure:21015: result: yes
25247configure:21022: checking for FIONREAD in sys/ioctl.h
25248configure:21041: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
25249configure:21041: $? = 0
25250configure:21051: result: yes
25251configure:21060: checking whether WCONTINUED flag to waitpid is unavailable or available but broken
25252configure:21098: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25253configure:21098: $? = 0
25254configure:21098: ./conftest
25255configure:21098: $? = 0
25256configure:21110: result: no
25257configure:21118: checking for speed_t in sys/types.h
25258configure:21135: ccache /usr/bin/clang -c -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
25259conftest.c:394:1: error: use of undeclared identifier 'speed_t'
25260speed_t x;
25261^
252621 error generated.
25263configure:21135: $? = 1
25264configure: failed program was:
25265| /* confdefs.h */
25266| #define PACKAGE_NAME "bash"
25267| #define PACKAGE_TARNAME "bash"
25268| #define PACKAGE_VERSION "5.2-release"
25269| #define PACKAGE_STRING "bash 5.2-release"
25270| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
25271| #define PACKAGE_URL ""
25272| #define ALIAS 1
25273| #define PUSHD_AND_POPD 1
25274| #define RESTRICTED_SHELL 1
25275| #define PROCESS_SUBSTITUTION 1
25276| #define PROMPT_STRING_DECODE 1
25277| #define SELECT_COMMAND 1
25278| #define HELP_BUILTIN 1
25279| #define ARRAY_VARS 1
25280| #define DPAREN_ARITHMETIC 1
25281| #define BRACE_EXPANSION 1
25282| #define COMMAND_TIMING 1
25283| #define EXTENDED_GLOB 1
25284| #define EXTGLOB_DEFAULT 0
25285| #define COND_COMMAND 1
25286| #define COND_REGEXP 1
25287| #define COPROCESS_SUPPORT 1
25288| #define ARITH_FOR_COMMAND 1
25289| #define NETWORK_REDIRECTIONS 1
25290| #define PROGRAMMABLE_COMPLETION 1
25291| #define DEBUGGER 1
25292| #define CASEMOD_ATTRS 1
25293| #define CASEMOD_EXPANSIONS 1
25294| #define GLOBASCII_DEFAULT 1
25295| #define FUNCTION_IMPORT 1
25296| #define TRANSLATABLE_STRINGS 1
25297| #define MEMSCRAMBLE 1
25298| #define HAVE_STDIO_H 1
25299| #define HAVE_STDLIB_H 1
25300| #define HAVE_STRING_H 1
25301| #define HAVE_INTTYPES_H 1
25302| #define HAVE_STDINT_H 1
25303| #define HAVE_STRINGS_H 1
25304| #define HAVE_SYS_STAT_H 1
25305| #define HAVE_SYS_TYPES_H 1
25306| #define HAVE_UNISTD_H 1
25307| #define HAVE_WCHAR_H 1
25308| #define HAVE_SYS_PARAM_H 1
25309| #define HAVE_XLOCALE_H 1
25310| #define HAVE_SYS_TIME_H 1
25311| #define STDC_HEADERS 1
25312| #define _ALL_SOURCE 1
25313| #define _DARWIN_C_SOURCE 1
25314| #define _GNU_SOURCE 1
25315| #define _HPUX_ALT_XOPEN_SOCKET_API 1
25316| #define _NETBSD_SOURCE 1
25317| #define _OPENBSD_SOURCE 1
25318| #define _POSIX_PTHREAD_SEMANTICS 1
25319| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
25320| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
25321| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
25322| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
25323| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
25324| #define __STDC_WANT_LIB_EXT2__ 1
25325| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
25326| #define _TANDEM_SOURCE 1
25327| #define __EXTENSIONS__ 1
25328| #define READLINE 1
25329| #define HISTORY 1
25330| #define BANG_HISTORY 1
25331| #define HAVE_STRINGIZE 1
25332| #define HAVE_LONG_DOUBLE 1
25333| #define PROTOTYPES 1
25334| #define __PROTOTYPES 1
25335| #define restrict __restrict__
25336| #define HAVE_VISIBILITY 1
25337| #define HAVE_STDINT_H_WITH_UINTMAX 1
25338| #define HAVE_ALLOCA_H 1
25339| #define HAVE_ALLOCA 1
25340| #define HAVE_GETPAGESIZE 1
25341| #define HAVE_SYMLINK 1
25342| #define HAVE_USELOCALE 1
25343| #define HAVE_VPRINTF 1
25344| #define HAVE_ALARM 1
25345| #define HAVE_FPURGE 1
25346| #define HAVE_SNPRINTF 1
25347| #define HAVE_VSNPRINTF 1
25348| #define HAVE_MMAP 1
25349| #define INTDIV0_RAISES_SIGFPE 1
25350| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
25351| #define HAVE_UNSIGNED_LONG_LONG_INT 1
25352| #define HAVE_UINTMAX_T 1
25353| #define HAVE_INTTYPES_H 1
25354| #define USE_POSIX_THREADS 1
25355| #define HAVE_PTHREAD_RWLOCK 1
25356| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
25357| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
25358| #define HAVE_ICONV 1
25359| #define ICONV_CONST
25360| #define HAVE_BUILTIN_EXPECT 1
25361| #define HAVE_INTTYPES_H 1
25362| #define HAVE_LIMITS_H 1
25363| #define HAVE_UNISTD_H 1
25364| #define HAVE_SYS_PARAM_H 1
25365| #define HAVE_GETCWD 1
25366| #define HAVE_GETEGID 1
25367| #define HAVE_GETEUID 1
25368| #define HAVE_GETGID 1
25369| #define HAVE_GETUID 1
25370| #define HAVE_MUNMAP 1
25371| #define HAVE_STPCPY 1
25372| #define HAVE_STRCASECMP 1
25373| #define HAVE_STRDUP 1
25374| #define HAVE_STRTOUL 1
25375| #define HAVE_TSEARCH 1
25376| #define HAVE_LOCALECONV 1
25377| #define HAVE_DECL_FEOF_UNLOCKED 1
25378| #define HAVE_DECL_FGETS_UNLOCKED 0
25379| #define HAVE_LONG_LONG_INT 1
25380| #define HAVE_WCHAR_T 1
25381| #define HAVE_WINT_T 1
25382| #define HAVE_INTMAX_T 1
25383| #define HAVE_POSIX_PRINTF 1
25384| #define HAVE_STDINT_H 1
25385| #define HAVE_STDINT_H 1
25386| #define HAVE_WORKING_O_NOATIME 1
25387| #define HAVE_WORKING_O_NOFOLLOW 1
25388| #define HAVE_WORKING_USELOCALE 1
25389| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
25390| #define HAVE_CFLOCALECOPYCURRENT 1
25391| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
25392| #define FLEXIBLE_ARRAY_MEMBER /**/
25393| #define HAVE_STDDEF_H 1
25394| #define HAVE_STDLIB_H 1
25395| #define HAVE_STRING_H 1
25396| #define HAVE_ASPRINTF 1
25397| #define HAVE_FWPRINTF 1
25398| #define HAVE_NEWLOCALE 1
25399| #define HAVE_PUTENV 1
25400| #define HAVE_SETENV 1
25401| #define HAVE_SETLOCALE 1
25402| #define HAVE_SNPRINTF 1
25403| #define HAVE_STRNLEN 1
25404| #define HAVE_USELOCALE 1
25405| #define HAVE_WCSLEN 1
25406| #define HAVE_WCSNLEN 1
25407| #define HAVE_MBRTOWC 1
25408| #define HAVE_WCRTOMB 1
25409| #define HAVE_DECL__SNPRINTF 0
25410| #define HAVE_DECL__SNWPRINTF 0
25411| #define HAVE_DECL_GETC_UNLOCKED 1
25412| #define HAVE_LANGINFO_CODESET 1
25413| #define HAVE_LC_MESSAGES 1
25414| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
25415| #define HAVE_CFLOCALECOPYCURRENT 1
25416| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
25417| #define ENABLE_NLS 1
25418| #define HAVE_GETTEXT 1
25419| #define HAVE_DCGETTEXT 1
25420| #define HAVE_DIRENT_H 1
25421| #define HAVE_INTTYPES_H 1
25422| #define HAVE_UNISTD_H 1
25423| #define HAVE_STDLIB_H 1
25424| #define HAVE_STDARG_H 1
25425| #define HAVE_LIMITS_H 1
25426| #define HAVE_STRING_H 1
25427| #define HAVE_MEMORY_H 1
25428| #define HAVE_LOCALE_H 1
25429| #define HAVE_TERMCAP_H 1
25430| #define HAVE_TERMIOS_H 1
25431| #define HAVE_DLFCN_H 1
25432| #define HAVE_STDBOOL_H 1
25433| #define HAVE_STDDEF_H 1
25434| #define HAVE_STDINT_H 1
25435| #define HAVE_NETDB_H 1
25436| #define HAVE_PWD_H 1
25437| #define HAVE_GRP_H 1
25438| #define HAVE_STRINGS_H 1
25439| #define HAVE_REGEX_H 1
25440| #define HAVE_SYSLOG_H 1
25441| #define HAVE_ULIMIT_H 1
25442| #define HAVE_SYS_SELECT_H 1
25443| #define HAVE_SYS_FILE_H 1
25444| #define HAVE_SYS_IOCTL_H 1
25445| #define HAVE_SYS_MMAN_H 1
25446| #define HAVE_SYS_PARAM_H 1
25447| #define HAVE_SYS_RANDOM_H 1
25448| #define HAVE_SYS_SOCKET_H 1
25449| #define HAVE_SYS_STAT_H 1
25450| #define HAVE_SYS_TIME_H 1
25451| #define HAVE_SYS_TIMES_H 1
25452| #define HAVE_SYS_TYPES_H 1
25453| #define HAVE_SYS_WAIT_H 1
25454| #define HAVE_NETINET_IN_H 1
25455| #define HAVE_ARPA_INET_H 1
25456| #define HAVE_SYS_RESOURCE_H 1
25457| #define HAVE_ALLOCA_H 1
25458| #define HAVE_ALLOCA 1
25459| #define HAVE_CHOWN 1
25460| #define GETPGRP_VOID 1
25461| #define HAVE_STRCOLL 1
25462| #define HAVE_WAIT3 1
25463| #define HAVE_MKFIFO 1
25464| #define HAVE_DUP2 1
25465| #define HAVE_FCNTL 1
25466| #define HAVE_GETDTABLESIZE 1
25467| #define HAVE_GETENTROPY 1
25468| #define HAVE_GETGROUPS 1
25469| #define HAVE_GETHOSTNAME 1
25470| #define HAVE_GETPAGESIZE 1
25471| #define HAVE_GETPEERNAME 1
25472| #define HAVE_GETRLIMIT 1
25473| #define HAVE_GETRUSAGE 1
25474| #define HAVE_GETTIMEOFDAY 1
25475| #define HAVE_KILL 1
25476| #define HAVE_KILLPG 1
25477| #define HAVE_LSTAT 1
25478| #define HAVE_PSELECT 1
25479| #define HAVE_READLINK 1
25480| #define HAVE_SELECT 1
25481| #define HAVE_SETITIMER 1
25482| #define HAVE_TCGETPGRP 1
25483| #define HAVE_UNAME 1
25484| #define HAVE_ULIMIT 1
25485| #define HAVE_WAITPID 1
25486| #define HAVE_RENAME 1
25487| #define HAVE_BCOPY 1
25488| #define HAVE_BZERO 1
25489| #define HAVE_CONFSTR 1
25490| #define HAVE_FACCESSAT 1
25491| #define HAVE_FNMATCH 1
25492| #define HAVE_GETADDRINFO 1
25493| #define HAVE_GETHOSTBYNAME 1
25494| #define HAVE_GETSERVBYNAME 1
25495| #define HAVE_GETSERVENT 1
25496| #define HAVE_INET_ATON 1
25497| #define HAVE_IMAXDIV 1
25498| #define HAVE_MEMMOVE 1
25499| #define HAVE_PATHCONF 1
25500| #define HAVE_PUTENV 1
25501| #define HAVE_RAISE 1
25502| #define HAVE_RANDOM 1
25503| #define HAVE_REGCOMP 1
25504| #define HAVE_REGEXEC 1
25505| #define HAVE_SETENV 1
25506| #define HAVE_SETLINEBUF 1
25507| #define HAVE_SETLOCALE 1
25508| #define HAVE_SETVBUF 1
25509| #define HAVE_SIGINTERRUPT 1
25510| #define HAVE_STRCHR 1
25511| #define HAVE_SYSCONF 1
25512| #define HAVE_SYSLOG 1
25513| #define HAVE_TCGETATTR 1
25514| #define HAVE_TIMES 1
25515| #define HAVE_TTYNAME 1
25516| #define HAVE_TZSET 1
25517| #define HAVE_UNSETENV 1
25518| #define HAVE_VASPRINTF 1
25519| #define HAVE_ASPRINTF 1
25520| #define HAVE_ISASCII 1
25521| #define HAVE_ISBLANK 1
25522| #define HAVE_ISGRAPH 1
25523| #define HAVE_ISPRINT 1
25524| #define HAVE_ISSPACE 1
25525| #define HAVE_ISXDIGIT 1
25526| #define HAVE_GETPWENT 1
25527| #define HAVE_GETPWNAM 1
25528| #define HAVE_GETPWUID 1
25529| #define HAVE_MKSTEMP 1
25530| #define HAVE_MKDTEMP 1
25531| #define HAVE_ARC4RANDOM 1
25532| #define HAVE_GETCWD 1
25533| #define HAVE_MEMSET 1
25534| #define HAVE_STRCASECMP 1
25535| #define HAVE_STRCASESTR 1
25536| #define HAVE_STRERROR 1
25537| #define HAVE_STRFTIME 1
25538| #define HAVE_STRNLEN 1
25539| #define HAVE_STRPBRK 1
25540| #define HAVE_STRSTR 1
25541| #define HAVE_STRTOD 1
25542| #define HAVE_STRTOL 1
25543| #define HAVE_STRTOUL 1
25544| #define HAVE_STRTOLL 1
25545| #define HAVE_STRTOULL 1
25546| #define HAVE_STRTOUMAX 1
25547| #define HAVE_DPRINTF 1
25548| #define HAVE_STRDUP 1
25549| #define HAVE_DECL_AUDIT_USER_TTY 0
25550| #define HAVE_DECL_CONFSTR 1
25551| #define HAVE_DECL_PRINTF 1
25552| #define HAVE_DECL_SBRK 1
25553| #define HAVE_DECL_SETREGID 1
25554| #define HAVE_DECL_STRCPY 1
25555| #define HAVE_DECL_STRSIGNAL 1
25556| #define HAVE_DECL_STRTOLD 1
25557| #define HAVE_DECL_STRTOL 1
25558| #define HAVE_DECL_STRTOLL 1
25559| #define HAVE_DECL_STRTOUL 1
25560| #define HAVE_DECL_STRTOULL 1
25561| #define HAVE_DECL_STRTOUMAX 1
25562| #define HAVE_ERRNO_H 1
25563| #define HAVE_FCNTL_H 1
25564| #define HAVE_MMAP 1
25565| #define HAVE_MUNMAP 1
25566| #define HAVE_STPCPY 1
25567| #define HAVE_STRCSPN 1
25568| #define HAVE_WCTYPE_H 1
25569| #define HAVE_WCHAR_H 1
25570| #define HAVE_LANGINFO_H 1
25571| #define HAVE_MBRLEN 1
25572| #define HAVE_MBSNRTOWCS 1
25573| #define HAVE_MBSRTOWCS 1
25574| #define HAVE_WCRTOMB 1
25575| #define HAVE_WCSCOLL 1
25576| #define HAVE_WCSDUP 1
25577| #define HAVE_WCWIDTH 1
25578| #define HAVE_WCTYPE 1
25579| #define HAVE_WCSWIDTH 1
25580| #define HAVE_MBRTOWC 1
25581| #define HAVE_MBSTATE_T 1
25582| #define HAVE_ISWLOWER 1
25583| #define HAVE_ISWUPPER 1
25584| #define HAVE_TOWLOWER 1
25585| #define HAVE_TOWUPPER 1
25586| #define HAVE_ISWCTYPE 1
25587| #define HAVE_WCHAR_T 1
25588| #define HAVE_WCTYPE_T 1
25589| #define HAVE_WINT_T 1
25590| #define HAVE_LOCALE_CHARSET 1
25591| #define SIZEOF_WCHAR_T 4
25592| #define HAVE_LIBDL 1
25593| #define HAVE_DLOPEN 1
25594| #define HAVE_DLCLOSE 1
25595| #define HAVE_DLSYM 1
25596| #define GETGROUPS_T gid_t
25597| #define HAVE_UINTPTR_T 1
25598| #define HAVE_LONG_LONG_INT 1
25599| #define HAVE_UNSIGNED_LONG_LONG_INT 1
25600| #define SIZEOF_CHAR 1
25601| #define SIZEOF_SHORT 2
25602| #define SIZEOF_INT 4
25603| #define SIZEOF_LONG 8
25604| #define SIZEOF_CHAR_P 8
25605| #define SIZEOF_SIZE_T 8
25606| #define SIZEOF_DOUBLE 8
25607| #define SIZEOF_LONG_LONG 8
25608| #define bits16_t short
25609| #define u_bits16_t unsigned short
25610| #define bits32_t int
25611| #define u_bits32_t unsigned int
25612| #define bits64_t char *
25613| #define HAVE_HASH_BANG_EXEC 1
25614| #define HAVE_POSIX_SIGNALS 1
25615| #define HAVE_SYS_ERRLIST 1
25616| #define HAVE_DECL_SYS_SIGLIST 1
25617| #define HAVE_SYS_SIGLIST 1
25618| #define HAVE_SOCKLEN_T 1
25619| #define HAVE_QUAD_T 1
25620| #define RLIMTYPE rlim_t
25621| #define HAVE_INTMAX_T 1
25622| #define HAVE_UINTMAX_T 1
25623| #define SIZEOF_INTMAX_T 8
25624| #define HAVE_STRUCT_DIRENT_D_INO 1
25625| #define HAVE_STRUCT_DIRENT_D_INO 1
25626| #define HAVE_STRUCT_DIRENT_D_FILENO 1
25627| #define HAVE_STRUCT_DIRENT_D_FILENO 1
25628| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
25629| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
25630| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
25631| #define HAVE_TIMEVAL 1
25632| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
25633| #define HAVE_STRUCT_TM_TM_ZONE 1
25634| #define HAVE_TM_ZONE 1
25635| #define HAVE_STRUCT_TIMEZONE 1
25636| #define WEXITSTATUS_OFFSET 8
25637| #define HAVE_STRUCT_TIMESPEC 1
25638| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1
25639| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
25640| #define HAVE_SBRK 1
25641| #define HAVE_STRSIGNAL 1
25642| #define HAVE_DECL_FPURGE 1
25643| #define CAN_REDEFINE_GETENV 1
25644| #define HAVE_POSIX_SIGSETJMP 1
25645| #define HAVE_STRTOIMAX 1
25646| #define HAVE_DECL_STRTOIMAX 1
25647| #define HAVE_STD_PUTENV 1
25648| #define HAVE_STD_UNSETENV 1
25649| #define HAVE_PRINTF_A_FORMAT 1
25650| #define FNMATCH_EQUIV_FALLBACK 1
25651| #define TIOCSTAT_IN_SYS_IOCTL 1
25652| #define FIONREAD_IN_SYS_IOCTL 1
25653| /* end confdefs.h.  */
25654| #include <sys/types.h>
25655| int
25656| main (void)
25657| {
25658| speed_t x;
25659|   ;
25660|   return 0;
25661| }
25662configure:21144: result: no
25663configure:21151: checking whether getpw functions are declared in pwd.h
25664configure:21178: result: yes
25665configure:21185: checking for unusable real-time signals due to large values
25666configure:21223: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
25667configure:21223: $? = 0
25668configure:21223: ./conftest
25669configure:21223: $? = 1
25670configure: program exited with status 1
25671configure: failed program was:
25672| /* confdefs.h */
25673| #define PACKAGE_NAME "bash"
25674| #define PACKAGE_TARNAME "bash"
25675| #define PACKAGE_VERSION "5.2-release"
25676| #define PACKAGE_STRING "bash 5.2-release"
25677| #define PACKAGE_BUGREPORT "bug-bash@gnu.org"
25678| #define PACKAGE_URL ""
25679| #define ALIAS 1
25680| #define PUSHD_AND_POPD 1
25681| #define RESTRICTED_SHELL 1
25682| #define PROCESS_SUBSTITUTION 1
25683| #define PROMPT_STRING_DECODE 1
25684| #define SELECT_COMMAND 1
25685| #define HELP_BUILTIN 1
25686| #define ARRAY_VARS 1
25687| #define DPAREN_ARITHMETIC 1
25688| #define BRACE_EXPANSION 1
25689| #define COMMAND_TIMING 1
25690| #define EXTENDED_GLOB 1
25691| #define EXTGLOB_DEFAULT 0
25692| #define COND_COMMAND 1
25693| #define COND_REGEXP 1
25694| #define COPROCESS_SUPPORT 1
25695| #define ARITH_FOR_COMMAND 1
25696| #define NETWORK_REDIRECTIONS 1
25697| #define PROGRAMMABLE_COMPLETION 1
25698| #define DEBUGGER 1
25699| #define CASEMOD_ATTRS 1
25700| #define CASEMOD_EXPANSIONS 1
25701| #define GLOBASCII_DEFAULT 1
25702| #define FUNCTION_IMPORT 1
25703| #define TRANSLATABLE_STRINGS 1
25704| #define MEMSCRAMBLE 1
25705| #define HAVE_STDIO_H 1
25706| #define HAVE_STDLIB_H 1
25707| #define HAVE_STRING_H 1
25708| #define HAVE_INTTYPES_H 1
25709| #define HAVE_STDINT_H 1
25710| #define HAVE_STRINGS_H 1
25711| #define HAVE_SYS_STAT_H 1
25712| #define HAVE_SYS_TYPES_H 1
25713| #define HAVE_UNISTD_H 1
25714| #define HAVE_WCHAR_H 1
25715| #define HAVE_SYS_PARAM_H 1
25716| #define HAVE_XLOCALE_H 1
25717| #define HAVE_SYS_TIME_H 1
25718| #define STDC_HEADERS 1
25719| #define _ALL_SOURCE 1
25720| #define _DARWIN_C_SOURCE 1
25721| #define _GNU_SOURCE 1
25722| #define _HPUX_ALT_XOPEN_SOCKET_API 1
25723| #define _NETBSD_SOURCE 1
25724| #define _OPENBSD_SOURCE 1
25725| #define _POSIX_PTHREAD_SEMANTICS 1
25726| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
25727| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
25728| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
25729| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
25730| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
25731| #define __STDC_WANT_LIB_EXT2__ 1
25732| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
25733| #define _TANDEM_SOURCE 1
25734| #define __EXTENSIONS__ 1
25735| #define READLINE 1
25736| #define HISTORY 1
25737| #define BANG_HISTORY 1
25738| #define HAVE_STRINGIZE 1
25739| #define HAVE_LONG_DOUBLE 1
25740| #define PROTOTYPES 1
25741| #define __PROTOTYPES 1
25742| #define restrict __restrict__
25743| #define HAVE_VISIBILITY 1
25744| #define HAVE_STDINT_H_WITH_UINTMAX 1
25745| #define HAVE_ALLOCA_H 1
25746| #define HAVE_ALLOCA 1
25747| #define HAVE_GETPAGESIZE 1
25748| #define HAVE_SYMLINK 1
25749| #define HAVE_USELOCALE 1
25750| #define HAVE_VPRINTF 1
25751| #define HAVE_ALARM 1
25752| #define HAVE_FPURGE 1
25753| #define HAVE_SNPRINTF 1
25754| #define HAVE_VSNPRINTF 1
25755| #define HAVE_MMAP 1
25756| #define INTDIV0_RAISES_SIGFPE 1
25757| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
25758| #define HAVE_UNSIGNED_LONG_LONG_INT 1
25759| #define HAVE_UINTMAX_T 1
25760| #define HAVE_INTTYPES_H 1
25761| #define USE_POSIX_THREADS 1
25762| #define HAVE_PTHREAD_RWLOCK 1
25763| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
25764| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
25765| #define HAVE_ICONV 1
25766| #define ICONV_CONST
25767| #define HAVE_BUILTIN_EXPECT 1
25768| #define HAVE_INTTYPES_H 1
25769| #define HAVE_LIMITS_H 1
25770| #define HAVE_UNISTD_H 1
25771| #define HAVE_SYS_PARAM_H 1
25772| #define HAVE_GETCWD 1
25773| #define HAVE_GETEGID 1
25774| #define HAVE_GETEUID 1
25775| #define HAVE_GETGID 1
25776| #define HAVE_GETUID 1
25777| #define HAVE_MUNMAP 1
25778| #define HAVE_STPCPY 1
25779| #define HAVE_STRCASECMP 1
25780| #define HAVE_STRDUP 1
25781| #define HAVE_STRTOUL 1
25782| #define HAVE_TSEARCH 1
25783| #define HAVE_LOCALECONV 1
25784| #define HAVE_DECL_FEOF_UNLOCKED 1
25785| #define HAVE_DECL_FGETS_UNLOCKED 0
25786| #define HAVE_LONG_LONG_INT 1
25787| #define HAVE_WCHAR_T 1
25788| #define HAVE_WINT_T 1
25789| #define HAVE_INTMAX_T 1
25790| #define HAVE_POSIX_PRINTF 1
25791| #define HAVE_STDINT_H 1
25792| #define HAVE_STDINT_H 1
25793| #define HAVE_WORKING_O_NOATIME 1
25794| #define HAVE_WORKING_O_NOFOLLOW 1
25795| #define HAVE_WORKING_USELOCALE 1
25796| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
25797| #define HAVE_CFLOCALECOPYCURRENT 1
25798| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
25799| #define FLEXIBLE_ARRAY_MEMBER /**/
25800| #define HAVE_STDDEF_H 1
25801| #define HAVE_STDLIB_H 1
25802| #define HAVE_STRING_H 1
25803| #define HAVE_ASPRINTF 1
25804| #define HAVE_FWPRINTF 1
25805| #define HAVE_NEWLOCALE 1
25806| #define HAVE_PUTENV 1
25807| #define HAVE_SETENV 1
25808| #define HAVE_SETLOCALE 1
25809| #define HAVE_SNPRINTF 1
25810| #define HAVE_STRNLEN 1
25811| #define HAVE_USELOCALE 1
25812| #define HAVE_WCSLEN 1
25813| #define HAVE_WCSNLEN 1
25814| #define HAVE_MBRTOWC 1
25815| #define HAVE_WCRTOMB 1
25816| #define HAVE_DECL__SNPRINTF 0
25817| #define HAVE_DECL__SNWPRINTF 0
25818| #define HAVE_DECL_GETC_UNLOCKED 1
25819| #define HAVE_LANGINFO_CODESET 1
25820| #define HAVE_LC_MESSAGES 1
25821| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
25822| #define HAVE_CFLOCALECOPYCURRENT 1
25823| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
25824| #define ENABLE_NLS 1
25825| #define HAVE_GETTEXT 1
25826| #define HAVE_DCGETTEXT 1
25827| #define HAVE_DIRENT_H 1
25828| #define HAVE_INTTYPES_H 1
25829| #define HAVE_UNISTD_H 1
25830| #define HAVE_STDLIB_H 1
25831| #define HAVE_STDARG_H 1
25832| #define HAVE_LIMITS_H 1
25833| #define HAVE_STRING_H 1
25834| #define HAVE_MEMORY_H 1
25835| #define HAVE_LOCALE_H 1
25836| #define HAVE_TERMCAP_H 1
25837| #define HAVE_TERMIOS_H 1
25838| #define HAVE_DLFCN_H 1
25839| #define HAVE_STDBOOL_H 1
25840| #define HAVE_STDDEF_H 1
25841| #define HAVE_STDINT_H 1
25842| #define HAVE_NETDB_H 1
25843| #define HAVE_PWD_H 1
25844| #define HAVE_GRP_H 1
25845| #define HAVE_STRINGS_H 1
25846| #define HAVE_REGEX_H 1
25847| #define HAVE_SYSLOG_H 1
25848| #define HAVE_ULIMIT_H 1
25849| #define HAVE_SYS_SELECT_H 1
25850| #define HAVE_SYS_FILE_H 1
25851| #define HAVE_SYS_IOCTL_H 1
25852| #define HAVE_SYS_MMAN_H 1
25853| #define HAVE_SYS_PARAM_H 1
25854| #define HAVE_SYS_RANDOM_H 1
25855| #define HAVE_SYS_SOCKET_H 1
25856| #define HAVE_SYS_STAT_H 1
25857| #define HAVE_SYS_TIME_H 1
25858| #define HAVE_SYS_TIMES_H 1
25859| #define HAVE_SYS_TYPES_H 1
25860| #define HAVE_SYS_WAIT_H 1
25861| #define HAVE_NETINET_IN_H 1
25862| #define HAVE_ARPA_INET_H 1
25863| #define HAVE_SYS_RESOURCE_H 1
25864| #define HAVE_ALLOCA_H 1
25865| #define HAVE_ALLOCA 1
25866| #define HAVE_CHOWN 1
25867| #define GETPGRP_VOID 1
25868| #define HAVE_STRCOLL 1
25869| #define HAVE_WAIT3 1
25870| #define HAVE_MKFIFO 1
25871| #define HAVE_DUP2 1
25872| #define HAVE_FCNTL 1
25873| #define HAVE_GETDTABLESIZE 1
25874| #define HAVE_GETENTROPY 1
25875| #define HAVE_GETGROUPS 1
25876| #define HAVE_GETHOSTNAME 1
25877| #define HAVE_GETPAGESIZE 1
25878| #define HAVE_GETPEERNAME 1
25879| #define HAVE_GETRLIMIT 1
25880| #define HAVE_GETRUSAGE 1
25881| #define HAVE_GETTIMEOFDAY 1
25882| #define HAVE_KILL 1
25883| #define HAVE_KILLPG 1
25884| #define HAVE_LSTAT 1
25885| #define HAVE_PSELECT 1
25886| #define HAVE_READLINK 1
25887| #define HAVE_SELECT 1
25888| #define HAVE_SETITIMER 1
25889| #define HAVE_TCGETPGRP 1
25890| #define HAVE_UNAME 1
25891| #define HAVE_ULIMIT 1
25892| #define HAVE_WAITPID 1
25893| #define HAVE_RENAME 1
25894| #define HAVE_BCOPY 1
25895| #define HAVE_BZERO 1
25896| #define HAVE_CONFSTR 1
25897| #define HAVE_FACCESSAT 1
25898| #define HAVE_FNMATCH 1
25899| #define HAVE_GETADDRINFO 1
25900| #define HAVE_GETHOSTBYNAME 1
25901| #define HAVE_GETSERVBYNAME 1
25902| #define HAVE_GETSERVENT 1
25903| #define HAVE_INET_ATON 1
25904| #define HAVE_IMAXDIV 1
25905| #define HAVE_MEMMOVE 1
25906| #define HAVE_PATHCONF 1
25907| #define HAVE_PUTENV 1
25908| #define HAVE_RAISE 1
25909| #define HAVE_RANDOM 1
25910| #define HAVE_REGCOMP 1
25911| #define HAVE_REGEXEC 1
25912| #define HAVE_SETENV 1
25913| #define HAVE_SETLINEBUF 1
25914| #define HAVE_SETLOCALE 1
25915| #define HAVE_SETVBUF 1
25916| #define HAVE_SIGINTERRUPT 1
25917| #define HAVE_STRCHR 1
25918| #define HAVE_SYSCONF 1
25919| #define HAVE_SYSLOG 1
25920| #define HAVE_TCGETATTR 1
25921| #define HAVE_TIMES 1
25922| #define HAVE_TTYNAME 1
25923| #define HAVE_TZSET 1
25924| #define HAVE_UNSETENV 1
25925| #define HAVE_VASPRINTF 1
25926| #define HAVE_ASPRINTF 1
25927| #define HAVE_ISASCII 1
25928| #define HAVE_ISBLANK 1
25929| #define HAVE_ISGRAPH 1
25930| #define HAVE_ISPRINT 1
25931| #define HAVE_ISSPACE 1
25932| #define HAVE_ISXDIGIT 1
25933| #define HAVE_GETPWENT 1
25934| #define HAVE_GETPWNAM 1
25935| #define HAVE_GETPWUID 1
25936| #define HAVE_MKSTEMP 1
25937| #define HAVE_MKDTEMP 1
25938| #define HAVE_ARC4RANDOM 1
25939| #define HAVE_GETCWD 1
25940| #define HAVE_MEMSET 1
25941| #define HAVE_STRCASECMP 1
25942| #define HAVE_STRCASESTR 1
25943| #define HAVE_STRERROR 1
25944| #define HAVE_STRFTIME 1
25945| #define HAVE_STRNLEN 1
25946| #define HAVE_STRPBRK 1
25947| #define HAVE_STRSTR 1
25948| #define HAVE_STRTOD 1
25949| #define HAVE_STRTOL 1
25950| #define HAVE_STRTOUL 1
25951| #define HAVE_STRTOLL 1
25952| #define HAVE_STRTOULL 1
25953| #define HAVE_STRTOUMAX 1
25954| #define HAVE_DPRINTF 1
25955| #define HAVE_STRDUP 1
25956| #define HAVE_DECL_AUDIT_USER_TTY 0
25957| #define HAVE_DECL_CONFSTR 1
25958| #define HAVE_DECL_PRINTF 1
25959| #define HAVE_DECL_SBRK 1
25960| #define HAVE_DECL_SETREGID 1
25961| #define HAVE_DECL_STRCPY 1
25962| #define HAVE_DECL_STRSIGNAL 1
25963| #define HAVE_DECL_STRTOLD 1
25964| #define HAVE_DECL_STRTOL 1
25965| #define HAVE_DECL_STRTOLL 1
25966| #define HAVE_DECL_STRTOUL 1
25967| #define HAVE_DECL_STRTOULL 1
25968| #define HAVE_DECL_STRTOUMAX 1
25969| #define HAVE_ERRNO_H 1
25970| #define HAVE_FCNTL_H 1
25971| #define HAVE_MMAP 1
25972| #define HAVE_MUNMAP 1
25973| #define HAVE_STPCPY 1
25974| #define HAVE_STRCSPN 1
25975| #define HAVE_WCTYPE_H 1
25976| #define HAVE_WCHAR_H 1
25977| #define HAVE_LANGINFO_H 1
25978| #define HAVE_MBRLEN 1
25979| #define HAVE_MBSNRTOWCS 1
25980| #define HAVE_MBSRTOWCS 1
25981| #define HAVE_WCRTOMB 1
25982| #define HAVE_WCSCOLL 1
25983| #define HAVE_WCSDUP 1
25984| #define HAVE_WCWIDTH 1
25985| #define HAVE_WCTYPE 1
25986| #define HAVE_WCSWIDTH 1
25987| #define HAVE_MBRTOWC 1
25988| #define HAVE_MBSTATE_T 1
25989| #define HAVE_ISWLOWER 1
25990| #define HAVE_ISWUPPER 1
25991| #define HAVE_TOWLOWER 1
25992| #define HAVE_TOWUPPER 1
25993| #define HAVE_ISWCTYPE 1
25994| #define HAVE_WCHAR_T 1
25995| #define HAVE_WCTYPE_T 1
25996| #define HAVE_WINT_T 1
25997| #define HAVE_LOCALE_CHARSET 1
25998| #define SIZEOF_WCHAR_T 4
25999| #define HAVE_LIBDL 1
26000| #define HAVE_DLOPEN 1
26001| #define HAVE_DLCLOSE 1
26002| #define HAVE_DLSYM 1
26003| #define GETGROUPS_T gid_t
26004| #define HAVE_UINTPTR_T 1
26005| #define HAVE_LONG_LONG_INT 1
26006| #define HAVE_UNSIGNED_LONG_LONG_INT 1
26007| #define SIZEOF_CHAR 1
26008| #define SIZEOF_SHORT 2
26009| #define SIZEOF_INT 4
26010| #define SIZEOF_LONG 8
26011| #define SIZEOF_CHAR_P 8
26012| #define SIZEOF_SIZE_T 8
26013| #define SIZEOF_DOUBLE 8
26014| #define SIZEOF_LONG_LONG 8
26015| #define bits16_t short
26016| #define u_bits16_t unsigned short
26017| #define bits32_t int
26018| #define u_bits32_t unsigned int
26019| #define bits64_t char *
26020| #define HAVE_HASH_BANG_EXEC 1
26021| #define HAVE_POSIX_SIGNALS 1
26022| #define HAVE_SYS_ERRLIST 1
26023| #define HAVE_DECL_SYS_SIGLIST 1
26024| #define HAVE_SYS_SIGLIST 1
26025| #define HAVE_SOCKLEN_T 1
26026| #define HAVE_QUAD_T 1
26027| #define RLIMTYPE rlim_t
26028| #define HAVE_INTMAX_T 1
26029| #define HAVE_UINTMAX_T 1
26030| #define SIZEOF_INTMAX_T 8
26031| #define HAVE_STRUCT_DIRENT_D_INO 1
26032| #define HAVE_STRUCT_DIRENT_D_INO 1
26033| #define HAVE_STRUCT_DIRENT_D_FILENO 1
26034| #define HAVE_STRUCT_DIRENT_D_FILENO 1
26035| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
26036| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
26037| #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
26038| #define HAVE_TIMEVAL 1
26039| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
26040| #define HAVE_STRUCT_TM_TM_ZONE 1
26041| #define HAVE_TM_ZONE 1
26042| #define HAVE_STRUCT_TIMEZONE 1
26043| #define WEXITSTATUS_OFFSET 8
26044| #define HAVE_STRUCT_TIMESPEC 1
26045| #define TIME_H_DEFINES_STRUCT_TIMESPEC 1
26046| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
26047| #define HAVE_SBRK 1
26048| #define HAVE_STRSIGNAL 1
26049| #define HAVE_DECL_FPURGE 1
26050| #define CAN_REDEFINE_GETENV 1
26051| #define HAVE_POSIX_SIGSETJMP 1
26052| #define HAVE_STRTOIMAX 1
26053| #define HAVE_DECL_STRTOIMAX 1
26054| #define HAVE_STD_PUTENV 1
26055| #define HAVE_STD_UNSETENV 1
26056| #define HAVE_PRINTF_A_FORMAT 1
26057| #define FNMATCH_EQUIV_FALLBACK 1
26058| #define TIOCSTAT_IN_SYS_IOCTL 1
26059| #define FIONREAD_IN_SYS_IOCTL 1
26060| #define HAVE_GETPW_DECLS 1
26061| /* end confdefs.h.  */
26062|
26063| #include <sys/types.h>
26064| #include <signal.h>
26065| #include <stdlib.h>
26066|
26067| #ifndef NSIG
26068| #  define NSIG 64
26069| #endif
26070|
26071| int
26072| main ()
26073| {
26074|   int n_sigs = 2 * NSIG;
26075| #ifdef SIGRTMIN
26076|   int rtmin = SIGRTMIN;
26077| #else
26078|   int rtmin = 0;
26079| #endif
26080|
26081|   exit(rtmin < n_sigs);
26082| }
26083|
26084configure:21235: result: no
26085configure:21349: checking for tgetent
26086configure:21349: ccache /usr/bin/clang -o conftest -pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c -ldl  >&5
26087configure:21349: $? = 0
26088configure:21349: result: yes
26089configure:21565: checking which library has the termcap functions
26090configure:21568: result: using libc
26091configure:21596: checking whether /dev/fd is available
26092configure:21621: result: standard
26093configure:21635: checking whether /dev/stdin stdout stderr are available
26094configure:21649: result: present
26095configure:21656: checking for default mail directory
26096configure:21676: result: /var/mail
26097configure:21781: checking shared object configuration for loadable builtins
26098configure:21791: result: supported
26099configure:21987: creating ./config.status
26100
26101## ---------------------- ##
26102## Running config.status. ##
26103## ---------------------- ##
26104
26105This file was extended by bash config.status 5.2-release, which was
26106generated by GNU Autoconf 2.71.  Invocation command line was
26107
26108  CONFIG_FILES    =
26109  CONFIG_HEADERS  =
26110  CONFIG_LINKS    =
26111  CONFIG_COMMANDS =
26112  $ ./config.status
26113
26114on olivine.local
26115
26116config.status:1343: creating Makefile
26117config.status:1343: creating builtins/Makefile
26118config.status:1343: creating lib/readline/Makefile
26119config.status:1343: creating lib/glob/Makefile
26120config.status:1343: creating lib/intl/Makefile
26121config.status:1343: creating lib/malloc/Makefile
26122config.status:1343: creating lib/sh/Makefile
26123config.status:1343: creating lib/termcap/Makefile
26124config.status:1343: creating lib/tilde/Makefile
26125config.status:1343: creating doc/Makefile
26126config.status:1343: creating support/Makefile
26127config.status:1343: creating po/Makefile.in
26128config.status:1343: creating examples/loadables/Makefile
26129config.status:1343: creating examples/loadables/Makefile.inc
26130config.status:1343: creating examples/loadables/Makefile.sample
26131config.status:1343: creating examples/loadables/perl/Makefile
26132config.status:1343: creating support/bash.pc
26133config.status:1343: creating support/bashbug.sh
26134config.status:1343: creating config.h
26135config.status:1538: executing po-directories commands
26136config.status:1538: executing stamp-h commands
26137
26138## ---------------- ##
26139## Cache variables. ##
26140## ---------------- ##
26141
26142ac_cv_build=x86_64-apple-darwin22.1.0
26143ac_cv_c_bigendian=no
26144ac_cv_c_char_unsigned=no
26145ac_cv_c_compiler_gnu=yes
26146ac_cv_c_const=yes
26147ac_cv_c_flexmember=yes
26148ac_cv_c_inline=inline
26149ac_cv_c_restrict=__restrict__
26150ac_cv_c_stringize=yes
26151ac_cv_c_undeclared_builtin_options='none needed'
26152ac_cv_c_volatile=yes
26153ac_cv_env_CC_FOR_BUILD_set=
26154ac_cv_env_CC_FOR_BUILD_value=
26155ac_cv_env_CC_set=set
26156ac_cv_env_CC_value='ccache /usr/bin/clang'
26157ac_cv_env_CFLAGS_FOR_BUILD_set=set
26158ac_cv_env_CFLAGS_FOR_BUILD_value='-arch x86_64'
26159ac_cv_env_CFLAGS_set=set
26160ac_cv_env_CFLAGS_value='-pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64'
26161ac_cv_env_CPPFLAGS_FOR_BUILD_set=
26162ac_cv_env_CPPFLAGS_FOR_BUILD_value=
26163ac_cv_env_CPPFLAGS_set=set
26164ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk'
26165ac_cv_env_CPP_set=
26166ac_cv_env_CPP_value=
26167ac_cv_env_DEBUGGER_START_FILE_set=
26168ac_cv_env_DEBUGGER_START_FILE_value=
26169ac_cv_env_LDFLAGS_FOR_BUILD_set=
26170ac_cv_env_LDFLAGS_FOR_BUILD_value=
26171ac_cv_env_LDFLAGS_set=set
26172ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64'
26173ac_cv_env_LIBS_set=
26174ac_cv_env_LIBS_value=
26175ac_cv_env_YACC_set=
26176ac_cv_env_YACC_value=
26177ac_cv_env_YFLAGS_set=
26178ac_cv_env_YFLAGS_value=
26179ac_cv_env_build_alias_set=
26180ac_cv_env_build_alias_value=
26181ac_cv_env_host_alias_set=
26182ac_cv_env_host_alias_value=
26183ac_cv_env_target_alias_set=
26184ac_cv_env_target_alias_value=
26185ac_cv_func___argz_count=no
26186ac_cv_func___argz_next=no
26187ac_cv_func___argz_stringify=no
26188ac_cv_func___fpurge=no
26189ac_cv_func___fsetlocking=no
26190ac_cv_func___setostype=no
26191ac_cv_func_alarm=yes
26192ac_cv_func_alloca_works=yes
26193ac_cv_func_arc4random=yes
26194ac_cv_func_argz_count=no
26195ac_cv_func_argz_next=no
26196ac_cv_func_argz_stringify=no
26197ac_cv_func_asprintf=yes
26198ac_cv_func_bcopy=yes
26199ac_cv_func_bzero=yes
26200ac_cv_func_chown_works=yes
26201ac_cv_func_confstr=yes
26202ac_cv_func_dcgettext=no
26203ac_cv_func_dlclose=yes
26204ac_cv_func_dlopen=yes
26205ac_cv_func_dlsym=yes
26206ac_cv_func_dprintf=yes
26207ac_cv_func_dup2=yes
26208ac_cv_func_eaccess=no
26209ac_cv_func_faccessat=yes
26210ac_cv_func_fcntl=yes
26211ac_cv_func_fnmatch=yes
26212ac_cv_func_fpurge=yes
26213ac_cv_func_fwprintf=yes
26214ac_cv_func_getaddrinfo=yes
26215ac_cv_func_getcwd=yes
26216ac_cv_func_getdtablesize=yes
26217ac_cv_func_getegid=yes
26218ac_cv_func_getentropy=yes
26219ac_cv_func_geteuid=yes
26220ac_cv_func_getgid=yes
26221ac_cv_func_getgroups=yes
26222ac_cv_func_gethostbyname=yes
26223ac_cv_func_gethostname=yes
26224ac_cv_func_getlocalename_l=no
26225ac_cv_func_getpagesize=yes
26226ac_cv_func_getpeername=yes
26227ac_cv_func_getpgrp_void=yes
26228ac_cv_func_getpwent=yes
26229ac_cv_func_getpwnam=yes
26230ac_cv_func_getpwuid=yes
26231ac_cv_func_getrandom=no
26232ac_cv_func_getrlimit=yes
26233ac_cv_func_getrusage=yes
26234ac_cv_func_getservbyname=yes
26235ac_cv_func_getservent=yes
26236ac_cv_func_gettimeofday=yes
26237ac_cv_func_getuid=yes
26238ac_cv_func_imaxdiv=yes
26239ac_cv_func_inet_aton=yes
26240ac_cv_func_isascii=yes
26241ac_cv_func_isblank=yes
26242ac_cv_func_isgraph=yes
26243ac_cv_func_isprint=yes
26244ac_cv_func_isspace=yes
26245ac_cv_func_iswctype=yes
26246ac_cv_func_iswlower=yes
26247ac_cv_func_iswupper=yes
26248ac_cv_func_isxdigit=yes
26249ac_cv_func_kill=yes
26250ac_cv_func_killpg=yes
26251ac_cv_func_locale_charset=yes
26252ac_cv_func_localeconv=yes
26253ac_cv_func_lstat=yes
26254ac_cv_func_mbrlen=yes
26255ac_cv_func_mbrtowc=yes
26256ac_cv_func_mbscasecmp=no
26257ac_cv_func_mbschr=no
26258ac_cv_func_mbscmp=no
26259ac_cv_func_mbsnrtowcs=yes
26260ac_cv_func_mbsrtowcs=yes
26261ac_cv_func_memmove=yes
26262ac_cv_func_mempcpy=no
26263ac_cv_func_memset=yes
26264ac_cv_func_mkdtemp=yes
26265ac_cv_func_mkfifo=yes
26266ac_cv_func_mkstemp=yes
26267ac_cv_func_mmap_fixed_mapped=yes
26268ac_cv_func_mremap=no
26269ac_cv_func_munmap=yes
26270ac_cv_func_newlocale=yes
26271ac_cv_func_pathconf=yes
26272ac_cv_func_pselect=yes
26273ac_cv_func_putenv=yes
26274ac_cv_func_raise=yes
26275ac_cv_func_random=yes
26276ac_cv_func_readlink=yes
26277ac_cv_func_regcomp=yes
26278ac_cv_func_regexec=yes
26279ac_cv_func_rename=yes
26280ac_cv_func_sbrk=yes
26281ac_cv_func_select=yes
26282ac_cv_func_setdtablesize=no
26283ac_cv_func_setenv=yes
26284ac_cv_func_setitimer=yes
26285ac_cv_func_setlinebuf=yes
26286ac_cv_func_setlocale=yes
26287ac_cv_func_setresgid=no
26288ac_cv_func_setresuid=no
26289ac_cv_func_setvbuf=yes
26290ac_cv_func_siginterrupt=yes
26291ac_cv_func_snprintf=yes
26292ac_cv_func_stpcpy=yes
26293ac_cv_func_strcasecmp=yes
26294ac_cv_func_strcasestr=yes
26295ac_cv_func_strchr=yes
26296ac_cv_func_strchrnul=no
26297ac_cv_func_strcoll_works=yes
26298ac_cv_func_strcspn=yes
26299ac_cv_func_strdup=yes
26300ac_cv_func_strerror=yes
26301ac_cv_func_strftime=yes
26302ac_cv_func_strnlen=yes
26303ac_cv_func_strpbrk=yes
26304ac_cv_func_strstr=yes
26305ac_cv_func_strtod=yes
26306ac_cv_func_strtoimax=yes
26307ac_cv_func_strtol=yes
26308ac_cv_func_strtoll=yes
26309ac_cv_func_strtoul=yes
26310ac_cv_func_strtoull=yes
26311ac_cv_func_strtoumax=yes
26312ac_cv_func_symlink=yes
26313ac_cv_func_sysconf=yes
26314ac_cv_func_syslog=yes
26315ac_cv_func_tcgetattr=yes
26316ac_cv_func_tcgetpgrp=yes
26317ac_cv_func_tgetent=yes
26318ac_cv_func_times=yes
26319ac_cv_func_towlower=yes
26320ac_cv_func_towupper=yes
26321ac_cv_func_tsearch=yes
26322ac_cv_func_ttyname=yes
26323ac_cv_func_tzset=yes
26324ac_cv_func_ulimit=yes
26325ac_cv_func_uname=yes
26326ac_cv_func_unsetenv=yes
26327ac_cv_func_uselocale=yes
26328ac_cv_func_vasprintf=yes
26329ac_cv_func_vprintf=yes
26330ac_cv_func_vsnprintf=yes
26331ac_cv_func_wait3=yes
26332ac_cv_func_waitpid=yes
26333ac_cv_func_wcrtomb=yes
26334ac_cv_func_wcscoll=yes
26335ac_cv_func_wcsdup=yes
26336ac_cv_func_wcslen=yes
26337ac_cv_func_wcsnlen=yes
26338ac_cv_func_wcswidth=yes
26339ac_cv_func_wctype=yes
26340ac_cv_func_wcwidth=yes
26341ac_cv_func_working_mktime=no
26342ac_cv_gnu_library_2=no
26343ac_cv_gnu_library_2_1=no
26344ac_cv_have_decl_AUDIT_USER_TTY=no
26345ac_cv_have_decl__snprintf=no
26346ac_cv_have_decl__snwprintf=no
26347ac_cv_have_decl_confstr=yes
26348ac_cv_have_decl_feof_unlocked=yes
26349ac_cv_have_decl_fgets_unlocked=no
26350ac_cv_have_decl_fpurge=yes
26351ac_cv_have_decl_getc_unlocked=yes
26352ac_cv_have_decl_printf=yes
26353ac_cv_have_decl_sbrk=yes
26354ac_cv_have_decl_setregid=yes
26355ac_cv_have_decl_strcpy=yes
26356ac_cv_have_decl_strsignal=yes
26357ac_cv_have_decl_strtoimax=yes
26358ac_cv_have_decl_strtol=yes
26359ac_cv_have_decl_strtold=yes
26360ac_cv_have_decl_strtoll=yes
26361ac_cv_have_decl_strtoul=yes
26362ac_cv_have_decl_strtoull=yes
26363ac_cv_have_decl_strtoumax=yes
26364ac_cv_have_decl_sys_siglist=yes
26365ac_cv_have_sig_atomic_t=yes
26366ac_cv_header_argz_h=no
26367ac_cv_header_arpa_inet_h=yes
26368ac_cv_header_dirent_dirent_h=yes
26369ac_cv_header_dlfcn_h=yes
26370ac_cv_header_errno_h=yes
26371ac_cv_header_fcntl_h=yes
26372ac_cv_header_features_h=no
26373ac_cv_header_grp_h=yes
26374ac_cv_header_inttypes_h=yes
26375ac_cv_header_langinfo_h=yes
26376ac_cv_header_libaudit_h=no
26377ac_cv_header_limits_h=yes
26378ac_cv_header_locale_h=yes
26379ac_cv_header_malloc_h=no
26380ac_cv_header_mbstr_h=no
26381ac_cv_header_memory_h=yes
26382ac_cv_header_minix_config_h=no
26383ac_cv_header_netdb_h=yes
26384ac_cv_header_netinet_in_h=yes
26385ac_cv_header_pthread_h=yes
26386ac_cv_header_pwd_h=yes
26387ac_cv_header_regex_h=yes
26388ac_cv_header_stat_broken=no
26389ac_cv_header_stdarg_h=yes
26390ac_cv_header_stdbool_h=yes
26391ac_cv_header_stddef_h=yes
26392ac_cv_header_stdint_h=yes
26393ac_cv_header_stdio_ext_h=no
26394ac_cv_header_stdio_h=yes
26395ac_cv_header_stdlib_h=yes
26396ac_cv_header_string_h=yes
26397ac_cv_header_strings_h=yes
26398ac_cv_header_sys_file_h=yes
26399ac_cv_header_sys_ioctl_h=yes
26400ac_cv_header_sys_mkdev_h=no
26401ac_cv_header_sys_mman_h=yes
26402ac_cv_header_sys_param_h=yes
26403ac_cv_header_sys_pte_h=no
26404ac_cv_header_sys_ptem_h=no
26405ac_cv_header_sys_random_h=yes
26406ac_cv_header_sys_resource_h=yes
26407ac_cv_header_sys_select_h=yes
26408ac_cv_header_sys_socket_h=yes
26409ac_cv_header_sys_stat_h=yes
26410ac_cv_header_sys_stream_h=no
26411ac_cv_header_sys_sysmacros_h=no
26412ac_cv_header_sys_time_h=yes
26413ac_cv_header_sys_times_h=yes
26414ac_cv_header_sys_types_h=yes
26415ac_cv_header_sys_wait_h=yes
26416ac_cv_header_syslog_h=yes
26417ac_cv_header_termcap_h=yes
26418ac_cv_header_termio_h=no
26419ac_cv_header_termios_h=yes
26420ac_cv_header_ulimit_h=yes
26421ac_cv_header_unistd_h=yes
26422ac_cv_header_varargs_h=no
26423ac_cv_header_wchar_h=yes
26424ac_cv_header_wctype_h=yes
26425ac_cv_header_xlocale_h=yes
26426ac_cv_host=x86_64-apple-darwin22.1.0
26427ac_cv_lib_dl_dlopen=yes
26428ac_cv_lib_pthread_pthread_kill=yes
26429ac_cv_member_struct_dirent_d_fileno=yes
26430ac_cv_member_struct_dirent_d_ino=yes
26431ac_cv_member_struct_dirent_d_namlen=yes
26432ac_cv_member_struct_stat_st_atim_tv_nsec=no
26433ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes
26434ac_cv_member_struct_stat_st_blocks=yes
26435ac_cv_member_struct_termio_c_line=no
26436ac_cv_member_struct_termios_c_line=no
26437ac_cv_member_struct_tm_tm_zone=yes
26438ac_cv_objext=o
26439ac_cv_path_EGREP='/opt/local/bin/ggrep -E'
26440ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
26441ac_cv_path_GREP=/opt/local/bin/ggrep
26442ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
26443ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
26444ac_cv_path_SED=/opt/local/bin/gsed
26445ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
26446ac_cv_path_mkdir=/opt/local/bin/gmkdir
26447ac_cv_prog_CPP='ccache /usr/bin/clang -E'
26448ac_cv_prog_INTLBISON=bison
26449ac_cv_prog_YACC='bison -y'
26450ac_cv_prog_ac_ct_AR=ar
26451ac_cv_prog_ac_ct_CC='ccache /usr/bin/clang'
26452ac_cv_prog_ac_ct_RANLIB=ranlib
26453ac_cv_prog_cc_c11=
26454ac_cv_prog_cc_g=yes
26455ac_cv_prog_cc_stdc=
26456ac_cv_prog_gcc_traditional=no
26457ac_cv_prog_make_make_set=yes
26458ac_cv_safe_to_define___extensions__=yes
26459ac_cv_search_opendir='none required'
26460ac_cv_should_define__xopen_source=no
26461ac_cv_sizeof_char=1
26462ac_cv_sizeof_char_p=8
26463ac_cv_sizeof_double=8
26464ac_cv_sizeof_int=4
26465ac_cv_sizeof_intmax_t=8
26466ac_cv_sizeof_long=8
26467ac_cv_sizeof_long_long=8
26468ac_cv_sizeof_short=2
26469ac_cv_sizeof_size_t=8
26470ac_cv_sizeof_wchar_t=4
26471ac_cv_struct_tm=time.h
26472ac_cv_sys_file_offset_bits=no
26473ac_cv_sys_interpreter=yes
26474ac_cv_sys_largefile_CC=no
26475ac_cv_sys_tiocgwinsz_in_termios_h=yes
26476ac_cv_type_bits16_t=no
26477ac_cv_type_bits32_t=no
26478ac_cv_type_bits64_t=no
26479ac_cv_type_getgroups=gid_t
26480ac_cv_type_intmax_t=yes
26481ac_cv_type_long_double=yes
26482ac_cv_type_long_long_int=yes
26483ac_cv_type_mode_t=yes
26484ac_cv_type_off_t=yes
26485ac_cv_type_pid_t=yes
26486ac_cv_type_pthread_rwlock_t=yes
26487ac_cv_type_ptrdiff_t=yes
26488ac_cv_type_quad_t=yes
26489ac_cv_type_size_t=yes
26490ac_cv_type_ssize_t=yes
26491ac_cv_type_time_t=yes
26492ac_cv_type_u_bits16_t=no
26493ac_cv_type_u_bits32_t=no
26494ac_cv_type_u_int=yes
26495ac_cv_type_u_long=yes
26496ac_cv_type_uid_t=yes
26497ac_cv_type_uintmax_t=yes
26498ac_cv_type_uintptr_t=yes
26499ac_cv_type_unsigned_long_long_int=yes
26500ac_cv_working_alloca_h=yes
26501acl_cv_hardcode_direct=no
26502acl_cv_hardcode_libdir_flag_spec=
26503acl_cv_hardcode_libdir_separator=
26504acl_cv_hardcode_minus_L=no
26505acl_cv_libdirstems=lib,lib
26506acl_cv_libext=a
26507acl_cv_libname_spec='lib$name'
26508acl_cv_library_names_spec='$libname$shrext'
26509acl_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
26510acl_cv_prog_gnu_ld=no
26511acl_cv_rpath=done
26512acl_cv_shlibext=dylib
26513acl_cv_wl=-Wl,
26514am_cv_func_iconv=yes
26515am_cv_func_iconv_works=yes
26516am_cv_langinfo_codeset=yes
26517am_cv_lib_iconv=yes
26518am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
26519am_cv_proto_iconv_arg1=
26520bash_cv_decl_under_sys_siglist=no
26521bash_cv_dev_fd=standard
26522bash_cv_dev_stdin=present
26523bash_cv_dirent_has_d_fileno=yes
26524bash_cv_dirent_has_d_ino=yes
26525bash_cv_dirent_has_d_namlen=yes
26526bash_cv_dup2_broken=no
26527bash_cv_fionread_in_ioctl=yes
26528bash_cv_fnmatch_equiv_fallback=yes
26529bash_cv_fnmatch_equiv_value=1
26530bash_cv_func_sbrk=yes
26531bash_cv_func_sigsetjmp=present
26532bash_cv_func_snprintf=yes
26533bash_cv_func_strcoll_broken=no
26534bash_cv_func_strtoimax=yes
26535bash_cv_func_vsnprintf=yes
26536bash_cv_getcwd_malloc=yes
26537bash_cv_getenv_redef=yes
26538bash_cv_getpw_declared=yes
26539bash_cv_have_strsignal=yes
26540bash_cv_job_control_missing=present
26541bash_cv_mail_dir=/var/mail
26542bash_cv_must_reinstall_sighandlers=no
26543bash_cv_opendir_not_robust=no
26544bash_cv_pgrp_pipe=no
26545bash_cv_posix_signals=yes
26546bash_cv_printf_a_format=yes
26547bash_cv_signal_vintage=posix
26548bash_cv_speed_t_in_sys_types=no
26549bash_cv_std_putenv=yes
26550bash_cv_std_unsetenv=yes
26551bash_cv_strtold_broken=no
26552bash_cv_struct_timeval=yes
26553bash_cv_struct_timezone=yes
26554bash_cv_struct_winsize_header=ioctl_h
26555bash_cv_struct_winsize_ioctl=yes
26556bash_cv_struct_winsize_termios=yes
26557bash_cv_sys_errlist=yes
26558bash_cv_sys_named_pipes=present
26559bash_cv_sys_siglist=yes
26560bash_cv_sys_struct_timespec_in_time_h=yes
26561bash_cv_termcap_lib=libc
26562bash_cv_tiocstat_in_ioctl=yes
26563bash_cv_type_clock_t=yes
26564bash_cv_type_rlimit=rlim_t
26565bash_cv_type_sigset_t=yes
26566bash_cv_type_socklen_t=yes
26567bash_cv_type_wchar_t=yes
26568bash_cv_type_wctype_t=yes
26569bash_cv_type_wint_t=yes
26570bash_cv_ulimit_maxfds=no
26571bash_cv_under_sys_siglist=no
26572bash_cv_unusable_rtsigs=no
26573bash_cv_wcontinued_broken=no
26574bash_cv_wcwidth_broken=no
26575bash_cv_wexitstatus_offset=8
26576gl_cv_cc_vis_werror=yes
26577gl_cv_cc_visibility=yes
26578gl_cv_have_weak=no
26579gl_cv_header_inttypes_h=yes
26580gl_cv_header_stdint_h=yes
26581gl_cv_header_working_fcntl_h=yes
26582gl_cv_host_cpu_c_abi_32bit=no
26583gl_cv_pthread_rwlock_rdlock_prefer_writer=yes
26584gl_cv_size_max=yes
26585gl_cv_type_wint_t_too_small=no
26586gt_cv_c_intmax_t=yes
26587gt_cv_c_wchar_t=yes
26588gt_cv_c_wint_t=yes
26589gt_cv_func_CFLocaleCopyCurrent=yes
26590gt_cv_func_CFLocaleCopyPreferredLanguages=yes
26591gt_cv_func_CFPreferencesCopyAppValue=yes
26592gt_cv_func_gnugettext2_libc=no
26593gt_cv_func_gnugettext2_libintl=yes
26594gt_cv_func_printf_posix=yes
26595gt_cv_func_uselocale_works=yes
26596gt_cv_int_divbyzero_sigfpe='guessing yes'
26597gt_cv_inttypes_pri_broken=no
26598gt_cv_locale_fake=no
26599gt_cv_locale_solaris114=no
26600gt_cv_val_LC_MESSAGES=yes
26601nls_cv_force_use_gnu_gettext=no
26602nls_cv_header_intl=
26603nls_cv_header_libgt=
26604nls_cv_use_gnu_gettext=no
26605
26606## ----------------- ##
26607## Output variables. ##
26608## ----------------- ##
26609
26610ALLOCA=''
26611AR='ar'
26612ARFLAGS='cr'
26613ARRAY_O='array.o'
26614BASE_CFLAGS_FOR_BUILD='-pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64'
26615BASHVERS='5.2'
26616BUILD_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_shells_bash/bash/work/bash-5.2'
26617BUILD_INCLUDED_LIBINTL='no'
26618CATOBJEXT='.gmo'
26619CC='ccache /usr/bin/clang'
26620CC_FOR_BUILD='$(CC)'
26621CFLAGS='-pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64'
26622CFLAGS_FOR_BUILD='-pipe -Os -DSSH_SOURCE_BASHRC -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64'
26623CFLAG_VISIBILITY='-fvisibility=hidden'
26624CPP='ccache /usr/bin/clang -E'
26625CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk'
26626CPPFLAGS_FOR_BUILD='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk'
26627CROSS_COMPILE=''
26628DATADIRNAME='share'
26629DEBUG=''
26630DEBUGGER_START_FILE='${datadir}/bashdb/bashdb-main.inc'
26631DEFS='-DHAVE_CONFIG_H'
26632ECHO_C='\c'
26633ECHO_N=''
26634ECHO_T=''
26635EGREP='/opt/local/bin/ggrep -E'
26636EXEEXT=''
26637GENCAT='gencat'
26638GETTEXT_MACRO_VERSION='0.19'
26639GLIBC21='no'
26640GLIBC2='no'
26641GMSGFMT='/opt/local/bin/msgfmt'
26642GMSGFMT_015='/opt/local/bin/msgfmt'
26643GNULIB_OVERRIDES_WINT_T='0'
26644GREP='/opt/local/bin/ggrep'
26645HAVE_ASPRINTF='1'
26646HAVE_NAMELESS_LOCALES='0'
26647HAVE_NEWLOCALE='1'
26648HAVE_POSIX_PRINTF='1'
26649HAVE_SNPRINTF='1'
26650HAVE_VISIBILITY='1'
26651HAVE_WPRINTF='0'
26652HELPDIR=''
26653HELPDIRDEFINE=''
26654HELPFILES_TARGET=''
26655HELPINSTALL=''
26656HELPSTRINGS=''
26657HISTORY_DEP='$(HISTORY_LIBRARY)'
26658HISTORY_LIB='-lhistory'
26659HIST_LIBDIR='$(dot)/$(LIBSUBDIR)/readline'
26660INSTALL_DATA='${INSTALL} -m 644'
26661INSTALL_PROGRAM='${INSTALL}'
26662INSTALL_SCRIPT='${INSTALL}'
26663INSTOBJEXT='.mo'
26664INTLBISON=':'
26665INTLLIBS='-lintl -Wl,-framework -Wl,CoreFoundation'
26666INTLOBJS=''
26667INTL_DEFAULT_VERBOSITY='1'
26668INTL_DEP=''
26669INTL_INC=''
26670INTL_LIBTOOL_SUFFIX_PREFIX=''
26671INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
26672JOBS_O='jobs.o'
26673LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -lncurses -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64'
26674LDFLAGS_FOR_BUILD='$(LDFLAGS)'
26675LIBICONV='-liconv'
26676LIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation'
26677LIBINTL_H=''
26678LIBMULTITHREAD='-lpthread'
26679LIBOBJS=' ${LIBOBJDIR}strchrnul$U.o ${LIBOBJDIR}mktime$U.o ${LIBOBJDIR}mbschr$U.o ${LIBOBJDIR}strtoimax$U.o'
26680LIBPTH=''
26681LIBPTH_PREFIX=''
26682LIBS='-ldl '
26683LIBS_FOR_BUILD='$(LIBS)'
26684LIBTHREAD=''
26685LOCAL_CFLAGS='-DMACOSX'
26686LOCAL_DEFS='-DSHELL'
26687LOCAL_LDFLAGS=''
26688LOCAL_LIBS=''
26689LTLIBICONV='-L/opt/local/lib -liconv -R/opt/local/lib'
26690LTLIBINTL='-L/opt/local/lib -lintl -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation'
26691LTLIBMULTITHREAD='-lpthread'
26692LTLIBOBJS=' ${LIBOBJDIR}strchrnul$U.lo ${LIBOBJDIR}mktime$U.lo ${LIBOBJDIR}mbschr$U.lo ${LIBOBJDIR}strtoimax$U.lo'
26693LTLIBPTH=''
26694LTLIBTHREAD=''
26695MAKE_SHELL='/bin/sh'
26696MALLOC_DEBUG=''
26697MALLOC_DEP=''
26698MALLOC_LDFLAGS=''
26699MALLOC_LIB=''
26700MALLOC_LIBRARY=''
26701MALLOC_SRC=''
26702MALLOC_TARGET=''
26703MKDIR_P='/opt/local/bin/gmkdir -p'
26704MSGFMT='/opt/local/bin/msgfmt'
26705MSGFMT_015='/opt/local/bin/msgfmt'
26706MSGMERGE='/opt/local/bin/msgmerge'
26707OBJEXT='o'
26708PACKAGE_BUGREPORT='bug-bash@gnu.org'
26709PACKAGE_NAME='bash'
26710PACKAGE_STRING='bash 5.2-release'
26711PACKAGE_TARNAME='bash'
26712PACKAGE_URL=''
26713PACKAGE_VERSION='5.2-release'
26714PATH_SEPARATOR=':'
26715POSUB='po'
26716PRI_MACROS_BROKEN='0'
26717PROFILE_FLAGS=''
26718PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
26719RANLIB='ranlib'
26720READLINE_DEP='$(READLINE_LIBRARY)'
26721READLINE_LIB='-lreadline'
26722RELSTATUS='release'
26723RL_INCLUDE=''
26724RL_INCLUDEDIR=''
26725RL_LIBDIR='$(dot)/$(LIBSUBDIR)/readline'
26726RL_MAJOR=''
26727RL_MINOR=''
26728RL_VERSION=''
26729SED='/opt/local/bin/gsed'
26730SET_MAKE=''
26731SHELL='/bin/sh'
26732SHOBJ_CC='ccache /usr/bin/clang'
26733SHOBJ_CFLAGS='-fno-common'
26734SHOBJ_LD='${CC}'
26735SHOBJ_LDFLAGS='-dynamiclib -dynamic -undefined dynamic_lookup '
26736SHOBJ_LIBS=''
26737SHOBJ_STATUS='supported'
26738SHOBJ_XLDFLAGS=''
26739SIGLIST_O=''
26740SIGNAMES_H='lsignames.h'
26741SIGNAMES_O=''
26742SIZE='size'
26743STATIC_LD=''
26744STYLE_CFLAGS=''
26745SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
26746TERMCAP_DEP=''
26747TERMCAP_LIB=''
26748TESTSCRIPT='run-all'
26749TILDE_LIB='-ltilde'
26750TIME_H_DEFINES_STRUCT_TIMESPEC='1'
26751USE_INCLUDED_LIBINTL='no'
26752USE_NLS='yes'
26753WINDRES=''
26754WOE32='no'
26755WOE32DLL='no'
26756XGETTEXT='/opt/local/bin/xgettext'
26757XGETTEXT_015='/opt/local/bin/xgettext'
26758XGETTEXT_EXTRA_OPTIONS=''
26759YACC='bison -y'
26760YFLAGS=''
26761ac_ct_CC='ccache /usr/bin/clang'
26762bindir='${exec_prefix}/bin'
26763build='x86_64-apple-darwin22.1.0'
26764build_alias=''
26765build_cpu='x86_64'
26766build_os='darwin22.1.0'
26767build_vendor='apple'
26768datadir='${datarootdir}'
26769datarootdir='${prefix}/share'
26770docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
26771dvidir='${docdir}'
26772exec_prefix='${prefix}'
26773headersdir='$(includedir)/$(PACKAGE_NAME)'
26774host='x86_64-apple-darwin22.1.0'
26775host_alias=''
26776host_cpu='x86_64'
26777host_os='darwin22.1.0'
26778host_vendor='apple'
26779htmldir='${docdir}'
26780incdir=''
26781includedir='${prefix}/include'
26782infodir='/opt/local/share/info'
26783libdir='${exec_prefix}/lib'
26784libexecdir='${exec_prefix}/libexec'
26785loadablesdir='${libdir}/bash'
26786localedir='${datarootdir}/locale'
26787localstatedir='${prefix}/var'
26788mandir='/opt/local/share/man'
26789oldincludedir='/usr/include'
26790pdfdir='${docdir}'
26791prefix='/opt/local'
26792program_transform_name='s,x,x,'
26793psdir='${docdir}'
26794runstatedir='${localstatedir}/run'
26795sbindir='${exec_prefix}/sbin'
26796sharedstatedir='${prefix}/com'
26797sysconfdir='${prefix}/etc'
26798target_alias=''
26799
26800## ----------- ##
26801## confdefs.h. ##
26802## ----------- ##
26803
26804/* confdefs.h */
26805#define PACKAGE_NAME "bash"
26806#define PACKAGE_TARNAME "bash"
26807#define PACKAGE_VERSION "5.2-release"
26808#define PACKAGE_STRING "bash 5.2-release"
26809#define PACKAGE_BUGREPORT "bug-bash@gnu.org"
26810#define PACKAGE_URL ""
26811#define ALIAS 1
26812#define PUSHD_AND_POPD 1
26813#define RESTRICTED_SHELL 1
26814#define PROCESS_SUBSTITUTION 1
26815#define PROMPT_STRING_DECODE 1
26816#define SELECT_COMMAND 1
26817#define HELP_BUILTIN 1
26818#define ARRAY_VARS 1
26819#define DPAREN_ARITHMETIC 1
26820#define BRACE_EXPANSION 1
26821#define COMMAND_TIMING 1
26822#define EXTENDED_GLOB 1
26823#define EXTGLOB_DEFAULT 0
26824#define COND_COMMAND 1
26825#define COND_REGEXP 1
26826#define COPROCESS_SUPPORT 1
26827#define ARITH_FOR_COMMAND 1
26828#define NETWORK_REDIRECTIONS 1
26829#define PROGRAMMABLE_COMPLETION 1
26830#define DEBUGGER 1
26831#define CASEMOD_ATTRS 1
26832#define CASEMOD_EXPANSIONS 1
26833#define GLOBASCII_DEFAULT 1
26834#define FUNCTION_IMPORT 1
26835#define TRANSLATABLE_STRINGS 1
26836#define MEMSCRAMBLE 1
26837#define HAVE_STDIO_H 1
26838#define HAVE_STDLIB_H 1
26839#define HAVE_STRING_H 1
26840#define HAVE_INTTYPES_H 1
26841#define HAVE_STDINT_H 1
26842#define HAVE_STRINGS_H 1
26843#define HAVE_SYS_STAT_H 1
26844#define HAVE_SYS_TYPES_H 1
26845#define HAVE_UNISTD_H 1
26846#define HAVE_WCHAR_H 1
26847#define HAVE_SYS_PARAM_H 1
26848#define HAVE_XLOCALE_H 1
26849#define HAVE_SYS_TIME_H 1
26850#define STDC_HEADERS 1
26851#define _ALL_SOURCE 1
26852#define _DARWIN_C_SOURCE 1
26853#define _GNU_SOURCE 1
26854#define _HPUX_ALT_XOPEN_SOCKET_API 1
26855#define _NETBSD_SOURCE 1
26856#define _OPENBSD_SOURCE 1
26857#define _POSIX_PTHREAD_SEMANTICS 1
26858#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
26859#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
26860#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
26861#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
26862#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
26863#define __STDC_WANT_LIB_EXT2__ 1
26864#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
26865#define _TANDEM_SOURCE 1
26866#define __EXTENSIONS__ 1
26867#define READLINE 1
26868#define HISTORY 1
26869#define BANG_HISTORY 1
26870#define HAVE_STRINGIZE 1
26871#define HAVE_LONG_DOUBLE 1
26872#define PROTOTYPES 1
26873#define __PROTOTYPES 1
26874#define restrict __restrict__
26875#define HAVE_VISIBILITY 1
26876#define HAVE_STDINT_H_WITH_UINTMAX 1
26877#define HAVE_ALLOCA_H 1
26878#define HAVE_ALLOCA 1
26879#define HAVE_GETPAGESIZE 1
26880#define HAVE_SYMLINK 1
26881#define HAVE_USELOCALE 1
26882#define HAVE_VPRINTF 1
26883#define HAVE_ALARM 1
26884#define HAVE_FPURGE 1
26885#define HAVE_SNPRINTF 1
26886#define HAVE_VSNPRINTF 1
26887#define HAVE_MMAP 1
26888#define INTDIV0_RAISES_SIGFPE 1
26889#define HAVE_INTTYPES_H_WITH_UINTMAX 1
26890#define HAVE_UNSIGNED_LONG_LONG_INT 1
26891#define HAVE_UINTMAX_T 1
26892#define HAVE_INTTYPES_H 1
26893#define USE_POSIX_THREADS 1
26894#define HAVE_PTHREAD_RWLOCK 1
26895#define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
26896#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
26897#define HAVE_ICONV 1
26898#define ICONV_CONST
26899#define HAVE_BUILTIN_EXPECT 1
26900#define HAVE_INTTYPES_H 1
26901#define HAVE_LIMITS_H 1
26902#define HAVE_UNISTD_H 1
26903#define HAVE_SYS_PARAM_H 1
26904#define HAVE_GETCWD 1
26905#define HAVE_GETEGID 1
26906#define HAVE_GETEUID 1
26907#define HAVE_GETGID 1
26908#define HAVE_GETUID 1
26909#define HAVE_MUNMAP 1
26910#define HAVE_STPCPY 1
26911#define HAVE_STRCASECMP 1
26912#define HAVE_STRDUP 1
26913#define HAVE_STRTOUL 1
26914#define HAVE_TSEARCH 1
26915#define HAVE_LOCALECONV 1
26916#define HAVE_DECL_FEOF_UNLOCKED 1
26917#define HAVE_DECL_FGETS_UNLOCKED 0
26918#define HAVE_LONG_LONG_INT 1
26919#define HAVE_WCHAR_T 1
26920#define HAVE_WINT_T 1
26921#define HAVE_INTMAX_T 1
26922#define HAVE_POSIX_PRINTF 1
26923#define HAVE_STDINT_H 1
26924#define HAVE_STDINT_H 1
26925#define HAVE_WORKING_O_NOATIME 1
26926#define HAVE_WORKING_O_NOFOLLOW 1
26927#define HAVE_WORKING_USELOCALE 1
26928#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
26929#define HAVE_CFLOCALECOPYCURRENT 1
26930#define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
26931#define FLEXIBLE_ARRAY_MEMBER /**/
26932#define HAVE_STDDEF_H 1
26933#define HAVE_STDLIB_H 1
26934#define HAVE_STRING_H 1
26935#define HAVE_ASPRINTF 1
26936#define HAVE_FWPRINTF 1
26937#define HAVE_NEWLOCALE 1
26938#define HAVE_PUTENV 1
26939#define HAVE_SETENV 1
26940#define HAVE_SETLOCALE 1
26941#define HAVE_SNPRINTF 1
26942#define HAVE_STRNLEN 1
26943#define HAVE_USELOCALE 1
26944#define HAVE_WCSLEN 1
26945#define HAVE_WCSNLEN 1
26946#define HAVE_MBRTOWC 1
26947#define HAVE_WCRTOMB 1
26948#define HAVE_DECL__SNPRINTF 0
26949#define HAVE_DECL__SNWPRINTF 0
26950#define HAVE_DECL_GETC_UNLOCKED 1
26951#define HAVE_LANGINFO_CODESET 1
26952#define HAVE_LC_MESSAGES 1
26953#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
26954#define HAVE_CFLOCALECOPYCURRENT 1
26955#define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
26956#define ENABLE_NLS 1
26957#define HAVE_GETTEXT 1
26958#define HAVE_DCGETTEXT 1
26959#define HAVE_DIRENT_H 1
26960#define HAVE_INTTYPES_H 1
26961#define HAVE_UNISTD_H 1
26962#define HAVE_STDLIB_H 1
26963#define HAVE_STDARG_H 1
26964#define HAVE_LIMITS_H 1
26965#define HAVE_STRING_H 1
26966#define HAVE_MEMORY_H 1
26967#define HAVE_LOCALE_H 1
26968#define HAVE_TERMCAP_H 1
26969#define HAVE_TERMIOS_H 1
26970#define HAVE_DLFCN_H 1
26971#define HAVE_STDBOOL_H 1
26972#define HAVE_STDDEF_H 1
26973#define HAVE_STDINT_H 1
26974#define HAVE_NETDB_H 1
26975#define HAVE_PWD_H 1
26976#define HAVE_GRP_H 1
26977#define HAVE_STRINGS_H 1
26978#define HAVE_REGEX_H 1
26979#define HAVE_SYSLOG_H 1
26980#define HAVE_ULIMIT_H 1
26981#define HAVE_SYS_SELECT_H 1
26982#define HAVE_SYS_FILE_H 1
26983#define HAVE_SYS_IOCTL_H 1
26984#define HAVE_SYS_MMAN_H 1
26985#define HAVE_SYS_PARAM_H 1
26986#define HAVE_SYS_RANDOM_H 1
26987#define HAVE_SYS_SOCKET_H 1
26988#define HAVE_SYS_STAT_H 1
26989#define HAVE_SYS_TIME_H 1
26990#define HAVE_SYS_TIMES_H 1
26991#define HAVE_SYS_TYPES_H 1
26992#define HAVE_SYS_WAIT_H 1
26993#define HAVE_NETINET_IN_H 1
26994#define HAVE_ARPA_INET_H 1
26995#define HAVE_SYS_RESOURCE_H 1
26996#define HAVE_ALLOCA_H 1
26997#define HAVE_ALLOCA 1
26998#define HAVE_CHOWN 1
26999#define GETPGRP_VOID 1
27000#define HAVE_STRCOLL 1
27001#define HAVE_WAIT3 1
27002#define HAVE_MKFIFO 1
27003#define HAVE_DUP2 1
27004#define HAVE_FCNTL 1
27005#define HAVE_GETDTABLESIZE 1
27006#define HAVE_GETENTROPY 1
27007#define HAVE_GETGROUPS 1
27008#define HAVE_GETHOSTNAME 1
27009#define HAVE_GETPAGESIZE 1
27010#define HAVE_GETPEERNAME 1
27011#define HAVE_GETRLIMIT 1
27012#define HAVE_GETRUSAGE 1
27013#define HAVE_GETTIMEOFDAY 1
27014#define HAVE_KILL 1
27015#define HAVE_KILLPG 1
27016#define HAVE_LSTAT 1
27017#define HAVE_PSELECT 1
27018#define HAVE_READLINK 1
27019#define HAVE_SELECT 1
27020#define HAVE_SETITIMER 1
27021#define HAVE_TCGETPGRP 1
27022#define HAVE_UNAME 1
27023#define HAVE_ULIMIT 1
27024#define HAVE_WAITPID 1
27025#define HAVE_RENAME 1
27026#define HAVE_BCOPY 1
27027#define HAVE_BZERO 1
27028#define HAVE_CONFSTR 1
27029#define HAVE_FACCESSAT 1
27030#define HAVE_FNMATCH 1
27031#define HAVE_GETADDRINFO 1
27032#define HAVE_GETHOSTBYNAME 1
27033#define HAVE_GETSERVBYNAME 1
27034#define HAVE_GETSERVENT 1
27035#define HAVE_INET_ATON 1
27036#define HAVE_IMAXDIV 1
27037#define HAVE_MEMMOVE 1
27038#define HAVE_PATHCONF 1
27039#define HAVE_PUTENV 1
27040#define HAVE_RAISE 1
27041#define HAVE_RANDOM 1
27042#define HAVE_REGCOMP 1
27043#define HAVE_REGEXEC 1
27044#define HAVE_SETENV 1
27045#define HAVE_SETLINEBUF 1
27046#define HAVE_SETLOCALE 1
27047#define HAVE_SETVBUF 1
27048#define HAVE_SIGINTERRUPT 1
27049#define HAVE_STRCHR 1
27050#define HAVE_SYSCONF 1
27051#define HAVE_SYSLOG 1
27052#define HAVE_TCGETATTR 1
27053#define HAVE_TIMES 1
27054#define HAVE_TTYNAME 1
27055#define HAVE_TZSET 1
27056#define HAVE_UNSETENV 1
27057#define HAVE_VASPRINTF 1
27058#define HAVE_ASPRINTF 1
27059#define HAVE_ISASCII 1
27060#define HAVE_ISBLANK 1
27061#define HAVE_ISGRAPH 1
27062#define HAVE_ISPRINT 1
27063#define HAVE_ISSPACE 1
27064#define HAVE_ISXDIGIT 1
27065#define HAVE_GETPWENT 1
27066#define HAVE_GETPWNAM 1
27067#define HAVE_GETPWUID 1
27068#define HAVE_MKSTEMP 1
27069#define HAVE_MKDTEMP 1
27070#define HAVE_ARC4RANDOM 1
27071#define HAVE_GETCWD 1
27072#define HAVE_MEMSET 1
27073#define HAVE_STRCASECMP 1
27074#define HAVE_STRCASESTR 1
27075#define HAVE_STRERROR 1
27076#define HAVE_STRFTIME 1
27077#define HAVE_STRNLEN 1
27078#define HAVE_STRPBRK 1
27079#define HAVE_STRSTR 1
27080#define HAVE_STRTOD 1
27081#define HAVE_STRTOL 1
27082#define HAVE_STRTOUL 1
27083#define HAVE_STRTOLL 1
27084#define HAVE_STRTOULL 1
27085#define HAVE_STRTOUMAX 1
27086#define HAVE_DPRINTF 1
27087#define HAVE_STRDUP 1
27088#define HAVE_DECL_AUDIT_USER_TTY 0
27089#define HAVE_DECL_CONFSTR 1
27090#define HAVE_DECL_PRINTF 1
27091#define HAVE_DECL_SBRK 1
27092#define HAVE_DECL_SETREGID 1
27093#define HAVE_DECL_STRCPY 1
27094#define HAVE_DECL_STRSIGNAL 1
27095#define HAVE_DECL_STRTOLD 1
27096#define HAVE_DECL_STRTOL 1
27097#define HAVE_DECL_STRTOLL 1
27098#define HAVE_DECL_STRTOUL 1
27099#define HAVE_DECL_STRTOULL 1
27100#define HAVE_DECL_STRTOUMAX 1
27101#define HAVE_ERRNO_H 1
27102#define HAVE_FCNTL_H 1
27103#define HAVE_MMAP 1
27104#define HAVE_MUNMAP 1
27105#define HAVE_STPCPY 1
27106#define HAVE_STRCSPN 1
27107#define HAVE_WCTYPE_H 1
27108#define HAVE_WCHAR_H 1
27109#define HAVE_LANGINFO_H 1
27110#define HAVE_MBRLEN 1
27111#define HAVE_MBSNRTOWCS 1
27112#define HAVE_MBSRTOWCS 1
27113#define HAVE_WCRTOMB 1
27114#define HAVE_WCSCOLL 1
27115#define HAVE_WCSDUP 1
27116#define HAVE_WCWIDTH 1
27117#define HAVE_WCTYPE 1
27118#define HAVE_WCSWIDTH 1
27119#define HAVE_MBRTOWC 1
27120#define HAVE_MBSTATE_T 1
27121#define HAVE_ISWLOWER 1
27122#define HAVE_ISWUPPER 1
27123#define HAVE_TOWLOWER 1
27124#define HAVE_TOWUPPER 1
27125#define HAVE_ISWCTYPE 1
27126#define HAVE_WCHAR_T 1
27127#define HAVE_WCTYPE_T 1
27128#define HAVE_WINT_T 1
27129#define HAVE_LOCALE_CHARSET 1
27130#define SIZEOF_WCHAR_T 4
27131#define HAVE_LIBDL 1
27132#define HAVE_DLOPEN 1
27133#define HAVE_DLCLOSE 1
27134#define HAVE_DLSYM 1
27135#define GETGROUPS_T gid_t
27136#define HAVE_UINTPTR_T 1
27137#define HAVE_LONG_LONG_INT 1
27138#define HAVE_UNSIGNED_LONG_LONG_INT 1
27139#define SIZEOF_CHAR 1
27140#define SIZEOF_SHORT 2
27141#define SIZEOF_INT 4
27142#define SIZEOF_LONG 8
27143#define SIZEOF_CHAR_P 8
27144#define SIZEOF_SIZE_T 8
27145#define SIZEOF_DOUBLE 8
27146#define SIZEOF_LONG_LONG 8
27147#define bits16_t short
27148#define u_bits16_t unsigned short
27149#define bits32_t int
27150#define u_bits32_t unsigned int
27151#define bits64_t char *
27152#define HAVE_HASH_BANG_EXEC 1
27153#define HAVE_POSIX_SIGNALS 1
27154#define HAVE_SYS_ERRLIST 1
27155#define HAVE_DECL_SYS_SIGLIST 1
27156#define HAVE_SYS_SIGLIST 1
27157#define HAVE_SOCKLEN_T 1
27158#define HAVE_QUAD_T 1
27159#define RLIMTYPE rlim_t
27160#define HAVE_INTMAX_T 1
27161#define HAVE_UINTMAX_T 1
27162#define SIZEOF_INTMAX_T 8
27163#define HAVE_STRUCT_DIRENT_D_INO 1
27164#define HAVE_STRUCT_DIRENT_D_INO 1
27165#define HAVE_STRUCT_DIRENT_D_FILENO 1
27166#define HAVE_STRUCT_DIRENT_D_FILENO 1
27167#define HAVE_STRUCT_DIRENT_D_NAMLEN 1
27168#define HAVE_STRUCT_DIRENT_D_NAMLEN 1
27169#define STRUCT_WINSIZE_IN_SYS_IOCTL 1
27170#define HAVE_TIMEVAL 1
27171#define HAVE_STRUCT_STAT_ST_BLOCKS 1
27172#define HAVE_STRUCT_TM_TM_ZONE 1
27173#define HAVE_TM_ZONE 1
27174#define HAVE_STRUCT_TIMEZONE 1
27175#define WEXITSTATUS_OFFSET 8
27176#define HAVE_STRUCT_TIMESPEC 1
27177#define TIME_H_DEFINES_STRUCT_TIMESPEC 1
27178#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
27179#define HAVE_SBRK 1
27180#define HAVE_STRSIGNAL 1
27181#define HAVE_DECL_FPURGE 1
27182#define CAN_REDEFINE_GETENV 1
27183#define HAVE_POSIX_SIGSETJMP 1
27184#define HAVE_STRTOIMAX 1
27185#define HAVE_DECL_STRTOIMAX 1
27186#define HAVE_STD_PUTENV 1
27187#define HAVE_STD_UNSETENV 1
27188#define HAVE_PRINTF_A_FORMAT 1
27189#define FNMATCH_EQUIV_FALLBACK 1
27190#define TIOCSTAT_IN_SYS_IOCTL 1
27191#define FIONREAD_IN_SYS_IOCTL 1
27192#define HAVE_GETPW_DECLS 1
27193#define HAVE_DEV_FD 1
27194#define DEV_FD_PREFIX "/dev/fd/"
27195#define HAVE_DEV_STDIN 1
27196#define DEFAULT_MAIL_DIRECTORY "/var/mail"
27197#define JOB_CONTROL 1
27198
27199configure: exit 0