bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr-util / include / private / apu_config.hw
1 /* Copyright 2000-2004 The Apache Software Foundation
2  *
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15
16 /* 
17  * Note: This is a Windows specific version of apu_config.hw. It is copied
18  * as apu_config.h at the start of a Windows build.
19  */
20
21 #ifdef WIN32
22
23 #ifndef APU_CONFIG_H
24 #define APU_CONFIG_H
25
26 /*
27  * Windows does not have GDBM, and we always use the bundled (new) Expat
28  */
29
30 /* Define if you have the gdbm library (-lgdbm).  */
31 /* #undef HAVE_LIBGDBM */
32
33 /* define if Expat 1.0 or 1.1 was found */
34 /* #undef APR_HAVE_OLD_EXPAT */
35
36
37 #endif /* APU_CONFIG_H */
38 #endif /* WIN32 */