/**********************************************************************/ /** Microsoft Windows NT **/ /** Copyright(c) Microsoft Corp., 1993 **/ /**********************************************************************/ /* w3p.hxx Master include file for the W3 Service. FILE HISTORY: KeithMo 07-Mar-1993 Created. */ #ifndef _W3P_H_ #define _W3P_H_ #ifdef __cplusplus extern "C" { #endif # include # include # include # include # include #ifdef __cplusplus }; #endif // The setting of the default is a little different here. There are a lot of // places which have already set the default flags before loading this file, // so make sure the macro doesn't exist before setting it #ifndef DEFAULT_TRACE_FLAGS #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR) #endif # include # include # include // // System include files. // # include "dbgutil.h" #include #include #include extern "C" { #include // // Project include files. // #include #include #include #include #include } // extern "C" #include #include #include #include // // Local include files. // #include "w3cons.hxx" #include #include "w3type.hxx" #include "stats.hxx" #include "w3data.hxx" #include "w3msg.h" #include "w3jobobj.hxx" #include "w3inst.hxx" #include "parmlist.hxx" #include "filter.hxx" #if defined(CAL_ENABLED) #include "cal.hxx" #endif #include "httpreq.hxx" #include "conn.hxx" #include "w3proc.hxx" #include "inline.hxx" #pragma hdrstop #endif // _W3P_H_