summaryrefslogtreecommitdiff
path: root/openbsd-compat/glob.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-07-04 18:20:51 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-07-04 18:20:51 +0000
commit604de560099cb57534a90d4ff451f9ab3f221ee7 (patch)
tree0beadb9e98b532835bc11cb684a018d61141c630 /openbsd-compat/glob.c
parent92ea0eadbe247a6b5c1893ae2a94358cca3be994 (diff)
- (bal) glob.c defines TILDE and AIX also defines it. #undef it first.
bug #265
Diffstat (limited to 'openbsd-compat/glob.c')
-rw-r--r--openbsd-compat/glob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/glob.c b/openbsd-compat/glob.c
index 365d4334f..14c91420d 100644
--- a/openbsd-compat/glob.c
+++ b/openbsd-compat/glob.c
@@ -97,6 +97,7 @@ static char rcsid[] = "$OpenBSD: glob.c,v 1.16 2001/04/05 18:36:12 deraadt Exp $
97#define RBRACKET ']' 97#define RBRACKET ']'
98#define SEP '/' 98#define SEP '/'
99#define STAR '*' 99#define STAR '*'
100#undef TILDE /* Some platforms may already define it */
100#define TILDE '~' 101#define TILDE '~'
101#define UNDERSCORE '_' 102#define UNDERSCORE '_'
102#define LBRACE '{' 103#define LBRACE '{'