Updated from libc
authorRoland McGrath <roland@redhat.com>
Thu, 7 Dec 1995 21:05:46 +0000 (21:05 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 7 Dec 1995 21:05:46 +0000 (21:05 +0000)
glob/glob.h

index ce48169815de218d4154602d86ff43fd768e9bbd..6eea06298caf9fa55103c77dc4baa80bc6bc695d 100644 (file)
@@ -47,7 +47,9 @@ extern "C"
 #define        GLOB_NOESCAPE   (1 << 6)/* Backslashes don't quote metacharacters.  */
 #define        GLOB_PERIOD     (1 << 7)/* Leading `.' can be matched by metachars.  */
 #define        __GLOB_FLAGS    (GLOB_ERR|GLOB_MARK|GLOB_NOSORT|GLOB_DOOFFS| \
-                        GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND|GLOB_PERIOD)
+                        GLOB_NOESCAPE|GLOB_NOCHECK|GLOB_APPEND|     \
+                        GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE|     \
+                        GLOB_NOMAGIC|GLOB_TILDE)
 
 #if !defined (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || defined (_BSD_SOURCE)
 #define        GLOB_MAGCHAR    (1 << 8)/* Set in gl_flags if any metachars seen.  */