You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by jon * <jo...@clearink.com> on 1999/08/06 23:00:02 UTC

Re: mod_jserv/4828: jserv_mmap.c tries to include sys/mman.h on aNT system

The following reply was made to PR mod_jserv/4828; it has been noted by GNATS.

From: "jon *" <jo...@clearink.com>
To: Ian Holsman <Ia...@iname.com>
Cc: apbugs@hyperreal.org
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