Set IGNORE_MTAB when running under NetBSD
authorNikolaus Rath <Nikolaus@rath.org>
Sat, 24 Dec 2016 02:47:01 +0000 (18:47 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Sat, 24 Dec 2016 02:47:01 +0000 (18:47 -0800)
commitac25c153691faea65cbfc1b0781b8b0dab3f4b29
tree5f004ce125166290895fe2c359de93fde15db71f
parent0fa25d046fcf9ea737a2165310dcad53814ffa2f
Set IGNORE_MTAB when running under NetBSD

Apparently, NetBSD does not have /etc/mtab. Setting IGNORE_MTAB
in this case makes the code a little nicer.

See also https://github.com/libfuse/libfuse/pull/123
configure.ac
lib/mount.c
lib/mount_util.c