home *** CD-ROM | disk | FTP | other *** search
- /*
- * ap_config_auto.h -- Automatically determined configuration stuff
- * THIS FILE WAS AUTOMATICALLY GENERATED - DO NOT EDIT!
- */
-
- #ifndef AP_CONFIG_AUTO_H
- #define AP_CONFIG_AUTO_H
-
- /* check: #include <dlfcn.h> */
- #ifdef HAVE_DLFCN_H
- #undef HAVE_DLFCN_H
- #endif
-
- /* check: #include <dl.h> */
- #ifdef HAVE_DL_H
- #undef HAVE_DL_H
- #endif
-
- /* check: #include <bstring.h> */
- #ifdef HAVE_BSTRING_H
- #undef HAVE_BSTRING_H
- #endif
-
- /* check: #include <crypt.h> */
- #ifdef HAVE_CRYPT_H
- #undef HAVE_CRYPT_H
- #endif
-
- /* check: #include <unistd.h> */
- #ifndef HAVE_UNISTD_H
- #define HAVE_UNISTD_H 1
- #endif
-
- /* check: #include <sys/resource.h> */
- #ifndef HAVE_SYS_RESOURCE_H
- #define HAVE_SYS_RESOURCE_H 1
- #endif
-
- /* check: #include <sys/select.h> */
- #ifndef HAVE_SYS_SELECT_H
- #define HAVE_SYS_SELECT_H 1
- #endif
-
- /* check: #include <sys/processor.h> */
- #ifdef HAVE_SYS_PROCESSOR_H
- #undef HAVE_SYS_PROCESSOR_H
- #endif
-
- /* build flag: -DOS2 */
- #ifndef OS2
- #define OS2 1
- #endif
-
- /* build flag: -DTCPIPV4 */
- #ifndef TCPIPV4
- #define TCPIPV4 1
- #endif
-
- /* build flag: -DUSE_HSREGEX */
- #ifndef USE_HSREGEX
- #define USE_HSREGEX 1
- #endif
-
- #endif /* AP_CONFIG_AUTO_H */
-