*** Configuration.orig	Mon Apr 28 20:31:23 1997
--- Configuration	Sun Jul  6 23:58:49 1997
***************
*** 41,54 ****
  # 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_INCLUDES=
! EXTRA_LIBS= -L. -lphp -lfcgi -lm
  
! SSLLIBS=-LSSLDIR/lib -lssl -lcrypto
! SSLINCS=-ISSLDIR/include
  
  #CC=
  OPTIM=-O2
  #RANLIB=
--- 41,67 ----
  # 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
!   
! # Comment out the following lines if you're not building with AFS.
! AFSDEF= -DAFS -DDES_DEFS
! AFSDIR=	/usr/itd/packages/a/afs-3.4/sun4m_54
! 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) -L. -lphp -lfcgi -lm
! EXTRA_INCLUDES= $(AFSINC) $(KRB4INC)
  
+ SSLLIBS=-L../ssl/lib -lssl -lcrypto
+ SSLINCS=-I../ssl/include
+ 
  #CC=
  OPTIM=-O2
  #RANLIB=
***************
*** 228,233 ****
--- 241,252 ----
  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 or MSIE
+ # with the npkrb4 plugin, 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.
  
