You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ws...@hyperreal.org on 2000/01/26 05:36:56 UTC

cvs commit: apache-1.3/src/support htdigest.c

wsanchez    00/01/25 20:36:55

  Modified:    src/support htdigest.c
  Log:
  BeOS uses <sys/signal.h>.
  Submitted by: David Reid <dr...@jetnet.co.uk>
  
  Revision  Changes    Path
  1.29      +1 -1      apache-1.3/src/support/htdigest.c
  
  Index: htdigest.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/htdigest.c,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- htdigest.c	1999/12/09 17:19:48	1.28
  +++ htdigest.c	2000/01/26 04:36:53	1.29
  @@ -72,7 +72,7 @@
   #endif
   #include "ap.h"
   #include "ap_md5.h"
  -#if defined(MPE) || defined(QNX) || defined(WIN32) || defined(__TANDEM) || defined(OS390)
  +#if defined(MPE) || defined(QNX) || defined(WIN32) || defined(__TANDEM) || defined(OS390) || defined(BEOS)
   #include <signal.h>
   #else
   #include <sys/signal.h>