config-openvms.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #ifndef _INCLUDE_LOG4CPP_CONFIG_OPENVMS_H
  2. #define _INCLUDE_LOG4CPP_CONFIG_OPENVMS_H 1
  3. /* include/log4cpp/config.h. Generated automatically at end of configure. */
  4. /* include/config.h. Generated automatically by configure. */
  5. /* include/config.h.in. Generated automatically from configure.in by autoheader. */
  6. /* Define if you have the <dlfcn.h> header file. */
  7. #ifndef LOG4CPP_HAVE_DLFCN_H
  8. #define LOG4CPP_HAVE_DLFCN_H 1
  9. #endif
  10. /* Define if you have the `ftime' function. */
  11. #ifndef LOG4CPP_HAVE_FTIME
  12. #define LOG4CPP_HAVE_FTIME 1
  13. #endif
  14. /* Define if you have the `gettimeofday' function. */
  15. #ifndef LOG4CPP_HAVE_GETTIMEOFDAY
  16. #define LOG4CPP_HAVE_GETTIMEOFDAY 1
  17. #endif
  18. /* define if the compiler has int64_t */
  19. #ifndef LOG4CPP_HAVE_INT64_T
  20. #define LOG4CPP_HAVE_INT64_T
  21. #include <inttypes.h>
  22. #endif
  23. /* Define if you have the <io.h> header file. */
  24. /* #undef LOG4CPP_HAVE_IO_H */
  25. /* Define if you have the `idsa' library (-lidsa). */
  26. /* #undef LOG4CPP_HAVE_LIBIDSA */
  27. /* define if the compiler implements namespaces */
  28. #ifndef LOG4CPP_HAVE_NAMESPACES
  29. #define LOG4CPP_HAVE_NAMESPACES
  30. #endif
  31. /* define if the C library has snprintf */
  32. /* #undef LOG4CPP_HAVE_SNPRINTF */
  33. /* define if the compiler has stringstream */
  34. #ifndef LOG4CPP_HAVE_SSTREAM
  35. #define LOG4CPP_HAVE_SSTREAM
  36. #endif
  37. /* Define if you have the `syslog' function. */
  38. /* #undef LOG4CPP_HAVE_SYSLOG */
  39. /* Define if you have the <unistd.h> header file. */
  40. #ifndef LOG4CPP_HAVE_UNISTD_H
  41. #define LOG4CPP_HAVE_UNISTD_H 1
  42. #endif
  43. /* Name of package */
  44. #ifndef LOG4CPP_PACKAGE
  45. #define LOG4CPP_PACKAGE "log4cpp"
  46. #endif
  47. /* Version number of package */
  48. #ifndef LOG4CPP_VERSION
  49. #define LOG4CPP_VERSION "0.3.5"
  50. #endif
  51. /* _INCLUDE_LOG4CPP_CONFIG_OPENVMS_H */
  52. #endif