diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/glob.h | 3 |
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 */ |
