Module Name: src
Committed By: christos
Date: Mon Sep 6 14:38:56 UTC 2010
Modified Files:
src/include: glob.h
Log Message:
add globstar.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/include/glob.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/glob.h
diff -u src/include/glob.h:1.25 src/include/glob.h:1.26
--- src/include/glob.h:1.25 Wed Apr 8 12:28:50 2009
+++ src/include/glob.h Mon Sep 6 10:38:56 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: glob.h,v 1.25 2009/04/08 16:28:50 christos Exp $ */
+/* $NetBSD: glob.h,v 1.26 2010/09/06 14:38:56 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -93,6 +93,7 @@
/* GLOB_NOESCAPE 0x1000 above */
#define GLOB_PERIOD 0x2000 /* Allow metachars to match leading periods. */
#define GLOB_NO_DOTDIRS 0x4000 /* Make . and .. vanish from wildcards. */
+#define GLOB_STAR 0x8000 /* Use glob ** to recurse directories */
#define GLOB_QUOTE 0 /* source compatibility */
#define GLOB_ABEND GLOB_ABORTED /* source compatibility */