input/nfs: new plugin using libnfs

This commit is contained in:
Max Kellermann
2014-02-06 07:29:26 +01:00
parent 90886c0760
commit e4322a716c
8 changed files with 287 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ static const char *remoteUrlPrefixes[] = {
#ifdef ENABLE_SMBCLIENT
"smb://",
#endif
#ifdef ENABLE_NFS
"nfs://",
#endif
#ifdef ENABLE_CDIO_PARANOIA
"cdda://",
#endif