Diff for /embedaddon/pcre/config.h.in between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2013/07/22 08:25:55 version 1.1.1.5, 2014/06/15 19:46:03
Line 202  sure both macros are undefined; an emulation function  Line 202  sure both macros are undefined; an emulation function 
    or -2 (ANYCRLF). */     or -2 (ANYCRLF). */
 #undef NEWLINE  #undef NEWLINE
   
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */  
 #undef NO_MINUS_C_MINUS_O  
   
 /* PCRE uses recursive function calls to handle backtracking while matching.  /* PCRE uses recursive function calls to handle backtracking while matching.
    This can sometimes be a problem on systems that have stacks of limited     This can sometimes be a problem on systems that have stacks of limited
    size. Define NO_RECURSE to any value to get a version that doesn't use     size. Define NO_RECURSE to any value to get a version that doesn't use
Line 235  sure both macros are undefined; an emulation function  Line 232  sure both macros are undefined; an emulation function 
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
   
   /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
      parentheses (of any kind) in a pattern. This limits the amount of system
      stack that is used while compiling a pattern. */
   #undef PARENS_NEST_LIMIT
   
 /* to make a symbol visible */  /* to make a symbol visible */
 #undef PCRECPP_EXP_DECL  #undef PCRECPP_EXP_DECL
   
Line 290  sure both macros are undefined; an emulation function  Line 292  sure both macros are undefined; an emulation function 
   
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS  #undef STDC_HEADERS
   
 /* Define to allow pcretest and pcregrep to be linked with gcov, so that they  
    are able to generate code coverage reports. */  
 #undef SUPPORT_GCOV  
   
 /* Define to any value to enable support for Just-In-Time compiling. */  /* Define to any value to enable support for Just-In-Time compiling. */
 #undef SUPPORT_JIT  #undef SUPPORT_JIT

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>