You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/12/04 02:45:47 UTC

cvs commit: httpd-2.0/modules/experimental mod_cache.h

trawick     01/12/03 17:45:46

  Modified:    modules/experimental mod_cache.h
  Log:
  get the declaration for strcasecmp()/strncasecmp() on AIX
  
  Revision  Changes    Path
  1.11      +2 -0      httpd-2.0/modules/experimental/mod_cache.h
  
  Index: mod_cache.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_cache.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mod_cache.h	2001/09/10 18:09:56	1.10
  +++ mod_cache.h	2001/12/04 01:45:46	1.11
  @@ -74,6 +74,8 @@
   #include "apr_md5.h"
   #include "apr_pools.h"
   #include "apr_strings.h"
  +#define APR_WANT_STRFUNC
  +#include "apr_want.h"
   
   #include "httpd.h"
   #include "http_config.h"