From 8681ec73cacd94e2d4b3b2276144ff704aacd857 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 23 Jul 2000 14:18:16 +0000 Subject: [PATCH] add new options git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8786 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/install.texi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/install.texi b/doc/install.texi index cea95e60a..63fb6b6ec 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -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