diff options
| author | christos <christos@NetBSD.org> | 2001-03-16 20:13:58 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2001-03-16 20:13:58 +0000 |
| commit | cd10ca052bc04adab2562514e5d91323d91a8c54 (patch) | |
| tree | ee38af9dd1f7832d660d8f87c21e5d9156e733cf /include | |
| parent | fab9e9b3bb7e3af4eee0fc3c0e99f8b20dd21a2d (diff) | |
Add GLOB_LIMIT
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 f22e4a53ca1..34388d84859 100644 --- a/include/glob.h +++ b/include/glob.h @@ -1,4 +1,4 @@ -/* $NetBSD: glob.h,v 1.11 1998/06/22 12:01:43 tv Exp $ */ +/* $NetBSD: glob.h,v 1.12 2001/03/16 20:13:58 christos Exp $ */ /* * Copyright (c) 1989, 1993 @@ -90,6 +90,7 @@ typedef struct { #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ #define GLOB_MAGCHAR 0x0100 /* Pattern had globbing characters. */ #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ +#define GLOB_LIMIT 0x0400 /* Limit number of matches to ARG_MAX */ #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ #define GLOB_QUOTE 0 /* source compatibility */ |
