#include "stddef.h" #include "sys/types.h" #include long pathconf(const char *path, int name) { (void)path; (void)name; return 0; } /* POSIX(1) */