log4cplus
1.1.0
|
00001 /* include/log4cplus/config/defines.hxx. Generated from defines.hxx.in by configure. */ 00002 #ifndef LOG4CPLUS_CONFIG_DEFINES_HXX 00003 #define LOG4CPLUS_CONFIG_DEFINES_HXX 00004 00005 /* */ 00006 #define LOG4CPLUS_HAVE_SYSLOG_H 1 00007 00008 /* */ 00009 #define LOG4CPLUS_HAVE_ARPA_INET_H 1 00010 00011 /* */ 00012 #define LOG4CPLUS_HAVE_NETINET_IN_H 1 00013 00014 /* */ 00015 #define LOG4CPLUS_HAVE_NETINET_TCP_H 1 00016 00017 /* */ 00018 #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1 00019 00020 /* */ 00021 #define LOG4CPLUS_HAVE_SYS_TIME_H 1 00022 00023 /* */ 00024 #define LOG4CPLUS_HAVE_SYS_TYPES_H 1 00025 00026 /* */ 00027 #define LOG4CPLUS_HAVE_SYS_STAT_H 1 00028 00029 /* */ 00030 #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1 00031 00032 /* */ 00033 #define LOG4CPLUS_HAVE_SYS_FILE_H 1 00034 00035 /* */ 00036 #define LOG4CPLUS_HAVE_TIME_H 1 00037 00038 /* */ 00039 #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1 00040 00041 /* */ 00042 #define LOG4CPLUS_HAVE_NETDB_H 1 00043 00044 /* */ 00045 #define LOG4CPLUS_HAVE_UNISTD_H 1 00046 00047 /* */ 00048 #define LOG4CPLUS_HAVE_FCNTL_H 1 00049 00050 /* */ 00051 #define LOG4CPLUS_HAVE_STDARG_H 1 00052 00053 /* */ 00054 #define LOG4CPLUS_HAVE_STDIO_H 1 00055 00056 /* */ 00057 #define LOG4CPLUS_HAVE_STDLIB_H 1 00058 00059 /* */ 00060 #define LOG4CPLUS_HAVE_ERRNO_H 1 00061 00062 /* */ 00063 #define LOG4CPLUS_HAVE_WCHAR_H 1 00064 00065 /* */ 00066 /* #undef LOG4CPLUS_HAVE_ICONV_H */ 00067 00068 /* */ 00069 #define LOG4CPLUS_HAVE_LIMITS_H 1 00070 00071 /* */ 00072 #define LOG4CPLUS_HAVE_FTIME 1 00073 00074 /* */ 00075 #define LOG4CPLUS_HAVE_GETADDRINFO 1 00076 00077 /* */ 00078 #define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1 00079 00080 /* */ 00081 #define LOG4CPLUS_HAVE_GETPID 1 00082 00083 /* */ 00084 #define LOG4CPLUS_HAVE_GETTIMEOFDAY 1 00085 00086 /* Define to 1 if you have the `clock_gettime' function. */ 00087 #define LOG4CPLUS_HAVE_CLOCK_GETTIME 1 00088 00089 /* Define to 1 if you have the `nanosleep' function. */ 00090 #define LOG4CPLUS_HAVE_NANOSLEEP 1 00091 00092 /* Define to 1 if you have the `clock_nanosleep' function. */ 00093 #define LOG4CPLUS_HAVE_CLOCK_NANOSLEEP 1 00094 00095 /* */ 00096 #define LOG4CPLUS_HAVE_GMTIME_R 1 00097 00098 /* */ 00099 #define LOG4CPLUS_HAVE_HTONL 1 00100 00101 /* */ 00102 #define LOG4CPLUS_HAVE_HTONS 1 00103 00104 /* */ 00105 #define LOG4CPLUS_HAVE_LOCALTIME_R 1 00106 00107 /* */ 00108 #define LOG4CPLUS_HAVE_LSTAT 1 00109 00110 /* */ 00111 #define LOG4CPLUS_HAVE_FCNTL 1 00112 00113 /* */ 00114 #define LOG4CPLUS_HAVE_LOCKF 1 00115 00116 /* */ 00117 #define LOG4CPLUS_HAVE_FLOCK 1 00118 00119 /* */ 00120 #define LOG4CPLUS_HAVE_NTOHL 1 00121 00122 /* */ 00123 #define LOG4CPLUS_HAVE_NTOHS 1 00124 00125 /* */ 00126 #define LOG4CPLUS_HAVE_STAT 1 00127 00128 /* Define if this is a single-threaded library. */ 00129 /* #undef LOG4CPLUS_SINGLE_THREADED */ 00130 00131 /* */ 00132 /* #undef LOG4CPLUS_USE_PTHREADS */ 00133 00134 /* Define for compilers/standard libraries that support more than just the "C" 00135 locale. */ 00136 /* #undef LOG4CPLUS_WORKING_LOCALE */ 00137 00138 /* Define for C99 compilers/standard libraries that support more than just the 00139 "C" locale. */ 00140 #define LOG4CPLUS_WORKING_C_LOCALE 1 00141 00142 /* Define to int if undefined. */ 00143 /* #undef socklen_t */ 00144 00145 /* Defined for --enable-debugging builds. */ 00146 /* #undef LOG4CPLUS_DEBUGGING */ 00147 00148 /* Defined if the compiler understands __declspec(dllexport) or 00149 __attribute__((visibility("default"))) construct. */ 00150 #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default"))) 00151 00152 /* Defined if the compiler understands __declspec(dllimport) or 00153 __attribute__((visibility("default"))) construct. */ 00154 #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default"))) 00155 00156 /* Defined if the compiler understands 00157 __attribute__((visibility("hidden"))) construct. */ 00158 #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden"))) 00159 00160 /* */ 00161 #define LOG4CPLUS_HAVE_TLS_SUPPORT 1 00162 00163 /* */ 00164 #define LOG4CPLUS_THREAD_LOCAL_VAR __thread 00165 00166 /* Defined if the host OS provides ENAMETOOLONG errno value. */ 00167 #define LOG4CPLUS_HAVE_ENAMETOOLONG 1 00168 00169 /* Defined if the compiler provides __sync_add_and_fetch(). */ 00170 #define LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH 1 00171 00172 /* Defined if the compiler provides __sync_sub_and_fetch(). */ 00173 #define LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH 1 00174 00175 /* Defined if the compiler provides C++11 <atomic> header and increment, 00176 decrement operations. */ 00177 /* #undef LOG4CPLUS_HAVE_CXX11_ATOMICS */ 00178 00179 /* */ 00180 #define LOG4CPLUS_HAVE_C99_VARIADIC_MACROS 1 00181 00182 /* */ 00183 #define LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS 1 00184 00185 /* */ 00186 #define LOG4CPLUS_HAVE_VSNPRINTF 1 00187 00188 /* Define to 1 if you have the `vsnwprintf' function. */ 00189 /* #undef LOG4CPLUS_HAVE_VSNWPRINTF */ 00190 00191 /* Define to 1 if you have the `_vsnwprintf' function. */ 00192 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF */ 00193 00194 /* */ 00195 /* #undef LOG4CPLUS_HAVE__VSNPRINTF */ 00196 00197 /* Define to 1 if you have the `vfprintf_s' function. */ 00198 /* #undef LOG4CPLUS_HAVE_VFPRINTF_S */ 00199 00200 /* Define to 1 if you have the `vfwprintf_s' function. */ 00201 /* #undef LOG4CPLUS_HAVE_VFWPRINTF_S */ 00202 00203 /* Define to 1 if you have the `vsprintf_s' function. */ 00204 /* #undef LOG4CPLUS_HAVE_VSPRINTF_S */ 00205 00206 /* Define to 1 if you have the `vswprintf_s' function. */ 00207 /* #undef LOG4CPLUS_HAVE_VSWPRINTF_S */ 00208 00209 /* Define to 1 if you have the `_vsnprintf_s' function. */ 00210 /* #undef LOG4CPLUS_HAVE__VSNPRINTF_S */ 00211 00212 /* Define to 1 if you have the `_vsnwprintf_s' function. */ 00213 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF_S */ 00214 00215 /* Defined if the compiler supports __FUNCTION__ macro. */ 00216 #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1 00217 00218 /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */ 00219 #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1 00220 00221 /* Defined if the compiler supports __func__ symbol. */ 00222 #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1 00223 00224 /* Define to 1 if you have the `mbstowcs' function. */ 00225 #define LOG4CPLUS_HAVE_MBSTOWCS 1 00226 00227 /* Define to 1 if you have the `wcstombs' function. */ 00228 #define LOG4CPLUS_HAVE_WCSTOMBS 1 00229 00230 /* Define to 1 if you have Linux style syscall(SYS_gettid). */ 00231 #define LOG4CPLUS_HAVE_GETTID 1 00232 00233 /* Define when iconv() is available. */ 00234 /* #undef LOG4CPLUS_WITH_ICONV */ 00235 00236 /* Define to 1 if you have the `iconv' function. */ 00237 /* #undef LOG4CPLUS_HAVE_ICONV */ 00238 00239 /* Define to 1 if you have the `iconv_close' function. */ 00240 /* #undef LOG4CPLUS_HAVE_ICONV_CLOSE */ 00241 00242 /* Define to 1 if you have the `iconv_open' function. */ 00243 /* #undef LOG4CPLUS_HAVE_ICONV_OPEN */ 00244 00245 #endif // LOG4CPLUS_CONFIG_DEFINES_HXX