~legolas/ubuntu/natty/php5/5.3.5

« back to all changes in this revision

Viewing changes to ext/pcre/pcrelib/config.h

  • Committer: Stas Verberkt
  • Date: 2011-02-01 09:27:15 UTC
  • Revision ID: legolas@legolasweb.nl-20110201092715-yq052iu2yl4i2eyg
Inserted PHP 5.3.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
#include <php_compat.h>
 
3
 
 
4
#ifndef PHP_WIN32
 
5
# include <php_config.h>
 
6
#endif
 
7
 
3
8
#undef PACKAGE_NAME
4
9
#undef PACKAGE_VERSION
5
10
#undef PACKAGE_TARNAME
18
23
# define PCRE_EXP_DATA_DEFN     __attribute__ ((visibility("default")))
19
24
#endif
20
25
 
 
26
/* Exclude these below definitions when building within PHP */
 
27
#ifndef ZEND_API
21
28
 
22
29
/* config.h.  Generated from config.h.in by configure.  */
23
30
/* config.h.in.  Generated from configure.ac by autoheader.  */
189
196
/* Define to 1 if you have `_strtoi64'. */
190
197
/* #undef HAVE__STRTOI64 */
191
198
 
 
199
/* Exclude these above definitions when building within PHP */
 
200
#endif
 
201
 
192
202
/* The value of LINK_SIZE determines the number of bytes used to store links
193
203
   as offsets within the compiled regex. The default is 2, which allows for
194
204
   compiled patterns up to 64K long. This covers the vast majority of cases.
271
281
#define PACKAGE_NAME "PCRE"
272
282
 
273
283
/* Define to the full name and version of this package. */
274
 
#define PACKAGE_STRING "PCRE 8.02"
 
284
#define PACKAGE_STRING "PCRE 8.10"
275
285
 
276
286
/* Define to the one symbol short name of this package. */
277
287
#define PACKAGE_TARNAME "pcre"
278
288
 
 
289
/* Define to the home page for this package. */
 
290
#define PACKAGE_URL ""
 
291
 
279
292
/* Define to the version of this package. */
280
 
#define PACKAGE_VERSION "8.02"
 
293
#define PACKAGE_VERSION "8.10"
281
294
 
282
295
 
283
296
/* If you are compiling for a system other than a Unix-like system or
333
346
 
334
347
/* Version number of package */
335
348
#ifndef VERSION
336
 
#define VERSION "8.02"
 
349
#define VERSION "8.10"
337
350
#endif
338
351
 
339
352
/* Define to empty if `const' does not conform to ANSI C. */