IDependOn-Set: 1
IDependOn-Set: 13
IDependOn-Set: 15
IDependOn-Set: 2
IDependOn-Set: 326
IDependOn-Set: 331
LastModifiedSecs: 940536307
Parent: 15
SequenceNumber: 2
Title: jserv 1.1b2 running on hpux 10.20
Part: 0
Author-Set: tmroy@hotmail.com
LastModifiedSecs: 940536306
Lines: 9
I got jserv 1.1b2 running under 10.20.  There is a problem in
jserv_mmap.c.  Apparently HAVE_MMAP does not get set even though
hpux supports it, so jserv_gethost doesn't get compiled.  I changed
#if defined (HAVE_MMAP) && !defined(WIN32) 
to
#if 1

and all was well.

EndPart: 0
