mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
22294: add GNU libc confstrings to getconf completion.
This commit is contained in:
parent
99384d8ab4
commit
21f98967bf
2 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
* unposted: Completion/Debian/Command/.distfiles: add
|
||||
_linda.
|
||||
|
||||
* 22294: Completion/Unix/Command/_getconf: add GNU libc
|
||||
confstrings to getconf completion.
|
||||
|
||||
2006-02-20 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: 4.3.0-dev-5.
|
||||
|
|
|
@ -30,6 +30,13 @@ if [[ CURRENT -eq 2 ]]; then
|
|||
LFS64_CFLAGS LFS64_LDFLAGS LFS64_LIBS LFS64_LINTFLAGS \
|
||||
&& ret=0
|
||||
|
||||
_requested -V confstring \
|
||||
expl 'configuration-dependent string variables' \
|
||||
compadd -S '' PATH GNU_LIBC_VERSION GNU_LIBPTHREAD_VERSION \
|
||||
LFS_CFLAGS LFS_LDFLAGS LFS_LIBS LFS_LINTFLAGS \
|
||||
LFS64_CFLAGS LFS64_LDFLAGS LFS64_LIBS LFS64_LINTFLAGS \
|
||||
&& ret=0
|
||||
|
||||
_requested pathconfig &&
|
||||
while _next_label -V pathconfig expl 'system path configuration variables'; do
|
||||
compadd "$expl[@]" -S '' PIPE_BUF _POSIX_CHOWN_RESTRICTED \
|
||||
|
|
Loading…
Reference in a new issue