The R Project SVN R

Rev

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

Rev 60891 Rev 60924
Line 6... Line 6...
6
echo
6
echo
7
echo "#ifndef R_CONFIG_H"
7
echo "#ifndef R_CONFIG_H"
8
echo
8
echo
9
line=`grep "HAVE_F77_UNDERSCORE" config.h`
9
line=`grep "HAVE_F77_UNDERSCORE" config.h`
10
echo "${line}"
10
echo "${line}"
-
 
11
echo "/* all R platforms have this */"
11
line=`grep "IEEE_754" config.h`
12
line=`grep "IEEE_754" config.h`
12
echo "${line}"
13
echo "${line}"
13
line=`grep "WORDS_BIGENDIAN" config.h`
14
line=`grep "WORDS_BIGENDIAN" config.h`
14
echo "${line}"
15
echo "${line}"
15
line=`grep "R_INLINE" config.h`
16
line=`grep "R_INLINE" config.h`
16
echo "${line}"
17
echo "${line}"
17
line=`grep "HAVE_VISIBILITY_ATTRIBUTE" config.h`
18
line=`grep "HAVE_VISIBILITY_ATTRIBUTE" config.h`
18
echo "${line}"
19
echo "${line}"
-
 
20
echo "/* all R platforms have the next two */"
19
echo "#define SUPPORT_UTF8 1"
21
echo "#define SUPPORT_UTF8 1"
20
echo "#define SUPPORT_MBCS 1"
22
echo "#define SUPPORT_MBCS 1"
21
line=`grep "ENABLE_NLS" config.h`
23
line=`grep "ENABLE_NLS" config.h`
22
echo "${line}"
24
echo "${line}"
23
line=`grep "HAVE_AQUA" config.h`
25
line=`grep "HAVE_AQUA" config.h`