nw_export.inc 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* Must include apr.h first so that we can undefine
  2. the standard prototypes macros after it messes with
  3. them. */
  4. #include "fspr.h"
  5. #undef APR_DECLARE
  6. #undef APR_DECLARE_NONSTD
  7. #undef APR_DECLARE_HOOK
  8. #undef APR_POOL_DECLARE_ACCESSOR
  9. #undef APR_DECLARE_DATA
  10. /* Preprocess all of the standard APR headers. */
  11. #include "fspr_allocator.h"
  12. #include "fspr_atomic.h"
  13. #include "fspr_dso.h"
  14. #include "fspr_env.h"
  15. #include "fspr_errno.h"
  16. #include "fspr_file_info.h"
  17. #include "fspr_file_io.h"
  18. #include "fspr_fnmatch.h"
  19. #include "fspr_general.h"
  20. #include "fspr_getopt.h"
  21. #include "fspr_global_mutex.h"
  22. #include "fspr_hash.h"
  23. #include "fspr_inherit.h"
  24. #include "fspr_lib.h"
  25. #include "fspr_mmap.h"
  26. #include "fspr_network_io.h"
  27. #include "fspr_poll.h"
  28. #include "fspr_pools.h"
  29. #include "fspr_portable.h"
  30. #include "fspr_proc_mutex.h"
  31. #include "fspr_ring.h"
  32. #include "fspr_random.h"
  33. #include "fspr_shm.h"
  34. #include "fspr_signal.h"
  35. #include "fspr_strings.h"
  36. #include "fspr_support.h"
  37. #include "fspr_tables.h"
  38. #include "fspr_thread_cond.h"
  39. #include "fspr_thread_mutex.h"
  40. #include "fspr_thread_proc.h"
  41. #include "fspr_thread_rwlock.h"
  42. #include "fspr_time.h"
  43. #include "fspr_user.h"
  44. #include "fspr_version.h"
  45. #include "fspr_want.h"
  46. /* Must include apu.h first so that we can undefine
  47. the standard prototypes macros after it messes with
  48. them. */
  49. #include "apu.h"
  50. #undef APU_DECLARE
  51. #undef APU_DECLARE_NONSTD
  52. #undef APU_DECLARE_DATA
  53. /* Preprocess all of the standard APR headers. */
  54. #include "fspr_anylock.h"
  55. #include "fspr_base64.h"
  56. #include "fspr_buckets.h"
  57. #include "fspr_date.h"
  58. #include "fspr_dbd.h"
  59. #include "fspr_dbm.h"
  60. #include "fspr_hooks.h"
  61. #include "fspr_ldap.h"
  62. #include "fspr_ldap_url.h"
  63. #include "fspr_md4.h"
  64. #include "fspr_md5.h"
  65. #include "fspr_optional.h"
  66. #include "fspr_optional_hooks.h"
  67. #include "fspr_queue.h"
  68. #include "fspr_reslist.h"
  69. #include "fspr_rmm.h"
  70. #include "fspr_sdbm.h"
  71. #include "fspr_sha1.h"
  72. #include "fspr_strmatch.h"
  73. #include "fspr_uri.h"
  74. #include "fspr_uuid.h"
  75. #include "fspr_xlate.h"
  76. #include "fspr_xml.h"
  77. #include "apu_version.h"
  78. #include "apu_want.h"