Annotation of win32/apache13/src/include/ap_config_auto.h, revision 1.1

1.1     ! parser      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: #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: #endif

E-mail: