Fixes to allow Apache to run as a Win95 service... highlights

main_win32.h : Moved delarations to a header, by request
  ap_listen.h :  References types declared in http_config.h
  http_main.h :  Add the Win32 flavor entry point declaration
  apr.hw :       Cleanup the redundancy department of redundancy 
  win32/proc.c : Double null termination was required here
  
  Everything else should be obvious and isolated to Win32.
  Build files will be committed seperately.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2000-05-19 05:01:53 +00:00
parent 42ec41c2a7
commit 40b92feb96
7 changed files with 276 additions and 99 deletions

View File

@ -56,6 +56,7 @@
#define AP_LISTEN_H
#include "apr_network_io.h"
#include "http_config.h"
typedef struct ap_listen_rec ap_listen_rec;
struct ap_listen_rec {