At 11:48 PM +0000 10/27/01, Oliver Egginger wrote: >set uw-kluge = true >set statistics = true >set log-login = true >set timing = true >set timeout = 600
>./configure --enable-log-login --enable-standalone >--with-openssl=.../openssl-0.9.6b --with-pam --enable-timing >--disable-update-abort Just as an aside, I wanted to point out that if you're using a config file anyway, you don't need to set options such as '-enable-timing' and '--disable-update-abort ' when running ./configure, as you can do it in the config file, which is more flexible (it allows you to set it different ways without recompiling). It certainly works either way, and there's no harm in using compile-time options (or even both, as you're doing for some of them). --
