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:04:17 UTC

cvs commit: httpd-2.0/server mpm_common.c

trawick     01/12/03 17:04:17

  Modified:    server   mpm_common.c
  Log:
  get prototype for strcasecmp() on AIX
  
  Revision  Changes    Path
  1.73      +2 -0      httpd-2.0/server/mpm_common.c
  
  Index: mpm_common.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm_common.c,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- mpm_common.c	2001/11/17 14:09:14	1.72
  +++ mpm_common.c	2001/12/04 01:04:17	1.73
  @@ -72,6 +72,8 @@
   #include "apr_signal.h"
   #include "apr_strings.h"
   #include "apr_lock.h"
  +#define APR_WANT_STRFUNC
  +#include "apr_want.h"
   
   #include "httpd.h"
   #include "http_config.h"