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 #ifdef HAVE_CRYPT_H 26 #undef HAVE_CRYPT_H 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 #ifdef HAVE_SYS_PROCESSOR_H 46 #undef HAVE_SYS_PROCESSOR_H 47 #endif 48 49 /* check: #include <sys/param.h> */ 50 #ifndef HAVE_SYS_PARAM_H 51 #define HAVE_SYS_PARAM_H 1 52 #endif 53 54 /* determine: isinf() found in libc */ 55 #ifndef HAVE_ISINF 56 #define HAVE_ISINF 1 57 #endif 58 59 /* determine: isnan() found in libc */ 60 #ifndef HAVE_ISNAN 61 #define HAVE_ISNAN 1 62 #endif 63 64 /* sizeof(off_t) == sizeof(quad_t) on OpenBSD */ 65 #ifndef AP_OFF_T_IS_QUAD 66 #define AP_OFF_T_IS_QUAD 1 67 #endif 68 69 /* build flag: -DINET6 */ 70 #ifndef INET6 71 #define INET6 1 72 #endif 73 74 /* build flag: -Dss_family=__ss_family */ 75 #ifndef ss_family 76 #define ss_family __ss_family 77 #endif 78 79 /* build flag: -Dss_len=__ss_len */ 80 #ifndef ss_len 81 #define ss_len __ss_len 82 #endif 83 84 /* build flag: -DHAVE_SOCKADDR_LEN */ 85 #ifndef HAVE_SOCKADDR_LEN 86 #define HAVE_SOCKADDR_LEN 1 87 #endif 88 89 /* build flag: -DSIN_LEN */ 90 #ifndef SIN_LEN 91 #define SIN_LEN 1 92 #endif 93 94 /* build flag: -DMOD_SSL=208116 */ 95 #ifndef MOD_SSL 96 #define MOD_SSL 208116 97 #endif 98 99 /* build flag: -DEAPI */ 100 #ifndef EAPI 101 #define EAPI 1 102 #endif 103 104 #endif /* AP_CONFIG_AUTO_H */ 105