Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / afsweb / apache_includes / 1.3.6 / ap_config_auto.h
1 /*
2 * ap_config_auto.h -- Automatically determined configuration stuff
3 * THIS FILE WAS AUTOMATICALLY GENERATED - DO NOT EDIT!
4 */
5
6 #ifndef AP_CONFIG_AUTO_H
7 #define AP_CONFIG_AUTO_H
8
9 /* check: #include <dlfcn.h> */
10 #ifndef HAVE_DLFCN_H
11 #define HAVE_DLFCN_H 1
12 #endif
13
14 /* check: #include <dl.h> */
15 #ifdef HAVE_DL_H
16 #undef HAVE_DL_H
17 #endif
18
19 /* check: #include <bstring.h> */
20 #ifdef HAVE_BSTRING_H
21 #undef HAVE_BSTRING_H
22 #endif
23
24 /* check: #include <crypt.h> */
25 #ifndef HAVE_CRYPT_H
26 #define HAVE_CRYPT_H 1
27 #endif
28
29 /* check: #include <unistd.h> */
30 #ifndef HAVE_UNISTD_H
31 #define HAVE_UNISTD_H 1
32 #endif
33
34 /* check: #include <sys/resource.h> */
35 #ifndef HAVE_SYS_RESOURCE_H
36 #define HAVE_SYS_RESOURCE_H 1
37 #endif
38
39 /* check: #include <sys/select.h> */
40 #ifndef HAVE_SYS_SELECT_H
41 #define HAVE_SYS_SELECT_H 1
42 #endif
43
44 /* check: #include <sys/processor.h> */
45 #ifndef HAVE_SYS_PROCESSOR_H
46 #define HAVE_SYS_PROCESSOR_H 1
47 #endif
48
49 /* build flag: -DSOLARIS2=260 */
50 #ifndef SOLARIS2
51 #define SOLARIS2 260
52 #endif
53
54 #endif /* AP_CONFIG_AUTO_H */