--- src/Configuration.orig	Thu Apr  9 10:40:12 1998
+++ src/Configuration	Thu Apr  9 10:48:11 1998
@@ -44,9 +44,22 @@
 # REDHAT LINUX 5.0 USERS PLEASE NOTE!  You have to add -lcrypt to
 # EXTRA_LIBS.  This is fixed in 1.3 but will not be fixed in 1.2.
 #
-EXTRA_CFLAGS=-w3 -g
+EXTRA_CFLAGS= \
+-DHTTPD_ROOT=\"${PREFIX}/etc/apache-SSL/\" \
+-DDOCUMENT_LOCATION=\"${PREFIX}/www/data/\" \
+-DSERVER_CONFIG_FILE=\"httpd.conf\" \
+-DRESOURCE_CONFIG_FILE=\"srm.conf\" \
+-DTYPES_CONFIG_FILE=\"mime.types\" \
+-DACCESS_CONFIG_FILE=\"access.conf\" \
+-DDEFAULT_PATH=\"/bin:/usr/bin:${PREFIX}/bin\" \
+-DSUEXEC_BIN=\"${PREFIX}/sbin/suexec\" \
+-DDEFAULT_XFERLOG=\"/var/log/httpd-access.log\" \
+-DDEFAULT_ERRORLOG=\"/var/log/httpd-error.log\" \
+-DDEFAULT_PIDLOG=\"/var/run/httpd.pid\" \
+-DDEFAULT_SCOREBOARD=\"/var/run/apache_runtime_status\" \
+-DDEFAULT_LOCKFILE=\"/var/spool/lock/accept.lock\"
 EXTRA_LFLAGS=
-EXTRA_LIBS=
+EXTRA_LIBS=-lmd
 EXTRA_INCLUDES=
 
 #CC=
@@ -60,12 +73,12 @@
 # installed version. This is because the paths differ between the source and
 # the installed version.
 #
-SSL_BASE= /u/ben/work/scuzzy-ssleay8
+SSL_BASE=/usr/local
 SSL_INCLUDE= -I$(SSL_BASE)/include
 SSL_CFLAGS= -DAPACHE_SSL $(SSL_INCLUDE)
-SSL_LIB_DIR= $(SSL_BASE)
+SSL_LIB_DIR= $(SSL_BASE)/lib
 SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto
-SSL_APP_DIR= $(SSL_BASE)/apps
+SSL_APP_DIR= $(SSL_BASE)/bin
 
 ################################################################
 # Rules configuration
@@ -179,12 +192,12 @@
 ## STATUS=yes (see the Rules section near the start of this file) to allow
 ## full status information.  Check conf/access.conf on how to enable this.
 
-# Module status_module       mod_status.o
+Module status_module       mod_status.o
 
 ## The Info module displays configuration information for the server and 
 ## all included modules. It's very useful for debugging.
 
-# Module info_module         mod_info.o
+Module info_module         mod_info.o
 
 ## mod_include translates server-side include (SSI) statements in text files.
 ## mod_dir handles requests on directories and directory indexes.
@@ -244,8 +257,8 @@
 ## "gdbm" package if not and possibly adjust EXTRA_LIBS. (This may be
 ## done by Configure at a later date)
 
-# Module db_auth_module      mod_auth_db.o
-Module dbm_auth_module     mod_auth_dbm.o
+Module db_auth_module      mod_auth_db.o
+# Module dbm_auth_module     mod_auth_dbm.o
 
 ## msql_auth checks against an mSQL database.  You must have mSQL installed
 ## and an "msql.h" available for this to even compile.  Additionally,
