summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2020-02-16 03:29:05 +0100
committerAxel Beckert <abe@deuxchevaux.org>2020-02-16 03:29:05 +0100
commit94c033d2e281eb1f49e8366d21fc259ce8c0c4f5 (patch)
tree701ad2fd3a7867e97689d1349d46ca25a92297b4 /config.h.in
parent643de931640e01aa246723d2038328ef33737965 (diff)
parent77d203f3fbbd76386bf197f9776269a1de580bb5 (diff)
downloadzsh-94c033d2e281eb1f49e8366d21fc259ce8c0c4f5.tar.gz
zsh-94c033d2e281eb1f49e8366d21fc259ce8c0c4f5.zip
New upstream version 5.8
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1266
1 files changed, 1266 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 000000000..6c2a5d057
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,1266 @@
+/* config.h.in. Generated from configure.ac by autoheader. */
+
+/***** begin user configuration section *****/
+
+/* Define this to be the location of your password file */
+#define PASSWD_FILE "/etc/passwd"
+
+/* Define this to be the name of your NIS/YP password *
+ * map (if applicable) */
+#define PASSWD_MAP "passwd.byname"
+
+/* Define to 1 if you want user names to be cached */
+#define CACHE_USERNAMES 1
+
+/* Define to 1 if system supports job control */
+#define JOB_CONTROL 1
+
+/* Define this if you use "suspended" instead of "stopped" */
+#define USE_SUSPENDED 1
+
+/* The default history buffer size in lines */
+#define DEFAULT_HISTSIZE 30
+
+/* The default editor for the fc builtin */
+#define DEFAULT_FCEDIT "vi"
+
+/* The default prefix for temporary files */
+#define DEFAULT_TMPPREFIX "/tmp/zsh"
+
+/***** end of user configuration section *****/
+/***** shouldn't have to change anything below here *****/
+
+
+
+/* Define to 1 if you want to use dynamically loaded modules on AIX. */
+#undef AIXDYNAMIC
+
+/* Define to 1 if the isprint() function is broken under UTF-8 locale. */
+#undef BROKEN_ISPRINT
+
+/* Define to 1 if kill(pid, 0) doesn't return ESRCH, ie BeOS R4.51. */
+#undef BROKEN_KILL_ESRCH
+
+/* Define to 1 if sigsuspend() is broken */
+#undef BROKEN_POSIX_SIGSUSPEND
+
+/* Define to 1 if compiler incorrectly cast signed to unsigned. */
+#undef BROKEN_SIGNED_TO_UNSIGNED_CASTING
+
+/* Define to 1 if tcsetpgrp() doesn't work, ie BeOS R4.51. */
+#undef BROKEN_TCSETPGRP
+
+/* Define to 1 if you use BSD style signal handling (and can block signals).
+ */
+#undef BSD_SIGNALS
+
+/* Undefine if you don't want local features. By default this is defined. */
+#undef CONFIG_LOCALE
+
+/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
+ systems. This function is required for `alloca.c' support on those systems.
+ */
+#undef CRAY_STACKSEG_END
+
+/* Define to a custom value for the ZSH_PATCHLEVEL parameter */
+#undef CUSTOM_PATCHLEVEL
+
+/* Define to 1 if using `alloca.c'. */
+#undef C_ALLOCA
+
+/* Define to 1 if you want to debug zsh. */
+#undef DEBUG
+
+/* The default path; used when running commands with command -p */
+#undef DEFAULT_PATH
+
+/* Define default pager used by readnullcmd */
+#undef DEFAULT_READNULLCMD
+
+/* Define to 1 if you want to avoid calling functions that will require
+ dynamic NSS modules. */
+#undef DISABLE_DYNAMIC_NSS
+
+/* Define to 1 if an underscore has to be prepended to dlsym() argument. */
+#undef DLSYM_NEEDS_UNDERSCORE
+
+/* The extension used for dynamically loaded modules. */
+#undef DL_EXT
+
+/* Define to 1 if you want to use dynamically loaded modules. */
+#undef DYNAMIC
+
+/* Define to 1 if multiple modules defining the same symbol are OK. */
+#undef DYNAMIC_NAME_CLASH_OK
+
+/* Define to 1 if you want use unicode9 character widths. */
+#undef ENABLE_UNICODE9
+
+/* Define to 1 if getcwd() calls malloc to allocate memory. */
+#undef GETCWD_CALLS_MALLOC
+
+/* Define to 1 if the `getpgrp' function requires zero arguments. */
+#undef GETPGRP_VOID
+
+/* Define to 1 if getpwnam() is faked, ie BeOS R4.51. */
+#undef GETPWNAM_FAKED
+
+/* The global file to source whenever zsh is run as a login shell; if
+ undefined, don't source anything */
+#undef GLOBAL_ZLOGIN
+
+/* The global file to source whenever zsh was run as a login shell. This is
+ sourced right before exiting. If undefined, don't source anything. */
+#undef GLOBAL_ZLOGOUT
+
+/* The global file to source whenever zsh is run as a login shell, before
+ zshrc is read; if undefined, don't source anything. */
+#undef GLOBAL_ZPROFILE
+
+/* The global file to source absolutely first whenever zsh is run; if
+ undefined, don't source anything. */
+#undef GLOBAL_ZSHENV
+
+/* The global file to source whenever zsh is run; if undefined, don't source
+ anything */
+#undef GLOBAL_ZSHRC
+
+/* Define if TIOCGWINSZ is defined in sys/ioctl.h but not in termios.h. */
+#undef GWINSZ_IN_SYS_IOCTL
+
+/* Define to 1 if you have `alloca', as a function or macro. */
+#undef HAVE_ALLOCA
+
+/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
+ */
+#undef HAVE_ALLOCA_H
+
+/* Define to 1 if you have the <bind/netdb.h> header file. */
+#undef HAVE_BIND_NETDB_H
+
+/* Define if you have the termcap boolcodes symbol. */
+#undef HAVE_BOOLCODES
+
+/* Define if you have the terminfo boolnames symbol. */
+#undef HAVE_BOOLNAMES
+
+/* Define to 1 if you have the `brk' function. */
+#undef HAVE_BRK
+
+/* Define to 1 if there is a prototype defined for brk() on your system. */
+#undef HAVE_BRK_PROTO
+
+/* Define to 1 if you have the `canonicalize_file_name' function. */
+#undef HAVE_CANONICALIZE_FILE_NAME
+
+/* Define to 1 if you have the `cap_get_proc' function. */
+#undef HAVE_CAP_GET_PROC
+
+/* Define to 1 if you have the `clock_gettime' function. */
+#undef HAVE_CLOCK_GETTIME
+
+/* Define to 1 if you have the <curses.h> header file. */
+#undef HAVE_CURSES_H
+
+/* Define to 1 if you have the `cygwin_conv_path' function. */
+#undef HAVE_CYGWIN_CONV_PATH
+
+/* Define to 1 if you have the `difftime' function. */
+#undef HAVE_DIFFTIME
+
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+ */
+#undef HAVE_DIRENT_H
+
+/* Define to 1 if you have the `dlclose' function. */
+#undef HAVE_DLCLOSE
+
+/* Define to 1 if you have the `dlerror' function. */
+#undef HAVE_DLERROR
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to 1 if you have the `dlopen' function. */
+#undef HAVE_DLOPEN
+
+/* Define to 1 if you have the `dlsym' function. */
+#undef HAVE_DLSYM
+
+/* Define to 1 if you have the <dl.h> header file. */
+#undef HAVE_DL_H
+
+/* Define to 1 if you have the `endutxent' function. */
+#undef HAVE_ENDUTXENT
+
+/* Define to 1 if you have the `erand48' function. */
+#undef HAVE_ERAND48
+
+/* Define to 1 if you have the <errno.h> header file. */
+#undef HAVE_ERRNO_H
+
+/* Define to 1 if you have the `faccessx' function. */
+#undef HAVE_FACCESSX
+
+/* Define to 1 if you have the `fchdir' function. */
+#undef HAVE_FCHDIR
+
+/* Define to 1 if you have the `fchmod' function. */
+#undef HAVE_FCHMOD
+
+/* Define to 1 if you have the `fchown' function. */
+#undef HAVE_FCHOWN
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#undef HAVE_FCNTL_H
+
+/* Define to 1 if system has working FIFOs. */
+#undef HAVE_FIFOS
+
+/* Define to 1 if you have the `fseeko' function. */
+#undef HAVE_FSEEKO
+
+/* Define to 1 if you have the `fstat' function. */
+#undef HAVE_FSTAT
+
+/* Define to 1 if you have the `ftello' function. */
+#undef HAVE_FTELLO
+
+/* Define to 1 if you have the `ftruncate' function. */
+#undef HAVE_FTRUNCATE
+
+/* Define to 1 if you have the <gdbm.h> header file. */
+#undef HAVE_GDBM_H
+
+/* Define to 1 if you have the `gdbm_open' function. */
+#undef HAVE_GDBM_OPEN
+
+/* Define to 1 if you have the `getcchar' function. */
+#undef HAVE_GETCCHAR
+
+/* Define to 1 if you have the `getcwd' function. */
+#undef HAVE_GETCWD
+
+/* Define to 1 if you have the `getenv' function. */
+#undef HAVE_GETENV
+
+/* Define to 1 if you have the `getgrgid' function. */
+#undef HAVE_GETGRGID
+
+/* Define to 1 if you have the `getgrnam' function. */
+#undef HAVE_GETGRNAM
+
+/* Define to 1 if you have the `gethostbyname2' function. */
+#undef HAVE_GETHOSTBYNAME2
+
+/* Define to 1 if you have the `gethostname' function. */
+#undef HAVE_GETHOSTNAME
+
+/* Define to 1 if you have the `getipnodebyname' function. */
+#undef HAVE_GETIPNODEBYNAME
+
+/* Define to 1 if you have the `getlogin' function. */
+#undef HAVE_GETLOGIN
+
+/* Define to 1 if you have the `getpagesize' function. */
+#undef HAVE_GETPAGESIZE
+
+/* Define to 1 if you have the `getpwent' function. */
+#undef HAVE_GETPWENT
+
+/* Define to 1 if you have the `getpwnam' function. */
+#undef HAVE_GETPWNAM
+
+/* Define to 1 if you have the `getpwuid' function. */
+#undef HAVE_GETPWUID
+
+/* Define to 1 if you have the `getrlimit' function. */
+#undef HAVE_GETRLIMIT
+
+/* Define to 1 if you have the `getrusage' function. */
+#undef HAVE_GETRUSAGE
+
+/* Define to 1 if you have the `gettimeofday' function. */
+#undef HAVE_GETTIMEOFDAY
+
+/* Define to 1 if you have the `getutent' function. */
+#undef HAVE_GETUTENT
+
+/* Define to 1 if you have the `getutxent' function. */
+#undef HAVE_GETUTXENT
+
+/* Define to 1 if you have the `getxattr' function. */
+#undef HAVE_GETXATTR
+
+/* Define to 1 if you have the `grantpt' function. */
+#undef HAVE_GRANTPT
+
+/* Define to 1 if you have the <grp.h> header file. */
+#undef HAVE_GRP_H
+
+/* Define to 1 if you have the `htons' function. */
+#undef HAVE_HTONS
+
+/* Define to 1 if you have the `iconv' function. */
+#undef HAVE_ICONV
+
+/* Define to 1 if you have the <iconv.h> header file. */
+#undef HAVE_ICONV_H
+
+/* Define to 1 if you have the `inet_aton' function. */
+#undef HAVE_INET_ATON
+
+/* Define to 1 if you have the `inet_ntop' function. */
+#undef HAVE_INET_NTOP
+
+/* Define to 1 if you have the `inet_pton' function. */
+#undef HAVE_INET_PTON
+
+/* Define to 1 if you have the `initgroups' function. */
+#undef HAVE_INITGROUPS
+
+/* Define to 1 if you have the `initscr' function. */
+#undef HAVE_INITSCR
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if there is a prototype defined for ioctl() on your system. */
+#undef HAVE_IOCTL_PROTO
+
+/* Define to 1 if you have the `isblank' function. */
+#undef HAVE_ISBLANK
+
+/* Define to 1 if you have the `isinf' macro or function. */
+#undef HAVE_ISINF
+
+/* Define to 1 if you have the `isnan' macro or function. */
+#undef HAVE_ISNAN
+
+/* Define to 1 if you have the `iswblank' function. */
+#undef HAVE_ISWBLANK
+
+/* Define to 1 if you have the `killpg' function. */
+#undef HAVE_KILLPG
+
+/* Define to 1 if you have the <langinfo.h> header file. */
+#undef HAVE_LANGINFO_H
+
+/* Define to 1 if you have the `lchown' function. */
+#undef HAVE_LCHOWN
+
+/* Define to 1 if you have the `cap' library (-lcap). */
+#undef HAVE_LIBCAP
+
+/* Define to 1 if you have the <libc.h> header file. */
+#undef HAVE_LIBC_H
+
+/* Define to 1 if you have the `dl' library (-ldl). */
+#undef HAVE_LIBDL
+
+/* Define to 1 if you have the `gdbm' library (-lgdbm). */
+#undef HAVE_LIBGDBM
+
+/* Define to 1 if you have the `m' library (-lm). */
+#undef HAVE_LIBM
+
+/* Define to 1 if you have the `rt' library (-lrt). */
+#undef HAVE_LIBRT
+
+/* Define to 1 if you have the `socket' library (-lsocket). */
+#undef HAVE_LIBSOCKET
+
+/* Define to 1 if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
+/* Define to 1 if system has working link(). */
+#undef HAVE_LINK
+
+/* Define to 1 if you have the `load' function. */
+#undef HAVE_LOAD
+
+/* Define to 1 if you have the `loadbind' function. */
+#undef HAVE_LOADBIND
+
+/* Define to 1 if you have the `loadquery' function. */
+#undef HAVE_LOADQUERY
+
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
+/* Define to 1 if you have the `log2' function. */
+#undef HAVE_LOG2
+
+/* Define to 1 if you have the `lstat' function. */
+#undef HAVE_LSTAT
+
+/* Define to 1 if you have the `memcpy' function. */
+#undef HAVE_MEMCPY
+
+/* Define to 1 if you have the `memmove' function. */
+#undef HAVE_MEMMOVE
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the `mkfifo' function. */
+#undef HAVE_MKFIFO
+
+/* Define to 1 if there is a prototype defined for mknod() on your system. */
+#undef HAVE_MKNOD_PROTO
+
+/* Define to 1 if you have the `mkstemp' function. */
+#undef HAVE_MKSTEMP
+
+/* Define to 1 if you have the `mktime' function. */
+#undef HAVE_MKTIME
+
+/* Define to 1 if you have a working `mmap' system call. */
+#undef HAVE_MMAP
+
+/* Define to 1 if you have the `msync' function. */
+#undef HAVE_MSYNC
+
+/* Define to 1 if you have the `munmap' function. */
+#undef HAVE_MUNMAP
+
+/* Define to 1 if you have the `nanosleep' function. */
+#undef HAVE_NANOSLEEP
+
+/* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
+#undef HAVE_NCURSESW_NCURSES_H
+
+/* Define to 1 if you have the <ncursesw/term.h> header file. */
+#undef HAVE_NCURSESW_TERM_H
+
+/* Define to 1 if you have the <ncurses.h> header file. */
+#undef HAVE_NCURSES_H
+
+/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
+#undef HAVE_NCURSES_NCURSES_H
+
+/* Define to 1 if you have the <ncurses/term.h> header file. */
+#undef HAVE_NCURSES_TERM_H
+
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+#undef HAVE_NDIR_H
+
+/* Define to 1 if you have the <netinet/in_systm.h> header file. */
+#undef HAVE_NETINET_IN_SYSTM_H
+
+/* Define to 1 if you have the `nice' function. */
+#undef HAVE_NICE
+
+/* Define to 1 if you have NIS. */
+#undef HAVE_NIS
+
+/* Define to 1 if you have the `nis_list' function. */
+#undef HAVE_NIS_LIST
+
+/* Define to 1 if you have NISPLUS. */
+#undef HAVE_NIS_PLUS
+
+/* Define to 1 if you have the `nl_langinfo' function. */
+#undef HAVE_NL_LANGINFO
+
+/* Define to 1 if you have the `ntohs' function. */
+#undef HAVE_NTOHS
+
+/* Define if you have the termcap numcodes symbol. */
+#undef HAVE_NUMCODES
+
+/* Define if you have the terminfo numnames symbol. */
+#undef HAVE_NUMNAMES
+
+/* Define to 1 if you have the `open_memstream' function. */
+#undef HAVE_OPEN_MEMSTREAM
+
+/* Define to 1 if your termcap library has the ospeed variable */
+#undef HAVE_OSPEED
+
+/* Define to 1 if you have the `pathconf' function. */
+#undef HAVE_PATHCONF
+
+/* Define to 1 if you have the `pcre_compile' function. */
+#undef HAVE_PCRE_COMPILE
+
+/* Define to 1 if you have the `pcre_exec' function. */
+#undef HAVE_PCRE_EXEC
+
+/* Define to 1 if you have the <pcre.h> header file. */
+#undef HAVE_PCRE_H
+
+/* Define to 1 if you have the `pcre_study' function. */
+#undef HAVE_PCRE_STUDY
+
+/* Define to 1 if you have the `poll' function. */
+#undef HAVE_POLL
+
+/* Define to 1 if you have the <poll.h> header file. */
+#undef HAVE_POLL_H
+
+/* Define to 1 if you have the `posix_openpt' function. */
+#undef HAVE_POSIX_OPENPT
+
+/* Define to 1 if you have the `ptsname' function. */
+#undef HAVE_PTSNAME
+
+/* Define to 1 if you have the `putenv' function. */
+#undef HAVE_PUTENV
+
+/* Define to 1 if you have the <pwd.h> header file. */
+#undef HAVE_PWD_H
+
+/* Define to 1 if you have the `readlink' function. */
+#undef HAVE_READLINK
+
+/* Define to 1 if you have the `realpath' function. */
+#undef HAVE_REALPATH
+
+/* Define to 1 if you have the `regcomp' function. */
+#undef HAVE_REGCOMP
+
+/* Define to 1 if you have the `regerror' function. */
+#undef HAVE_REGERROR
+
+/* Define to 1 if you have the `regexec' function. */
+#undef HAVE_REGEXEC
+
+/* Define to 1 if you have the `regfree' function. */
+#undef HAVE_REGFREE
+
+/* Define to 1 if you have the `resize_term' function. */
+#undef HAVE_RESIZE_TERM
+
+/* Define to 1 if RLIMIT_AIO_MEM is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_AIO_MEM
+
+/* Define to 1 if RLIMIT_AIO_OPS is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_AIO_OPS
+
+/* Define to 1 if RLIMIT_AS is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_AS
+
+/* Define to 1 if RLIMIT_KQUEUES is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_KQUEUES
+
+/* Define to 1 if RLIMIT_LOCKS is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_LOCKS
+
+/* Define to 1 if RLIMIT_MEMLOCK is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_MEMLOCK
+
+/* Define to 1 if RLIMIT_MSGQUEUE is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_MSGQUEUE
+
+/* Define to 1 if RLIMIT_NICE is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_NICE
+
+/* Define to 1 if RLIMIT_NOFILE is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_NOFILE
+
+/* Define to 1 if RLIMIT_NPROC is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_NPROC
+
+/* Define to 1 if RLIMIT_NPTS is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_NPTS
+
+/* Define to 1 if RLIMIT_NTHR is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_NTHR
+
+/* Define to 1 if RLIMIT_POSIXLOCKS is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_POSIXLOCKS
+
+/* Define to 1 if RLIMIT_PTHREAD is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_PTHREAD
+
+/* Define to 1 if RLIMIT_RSS is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_RSS
+
+/* Define to 1 if RLIMIT_RTPRIO is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_RTPRIO
+
+/* Define to 1 if RLIMIT_SBSIZE is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_SBSIZE
+
+/* Define to 1 if RLIMIT_SIGPENDING is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_SIGPENDING
+
+/* Define to 1 if RLIMIT_SWAP is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_SWAP
+
+/* Define to 1 if RLIMIT_TCACHE is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_TCACHE
+
+/* Define to 1 if RLIMIT_UMTXP is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_UMTXP
+
+/* Define to 1 if RLIMIT_VMEM is present (whether or not as a macro). */
+#undef HAVE_RLIMIT_VMEM
+
+/* Define to 1 if you have the `sbrk' function. */
+#undef HAVE_SBRK
+
+/* Define to 1 if there is a prototype defined for sbrk() on your system. */
+#undef HAVE_SBRK_PROTO
+
+/* Define to 1 if you have the `scalbn' function. */
+#undef HAVE_SCALBN
+
+/* Define to 1 if you have the `select' function. */
+#undef HAVE_SELECT
+
+/* Define to 1 if you have the `setcchar' function. */
+#undef HAVE_SETCCHAR
+
+/* Define to 1 if you have the `setegid' function. */
+#undef HAVE_SETEGID
+
+/* Define to 1 if you have the `setenv' function. */
+#undef HAVE_SETENV
+
+/* Define to 1 if you have the `seteuid' function. */
+#undef HAVE_SETEUID
+
+/* Define to 1 if you have the `setgid' function. */
+#undef HAVE_SETGID
+
+/* Define to 1 if you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
+
+/* Define to 1 if you have the `setpgid' function. */
+#undef HAVE_SETPGID
+
+/* Define to 1 if you have the `setpgrp' function. */
+#undef HAVE_SETPGRP
+
+/* Define to 1 if the system supports `setproctitle' to change process name */
+#undef HAVE_SETPROCTITLE
+
+/* Define to 1 if you have the `setregid' function. */
+#undef HAVE_SETREGID
+
+/* Define to 1 if you have the `setresgid' function. */
+#undef HAVE_SETRESGID
+
+/* Define to 1 if you have the `setresuid' function. */
+#undef HAVE_SETRESUID
+
+/* Define to 1 if you have the `setreuid' function. */
+#undef HAVE_SETREUID
+
+/* Define to 1 if you have the `setsid' function. */
+#undef HAVE_SETSID
+
+/* Define to 1 if you have the `setuid' function. */
+#undef HAVE_SETUID
+
+/* Define to 1 if you have the `setupterm' function. */
+#undef HAVE_SETUPTERM
+
+/* Define to 1 if you have the `setutxent' function. */
+#undef HAVE_SETUTXENT
+
+/* Define to 1 if you have the `shl_findsym' function. */
+#undef HAVE_SHL_FINDSYM
+
+/* Define to 1 if you have the `shl_load' function. */
+#undef HAVE_SHL_LOAD
+
+/* Define to 1 if you have the `shl_unload' function. */
+#undef HAVE_SHL_UNLOAD
+
+/* Define to 1 if you have the `sigaction' function. */
+#undef HAVE_SIGACTION
+
+/* Define to 1 if you have the `sigblock' function. */
+#undef HAVE_SIGBLOCK
+
+/* Define to 1 if you have the `sighold' function. */
+#undef HAVE_SIGHOLD
+
+/* Define to 1 if you have the `signgam' function. */
+#undef HAVE_SIGNGAM
+
+/* Define to 1 if you have the `sigprocmask' function. */
+#undef HAVE_SIGPROCMASK
+
+/* Define to 1 if you have the `sigrelse' function. */
+#undef HAVE_SIGRELSE
+
+/* Define to 1 if you have the `sigsetmask' function. */
+#undef HAVE_SIGSETMASK
+
+/* Define to 1 if you have the `srand_deterministic' function. */
+#undef HAVE_SRAND_DETERMINISTIC
+
+/* Define to 1 if you have the <stdarg.h> header file. */
+#undef HAVE_STDARG_H
+
+/* Define to 1 if you have the <stddef.h> header file. */
+#undef HAVE_STDDEF_H
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdio.h> header file. */
+#undef HAVE_STDIO_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define if you have the termcap strcodes symbol. */
+#undef HAVE_STRCODES
+
+/* Define to 1 if you have the `strcoll' function and it is properly defined.
+ */
+#undef HAVE_STRCOLL
+
+/* Define to 1 if you have the `strerror' function. */
+#undef HAVE_STRERROR
+
+/* Define to 1 if you have the `strftime' function. */
+#undef HAVE_STRFTIME
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define if you have the terminfo strnames symbol. */
+#undef HAVE_STRNAMES
+
+/* Define to 1 if you have the `strptime' function. */
+#undef HAVE_STRPTIME
+
+/* Define to 1 if you have the `strstr' function. */
+#undef HAVE_STRSTR
+
+/* Define to 1 if you have the `strtoul' function. */
+#undef HAVE_STRTOUL
+
+/* Define if your system's struct direct has a member named d_ino. */
+#undef HAVE_STRUCT_DIRECT_D_INO
+
+/* Define if your system's struct direct has a member named d_stat. */
+#undef HAVE_STRUCT_DIRECT_D_STAT
+
+/* Define if your system's struct dirent has a member named d_ino. */
+#undef HAVE_STRUCT_DIRENT_D_INO
+
+/* Define if your system's struct dirent has a member named d_stat. */
+#undef HAVE_STRUCT_DIRENT_D_STAT
+
+/* Define to 1 if `ru_idrss' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_IDRSS
+
+/* Define to 1 if `ru_inblock' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_INBLOCK
+
+/* Define to 1 if `ru_isrss' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_ISRSS
+
+/* Define to 1 if `ru_ixrss' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_IXRSS
+
+/* Define to 1 if `ru_majflt' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_MAJFLT
+
+/* Define to 1 if `ru_maxrss' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_MAXRSS
+
+/* Define to 1 if `ru_minflt' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_MINFLT
+
+/* Define to 1 if `ru_msgrcv' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_MSGRCV
+
+/* Define to 1 if `ru_msgsnd' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_MSGSND
+
+/* Define to 1 if `ru_nivcsw' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_NIVCSW
+
+/* Define to 1 if `ru_nsignals' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_NSIGNALS
+
+/* Define to 1 if `ru_nswap' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_NSWAP
+
+/* Define to 1 if `ru_nvcsw' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_NVCSW
+
+/* Define to 1 if `ru_oublock' is a member of `struct rusage'. */
+#undef HAVE_STRUCT_RUSAGE_RU_OUBLOCK
+
+/* Define if your system's struct sockaddr_in6 has a member named
+ sin6_scope_id. */
+#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
+
+/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
+
+/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
+
+/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
+
+/* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_CTIMENSEC
+
+/* Define to 1 if `st_ctimespec.tv_nsec' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_CTIMESPEC_TV_NSEC
+
+/* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC
+
+/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_MTIMENSEC
+
+/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
+
+/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
+
+/* Define to 1 if struct timespec is defined by a system header */
+#undef HAVE_STRUCT_TIMESPEC
+
+/* Define to 1 if struct timezone is defined by a system header */
+#undef HAVE_STRUCT_TIMEZONE
+
+/* Define to 1 if struct utmp is defined by a system header */
+#undef HAVE_STRUCT_UTMP
+
+/* Define to 1 if struct utmpx is defined by a system header */
+#undef HAVE_STRUCT_UTMPX
+
+/* Define if your system's struct utmpx has a member named ut_host. */
+#undef HAVE_STRUCT_UTMPX_UT_HOST
+
+/* Define if your system's struct utmpx has a member named ut_tv. */
+#undef HAVE_STRUCT_UTMPX_UT_TV
+
+/* Define if your system's struct utmpx has a member named ut_xtime. */
+#undef HAVE_STRUCT_UTMPX_UT_XTIME
+
+/* Define if your system's struct utmp has a member named ut_host. */
+#undef HAVE_STRUCT_UTMP_UT_HOST
+
+/* Define to 1 if you have RFS superroot directory. */
+#undef HAVE_SUPERROOT
+
+/* Define to 1 if you have the `symlink' function. */
+#undef HAVE_SYMLINK
+
+/* Define to 1 if you have the `sysconf' function. */
+#undef HAVE_SYSCONF
+
+/* Define to 1 if you have the <sys/capability.h> header file. */
+#undef HAVE_SYS_CAPABILITY_H
+
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+ */
+#undef HAVE_SYS_DIR_H
+
+/* Define to 1 if you have the <sys/filio.h> header file. */
+#undef HAVE_SYS_FILIO_H
+
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+ */
+#undef HAVE_SYS_NDIR_H
+
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
+/* Define to 1 if you have the <sys/resource.h> header file. */
+#undef HAVE_SYS_RESOURCE_H
+
+/* Define to 1 if you have the <sys/select.h> header file. */
+#undef HAVE_SYS_SELECT_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/stropts.h> header file. */
+#undef HAVE_SYS_STROPTS_H
+
+/* Define to 1 if you have the <sys/times.h> header file. */
+#undef HAVE_SYS_TIMES_H
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <sys/utsname.h> header file. */
+#undef HAVE_SYS_UTSNAME_H
+
+/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
+#undef HAVE_SYS_WAIT_H
+
+/* Define to 1 if you have the <sys/xattr.h> header file. */
+#undef HAVE_SYS_XATTR_H
+
+/* Define to 1 if you have the `tcgetattr' function. */
+#undef HAVE_TCGETATTR
+
+/* Define to 1 if you have the `tcsetpgrp' function. */
+#undef HAVE_TCSETPGRP
+
+/* Define to 1 if you have the <termcap.h> header file. */
+#undef HAVE_TERMCAP_H
+
+/* Define to 1 if you have the <termios.h> header file. */
+#undef HAVE_TERMIOS_H
+
+/* Define to 1 if you have the <termio.h> header file. */
+#undef HAVE_TERMIO_H
+
+/* Define to 1 if you have the <term.h> header file. */
+#undef HAVE_TERM_H
+
+/* Define to 1 if you have the `tgamma' function. */
+#undef HAVE_TGAMMA
+
+/* Define to 1 if you have the `tgetent' function. */
+#undef HAVE_TGETENT
+
+/* Define to 1 if you have the `tigetflag' function. */
+#undef HAVE_TIGETFLAG
+
+/* Define to 1 if you have the `tigetnum' function. */
+#undef HAVE_TIGETNUM
+
+/* Define to 1 if you have the `tigetstr' function. */
+#undef HAVE_TIGETSTR
+
+/* Define to 1 if you have the `timelocal' function. */
+#undef HAVE_TIMELOCAL
+
+/* Define to 1 if you have the `uname' function. */
+#undef HAVE_UNAME
+
+/* Define to 1 if the compiler can initialise a union. */
+#undef HAVE_UNION_INIT
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to 1 if you have the `unload' function. */
+#undef HAVE_UNLOAD
+
+/* Define to 1 if you have the `unlockpt' function. */
+#undef HAVE_UNLOCKPT
+
+/* Define to 1 if you have the `unsetenv' function. */
+#undef HAVE_UNSETENV
+
+/* Define to 1 if you have the `use_default_colors' function. */
+#undef HAVE_USE_DEFAULT_COLORS
+
+/* Define to 1 if you have the <utmpx.h> header file. */
+#undef HAVE_UTMPX_H
+
+/* Define to 1 if you have the <utmp.h> header file. */
+#undef HAVE_UTMP_H
+
+/* Define to 1 if you have the <varargs.h> header file. */
+#undef HAVE_VARARGS_H
+
+/* Define to 1 if compiler supports variable-length arrays */
+#undef HAVE_VARIABLE_LENGTH_ARRAYS
+
+/* Define to 1 if you have the `waddwstr' function. */
+#undef HAVE_WADDWSTR
+
+/* Define to 1 if you have the `wait3' function. */
+#undef HAVE_WAIT3
+
+/* Define to 1 if you have the `waitpid' function. */
+#undef HAVE_WAITPID
+
+/* Define to 1 if you have the <wchar.h> header file. */
+#undef HAVE_WCHAR_H
+
+/* Define to 1 if you have the `wctomb' function. */
+#undef HAVE_WCTOMB
+
+/* Define to 1 if you have the `wget_wch' function. */
+#undef HAVE_WGET_WCH
+
+/* Define to 1 if you have the `win_wch' function. */
+#undef HAVE_WIN_WCH
+
+/* Define to 1 if you have the `xw' function. */
+#undef HAVE_XW
+
+/* Define to 1 if you have the `_mktemp' function. */
+#undef HAVE__MKTEMP
+
+/* Define to 1 if you want to use dynamically loaded modules on HPUX 10. */
+#undef HPUX10DYNAMIC
+
+/* Define as const if the declaration of iconv() needs const. */
+#undef ICONV_CONST
+
+/* Define to 1 if iconv() is linked from libiconv */
+#undef ICONV_FROM_LIBICONV
+
+/* Define to 1 if ino_t is 64 bit (for large file support). */
+#undef INO_T_IS_64_BIT
+
+/* Define to 1 if we must include <sys/ioctl.h> to get a prototype for
+ ioctl(). */
+#undef IOCTL_IN_SYS_IOCTL
+
+/* Define to 1 if musl is being used as the C library */
+#undef LIBC_MUSL
+
+/* Definitions used when a long is less than eight byte, to try to provide
+ some support for eight byte operations. Note that ZSH_64_BIT_TYPE,
+ OFF_T_IS_64_BIT, INO_T_IS_64_BIT do *not* get defined if long is already 64
+ bits, since in that case no special handling is required. Define to 1 if
+ long is 64 bits */
+#undef LONG_IS_64_BIT
+
+/* Define to be the machine type (microprocessor class or machine model). */
+#undef MACHTYPE
+
+/* Define for Maildir support */
+#undef MAILDIR_SUPPORT
+
+/* Define for function depth limits */
+#undef MAX_FUNCTION_DEPTH
+
+/* Define to 1 if you want support for multibyte character sets. */
+#undef MULTIBYTE_SUPPORT
+
+/* Define to 1 if you have ospeed, but it is not defined in termcap.h */
+#undef MUST_DEFINE_OSPEED
+
+/* Define to 1 if you have no signal blocking at all (bummer). */
+#undef NO_SIGNAL_BLOCKING
+
+/* Define to 1 if off_t is 64 bit (for large file support) */
+#undef OFF_T_IS_64_BIT
+
+/* Define to be the name of the operating system. */
+#undef OSTYPE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define to the path of the /dev/fd filesystem. */
+#undef PATH_DEV_FD
+
+/* Define to be location of utmpx file. */
+#undef PATH_UTMPX_FILE
+
+/* Define to be location of utmp file. */
+#undef PATH_UTMP_FILE
+
+/* Define to be location of wtmpx file. */
+#undef PATH_WTMPX_FILE
+
+/* Define to be location of wtmp file. */
+#undef PATH_WTMP_FILE
+
+/* Define to 1 if you use POSIX style signal handling. */
+#undef POSIX_SIGNALS
+
+/* Define to 1 if printf and sprintf support %lld for long long. */
+#undef PRINTF_HAS_LLD
+
+/* Define to 1 if ANSI function prototypes are usable. */
+#undef PROTOTYPES
+
+/* Define if realpath() accepts NULL as its second argument. */
+#undef REALPATH_ACCEPTS_NULL
+
+/* Undefine this if you don't want to get a restricted shell when zsh is
+ exec'd with basename that starts with r. By default this is defined. */
+#undef RESTRICTED_R
+
+/* Define to 1 if RLIMIT_RSS and RLIMIT_AS both exist and are equal. */
+#undef RLIMIT_RSS_IS_AS
+
+/* Define to 1 if RLIMIT_VMEM and RLIMIT_AS both exist and are equal. */
+#undef RLIMIT_VMEM_IS_AS
+
+/* Define to 1 if RLIMIT_VMEM and RLIMIT_RSS both exist and are equal. */
+#undef RLIMIT_VMEM_IS_RSS
+
+/* Define to 1 if struct rlimit uses long long */
+#undef RLIM_T_IS_LONG_LONG
+
+/* Define to 1 if struct rlimit uses quad_t. */
+#undef RLIM_T_IS_QUAD_T
+
+/* Define to 1 if struct rlimit uses unsigned. */
+#undef RLIM_T_IS_UNSIGNED
+
+/* Define to 1 if select() is defined in <sys/socket.h>, ie BeOS R4.51 */
+#undef SELECT_IN_SYS_SOCKET_H
+
+/* If using the C implementation of alloca, define if you know the
+ direction of stack growth for your system; otherwise it will be
+ automatically deduced at runtime.
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown */
+#undef STACK_DIRECTION
+
+/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
+#undef STAT_MACROS_BROKEN
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define to 1 if you use SYS style signal handling (and can block signals).
+ */
+#undef SYSV_SIGNALS
+
+/* Define to 1 if tgetent() accepts NULL as a buffer. */
+#undef TGETENT_ACCEPTS_NULL
+
+/* Define to what tgetent() returns on success (0 on HP-UX X/Open curses). */
+#undef TGETENT_SUCCESS
+
+/* Define if there is no prototype for the tgoto() terminal function. */
+#undef TGOTO_PROTO_MISSING
+
+/* Define if sys/time.h and sys/select.h cannot be both included. */
+#undef TIME_H_SELECT_H_CONFLICTS
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#undef TIME_WITH_SYS_TIME
+
+/* Define to 1 if all the kit for using /dev/ptmx for ptys is available. */
+#undef USE_DEV_PTMX
+
+/* Define to 1 if you need to use the native getcwd. */
+#undef USE_GETCWD
+
+/* Define to 1 if h_errno is not defined by the system. */
+#undef USE_LOCAL_H_ERRNO
+
+/* Define to 1 if you want to allocate stack memory e.g. with `alloca'. */
+#undef USE_STACK_ALLOCATION
+
+/* Define to be a string corresponding the vendor of the machine. */
+#undef VENDOR
+
+/* Define if your should include sys/stream.h and sys/ptem.h. */
+#undef WINSIZE_IN_PTEM
+
+/* Define if getxattr() etc. require additional MacOS-style arguments */
+#undef XATTR_EXTRA_ARGS
+
+/* Define to 1 if the zlong type uses 64-bit long int. */
+#undef ZLONG_IS_LONG_64
+
+/* Define to 1 if the zlong type uses long long int. */
+#undef ZLONG_IS_LONG_LONG
+
+/* Define to a 64 bit integer type if there is one, but long is shorter. */
+#undef ZSH_64_BIT_TYPE
+
+/* Define to an unsigned variant of ZSH_64_BIT_TYPE if that is defined. */
+#undef ZSH_64_BIT_UTYPE
+
+/* Define to 1 if you want to get debugging information on internal hash
+ tables. This turns on the `hashinfo' builtin. */
+#undef ZSH_HASH_DEBUG
+
+/* Define to 1 if some variant of a curses header can be included */
+#undef ZSH_HAVE_CURSES_H
+
+/* Define to 1 if some variant of term.h can be included */
+#undef ZSH_HAVE_TERM_H
+
+/* Define to 1 if you want to turn on error checking for heap allocation. */
+#undef ZSH_HEAP_DEBUG
+
+/* Define to 1 if you want to use zsh's own memory allocation routines */
+#undef ZSH_MEM
+
+/* Define to 1 if you want to debug zsh memory allocation routines. */
+#undef ZSH_MEM_DEBUG
+
+/* Define to 1 if you want to turn on warnings of memory allocation errors */
+#undef ZSH_MEM_WARNING
+
+/* Define if _XOPEN_SOURCE_EXTENDED should not be defined to avoid clashes */
+#undef ZSH_NO_XOPEN
+
+/* Define to 1 if you want to turn on memory checking for free(). */
+#undef ZSH_SECURE_FREE
+
+/* Define to 1 if you want to add code for valgrind to debug heap memory. */
+#undef ZSH_VALGRIND
+
+/* Define to the base type of the third argument of accept */
+#undef ZSOCKLEN_T
+
+/* Enable large inode numbers on Mac OS X 10.5. */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef gid_t
+
+/* Define to `unsigned long' if <sys/types.h> doesn't define. */
+#undef ino_t
+
+/* Define to `int' if <sys/types.h> does not define. */
+#undef mode_t
+
+/* Define to `long int' if <sys/types.h> does not define. */
+#undef off_t
+
+/* Define to `int' if <sys/types.h> does not define. */
+#undef pid_t
+
+/* Define to the type used in struct rlimit. */
+#undef rlim_t
+
+/* Define to `unsigned int' if <sys/types.h> or <signal.h> doesn't define */
+#undef sigset_t
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef uid_t