include/apu.h

00001 /* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
00002  * applicable.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *     http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 /*
00018  * apu.h is generated from apu.h.in by configure -- do not edit apu.h
00019  */
00020 /* @file apu.h
00021  * @brief APR-Utility main file
00022  */
00029 #ifndef APU_H
00030 #define APU_H
00031 
00052 #define APU_DECLARE(type)            type
00053 
00059 #define APU_DECLARE_NONSTD(type)     type
00060 
00068 #define APU_DECLARE_DATA
00069 /*
00070  * we always have SDBM (it's in our codebase)
00071  */
00072 #define APU_HAVE_SDBM   1
00073 #define APU_HAVE_GDBM   0
00074 #define APU_HAVE_NDBM   0
00075 #define APU_HAVE_DB     1
00076 
00077 #if APU_HAVE_DB
00078 #define APU_HAVE_DB_VERSION    4
00079 #endif /* APU_HAVE_DB */
00080 
00081 #define APU_HAVE_PGSQL         1
00082 #define APU_HAVE_MYSQL         0
00083 #define APU_HAVE_SQLITE3       1
00084 #define APU_HAVE_SQLITE2       0
00085 
00086 #define APU_HAVE_APR_ICONV     0
00087 #define APU_HAVE_ICONV         1
00088 #define APR_HAS_XLATE          (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
00089 
00090 #endif /* APU_H */
00091 

Generated on Tue Aug 11 08:42:47 2009 for Apache Portable Runtime Utility Library by  doxygen 1.4.7