The R Project SVN R

Rev

Rev 32733 | Rev 36986 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32733 Rev 32834
Line 21... Line 21...
21
## temporary
21
## temporary
22
line=`grep "SUPPORT_UTF8" config.h`
22
line=`grep "SUPPORT_UTF8" config.h`
23
echo "${line}"
23
echo "${line}"
24
line=`grep "SUPPORT_MBCS" config.h`
24
line=`grep "SUPPORT_MBCS" config.h`
25
echo "${line}"
25
echo "${line}"
-
 
26
line=`grep "ENABLE_NLS" config.h`
-
 
27
echo "${line}"
26
echo
28
echo
27
echo "#endif /* not _CONFIG_H */"
29
echo "#endif /* not _CONFIG_H */"
28
echo
30
echo
29
echo "#endif /* not R_CONFIG_H */"
31
echo "#endif /* not R_CONFIG_H */"