dougm       01/10/21 20:06:45

  Modified:    xs/APR/APR APR.xs
  Log:
  "disable" under win32 for the moment
  
  Revision  Changes    Path
  1.2       +11 -0     modperl-2.0/xs/APR/APR/APR.xs
  
  Index: APR.xs
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/APR/APR/APR.xs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- APR.xs    2001/03/05 03:51:16     1.1
  +++ APR.xs    2001/10/22 03:06:45     1.2
  @@ -1,5 +1,16 @@
   #include "mod_perl.h"
   
  +#ifdef WIN32
  +/* XXX:
  + * these dont resolve even though we link against
  + * libapr.lib and libaprutil.lib
  + * will figure out why later, no rush since
  + * this module is only needed for use APR functions outside of httpd
  + * /
  +#   define apr_initialize()
  +#   define apr_terminate()
  +#endif
  +
   MODULE = APR    PACKAGE = APR
   
   BOOT:
  
  
  


Reply via email to