jim 96/03/16 14:58:31
Modified: src Configuration.tmpl
Log:
Revision Changes Path
1.4 +6 -6 apache/src/Configuration.tmpl
Index: Configuration.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** Configuration.tmpl 1996/03/15 11:28:24 1.3
--- Configuration.tmpl 1996/03/16 22:58:30 1.4
***************
*** 85,92 ****
# For Linux -m486 ONLY IF YOU HAVE 486 BINARY SUPPORT IN KERNEL
#AUX_CFLAGS= -DLINUX
# For A/UX
! #AUX_CFLAGS= -DAUX -D_POSIX_SOURCE
! #AUX_LIBS= -lposix -lbsd -s
# For SCO ODT 3
# libcrypt_i available from sosco.sco.com, files /SLS/lng225b.Z and
# /SLS/lng225b.ltr.Z
--- 85,92 ----
# For Linux -m486 ONLY IF YOU HAVE 486 BINARY SUPPORT IN KERNEL
#AUX_CFLAGS= -DLINUX
# For A/UX
! AUX_CFLAGS= -DAUX -D_POSIX_SOURCE
! AUX_LIBS= -lposix -lbsd -s
# For SCO ODT 3
# libcrypt_i available from sosco.sco.com, files /SLS/lng225b.Z and
# /SLS/lng225b.ltr.Z
***************
*** 154,163 ****
Module asis_module mod_asis.o
Module imap_module mod_imap.o
Module action_module mod_actions.o
! Module proxy_module mod_proxy.o
! Module cern_meta_module mod_cern_meta.o
! Module env_module mod_env.o
! Module anon_auth_module mod_auth_anon.o
# Optional authentication modules, which should only be
# uncommented out if you have the neccessary system support.
--- 154,163 ----
Module asis_module mod_asis.o
Module imap_module mod_imap.o
Module action_module mod_actions.o
! #Module proxy_module mod_proxy.o
! #Module cern_meta_module mod_cern_meta.o
! #Module env_module mod_env.o
! #Module anon_auth_module mod_auth_anon.o
# Optional authentication modules, which should only be
# uncommented out if you have the neccessary system support.