~ubuntu-branches/ubuntu/trusty/mongodb/trusty-proposed

« back to all changes in this revision

Viewing changes to pcre-7.4/config-cmake.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Antonin Kral
  • Date: 2010-01-29 19:48:45 UTC
  • Revision ID: james.westby@ubuntu.com-20100129194845-8wbmkf626fwcavc9
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h for CMake builds */
 
2
 
 
3
#cmakedefine HAVE_DIRENT_H
 
4
#cmakedefine HAVE_UNISTD_H
 
5
#cmakedefine HAVE_SYS_STAT_H
 
6
#cmakedefine HAVE_SYS_TYPES_H
 
7
#cmakedefine HAVE_TYPE_TRAITS_H
 
8
#cmakedefine HAVE_BITS_TYPE_TRAITS_H
 
9
 
 
10
#cmakedefine HAVE_BCOPY
 
11
#cmakedefine HAVE_MEMMOVE
 
12
#cmakedefine HAVE_STRERROR
 
13
 
 
14
#cmakedefine PCRE_STATIC
 
15
 
 
16
#cmakedefine SUPPORT_UTF8
 
17
#cmakedefine SUPPORT_UCP
 
18
#cmakedefine EBCDIC
 
19
#cmakedefine BSR_ANYCRLF
 
20
#cmakedefine NO_RECURSE
 
21
 
 
22
#define NEWLINE                 @NEWLINE@
 
23
#define POSIX_MALLOC_THRESHOLD  @PCRE_POSIX_MALLOC_THRESHOLD@
 
24
#define LINK_SIZE               @PCRE_LINK_SIZE@
 
25
#define MATCH_LIMIT             @PCRE_MATCH_LIMIT@
 
26
#define MATCH_LIMIT_RECURSION   @PCRE_MATCH_LIMIT_RECURSION@
 
27
 
 
28
#define MAX_NAME_SIZE   32
 
29
#define MAX_NAME_COUNT  10000
 
30
 
 
31
/* end config.h for CMake builds */