This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update podlators to CPAN version 4.10
[perl5.git] / hints / netbsd.sh
index 6f0dd74..445680d 100644 (file)
@@ -254,3 +254,14 @@ esac
 case "$usemymalloc" in
 '') usemymalloc=n ;;
 esac
+
+# NetBSD 6 defines the *at() functions in libc, but either doesn't
+# implement them, or implements them only for AT_FDCWD
+case "$osver" in
+[1-6].*)
+        d_unlinkat="$undef"
+        d_renameat="$undef"
+        d_linkat="$undef"
+        d_fchmodat="$undef"
+        ;;
+esac