Kconfig 284 B

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