00001 #ifndef _LOG4CPP_CONFIG_H 00002 #define _LOG4CPP_CONFIG_H 00003 00004 /* define if the compiler has stringstream */ 00005 #define LOG4CPP_HAVE_SSTREAM 00006 00007 /* Define if you have the `gettimeofday' function. */ 00008 #define LOG4CPP_HAVE_GETTIMEOFDAY 00009 00010 /* Define if you have the <stdint.h> header file. */ 00011 /* #undef LOG4CPP_HAVE_STDINT_H */ 00012 00013 /* Define if you have the <unistd.h> header file. */ 00014 #define LOG4CPP_HAVE_UNISTD_H 00015 00016 /* Define if you have the <io.h> header file. */ 00017 /* #undef LOG4CPP_HAVE_IO_H */ 00018 00019 /* define if the C library has snprintf */ 00020 #define LOG4CPP_HAVE_SNPRINTF 00021 00022 /* Define if you have the `syslog' function. */ 00023 #define LOG4CPP_HAVE_SYSLOG 00024 00025 /* define if the C library has localtime_r */ 00026 #define LOG4CPP_HAVE_LOCALTIME_R 00027 00028 /* define if the C library has ftime */ 00029 #define LOG4CPP_HAVE_FTIME 00030 00031 /* define if the compiler has int64_t */ 00032 #define LOG4CPP_HAVE_INT64_T 00033 00034 /* define if the compiler implements namespaces */ 00035 #define LOG4CPP_HAVE_NAMESPACES 00036 00037 #endif