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.

24 lines
476 B

  1. # if HAVE_AP_CONFIG_H
  2. #include "ap_config_auto.h"
  3. #ifdef RHAPSODY
  4. #undef HAVE_SNPRINTF
  5. #endif
  6. #include "ap_config.h"
  7. #ifdef RHAPSODY
  8. #undef HAVE_SNPRINTF
  9. #define HAVE_SNPRINTF 1
  10. #endif
  11. # endif
  12. # if HAVE_OLD_COMPAT_H
  13. #include "compat.h"
  14. # endif
  15. # if HAVE_AP_COMPAT_H
  16. #include "ap_compat.h"
  17. # endif
  18. #include "httpd.h"
  19. #include "http_main.h"
  20. #include "http_core.h"
  21. #include "http_request.h"
  22. #include "http_protocol.h"
  23. #include "http_config.h"
  24. #include "http_log.h"