Apache Mod-Python - Re: svn commit: r394455 - in /httpd/mod_python/trunk: Doc/appendixc.tex

This is Interesting: Free IT Magazines  
Home > Archive > Apache Mod-Python > April 2006 > Re: svn commit: r394455 - in /httpd/mod_python/trunk: Doc/appendixc.tex





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: svn commit: r394455 - in /httpd/mod_python/trunk: Doc/appendixc.tex
Jim Gallacher

2006-04-20, 7:02 pm

Jim Gallacher wrote:

>
> I'm not sure about the most elegant way to handle this situation.
> Perhaps something like:
>
> #if !AP_MODULE_MAGIC_AT_LEAST(20050127,0)
> #ifndef(AP_REG_EXTENDED)
> typedef regex_t ap_regex_t;
> #define AP_REG_EXTENDED REG_EXTENDED
> #define AP_REG_ICASE REG_ICASE
> #endif
> #endif


And of course I really meant to type:
#ifndef AP_REG_EXTENDED

Patching src/include/mod_python.h.in accordingly fixes my compilation
problem.

Jim

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com