1menuconfig RTT_POSIX_TESTCASE_LIBGEN_H
2    bool "<libgen.h>"
3    default n
4
5if RTT_POSIX_TESTCASE_LIBGEN_H
6
7    config LIBGEN_H_BASENAME
8        bool "<libgen.h> -> basename"
9        default n
10
11    config LIBGEN_H_DIRNAME
12        bool "<libgen.h> -> dirname"
13        default n
14
15endif
16