some modules overnight
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88063
13f79535-47bb-0310-9956-
ffa450edef68
#include "apr_buckets.h"
#include "util_filter.h"
#include "apr_strings.h"
+#include "apr_lib.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
#ifndef APACHE_XLATE
#error mod_charset_lite cannot work without APACHE_XLATE enabled
#include "util_filter.h"
#include "apr_strings.h"
#include "apr_hash.h"
-#if APR_HAVE_STRINGS_H
-#include <strings.h>
-#endif
+#include "apr_lib.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
typedef struct ef_server_t {
apr_pool_t *p;
#include "http_main.h"
#include "http_protocol.h"
#include "util_script.h"
-
-#if APR_HAVE_STRINGS_H
-#include <strings.h>
-#endif
+#include "apr_lib.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
typedef struct {
const char *name; /* matching module name */