]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - subst.h
commit bash-20100728 snapshot
[thirdparty/bash.git] / subst.h
diff --git a/subst.h b/subst.h
index 86864c8be95dbdbfbf55991d9cc0a0ee8a5b7721..da49d9eda606a5480a9cd8277298b887ccfaedeb 100644 (file)
--- a/subst.h
+++ b/subst.h
@@ -277,6 +277,7 @@ extern char *cond_expand_word __P((WORD_DESC *, int));
 #define SD_INVERT      0x02    /* look for chars NOT in passed set */
 #define SD_NOQUOTEDELIM        0x04    /* don't let single or double quotes act as delimiters */
 #define SD_NOSKIPCMD   0x08    /* don't skip over $(, <(, or >( command/process substitution */
+#define SD_EXTGLOB     0x10    /* skip over extended globbing patterns if appropriate */
 
 extern int skip_to_delim __P((char *, int, char *, int));