link errors (from when apr_ ctype macros weren't available)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88070
13f79535-47bb-0310-9956-
ffa450edef68
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2001/02/10 00:33:36 $]
+Last modified at [$Date: 2001/02/10 22:21:22 $]
Release:
* shift stuff to mod_core.h
+ * APR-ize resolver stuff in mod_unique_id (Jeff volunteers)
+
PRs that have been suspended forever waiting for someone to
put them into 'the next release':
#include "http_log.h"
#include "http_protocol.h"
#include "http_request.h" /* for ap_hook_(check_user_id | auth_check) */
+#include "apr_lib.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
#ifdef HAVE_DB_H
#include <db.h>
#endif
#include "http_protocol.h"
#include "http_request.h" /* for ap_hook_(check_user_id | auth_checker)*/
#include "apr_lib.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
#if defined(AP_AUTH_DBM_USE_APR)
#include "apr_dbm.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h>
#endif
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
#ifdef NEXT
#if (NX_CURRENT_COMPILER_RELEASE == 410)
#include "apr.h"
#include "apr_strings.h"
+#include "apr_lib.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h>
#include "http_log.h"
#include "http_protocol.h" /* for ap_hook_post_read_request */
+#if APR_HAVE_NETDB_H
+#include <netdb.h>
+#endif
+#if APR_HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif
+#if APR_HAVE_UNISTD_H
+#include <unistd.h>
+#endif
typedef struct {
unsigned int stamp;