summaryrefslogtreecommitdiff
path: root/pcreposix.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-04-05 16:11:05 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-04-05 16:11:05 +0000
commit049881b7af634cd0c59d5053c169642c0a06b1de (patch)
tree5e030660d38359780964e84736008c3b66f95e8a /pcreposix.h
parenta38caa81033fe61f01fc1c2d98b9af92a514f9e6 (diff)
downloadpcre-049881b7af634cd0c59d5053c169642c0a06b1de.tar.gz
Alan Lehotsky's patch for REG_STARTEND.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@332 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcreposix.h')
-rw-r--r--pcreposix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcreposix.h b/pcreposix.h
index 109376d..a73ad26 100644
--- a/pcreposix.h
+++ b/pcreposix.h
@@ -59,6 +59,7 @@ extern "C" {
#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. */