You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/04/01 14:24:54 UTC

cvs commit: apache-1.3/src Configuration.tmpl

rse         98/04/01 04:24:54

  Modified:    src       Configuration.tmpl
  Log:
  Ops, UnixWare _is_ supported. AIX is the bad guy.
  
  Revision  Changes    Path
  1.91      +2 -2      apache-1.3/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configuration.tmpl,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- Configuration.tmpl	1998/03/25 02:18:19	1.90
  +++ Configuration.tmpl	1998/04/01 12:24:53	1.91
  @@ -66,10 +66,10 @@
   # heavily platform-dependend. The current state is this:
   #
   # Out-of-the-box supported platforms:
  -#   Linux, FreeBSD, Solaris, SunOS, IRIX, OSF1
  +#   Linux, FreeBSD, Solaris, SunOS, IRIX, OSF1, UnixWare
   #
   # Entirely unsupported platforms (no dlopen-style API):
  -#   HP-UX, UnixWare, Ultrix
  +#   HP-UX, AIX, Ultrix
   #
   # For other platforms where you want to use the `SharedModule'
   # directive you first have to make sure it supports the dlopen()