#include long pathconf(const char *path, int name) { return fpathconf(-1, name); } #ifdef TEST int main(void) { return 0; } #endif