Commit c327044
committed
Add configure probe for rl_completion_suppress_quote.
I had supposed that all versions of Readline that have filename
quoting hooks also have the rl_completion_suppress_quote variable.
But it seems OpenBSD managed to find a version someplace that does
not, so we'll have to expend a separate configure probe for that.
(Light testing suggests that this version also lacks the bugs that
make it necessary to frob that variable. Hooray!)
Per buildfarm.1 parent 9a3a75c commit c327044
File tree
5 files changed
+67
-4
lines changed- config
- src
- bin/psql
- include
- tools/msvc
5 files changed
+67
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
| |||
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
235 | 253 | | |
236 | 254 | | |
237 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16346 | 16346 | | |
16347 | 16347 | | |
16348 | 16348 | | |
| 16349 | + | |
| 16350 | + | |
| 16351 | + | |
| 16352 | + | |
| 16353 | + | |
| 16354 | + | |
| 16355 | + | |
| 16356 | + | |
| 16357 | + | |
| 16358 | + | |
| 16359 | + | |
| 16360 | + | |
| 16361 | + | |
| 16362 | + | |
| 16363 | + | |
| 16364 | + | |
| 16365 | + | |
| 16366 | + | |
| 16367 | + | |
| 16368 | + | |
| 16369 | + | |
| 16370 | + | |
| 16371 | + | |
| 16372 | + | |
| 16373 | + | |
| 16374 | + | |
| 16375 | + | |
| 16376 | + | |
| 16377 | + | |
| 16378 | + | |
| 16379 | + | |
| 16380 | + | |
| 16381 | + | |
| 16382 | + | |
| 16383 | + | |
| 16384 | + | |
| 16385 | + | |
| 16386 | + | |
| 16387 | + | |
16349 | 16388 | | |
16350 | 16389 | | |
16351 | 16390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4468 | 4468 | | |
4469 | 4469 | | |
4470 | 4470 | | |
4471 | | - | |
4472 | | - | |
4473 | | - | |
4474 | 4471 | | |
| 4472 | + | |
4475 | 4473 | | |
| 4474 | + | |
4476 | 4475 | | |
4477 | 4476 | | |
4478 | 4477 | | |
| |||
4842 | 4841 | | |
4843 | 4842 | | |
4844 | 4843 | | |
| 4844 | + | |
4845 | 4845 | | |
| 4846 | + | |
4846 | 4847 | | |
4847 | 4848 | | |
4848 | 4849 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
488 | 492 | | |
489 | 493 | | |
490 | 494 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
335 | 336 | | |
336 | 337 | | |
337 | 338 | | |
| |||
0 commit comments