summaryrefslogtreecommitdiff
path: root/plan9/plan9ish.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-01-26 09:11:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-01-26 09:11:23 +0000
commit1d8eec93083423cd217a2238596f89f3447ebdc2 (patch)
tree7a3941c7adb771e9c571cd838c9671e88d09474d /plan9/plan9ish.h
parentb6290011899f3691379a15c58fce0b459f021338 (diff)
downloadperl-1d8eec93083423cd217a2238596f89f3447ebdc2.tar.gz
Plan 9 doesn't really have the symlink API, from Russ Cox.
p4raw-id: //depot/perl@18584
Diffstat (limited to 'plan9/plan9ish.h')
-rw-r--r--plan9/plan9ish.h4
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__ */