Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file for IIS Plus Server Side Include module
  7. Author:
  8. Ming Lu (MingLu)
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_H_
  12. #define _PRECOMP_H_
  13. //
  14. // System related headers
  15. //
  16. #include <iis.h>
  17. #include <malloc.h>
  18. #include <assert.h>
  19. #include <stdlib.h>
  20. #include <stdio.h>
  21. #include <stdarg.h>
  22. #include <time.h>
  23. #include "dbgutil.h"
  24. //
  25. // IIS headers
  26. //
  27. #include <iadmw.h>
  28. #include <mb.hxx>
  29. #include <helpfunc.hxx>
  30. //
  31. // General C runtime libraries
  32. #include <string.h>
  33. #include <wchar.h>
  34. #include <lkrhash.h>
  35. #include <lock.hxx>
  36. //
  37. // Headers for this project
  38. //
  39. #include <objbase.h>
  40. #include "dbgutil.h"
  41. #include <string.hxx>
  42. #include <stringa.hxx>
  43. #include <winsock2.h>
  44. #include <ws2tcpip.h>
  45. #include <http.h>
  46. #include <httpp.h>
  47. #include <wpcounters.h>
  48. #include <chunkbuffer.hxx>
  49. #include "w3cache.hxx"
  50. #include "filecache.hxx"
  51. #include "iisext.h"
  52. #include "iisextp.h"
  53. #include "iiscnfg.h"
  54. #include <iismsg.h>
  55. #include <iisresource.hxx>
  56. #include "ssinc.hxx"
  57. #include "ssi_vector_buffer.hxx"
  58. #include "ssi_element_list.hxx"
  59. #include "ssi_file.hxx"
  60. #include "ssi_include_file.hxx"
  61. #include "ssi_request.hxx"
  62. #endif // _PRECOMP_H_