From 21f98967bf7e41298ccc2935230c0dcaf092194d Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 20 Feb 2006 21:34:04 +0000 Subject: 22294: add GNU libc confstrings to getconf completion. --- Completion/Unix/Command/_getconf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Completion/Unix/Command/_getconf') diff --git a/Completion/Unix/Command/_getconf b/Completion/Unix/Command/_getconf index 13eb51581..e8f9a1b3d 100644 --- a/Completion/Unix/Command/_getconf +++ b/Completion/Unix/Command/_getconf @@ -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 \ -- cgit 1.4.1