#!/bin/sh
# $Id: all-opts-ncurses,v 1.7 2008/09/27 22:39:47 tom Exp $
echo "\
disable-assumed-color \
disable-big-core \
disable-database \
disable-ext-funcs \
disable-hashmap \
disable-home-terminfo \
disable-largefile \
disable-leaks \
disable-lp64 \
disable-macros \
disable-no-padding \
disable-overwrite \
disable-root-environ \
disable-scroll-hints \
disable-sigwinch \
disable-tcap-names \
disable-tparm-varargs \
enable-assertions \
enable-broken_linker \
enable-bsdpad \
enable-colorfgbg \
enable-const \
enable-expanded \
enable-ext-colors \
enable-ext-mouse \
enable-getcap \
enable-getcap-cache \
enable-hard-tabs \
enable-rpath \
enable-safe-sprintf \
enable-signed-char \
enable-symlinks \
enable-termcap \
enable-warnings \
enable-wgetch-events \
enable-widec \
enable-xmc-glitch \
program-prefix=FOO \
with-abi-version=77 \
with-bool=char \
with-bool=short \
with-caps=hpux11 \
with-chtype=unsigned \
with-database=/usr/build \
with-database=misc/emx.src  \
with-dbmalloc \
with-debug \
with-default-terminfo-dir=/tmp/FOO \
with-develop \
with-dmalloc \
with-fallbacks=vt100,ansi \
with-gpm \
with-hashed-db \
with-install-prefix \
with-libtool \
with-manpage-aliases \
with-manpage-format \
with-manpage-renames \
with-manpage-symlinks \
with-manpage-tbl \
with-mmask-t=long \
with-normal \
with-ospeed=long \
with-profile \
with-pthread \
with-rcs-ids \
with-shared \
with-shlib-version=abi \
with-shlib-version=rel \
with-sysmouse \
with-terminfo-dirs=/tmp/FOO:/tmp/FOOBAR \
with-termlib \
with-termpath=/usr/build:/etc \
with-ticlib \
with-trace \
with-valgrind \
without-ada \
without-curses-h \
without-cxx \
without-cxx-binding \
without-dlsym \
without-progs \
without-xterm-new \
"
