add new options

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8786 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-23 14:18:16 +00:00
parent 8ccfcbf9b6
commit 8681ec73ca

View File

@@ -60,6 +60,9 @@ used by the ``KDC'' in AFS. Requires Kerberos 4 support.
Enables experimental support for reading kaserver databases in hprop.
This is useful when migrating from a kaserver to a Heimdal KDC.
@item @kbd{--enable-dce}
Enables support for getting DCE credentials and tokens.
@item @kbd{--disable-otp}
By default some of the application programs will build with support for
one-time passwords (OTP). Use this option to disable that support.
@@ -88,4 +91,16 @@ Compile Heimdal with support for storing the database in LDAP. Requires
OpenLDAP @url{http://www.openldap.org}. See
@url{http://www.padl.com/~lukeh/heimdal/} for more information.
@item @kbd{--enable-bigendian}
@item @kbd{--enable-littleendian}
Normally, the build process will figure out by itself if the machine is
big or little endian. It might fail in some cases when
cross-compiling. If it does fail to figure it out, use the relevant of
these two options.
@item @kbd{--with-mips-abi=@var{abi}}
On Irix there are three different ABIs that can be used (@samp{32},
@samp{n32}, or @samp{64}). This option allows you to override the
automatic selection.
@end table