You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Laurie <be...@gonzo.ben.algroup.co.uk> on 1995/11/23 17:58:37 UTC

Version confustion and some patches

Can I suggest that the experimental versions of 1.0.0 get a different
version number? Like 1.0.0b1? There are already two, and it can only get worse.
I think the "building binaries" excuse is a little spurious, but it definitely
gives me a warm glow having 1.0.0 in there!

Anyway, the damage for SCO 5 is light...

From: Ben Laurie <be...@algroup.co.uk>
Subject: Support SCO OpenServer Release 5
Affects: Configuration conf.h
Changelog: Add support for SCO OpenServer Release 5

*** ../../apache_1.0.0/src/Configuration        Sun Nov 19 23:22:48 1995
--- ./Configuration     Thu Nov 23 16:40:55 1995
***************
*** 74,86 ****
  # For A/UX
  #AUX_CFLAGS= -DAUX -D_POSIX_SOURCE
  #AUX_LIBS= -lposix -lbsd -s
! # For SCO ODT
  # libcrypt_i available from sosco.sco.com, files /SLS/lng225b.Z and
  # /SLS/lng225b.ltr.Z
  # the -Oe option causes cc to die compiling mod_imap (using 3.0.0a of the dev
sys)
  #CFLAGS= -Oacgiltz
  #AUX_CFLAGS= -DSCO
  #AUX_LIBS= -lPW -lsocket -lmalloc -lcrypt_i
  # For SVR4
  #AUX_CFLAGS= -DSVR4
  #AUX_LIBS= -lsocket -lnsl -lc
--- 74,89 ----
  # 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
  # the -Oe option causes cc to die compiling mod_imap (using 3.0.0a of the dev
sys)
  #CFLAGS= -Oacgiltz
  #AUX_CFLAGS= -DSCO
  #AUX_LIBS= -lPW -lsocket -lmalloc -lcrypt_i
+ # For SCO OpenServer Release 5
+ #AUX_CFLAGS= -DSCO5
+ #AUX_LIBS=-lsocket -lmalloc
  # For SVR4
  #AUX_CFLAGS= -DSVR4
  #AUX_LIBS= -lsocket -lnsl -lc
*** ../../apache_1.0.0/src/conf.h       Fri Nov 17 21:33:13 1995
--- ./conf.h    Thu Nov 23 16:33:15 1995
***************
*** 189,194 ****
--- 189,199 ----
  #define SIGURG SIGUSR1 /* but note, this signal will be sent to a process grou
p if enabled (for OOB data). It is not currently enabled. */
  #define getwd(d) getcwd(d,MAX_STRING_LEN)

+ #elif defined(SCO5)
+
+ #define JMP_BUF sigjmp_buf
+ #define SIGURG SIGUSR1
+
  #elif defined(CONVEXOS)
  #define HAS_GMTOFF
  #define NEED_STRDUP

Could someone upload this to patches, incorporate it into a new build of 1.0.0
or whatever? As mentioned before I seem to have no chance of FTP access today.

Sorry about the bad timing, but I only got SCO 5 up this week. I'm going to
switch our Webserver over to SCO 5/Apache (we currently run SCO 3/Cern
<blush>).

Cheers,

Ben.

-- 
Ben Laurie                  Phone: +44 (181) 994 6435
Freelance Consultant        Fax:   +44 (181) 994 6472
and Technical Director      Email: ben@algroup.co.uk
A.L. Digital Ltd,           URL: http://www.algroup.co.uk
London, England.