summaryrefslogtreecommitdiffstats
path: root/include/glob.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-03-18 17:18:58 +0000
committerderaadt <deraadt@openbsd.org>2001-03-18 17:18:58 +0000
commit98e1217625a05e48554d8ffcacd9d9c365284665 (patch)
tree58f98dbfd9b199695160061a96657d5a36d1844e /include/glob.h
parentPretty. (diff)
downloadwireguard-openbsd-98e1217625a05e48554d8ffcacd9d9c365284665.tar.xz
wireguard-openbsd-98e1217625a05e48554d8ffcacd9d9c365284665.zip
GLOB_LIMIT changes from christos
Diffstat (limited to 'include/glob.h')
-rw-r--r--include/glob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/glob.h b/include/glob.h
index f14102213bb..d744001f737 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: glob.h,v 1.4 1998/01/31 17:06:26 millert Exp $ */
+/* $OpenBSD: glob.h,v 1.5 2001/03/18 17:18:58 deraadt Exp $ */
/* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */
/*
@@ -82,6 +82,7 @@ typedef struct {
#define GLOB_QUOTE 0x0400 /* Quote special chars with \. */
#define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
#define GLOB_NOESCAPE 0x1000 /* Disable backslash escaping. */
+#define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */
#endif
/* Error values returned by glob(3) */