Annotation of win32/pcre/config.h, revision 1.1

1.1     ! misha       1: /* config.h for CMake builds */
        !             2: 
        !             3: /* #undef HAVE_DIRENT_H */
        !             4: #define HAVE_SYS_STAT_H 1
        !             5: #define HAVE_SYS_TYPES_H 1
        !             6: /* #undef HAVE_UNISTD_H */
        !             7: #define HAVE_WINDOWS_H 1
        !             8: 
        !             9: /* #undef HAVE_TYPE_TRAITS_H */
        !            10: /* #undef HAVE_BITS_TYPE_TRAITS_H */
        !            11: 
        !            12: /* #undef HAVE_BCOPY */
        !            13: #define HAVE_MEMMOVE 1
        !            14: #define HAVE_STRERROR 1
        !            15: /* #undef HAVE_STRTOLL */
        !            16: /* #undef HAVE_STRTOQ */
        !            17: #define HAVE__STRTOI64 1
        !            18: 
        !            19: #define PCRE_STATIC 1
        !            20: 
        !            21: #define SUPPORT_UTF8 1
        !            22: #define SUPPORT_UCP 1
        !            23: /* #undef EBCDIC */
        !            24: /* #undef BSR_ANYCRLF */
        !            25: /* #undef NO_RECURSE */
        !            26: 
        !            27: #define HAVE_LONG_LONG 1
        !            28: #define HAVE_UNSIGNED_LONG_LONG 1
        !            29: 
        !            30: /* #undef SUPPORT_LIBBZ2 */
        !            31: /* #undef SUPPORT_LIBZ */
        !            32: /* #undef SUPPORT_LIBREADLINE */
        !            33: 
        !            34: #define NEWLINE                        10
        !            35: #define POSIX_MALLOC_THRESHOLD 10
        !            36: #define LINK_SIZE              2
        !            37: #define MATCH_LIMIT            10000000
        !            38: #define MATCH_LIMIT_RECURSION  MATCH_LIMIT
        !            39: 
        !            40: 
        !            41: #define MAX_NAME_SIZE  32
        !            42: #define MAX_NAME_COUNT 10000
        !            43: 
        !            44: /* end config.h for CMake builds */

E-mail: