s/#ifdef CONFIG_/#if ENABLE_/g
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
#ifdef CONFIG_LOCALE_SUPPORT
|
||||
#if ENABLE_LOCALE_SUPPORT
|
||||
#define isspace_given_isprint(c) isspace(c)
|
||||
#else
|
||||
#undef isspace
|
||||
|
Reference in New Issue
Block a user