config.h 515 B

1234567891011121314151617181920212223242526
  1. /************** Begin of config.h *******************************************/
  2. /* $Id$
  3. *
  4. * config.h created by wenhm in 2006-11-9
  5. *
  6. * Copyright 2001-2002, Meiosys (www.meiosys.com). All rights reserved.
  7. *
  8. * See the COPYING file for the terms of usage and distribution.
  9. */
  10. #ifndef log4c_config_h
  11. #define log4c_config_h
  12. ///#ifdef _WIN32
  13. #define LOG4C_RCPATH "."
  14. #define VERSION "1.2.1"
  15. ///#endif
  16. #define WITH_ROLLINGFILE 1
  17. #endif
  18. /************** End of config.h *******************************************/