log4cplus  2.0.0
defines.hxx
Go to the documentation of this file.
1 /* include/log4cplus/config/defines.hxx. Generated from defines.hxx.in by configure. */
2 #ifndef LOG4CPLUS_CONFIG_DEFINES_HXX
3 #define LOG4CPLUS_CONFIG_DEFINES_HXX
4 
5 /* */
6 #define LOG4CPLUS_HAVE_SYSLOG_H 1
7 
8 /* */
9 #define LOG4CPLUS_HAVE_ARPA_INET_H 1
10 
11 /* */
12 #define LOG4CPLUS_HAVE_NETINET_IN_H 1
13 
14 /* */
15 #define LOG4CPLUS_HAVE_NETINET_TCP_H 1
16 
17 /* */
18 #define LOG4CPLUS_HAVE_SYS_TIMEB_H 1
19 
20 /* */
21 #define LOG4CPLUS_HAVE_SYS_TIME_H 1
22 
23 /* */
24 #define LOG4CPLUS_HAVE_SYS_TYPES_H 1
25 
26 /* */
27 #define LOG4CPLUS_HAVE_SYS_STAT_H 1
28 
29 /* */
30 #define LOG4CPLUS_HAVE_SYS_SYSCALL_H 1
31 
32 /* */
33 #define LOG4CPLUS_HAVE_SYS_FILE_H 1
34 
35 /* */
36 #define LOG4CPLUS_HAVE_TIME_H 1
37 
38 /* */
39 #define LOG4CPLUS_HAVE_SYS_SOCKET_H 1
40 
41 /* */
42 #define LOG4CPLUS_HAVE_NETDB_H 1
43 
44 /* */
45 #define LOG4CPLUS_HAVE_UNISTD_H 1
46 
47 /* */
48 #define LOG4CPLUS_HAVE_FCNTL_H 1
49 
50 /* */
51 #define LOG4CPLUS_HAVE_STDARG_H 1
52 
53 /* */
54 #define LOG4CPLUS_HAVE_STDIO_H 1
55 
56 /* */
57 #define LOG4CPLUS_HAVE_STDLIB_H 1
58 
59 /* */
60 #define LOG4CPLUS_HAVE_ERRNO_H 1
61 
62 /* */
63 #define LOG4CPLUS_HAVE_WCHAR_H 1
64 
65 /* */
66 /* #undef LOG4CPLUS_HAVE_ICONV_H */
67 
68 /* */
69 #define LOG4CPLUS_HAVE_LIMITS_H 1
70 
71 /* */
72 #define LOG4CPLUS_HAVE_FTIME 1
73 
74 /* */
75 #define LOG4CPLUS_HAVE_GETADDRINFO 1
76 
77 /* */
78 #define LOG4CPLUS_HAVE_GETHOSTBYNAME_R 1
79 
80 /* */
81 #define LOG4CPLUS_HAVE_GETPID 1
82 
83 /* */
84 #define LOG4CPLUS_HAVE_GMTIME_R 1
85 
86 /* */
87 #define LOG4CPLUS_HAVE_HTONL 1
88 
89 /* */
90 #define LOG4CPLUS_HAVE_HTONS 1
91 
92 /* */
93 #define LOG4CPLUS_HAVE_LOCALTIME_R 1
94 
95 /* */
96 #define LOG4CPLUS_HAVE_LSTAT 1
97 
98 /* */
99 #define LOG4CPLUS_HAVE_FCNTL 1
100 
101 /* */
102 #define LOG4CPLUS_HAVE_LOCKF 1
103 
104 /* */
105 #define LOG4CPLUS_HAVE_FLOCK 1
106 
107 /* */
108 #define LOG4CPLUS_HAVE_NTOHL 1
109 
110 /* */
111 #define LOG4CPLUS_HAVE_NTOHS 1
112 
113 /* Define to 1 if you have the `shutdown' function. */
114 #define LOG4CPLUS_HAVE_SHUTDOWN 1
115 
116 /* */
117 #define LOG4CPLUS_HAVE_PIPE 1
118 
119 /* */
120 #define LOG4CPLUS_HAVE_PIPE2 1
121 
122 /* */
123 #define LOG4CPLUS_HAVE_POLL 1
124 
125 /* */
126 #define LOG4CPLUS_HAVE_POLL_H 1
127 
128 /* */
129 #define LOG4CPLUS_HAVE_STAT 1
130 
131 /* Define if this is a single-threaded library. */
132 /* #undef LOG4CPLUS_SINGLE_THREADED */
133 
134 /* */
135 /* #undef LOG4CPLUS_USE_PTHREADS */
136 
137 /* Define for compilers/standard libraries that support more than just the "C"
138  locale. */
139 /* #undef LOG4CPLUS_WORKING_LOCALE */
140 
141 /* Define for C99 compilers/standard libraries that support more than just the
142  "C" locale. */
143 #define LOG4CPLUS_WORKING_C_LOCALE 1
144 
145 /* Define to int if undefined. */
146 /* #undef socklen_t */
147 
148 /* Defined for --enable-debugging builds. */
149 /* #undef LOG4CPLUS_DEBUGGING */
150 
151 /* Defined if the compiler understands __declspec(dllexport) or
152  __attribute__((visibility("default"))) construct. */
153 #define LOG4CPLUS_DECLSPEC_EXPORT __attribute__ ((visibility("default")))
154 
155 /* Defined if the compiler understands __declspec(dllimport) or
156  __attribute__((visibility("default"))) construct. */
157 #define LOG4CPLUS_DECLSPEC_IMPORT __attribute__ ((visibility("default")))
158 
159 /* Defined if the compiler understands
160  __attribute__((visibility("hidden"))) construct. */
161 #define LOG4CPLUS_DECLSPEC_PRIVATE __attribute__ ((visibility("hidden")))
162 
163 /* */
164 #define LOG4CPLUS_HAVE_TLS_SUPPORT 1
165 
166 /* */
167 #define LOG4CPLUS_THREAD_LOCAL_VAR thread_local
168 
169 /* Defined if the host OS provides ENAMETOOLONG errno value. */
170 #define LOG4CPLUS_HAVE_ENAMETOOLONG 1
171 
172 /* */
173 #define LOG4CPLUS_HAVE_VSNPRINTF 1
174 
175 /* Define to 1 if you have the `vsnwprintf' function. */
176 /* #undef LOG4CPLUS_HAVE_VSNWPRINTF */
177 
178 /* Define to 1 if you have the `_vsnwprintf' function. */
179 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF */
180 
181 /* */
182 /* #undef LOG4CPLUS_HAVE__VSNPRINTF */
183 
184 /* Define to 1 if you have the `vfprintf_s' function. */
185 /* #undef LOG4CPLUS_HAVE_VFPRINTF_S */
186 
187 /* Define to 1 if you have the `vfwprintf_s' function. */
188 /* #undef LOG4CPLUS_HAVE_VFWPRINTF_S */
189 
190 /* Define to 1 if you have the `vsprintf_s' function. */
191 /* #undef LOG4CPLUS_HAVE_VSPRINTF_S */
192 
193 /* Define to 1 if you have the `vswprintf_s' function. */
194 /* #undef LOG4CPLUS_HAVE_VSWPRINTF_S */
195 
196 /* Define to 1 if you have the `_vsnprintf_s' function. */
197 /* #undef LOG4CPLUS_HAVE__VSNPRINTF_S */
198 
199 /* Define to 1 if you have the `_vsnwprintf_s' function. */
200 /* #undef LOG4CPLUS_HAVE__VSNWPRINTF_S */
201 
202 /* Defined if the compiler supports __FUNCTION__ macro. */
203 #define LOG4CPLUS_HAVE_FUNCTION_MACRO 1
204 
205 /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */
206 #define LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO 1
207 
208 /* Defined if the compiler supports __func__ symbol. */
209 #define LOG4CPLUS_HAVE_FUNC_SYMBOL 1
210 
211 /* Define to 1 if you have the `mbstowcs' function. */
212 #define LOG4CPLUS_HAVE_MBSTOWCS 1
213 
214 /* Define to 1 if you have the `wcstombs' function. */
215 #define LOG4CPLUS_HAVE_WCSTOMBS 1
216 
217 /* Define to 1 if you have Linux style syscall(SYS_gettid). */
218 #define LOG4CPLUS_HAVE_GETTID 1
219 
220 /* Define when iconv() is available. */
221 /* #undef LOG4CPLUS_WITH_ICONV */
222 
223 /* Define to 1 if you have the `iconv' function. */
224 /* #undef LOG4CPLUS_HAVE_ICONV */
225 
226 /* Define to 1 if you have the `iconv_close' function. */
227 /* #undef LOG4CPLUS_HAVE_ICONV_CLOSE */
228 
229 /* Define to 1 if you have the `iconv_open' function. */
230 /* #undef LOG4CPLUS_HAVE_ICONV_OPEN */
231 
232 /* Define to 1 if you have the `OutputDebugString' function. */
233 /* #undef LOG4CPLUS_HAVE_OUTPUTDEBUGSTRING */
234 
235 /* Define to 1 if the system has the `constructor' function attribute
236  with priority */
237 #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY 1
238 
239 /* Define to 1 if the system has the `constructor' function attribute */
240 #define LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR 1
241 
242 /* Define to 1 if the system has the `init_priority' variable attribute */
243 #define LOG4CPLUS_HAVE_VAR_ATTRIBUTE_INIT_PRIORITY 1
244 
245 /* Defined to enable unit tests. */
246 /* #undef LOG4CPLUS_WITH_UNIT_TESTS */
247 
248 #endif // LOG4CPLUS_CONFIG_DEFINES_HXX