Hi, lib/backupfile.c contains a feature check for pathconf() (HAVE_PATHCONF), but later on fpathconf() is used without a check. Therefore, the file can't be compiled on systems that don't have pathconf.
Please add a check for fpathconf(), similar to the pathconf() check in lines 44-46. Regards, Adrian