X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pathexp.h;h=b4afcb3a4d0dbe4e1b67464e9e67a1bffb235795;hb=f1be666c7d78939ad775078d290bec2758fa29a2;hp=5f1731ad99b3b9a2d811d867a373f3e3d70b8ea3;hpb=0628567a28f3510f506ae46cb9b24b73a6d2dc5d;p=platform%2Fupstream%2Fbash.git diff --git a/pathexp.h b/pathexp.h index 5f1731a..b4afcb3 100644 --- a/pathexp.h +++ b/pathexp.h @@ -1,6 +1,6 @@ /* pathexp.h -- The shell interface to the globbing library. */ -/* Copyright (C) 1987-2005 Free Software Foundation, Inc. +/* Copyright (C) 1987-2007 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -32,6 +32,7 @@ extern char *glob_error_return; /* Flag values for quote_string_for_globbing */ #define QGLOB_CVTNULL 0x01 /* convert QUOTED_NULL strings to '\0' */ #define QGLOB_FILENAME 0x02 /* do correct quoting for matching filenames */ +#define QGLOB_REGEXP 0x04 /* quote an ERE for regcomp/regexec */ #if defined (EXTENDED_GLOB) /* Flags to OR with other flag args to strmatch() to enabled the extended