The following reply was made to PR mod_jserv/4828; it has been noted by GNATS.
From: "jon *" <[EMAIL PROTECTED]>
To: Ian Holsman <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: mod_jserv/4828: jserv_mmap.c tries to include sys/mman.h on
aNT system
Date: Fri, 06 Aug 1999 13:50:53 -0700
> might want to try
> +#if defined(HAVE_MMAP) && !defined(WIN32)
i'm an idiot. ;-)
> oh... I found another prob in jserv_ajpv12.c it is missing the include file
> http_core.h
> it is needed for ap_get_server_name/ ap_get_server_port
> just #including it seemed to work.
fixed. (did the include in jserv.h)
-jon