apu_select_dbm.hw revision 285830
1139735Simp/* Licensed to the Apache Software Foundation (ASF) under one or more
287575Sobrien * contributor license agreements.  See the NOTICE file distributed with
387575Sobrien * this work for additional information regarding copyright ownership.
487575Sobrien * The ASF licenses this file to You under the Apache License, Version 2.0
587575Sobrien * (the "License"); you may not use this file except in compliance with
687575Sobrien * the License.  You may obtain a copy of the License at
787575Sobrien *
887575Sobrien *     http://www.apache.org/licenses/LICENSE-2.0
987575Sobrien *
1087575Sobrien * Unless required by applicable law or agreed to in writing, software
1187575Sobrien * distributed under the License is distributed on an "AS IS" BASIS,
1287575Sobrien * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1387575Sobrien * See the License for the specific language governing permissions and
1487575Sobrien * limitations under the License.
1587575Sobrien */
1687575Sobrien
1787575Sobrien#ifndef APU_SELECT_DBM_H
1887575Sobrien#define APU_SELECT_DBM_H
1987575Sobrien
2087575Sobrien/*
2187575Sobrien** The following macros control what features APRUTIL will use
2287575Sobrien*/
2387575Sobrien#define APU_USE_SDBM    1
2487575Sobrien#define APU_USE_GDBM    0
2587575Sobrien#define APU_USE_NDBM    0
2687575Sobrien#define APU_USE_DB      0
2787575Sobrien
2887575Sobrien#endif	/* !APU_SELECT_DBM_H */
2987575Sobrien