downgraded default profile to core2
[k8sbuild.git] / xoptz / zsh.xopt
blob13d345331729bbe4e5e6e8e9ea830d8a2972b362
1 profile=empty
3 #  --enable-zsh-debug      compile with debug code and debugger symbols
4 #  --enable-zsh-mem        compile with zsh memory allocation routines
5 #  --enable-zsh-mem-debug  debug zsh memory allocation routines
6 #  --enable-zsh-mem-warning print warnings for errors in memory allocation
7 #  --enable-zsh-secure-free turn on error checking for free()
8 #  --enable-zsh-heap-debug turn on error checking for heap allocation
9 #  --enable-zsh-hash-debug turn on debugging of internal hash tables
10 #  --enable-etcdir=DIR     the default directory for global zsh scripts
11 #  --enable-zshenv=FILE    the full pathname of the global zshenv script
12 #  --enable-zshrc=FILE     the full pathname of the global zshrc script
13 #  --enable-zprofile=FILE  the full pathname of the global zprofile script
14 #  --enable-zlogin=FILE    the full pathname of the global zlogin script
15 #  --enable-zlogout=FILE   the full pathname of the global zlogout script
16 #  --disable-dynamic       turn off dynamically loaded binary modules
17 #  --disable-restricted-r  turn off r* invocation for restricted shell
18 #  --disable-locale        turn off locale features
19 #  --enable-ansi2knr       translate source to K&R C before compiling
20 #  --enable-fndir=DIR      the directory in which to install functions
21 #  --enable-site-fndir=DIR same for site functions (not version specific)
22 #  --enable-function-subdirs install functions in subdirectories
23 #  --enable-additional-fpath=DIR add directories to default function path
24 #  --enable-scriptdir=DIR  the directory in which to install scripts
25 #  --enable-site-scriptdir=DIR same for site scripts (not version specific)
26 #  --enable-custom-patchlevel set a custom ZSH_PATCHLEVEL value
27 #  --enable-maildir-support enable maildir support in MAIL and MAILPATH
28 #  --enable-max-function-depth=MAX limit function depth to MAX, default 1000
29 #  --enable-readnullcmd=PAGER pager used when READNULLCMD is not set
30   --enable-pcre           enable the search for the pcre library (may create run-time library dependencies)
31   --enable-cap            enable the search for POSIX capabilities (may require additional headers to be added by hand)
32 #  --disable-gdbm          turn off search for gdbm library
33 #  --disable-largefile     omit support for large files
34   --enable-multibyte      support multibyte characters
35 #  --enable-libc-musl      compile with musl as the C library
36 #  --disable-dynamic-nss   do not call functions that will require dynamic NSS modules
38 #Optional Packages:
39 #  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
40 #  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
41 #  --with-term-lib=LIBS    search space-separated LIBS for terminal handling
42 #  --with-tcsetpgrp        assumes that tcsetpgrp() exists and works correctly
45 !DESC
46 zsh (the Z shell)
48 Zsh is a UNIX command interpreter (shell) which of the standard shells
49 most resembles the Korn shell (ksh), although it is not completely
50 compatible.  It includes enhancements of many types, notably in the
51 command-line editor, options for customizing its behavior, filename
52 globbing, features to make C-shell (csh) users feel more at home and
53 extra features drawn from tcsh (another 'custom' shell).  Zsh was 
54 written by Paul Falstad.
55 !EOF