home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / apach134.arj / APACH134.ZIP / src / include / ap_config_auto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-10  |  1.2 KB  |  65 lines

  1. /*
  2.  *  ap_config_auto.h -- Automatically determined configuration stuff
  3.  *  THIS FILE WAS AUTOMATICALLY GENERATED - DO NOT EDIT!
  4.  */
  5.  
  6. #ifndef AP_CONFIG_AUTO_H
  7. #define AP_CONFIG_AUTO_H
  8.  
  9. /* check: #include <dlfcn.h> */
  10. #ifdef HAVE_DLFCN_H
  11. #undef HAVE_DLFCN_H
  12. #endif
  13.  
  14. /* check: #include <dl.h> */
  15. #ifdef HAVE_DL_H
  16. #undef HAVE_DL_H
  17. #endif
  18.  
  19. /* check: #include <bstring.h> */
  20. #ifdef HAVE_BSTRING_H
  21. #undef HAVE_BSTRING_H
  22. #endif
  23.  
  24. /* check: #include <crypt.h> */
  25. #ifdef HAVE_CRYPT_H
  26. #undef HAVE_CRYPT_H
  27. #endif
  28.  
  29. /* check: #include <unistd.h> */
  30. #ifndef HAVE_UNISTD_H
  31. #define HAVE_UNISTD_H 1
  32. #endif
  33.  
  34. /* check: #include <sys/resource.h> */
  35. #ifndef HAVE_SYS_RESOURCE_H
  36. #define HAVE_SYS_RESOURCE_H 1
  37. #endif
  38.  
  39. /* check: #include <sys/select.h> */
  40. #ifndef HAVE_SYS_SELECT_H
  41. #define HAVE_SYS_SELECT_H 1
  42. #endif
  43.  
  44. /* check: #include <sys/processor.h> */
  45. #ifdef HAVE_SYS_PROCESSOR_H
  46. #undef HAVE_SYS_PROCESSOR_H
  47. #endif
  48.  
  49. /* build flag: -DOS2 */
  50. #ifndef OS2
  51. #define OS2 1
  52. #endif
  53.  
  54. /* build flag: -DTCPIPV4 */
  55. #ifndef TCPIPV4
  56. #define TCPIPV4 1
  57. #endif
  58.  
  59. /* build flag: -DUSE_HSREGEX */
  60. #ifndef USE_HSREGEX
  61. #define USE_HSREGEX 1
  62. #endif
  63.  
  64. #endif /* AP_CONFIG_AUTO_H */
  65.