1234567891011121314151617181920212223242526 |
- /************** Begin of config.h *******************************************/
- /* $Id$
- *
- * config.h created by wenhm in 2006-11-9
- *
- * Copyright 2001-2002, Meiosys (www.meiosys.com). All rights reserved.
- *
- * See the COPYING file for the terms of usage and distribution.
- */
- #ifndef log4c_config_h
- #define log4c_config_h
- ///#ifdef _WIN32
- #define LOG4C_RCPATH "."
- #define VERSION "1.2.1"
- ///#endif
- #define WITH_ROLLINGFILE 1
- #endif
- /************** End of config.h *******************************************/
|