support the AppleTalk ddp protocol, and here to stay while NetBSD ships with AppleTalk support. Add Netatalk 3.0.8 wip package as net/netatalk30. "Netatalk 3 is a freely-available implementation of the Apple Filesharing Protocol Suite (AFP) over TCP/IP. Using Netatalk's AFP 3.1 compliant file-server leads to significantly higher transmissions speeds compared with Macs accessing a server via SMB or NFS, while providing clients with the best user experience (full support for Macintosh metadata, flawlessly supporting mixed environments of classic MacOS and MacOS X clients)."
25 lines
793 B
Text
25 lines
793 B
Text
$NetBSD: patch-ae,v 1.1 2014/06/11 11:03:56 hauke Exp $
|
|
|
|
--- config.h.in.orig 2010-09-20 10:35:13.000000000 +0200
|
|
+++ config.h.in 2011-03-23 21:46:02.000000000 +0100
|
|
@@ -293,8 +293,8 @@
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
-/* Define to 1 if you have the `getusershell' function. */
|
|
-#undef HAVE_GETUSERSHELL
|
|
+/* Define to 1 if you have the `getifaddrs' function. */
|
|
+#undef HAVE_GETIFADDRS
|
|
|
|
/* Define to 1 if you have the `getxattr' function. */
|
|
#undef HAVE_GETXATTR
|
|
@@ -476,6 +476,9 @@
|
|
/* Define to 1 if you have the `rmdir' function. */
|
|
#undef HAVE_RMDIR
|
|
|
|
+/* Define to 1 if you have the NetBSD quota library */
|
|
+#undef HAVE_LIBQUOTA
|
|
+
|
|
/* Define to 1 if you have the <rpcsvc/rquota.h> header file. */
|
|
#undef HAVE_RPCSVC_RQUOTA_H
|
|
|