mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-04 18:34:34 +08:00
16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
|
menuconfig RTT_POSIX_TESTCASE_LIBGEN_H
|
||
|
bool "<libgen.h>"
|
||
|
default n
|
||
|
|
||
|
if RTT_POSIX_TESTCASE_LIBGEN_H
|
||
|
|
||
|
config LIBGEN_H_BASENAME
|
||
|
bool "<libgen.h> -> basename"
|
||
|
default n
|
||
|
|
||
|
config LIBGEN_H_DIRNAME
|
||
|
bool "<libgen.h> -> dirname"
|
||
|
default n
|
||
|
|
||
|
endif
|