--- code/trunk/pcreposix.h 2008/01/20 20:07:32 305 +++ code/trunk/pcreposix.h 2008/04/05 16:11:05 332 @@ -59,6 +59,7 @@ #define REG_DOTALL 0x0010 /* NOT defined by POSIX. */ #define REG_NOSUB 0x0020 #define REG_UTF8 0x0040 /* NOT defined by POSIX. */ +#define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ /* This is not used by PCRE, but by defining it we make it easier to slot PCRE into existing programs that make POSIX calls. */