소스 검색

define iconv_is_in_libc by default for netbsd OS (can be disabled by adding -dDISABLE_ICONV_LIBC option

git-svn-id: trunk@39801 -
pierre 7 년 전
부모
커밋
0e6c072365
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/cwstring.pp

+ 1 - 1
rtl/unix/cwstring.pp

@@ -33,7 +33,7 @@ implementation
 {$endif}
 
 {$ifdef netbsd}
-  {$ifdef TEST_ICONV_LIBC}
+  {$ifndef DISABLE_ICONV_LIBC}
     {$define iconv_is_in_libc}
   {$endif}
 {$endif}