#include #include long pathconf(const char *path, int name) { (void)path; (void)name; return 0; } /* POSIX(1) */