config-openvms.h 1.9 KB

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