1 #include "httpd.h"
2 
3 #define EX_UTILS_NO_FUNCS 1
4 #include "ex_utils.h"
5 
6 /* reinclude ... should just get the inline functions */
7 #undef  VSTR_AUTOCONF_HAVE_INLINE
8 #define VSTR_AUTOCONF_HAVE_INLINE 1
9 #undef  HTTPD_POLICY_COMPILE_INLINE
10 #define HTTPD_POLICY_COMPILE_INLINE 1
11 #define extern /* nothing */
12 #define inline /* nothing */
13 #undef  OPT_POLICY_COMPILE_INLINE
14 #define OPT_POLICY_COMPILE_INLINE 0
15 #include "httpd_policy.h"
16