Diff for /embedaddon/pcre/config.h.generic between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2012/10/09 09:19:17
Line 58  them both to 0; an emulation function will be used. */ Line 58  them both to 0; an emulation function will be used. */
 #define HAVE_DLFCN_H 1  #define HAVE_DLFCN_H 1
 #endif  #endif
   
   /* Define to 1 if you have the <editline/readline.h> header file. */
   /* #undef HAVE_EDITLINE_READLINE_H */
   
   /* Define to 1 if you have the <edit/readline/readline.h> header file. */
   /* #undef HAVE_EDIT_READLINE_READLINE_H */
   
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #ifndef HAVE_INTTYPES_H  #ifndef HAVE_INTTYPES_H
 #define HAVE_INTTYPES_H 1  #define HAVE_INTTYPES_H 1
Line 84  them both to 0; an emulation function will be used. */ Line 90  them both to 0; an emulation function will be used. */
 #endif  #endif
   
 /* Define to 1 if you have the <readline/history.h> header file. */  /* Define to 1 if you have the <readline/history.h> header file. */
#ifndef HAVE_READLINE_HISTORY_H/* #undef HAVE_READLINE_HISTORY_H */
#define HAVE_READLINE_HISTORY_H 1 
#endif 
   
 /* Define to 1 if you have the <readline/readline.h> header file. */  /* Define to 1 if you have the <readline/readline.h> header file. */
#ifndef HAVE_READLINE_READLINE_H/* #undef HAVE_READLINE_READLINE_H */
#define HAVE_READLINE_READLINE_H 1 
#endif 
   
 /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #ifndef HAVE_STDINT_H  #ifndef HAVE_STDINT_H
Line 250  them both to 0; an emulation function will be used. */ Line 252  them both to 0; an emulation function will be used. */
 #define PACKAGE_NAME "PCRE"  #define PACKAGE_NAME "PCRE"
   
 /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
#define PACKAGE_STRING "PCRE 8.30"#define PACKAGE_STRING "PCRE 8.31"
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "pcre"  #define PACKAGE_TARNAME "pcre"
Line 259  them both to 0; an emulation function will be used. */ Line 261  them both to 0; an emulation function will be used. */
 #define PACKAGE_URL ""  #define PACKAGE_URL ""
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
#define PACKAGE_VERSION "8.30"#define PACKAGE_VERSION "8.31"
   
 /* The value of PCREGREP_BUFSIZE determines the size of buffer used by  /* The value of PCREGREP_BUFSIZE determines the size of buffer used by
    pcregrep to hold parts of the file it is searching. On systems that support     pcregrep to hold parts of the file it is searching. On systems that support
Line 310  them both to 0; an emulation function will be used. */ Line 312  them both to 0; an emulation function will be used. */
    handle .bz2 files. */     handle .bz2 files. */
 /* #undef SUPPORT_LIBBZ2 */  /* #undef SUPPORT_LIBBZ2 */
   
   /* Define to allow pcretest to be linked with libedit. */
   /* #undef SUPPORT_LIBEDIT */
   
 /* Define to allow pcretest to be linked with libreadline. */  /* Define to allow pcretest to be linked with libreadline. */
 /* #undef SUPPORT_LIBREADLINE */  /* #undef SUPPORT_LIBREADLINE */
   
Line 339  them both to 0; an emulation function will be used. */ Line 344  them both to 0; an emulation function will be used. */
   
 /* Version number of package */  /* Version number of package */
 #ifndef VERSION  #ifndef VERSION
#define VERSION "8.30"#define VERSION "8.31"
 #endif  #endif
   
 /* Define to empty if `const' does not conform to ANSI C. */  /* Define to empty if `const' does not conform to ANSI C. */

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


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