1/* Licensed to the Apache Software Foundation (ASF) under one or more
2 * contributor license agreements.  See the NOTICE file distributed with
3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
6 * the License.  You may obtain a copy of the License at
7 *
8 *     http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17
18#ifndef LOG4CXX_LOG4CXX_H
19#define LOG4CXX_LOG4CXX_H
20
21/* GENERATED FILE WARNING!  DO NOT EDIT log4cxx.h
22 *
23 * Edit log4cxx.h.in instead
24 *
25 */
26
27
28#define LOG4CXX_LOGCHAR_IS_UNICHAR @LOGCHAR_IS_UNICHAR@
29#define LOG4CXX_LOGCHAR_IS_UTF8 @LOGCHAR_IS_UTF8@
30#define LOG4CXX_LOGCHAR_IS_WCHAR @LOGCHAR_IS_WCHAR@
31
32#define LOG4CXX_CHAR_API @CHAR_API@
33#define LOG4CXX_WCHAR_T_API @WCHAR_T_API@
34#define LOG4CXX_UNICHAR_API @UNICHAR_API@
35#define LOG4CXX_CFSTRING_API @CFSTRING_API@
36
37
38typedef long long log4cxx_int64_t;
39#define LOG4CXX_USE_GLOBAL_SCOPE_TEMPLATE 0
40#define LOG4CXX_LOGSTREAM_ADD_NOP 0
41typedef log4cxx_int64_t log4cxx_time_t;
42typedef int log4cxx_status_t;
43typedef unsigned int log4cxx_uint32_t;
44
45
46#define LOG4CXX_EXPORT
47#define LOG4CXX_PTR_DEF(T) typedef log4cxx::helpers::ObjectPtrT<T> T##Ptr
48#define LOG4CXX_LIST_DEF(N, T) typedef std::vector<T> N
49
50
51#endif
52