*** Configuration.orig	Mon Jul  7 00:02:39 1997
--- Configuration	Mon Jul  7 00:03:30 1997
***************
*** 41,51 ****
  # Settings here have priority; If not set, Configure will attempt to guess
  # the C compiler, and set OPTIM to '-O2'
  #
! EXTRA_CFLAGS=
! EXTRA_LFLAGS=
! EXTRA_LIBS=
! EXTRA_INCLUDES=
  
  #CC=
  #OPTIM=-O2
  #RANLIB=
--- 41,64 ----
  # Settings here have priority; If not set, Configure will attempt to guess
  # the C compiler, and set OPTIM to '-O2'
  #
! # Comment out the following lines if you're not building with Kerberos.
! KRB4DEF= -DKRB4
! KRB4DIR= /usr/itd/packages/k/kerberos-4/sun4m_54
! KRB4INC= -I$(KRB4DIR)/include
! KRB4LIB= -L$(KRB4DIR)/lib -lkrb -ldes
  
+ # Comment out the following lines if you're not building with AFS.
+ AFSDEF= -DAFS -DDES_DEFS
+ AFSDIR=	/usr/itd/packages/a/afs-3.4ap/transarc/sun4x_55
+ AFSINC=	-I$(AFSDIR)/include
+ AFSLIB=	-L$(AFSDIR)/lib -L$(AFSDIR)/lib/afs -lkauth -lprot -lubik -lauth -lrxkad -lsys -lrx -llwp -lcmd -lcom_err $(AFSDIR)/lib/afs/util.a -laudit $(AFSDIR)/lib/afs/libsys.a
+ 
+ # Shouldn't have to change these.
+ EXTRA_CFLAGS= $(KRB4DEF) $(AFSDEF)
+ EXTRA_LFLAGS= 
+ EXTRA_LIBS= $(AFSLIB) $(KRB4LIB)
+ EXTRA_INCLUDES= $(AFSINC) $(KRB4INC)
+ 
  #CC=
  #OPTIM=-O2
  #RANLIB=
***************
*** 217,222 ****
--- 230,241 ----
  Module access_module       mod_access.o
  Module auth_module         mod_auth.o
  
+ # The Kerberos v4 module enables password-less Kerberos authentication
+ # when used with an appropriately modified browser (Netscape with the 
+ # Kerberos v4 plug-in, lynx or Mosaic with the Umich hacks).
+ 
+ Module krb4_auth_module		mod_auth_krb4.o
+ 
  ## The anon_auth module allows for anonymous-FTP-style username/ 
  ## password authentication.
  
