#if 0 #include #include long fpathconf(int fildes, int name) { (void)fildes; (void)name; return 0; } /* POSIX(1) */ #endif