@@ -165,28 +165,28 @@ if(NOT DEFINED __ASSERT_VERBOSE)
165165 option (__ASSERT_VERBOSE "Assert provides verbose information" ON )
166166endif ()
167167
168- if (NOT DEFINED _MB_CAPABLE )
169- option (_MB_CAPABLE "Enable multi-byte support" OFF )
168+ if (NOT DEFINED __MB_CAPABLE )
169+ option (__MB_CAPABLE "Enable multi-byte support" OFF )
170170endif ()
171171
172- if (NOT DEFINED _MB_EXTENDED_CHARSETS_ALL )
173- option (_MB_EXTENDED_CHARSETS_ALL "Enable UCS, ISO, Windows and JIS multibyte encodings" OFF )
172+ if (NOT DEFINED __MB_EXTENDED_CHARSETS_ALL )
173+ option (__MB_EXTENDED_CHARSETS_ALL "Enable UCS, ISO, Windows and JIS multibyte encodings" OFF )
174174endif ()
175175
176- if (NOT DEFINED _MB_EXTENDED_CHARSETS_UCS )
177- option (_MB_EXTENDED_CHARSETS_UCS "Enable UCS encodings" OFF )
176+ if (NOT DEFINED __MB_EXTENDED_CHARSETS_UCS )
177+ option (__MB_EXTENDED_CHARSETS_UCS "Enable UCS encodings" OFF )
178178endif ()
179179
180- if (NOT DEFINED _MB_EXTENDED_CHARSETS_ISO )
181- option (_MB_EXTENDED_CHARSETS_ISO "Enable ISO encodings" OFF )
180+ if (NOT DEFINED __MB_EXTENDED_CHARSETS_ISO )
181+ option (__MB_EXTENDED_CHARSETS_ISO "Enable ISO encodings" OFF )
182182endif ()
183183
184- if (NOT DEFINED _MB_EXTENDED_CHARSETS_WINDOWS )
185- option (_MB_EXTENDED_CHARSETS_WINDOWS "Enable Windows encodings" OFF )
184+ if (NOT DEFINED __MB_EXTENDED_CHARSETS_WINDOWS )
185+ option (__MB_EXTENDED_CHARSETS_WINDOWS "Enable Windows encodings" OFF )
186186endif ()
187187
188- if (NOT DEFINED _MB_EXTENDED_CHARSETS_JIS )
189- option (_MB_EXTENDED_CHARSETS_JIS "Enable JIS multibyte encodings" OFF )
188+ if (NOT DEFINED __MB_EXTENDED_CHARSETS_JIS )
189+ option (__MB_EXTENDED_CHARSETS_JIS "Enable JIS multibyte encodings" OFF )
190190endif ()
191191
192192set (_NANO_FORMATTED_IO OFF )
0 commit comments