You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2003/01/11 00:26:03 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_apache_includes.h

dougm       2003/01/10 15:26:03

  Modified:    src/modules/perl modperl_apache_includes.h
  Log:
  apr_poll.h and APR_POLL* constant move is recentish; provide support
  for older versions
  
  Revision  Changes    Path
  1.19      +6 -0      modperl-2.0/src/modules/perl/modperl_apache_includes.h
  
  Index: modperl_apache_includes.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_apache_includes.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- modperl_apache_includes.h	14 Nov 2002 04:23:55 -0000	1.18
  +++ modperl_apache_includes.h	10 Jan 2003 23:26:03 -0000	1.19
  @@ -19,7 +19,13 @@
   #include "http_vhost.h"
   #include "ap_mpm.h"
   
  +#ifndef APR_POLLIN
  +/*
  + * apr_poll.h introduced around 2.0.40
  + * APR_POLL* constants moved here around 2.0.44
  + */
   #include "apr_poll.h"
  +#endif
   #include "apr_lib.h"
   #include "apr_strings.h"
   #include "apr_uri.h"