You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1995/08/12 19:52:08 UTC

Re: New 0.8.9 candidate build on ftp.ai.mit.edu

> On Sat, 12 Aug 1995, Robert S. Thau wrote:
> 
> > I've got a new candidate 0.8.9 build on ftp://ftp.ai.mit.edu/pub/users/rst
> > --- as before, I'm reluctant to put these things on hyperreal until
> > they've passed group muster.
> 
> One more A/UX patch, to get mod_cookies to compile (timeval is in 
> <sys/time.h> on our boxes):

Would not the way to fix this be more like this? SunOS needs it as
well as many others I am sure.


*** mod_cookies.c.orig	Sat Aug 12 12:48:51 1995
--- mod_cookies.c	Sat Aug 12 12:48:20 1995
***************
*** 77,82 ****
--- 77,85 ----
  
  #include "httpd.h"
  #include "http_config.h"
+ #ifdef NEED_TIMEVAL
+ #include <sys/time.h>
+ #endif
  
  module cookies_module;
  
*** conf.h.orig	Sat Aug 12 12:42:21 1995
--- conf.h	Sat Aug 12 12:45:39 1995
***************
*** 71,76 ****
--- 71,77 ----
  #undef NO_SETSID
  char *crypt(char *pw, char *salt);
  #define JMP_BUF sigjmp_buf
+ #define NEED_TIMEVAL
       
  #elif defined(SOLARIS2)
  #undef BSD