4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 23:47:22 +08:00
2022-07-04 10:20:04 +08:00

16 lines
291 B
Plaintext

menuconfig RTT_POSIX_TESTCASE_LOCALE_H
bool "<locale.h>"
default n
if RTT_POSIX_TESTCASE_LOCALE_H
config LOCALE_H_SETLOCALE
bool "<locale.h -> setlocale>"
default n
config LIBGEN_H_LOCALECONV
bool "<locale.h -> localconv>"
default n
endif