| 5 |
/* This is the public header file for the PCRE library, to be #included by |
/* This is the public header file for the PCRE library, to be #included by |
| 6 |
applications that call the PCRE functions. |
applications that call the PCRE functions. |
| 7 |
|
|
| 8 |
Copyright (c) 1997-2009 University of Cambridge |
Copyright (c) 1997-2010 University of Cambridge |
| 9 |
|
|
| 10 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
| 11 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 131 |
#define PCRE_NO_START_OPTIMISE 0x04000000 |
#define PCRE_NO_START_OPTIMISE 0x04000000 |
| 132 |
#define PCRE_PARTIAL_HARD 0x08000000 |
#define PCRE_PARTIAL_HARD 0x08000000 |
| 133 |
#define PCRE_NOTEMPTY_ATSTART 0x10000000 |
#define PCRE_NOTEMPTY_ATSTART 0x10000000 |
| 134 |
|
#define PCRE_UCP 0x20000000 |
| 135 |
|
|
| 136 |
/* Exec-time and get/set-time error codes */ |
/* Exec-time and get/set-time error codes */ |
| 137 |
|
|