]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/glob/glob.h
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / lib / glob / glob.h
index ca3a66cf1e218b3cff856fd1608c7a4e1241deb7..47410577c2c09864aecfd76dc1dd23edb1937568 100644 (file)
@@ -1,5 +1,5 @@
 /* File-name wildcard pattern matching for GNU.
-   Copyright (C) 1985-2020 Free Software Foundation, Inc.
+   Copyright (C) 1985-2021 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne-Again SHell.
 
@@ -32,6 +32,7 @@
 #define GX_GLOBSTAR    0x400   /* turn on special handling of ** */
 #define GX_RECURSE     0x800   /* internal -- glob_filename called recursively */
 #define GX_SYMLINK     0x1000  /* internal -- symlink to a directory */
+#define GX_NEGATE      0x2000  /* internal -- extglob pattern being negated */
 
 extern int glob_pattern_p PARAMS((const char *));
 extern char **glob_vector PARAMS((char *, char *, int));