#!/bin/sh
# $Id: all-opts-tin,v 1.9 2020/01/08 00:02:50 tom Exp $
echo "\
disable-8bit-keys \
disable-append-pid \
disable-color \
disable-echo \
disable-etiquette \
disable-fcntl \
disable-included-msgs \
disable-inverse-video \
disable-locale \
disable-mime-strict-charset \
disable-nls \
disable-nntp \
disable-pgp-gpg \
disable-piping \
disable-posting \
disable-printing \
disable-shell-escape \
disable-xhdr-xref \
enable-break-long-lines \
enable-broken-listgroup-fix \
enable-broken-system-fix \
enable-cancel-locks \
enable-curses \
enable-debug \
enable-fascist-newsadmin \
enable-flock \
enable-ipv6 \
enable-lockf \
enable-mh-mail-handling \
enable-mmdf-mailer \
enable-nntp-only \
enable-prototypes \
enable-warnings \
with-coffee \
with-dbmalloc \
with-defaults-dir=/tmp/DEFAULTS \
with-dmalloc \
with-domain-name=his.com \
with-editor=vim \
with-gpg=/usr/local/gnu/bin/gpg \
with-included-gettext \
with-inews-dir=/tmp/INEWS_DIR \
with-inn-nntplib=-lm \
with-install-prefix=/ \
with-iso-to-ascii=2 \
with-ispell=/usr/bin/ispell \
with-libdir=/tmp/LIBDIR \
with-mailbox=/tmp/MBOX \
with-mailer=mutt \
with-metamail=/usr/bin/metamail \
with-mime-default-charset=US-ASCII \
with-ncurses \
with-nntp-default-server=news.his.com \
with-nov-dir=/tmp/NOV_DIR \
with-nov-fname=.OverView \
with-pgp \
with-pgpk \
with-screen=termcap \
with-shell=csh \
with-socks5=/usr/local/socks5 \
with-socks=/usr/local/socks4/lib \
with-spooldir=/tmp/SPOOLDIR \
with-sum=/usr/bin/sum \
with-trace \
"
