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 OPT_POLICY_H
8 #undef  VSTR_AUTOCONF_HAVE_INLINE
9 #define VSTR_AUTOCONF_HAVE_INLINE 1
10 #undef  OPT_POLICY_COMPILE_INLINE
11 #define OPT_POLICY_COMPILE_INLINE 1
12 #define extern /* nothing */
13 #define inline /* nothing */
14 #include "opt_policy.h"
15