The R Project SVN R

Rev

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

Rev 71873 Rev 76627
Line 22... Line 22...
22
echo "#define SUPPORT_MBCS 1"
22
echo "#define SUPPORT_MBCS 1"
23
line=`grep "ENABLE_NLS" config.h`
23
line=`grep "ENABLE_NLS" config.h`
24
echo "${line}"
24
echo "${line}"
25
line=`grep "HAVE_AQUA" config.h`
25
line=`grep "HAVE_AQUA" config.h`
26
echo "${line}"
26
echo "${line}"
-
 
27
echo "/* Will enable the use of Fortran character lengths,"
-
 
28
echo "   e.g. in BLAS.h and Lapack.h */"
-
 
29
echo "#ifdef USE_FC_LEN_T"
-
 
30
line=`grep "FC_LEN_T" config.h`
-
 
31
echo "${line}"
-
 
32
echo "#endif"
-
 
33
echo
27
echo "/* NB: the rest are for the C compiler used to build R:"
34
echo "/* NB: the rest are for the C compiler used to build R:"
28
echo "   they do not necessarily apply to a C++ compiler */"
35
echo "   they do not necessarily apply to a C++ compiler */"
29
line=`grep "SIZEOF_SIZE_T" config.h`
36
line=`grep "SIZEOF_SIZE_T" config.h`
30
echo "${line}"
37
echo "${line}"
31
line=`grep "HAVE_ALLOCA_H" config.h`
38
line=`grep "HAVE_ALLOCA_H" config.h`