apu_select_dbm.hw revision 251886
1247096Sattilio/* Licensed to the Apache Software Foundation (ASF) under one or more
2247096Sattilio * contributor license agreements.  See the NOTICE file distributed with
3247096Sattilio * this work for additional information regarding copyright ownership.
4247096Sattilio * The ASF licenses this file to You under the Apache License, Version 2.0
5247096Sattilio * (the "License"); you may not use this file except in compliance with
6247096Sattilio * the License.  You may obtain a copy of the License at
7247096Sattilio *
8247096Sattilio *     http://www.apache.org/licenses/LICENSE-2.0
9247096Sattilio *
10247096Sattilio * Unless required by applicable law or agreed to in writing, software
11247096Sattilio * distributed under the License is distributed on an "AS IS" BASIS,
12247096Sattilio * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13247096Sattilio * See the License for the specific language governing permissions and
14247096Sattilio * limitations under the License.
15247096Sattilio */
16247096Sattilio
17247096Sattilio#ifndef APU_SELECT_DBM_H
18247096Sattilio#define APU_SELECT_DBM_H
19247096Sattilio
20247096Sattilio/*
21247096Sattilio** The following macros control what features APRUTIL will use
22247096Sattilio*/
23247096Sattilio#define APU_USE_SDBM    1
24247096Sattilio#define APU_USE_GDBM    0
25247096Sattilio#define APU_USE_NDBM    0
26247096Sattilio#define APU_USE_DB      0
27247096Sattilio
28247096Sattilio#endif	/* !APU_SELECT_DBM_H */
29247096Sattilio