aboutsummaryrefslogtreecommitdiff
path: root/include/glob.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-02-25 02:15:59 +0000
committerBruce Evans <bde@FreeBSD.org>1998-02-25 02:15:59 +0000
commitf27c4403283d600505dff9f3b2c3df0b23780897 (patch)
tree7cd37cee589440935e4947b5b82a37980e7eb217 /include/glob.h
parentfb156c95b6f21eb4392b0c9a82f80b59e22b0a1d (diff)
Notes
Diffstat (limited to 'include/glob.h')
-rw-r--r--include/glob.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/glob.h b/include/glob.h
index 6f7164a33fe6..34da03a0c91b 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -70,14 +70,12 @@ typedef struct {
#define GLOB_NOCHECK 0x0010 /* Return pattern itself if nothing matches. */
#define GLOB_NOSORT 0x0020 /* Don't sort. */
-#ifndef _POSIX_SOURCE
#define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */
#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_QUOTE 0x0400 /* Quote special chars with \. */
#define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
-#endif
#define GLOB_NOSPACE (-1) /* Malloc call failed. */
#define GLOB_ABEND (-2) /* Unignored error. */