Received: by taz.hyperreal.com (8.8.4/V2.0) id NAA10431; Sun, 26 Jan 1997 13:17:15 -0800 (PST) Received: by taz.hyperreal.com (8.8.4/V2.0) id NAA10420; Sun, 26 Jan 1997 13:17:11 -0800 (PST) Date: Sun, 26 Jan 1997 13:17:11 -0800 (PST) From: Jim Jagielski Message-Id: <199701262117.NAA10420@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src conf.h Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com jim 97/01/26 13:17:11 Modified: src conf.h Log: A/UX needs sys/time.h for btestread Revision Changes Path 1.74 +1 -0 apache/src/conf.h Index: conf.h =================================================================== RCS file: /export/home/cvs/apache/src/conf.h,v retrieving revision 1.73 retrieving revision 1.74 diff -C3 -r1.73 -r1.74 *** conf.h 1997/01/25 22:38:23 1.73 --- conf.h 1997/01/26 21:17:10 1.74 *************** *** 269,274 **** --- 269,275 ---- extern int initgroups(), setsockopt(); extern char *crypt(); extern char *getwd(); + #include #undef HAVE_GMTOFF #undef NO_KILLPG #undef NO_SETSID