summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2007-12-05 20:25:54 +0000
committerchristos <christos@NetBSD.org>2007-12-05 20:25:54 +0000
commit14c8a5258015dc2f536dde2793099045edd024aa (patch)
treed3a80b9eb73d8ce5b8d963661d09683ab4349445 /include
parent21d75f870d9f15a187d6e8e766f60ad6cab77da2 (diff)
From Richard M Kreuter, add GLOB_PERIOD.
Diffstat (limited to 'include')
-rw-r--r--include/glob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/glob.h b/include/glob.h
index a187224b4ab..218b5c03102 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -1,4 +1,4 @@
-/* $NetBSD: glob.h,v 1.21 2006/03/26 18:11:22 christos Exp $ */
+/* $NetBSD: glob.h,v 1.22 2007/12/05 20:25:54 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -90,6 +90,7 @@ typedef struct {
#define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */
#define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */
#define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
+#define GLOB_PERIOD 0x1000 /* Allow metachars to match leading periods. */
#define GLOB_QUOTE 0 /* source compatibility */
#define GLOB_ABEND GLOB_ABORTED /* source compatibility */