797ed92386
really want it. This is still marked FORBIDDEN as there may be all sorts of horrible incompatabilities with the perl5 in "base", but folks who are willing to override this and experiment are welcome. Consider this to be only partially supported. I'll happily commit patches and fixes, but I don't want to answer too many questions. Sorry!
19 lines
468 B
Plaintext
19 lines
468 B
Plaintext
--- perl.h.ORIG Thu Jul 30 17:04:42 1998
|
|
+++ perl.h Thu Jul 30 17:06:34 1998
|
|
@@ -361,6 +361,15 @@
|
|
# include <sys/param.h>
|
|
#endif
|
|
|
|
+/* needed for IAMSUID case for 4.4BSD systems
|
|
+ * XXX there should probably be a Configure variable
|
|
+ */
|
|
+
|
|
+#ifdef I_SYS_PARAM
|
|
+#if (defined (BSD) && (BSD >= 199306))
|
|
+# include <sys/mount.h>
|
|
+#endif /* !BSD */
|
|
+#endif /* !I_SYS_PARAM */
|
|
|
|
/* Use all the "standard" definitions? */
|
|
#if defined(STANDARD_C) && defined(I_STDLIB)
|