Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 2662 invoked by uid 6000); 11 Oct 1999 23:08:29 -0000 Received: (qmail 2539 invoked by uid 2016); 11 Oct 1999 23:08:25 -0000 Delivered-To: apcore-apache-1.3-cvs@apache.org Received: (qmail 2496 invoked by uid 177); 11 Oct 1999 23:08:24 -0000 Date: 11 Oct 1999 23:08:24 -0000 Message-ID: <19991011230824.2495.qmail@hyperreal.org> From: martin@hyperreal.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src/main http_main.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org martin 99/10/11 16:08:23 Modified: src/main http_main.c Log: Pull in httpd.h to get the prototype for ap_validate_password() for SHARED_CORE variants Revision Changes Path 1.478 +1 -0 apache-1.3/src/main/http_main.c Index: http_main.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v retrieving revision 1.477 retrieving revision 1.478 diff -u -r1.477 -r1.478 --- http_main.c 1999/09/20 20:46:59 1.477 +++ http_main.c 1999/10/11 23:08:19 1.478 @@ -6623,6 +6623,7 @@ #endif /* ndef SHARED_CORE_BOOTSTRAP */ #ifndef SHARED_CORE_BOOTSTRAP +#include "httpd.h" /* * Force ap_validate_password() into the image so that modules like * mod_auth can use it even if they're dynamically loaded.