diff options
author | WiSo <wiso@xbmc.org> | 2011-04-10 21:29:30 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-10 21:29:30 +0200 |
commit | a99ff85d055e966b260b14c51d919c7b1f4f1d20 (patch) | |
tree | aec30a5dba6ab7d0fd3fcd17595c60ebc1bfcb04 /lib/win32/pcre/config-cmake.h.in | |
parent | 4e37623faf6fdb7b128c99e18fa2243d699f1ffe (diff) |
Revert "[WIN32] removed the pcre sources from our repo"
This reverts commit ddaf3ea72771d5b3c172d31be7ccb4a44c437e31.
Diffstat (limited to 'lib/win32/pcre/config-cmake.h.in')
-rw-r--r-- | lib/win32/pcre/config-cmake.h.in | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/lib/win32/pcre/config-cmake.h.in b/lib/win32/pcre/config-cmake.h.in new file mode 100644 index 0000000000..5951af7441 --- /dev/null +++ b/lib/win32/pcre/config-cmake.h.in @@ -0,0 +1,44 @@ +/* config.h for CMake builds */ + +#cmakedefine HAVE_DIRENT_H 1 +#cmakedefine HAVE_SYS_STAT_H 1 +#cmakedefine HAVE_SYS_TYPES_H 1 +#cmakedefine HAVE_UNISTD_H 1 +#cmakedefine HAVE_WINDOWS_H 1 + +#cmakedefine HAVE_TYPE_TRAITS_H 1 +#cmakedefine HAVE_BITS_TYPE_TRAITS_H 1 + +#cmakedefine HAVE_BCOPY 1 +#cmakedefine HAVE_MEMMOVE 1 +#cmakedefine HAVE_STRERROR 1 +#cmakedefine HAVE_STRTOLL 1 +#cmakedefine HAVE_STRTOQ 1 +#cmakedefine HAVE__STRTOI64 1 + +#cmakedefine PCRE_STATIC 1 + +#cmakedefine SUPPORT_UTF8 1 +#cmakedefine SUPPORT_UCP 1 +#cmakedefine EBCDIC 1 +#cmakedefine BSR_ANYCRLF 1 +#cmakedefine NO_RECURSE 1 + +#cmakedefine HAVE_LONG_LONG 1 +#cmakedefine HAVE_UNSIGNED_LONG_LONG 1 + +#cmakedefine SUPPORT_LIBBZ2 1 +#cmakedefine SUPPORT_LIBZ 1 +#cmakedefine SUPPORT_LIBREADLINE 1 + +#define NEWLINE @NEWLINE@ +#define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@ +#define LINK_SIZE @PCRE_LINK_SIZE@ +#define MATCH_LIMIT @PCRE_MATCH_LIMIT@ +#define MATCH_LIMIT_RECURSION @PCRE_MATCH_LIMIT_RECURSION@ + + +#define MAX_NAME_SIZE 32 +#define MAX_NAME_COUNT 10000 + +/* end config.h for CMake builds */ |