1configure.local: no (fully automatic configuration)
2
3dirent-namlen: testing...
4cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-dirent-namlen test-dirent-namlen.c
5dirent-namlen: cc succeeded
6dirent-namlen: yes
7
8err: testing...
9cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-err test-err.c
10err: cc succeeded
11test-err: 1. warnx
12test-err: 2. warn: No error: 0
13test-err: 3. err: No error: 0
14err: yes
15
16fts: testing...
17cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-fts test-fts.c
18fts: cc succeeded
19fts: yes
20
21getline: testing...
22cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-getline test-getline.c
23test-getline.c:12:9: error: implicit declaration of function 'getline' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
24        return getline(&line, &linesz, stdin) != -1;
25               ^
261 error generated.
27getline: cc failed with 1
28
29getsubopt: testing...
30cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-getsubopt test-getsubopt.c
31getsubopt: cc succeeded
32getsubopt: yes
33
34isblank: testing...
35cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-isblank test-isblank.c
36isblank: cc succeeded
37isblank: yes
38
39mkdtemp: testing...
40cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-mkdtemp test-mkdtemp.c
41mkdtemp: cc succeeded
42mkdtemp: yes
43
44mmap: testing...
45cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-mmap test-mmap.c
46mmap: cc succeeded
47mmap: yes
48
49pledge: testing...
50cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-pledge test-pledge.c
51test-pledge.c:6:11: error: implicit declaration of function 'pledge' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
52        return !!pledge("stdio", NULL);
53                 ^
541 error generated.
55pledge: cc failed with 1
56
57progname: testing...
58cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-progname test-progname.c
59progname: cc succeeded
60progname: yes
61
62reallocarray: testing...
63cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-reallocarray test-reallocarray.c
64reallocarray: cc succeeded
65reallocarray: yes
66
67rewb-bsd: testing...
68cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-rewb-bsd test-rewb-bsd.c
69test-rewb-bsd.c:11:42: error: use of undeclared identifier 'NULL'
70        if (regexec(&re, "the word is here", 0, NULL, 0))
71                                                ^
72test-rewb-bsd.c:13:35: error: use of undeclared identifier 'NULL'
73        if (regexec(&re, "same word", 0, NULL, 0))
74                                         ^
75test-rewb-bsd.c:15:36: error: use of undeclared identifier 'NULL'
76        if (regexec(&re, "word again", 0, NULL, 0))
77                                          ^
78test-rewb-bsd.c:17:30: error: use of undeclared identifier 'NULL'
79        if (regexec(&re, "word", 0, NULL, 0))
80                                    ^
81test-rewb-bsd.c:19:31: error: use of undeclared identifier 'NULL'
82        if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
83                                     ^
84test-rewb-bsd.c:21:31: error: use of undeclared identifier 'NULL'
85        if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
86                                     ^
87test-rewb-bsd.c:23:34: error: use of undeclared identifier 'NULL'
88        if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
89                                        ^
907 errors generated.
91rewb-bsd: cc failed with 1
92
93rewb-sysv: testing...
94cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-rewb-sysv test-rewb-sysv.c
95test-rewb-sysv.c:11:42: error: use of undeclared identifier 'NULL'
96        if (regexec(&re, "the word is here", 0, NULL, 0))
97                                                ^
98test-rewb-sysv.c:13:35: error: use of undeclared identifier 'NULL'
99        if (regexec(&re, "same word", 0, NULL, 0))
100                                         ^
101test-rewb-sysv.c:15:36: error: use of undeclared identifier 'NULL'
102        if (regexec(&re, "word again", 0, NULL, 0))
103                                          ^
104test-rewb-sysv.c:17:30: error: use of undeclared identifier 'NULL'
105        if (regexec(&re, "word", 0, NULL, 0))
106                                    ^
107test-rewb-sysv.c:19:31: error: use of undeclared identifier 'NULL'
108        if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
109                                     ^
110test-rewb-sysv.c:21:31: error: use of undeclared identifier 'NULL'
111        if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
112                                     ^
113test-rewb-sysv.c:23:34: error: use of undeclared identifier 'NULL'
114        if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
115                                        ^
1167 errors generated.
117rewb-sysv: cc failed with 1
118
119strcasestr: testing...
120cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strcasestr test-strcasestr.c
121strcasestr: cc succeeded
122strcasestr: yes
123
124stringlist: testing...
125cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-stringlist test-stringlist.c
126test-stringlist.c:26:26: error: use of undeclared identifier 'NULL'
127        if ((sl = sl_init()) == NULL)
128                                ^
1291 error generated.
130stringlist: cc failed with 1
131
132strlcat: testing...
133cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strlcat test-strlcat.c
134strlcat: cc succeeded
135strlcat: yes
136
137strlcpy: testing...
138cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strlcpy test-strlcpy.c
139strlcpy: cc succeeded
140strlcpy: yes
141
142strptime: testing...
143cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strptime test-strptime.c
144strptime: cc succeeded
145strptime: yes
146
147strsep: testing...
148cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strsep test-strsep.c
149strsep: cc succeeded
150strsep: yes
151
152strtonum: testing...
153cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strtonum test-strtonum.c
154strtonum: cc succeeded
155strtonum: yes
156
157vasprintf: testing...
158cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-vasprintf test-vasprintf.c
159vasprintf: cc succeeded
160vasprintf: yes
161
162wchar: testing...
163cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-wchar test-wchar.c
164wchar: cc succeeded
165*wchar: yes
166
167sqlite3: testing...
168cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror -lsqlite3 -o test-sqlite3 test-sqlite3.c
169test-sqlite3.c:20:10: fatal error: 'sqlite3.h' file not found
170#include <sqlite3.h>
171         ^
1721 error generated.
173sqlite3: cc failed with 1
174
175sqlite3: testing...
176cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror -I/usr/local/include -L/usr/local/lib -lsqlite3 -o test-sqlite3 test-sqlite3.c
177sqlite3: cc succeeded
178sqlite3: yes
179
180sqlite3_errstr: testing...
181cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror -L/usr/local/lib -lsqlite3 -o test-sqlite3_errstr test-sqlite3_errstr.c
182test-sqlite3_errstr.c:2:10: fatal error: 'sqlite3.h' file not found
183#include <sqlite3.h>
184         ^
1851 error generated.
186sqlite3_errstr: cc failed with 1
187
188ohash: testing...
189cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-ohash test-ohash.c
190test-ohash.c:4:10: fatal error: 'ohash.h' file not found
191#include <ohash.h>
192         ^
1931 error generated.
194ohash: cc failed with 1
195
196ohash: testing...
197cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror -lutil -o test-ohash test-ohash.c
198test-ohash.c:4:10: fatal error: 'ohash.h' file not found
199#include <ohash.h>
200         ^
2011 error generated.
202ohash: cc failed with 1
203
204DBLIB="-L/usr/local/lib -lsqlite3 -lz"
205
206/usr/share/man:/usr/local/man:/usr/share/openssl/man:/usr/local/lib/perl5/site_perl/man:/usr/local/lib/perl5/5.20/perl/man:/usr/local/share/xpdf/man
207manpath: yes
208
209config.h: written
210Makefile.local: written
211