From 1d8eec93083423cd217a2238596f89f3447ebdc2 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 26 Jan 2003 09:11:23 +0000 Subject: Plan 9 doesn't really have the symlink API, from Russ Cox. p4raw-id: //depot/perl@18584 --- plan9/plan9ish.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plan9/plan9ish.h') 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__ */ -- cgit v1.2.1