pathconf - get configurable pathname variables
#include <unistd.h> long int pathconf(const char *path, int name);
Refer to fpathconf().
Derived from the POSIX.1-1988 standard.