diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-26 09:11:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-26 09:11:23 +0000 |
commit | 1d8eec93083423cd217a2238596f89f3447ebdc2 (patch) | |
tree | 7a3941c7adb771e9c571cd838c9671e88d09474d /plan9 | |
parent | b6290011899f3691379a15c58fce0b459f021338 (diff) | |
download | perl-1d8eec93083423cd217a2238596f89f3447ebdc2.tar.gz |
Plan 9 doesn't really have the symlink API, from Russ Cox.
p4raw-id: //depot/perl@18584
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/plan9ish.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plan9/plan9ish.h b/plan9/plan9ish.h index 3df8bf5621..9b32a7dd80 100644 --- a/plan9/plan9ish.h +++ b/plan9/plan9ish.h @@ -133,4 +133,8 @@ extern int tcsendbreak(int, int); #define CONDOP_SIZE 4 /* The Plan 9 compiler cannot return quads from ?: */ +#undef HAS_SYMLINK /* Plan 9 doesn't really have these. */ +#undef HAS_LSTAT +#undef HAS_READLINK + #endif /* __PLAN9ISH_H__ */ |