00001 /* include/log4cplus/config.h. Generated by configure. */ 00002 /* include/log4cplus/config.h.in. Generated from configure.in by autoheader. */ 00003 /* Module: Log4CPLUS 00004 * File: config.h.in 00005 * Created: 6/2001 00006 * Author: Tad E. Smith 00007 * 00008 * 00009 * Copyright (C) The Apache Software Foundation. All rights reserved. 00010 * 00011 * This software is published under the terms of the Apache Software 00012 * License version 1.1, a copy of which has been included with this 00013 * distribution in the LICENSE.APL file. 00014 */ 00015 00016 00017 00018 /* Define if this is a single-threaded library. */ 00019 /* #undef LOG4CPLUS_SINGLE_THREADED */ 00020 00021 /* Name of package */ 00022 #define PACKAGE "log4cplus" 00023 00024 /* Define to the address where bug reports for this package should be sent. */ 00025 #define PACKAGE_BUGREPORT "" 00026 00027 /* Define to the full name of this package. */ 00028 #define PACKAGE_NAME "" 00029 00030 /* Define to the full name and version of this package. */ 00031 #define PACKAGE_STRING "" 00032 00033 /* Define to the one symbol short name of this package. */ 00034 #define PACKAGE_TARNAME "" 00035 00036 /* Define to the version of this package. */ 00037 #define PACKAGE_VERSION "" 00038 00039 /* Version number of package */ 00040 #define VERSION "1.0.2" 00041 00042 #ifdef _WIN32 00043 # include <log4cplus/config-win32.h> 00044 00045 #elif (defined(__APPLE__) || (defined(__MWERKS__) && defined(__MACOS__))) 00046 # include <log4cplus/config-macosx.h> 00047 00048 #endif // _WIN32 00049 00050 #if !defined(_WIN32) 00051 # if !defined(LOG4CPLUS_SINGLE_THREADED) 00052 # define LOG4CPLUS_USE_PTHREADS 00053 # endif 00054 # define LOG4CPLUS_EXPORT 00055 00056 #endif // !_WIN32 00057 00058 #include <log4cplus/helpers/thread-config.h> 00059
1.3.2