2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <limits.h> /* _POSIX_*_MAX */
7 #include <stdio.h> /* FILENAME_MAX */
8 #include <unistd.h> /* _PC_* */
10 /* FIXME: add autodoc */
11 long pathconf(const char *path
, int name
)
13 /* TODO: Implement pathconf() properly */