Rev 60924 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# ${R_HOME}/tools/GETCONFIGecho "/* Rconfig.h. Generated automatically */"echo "#ifndef R_RCONFIG_H"echo "#define R_RCONFIG_H"echoecho "#ifndef R_CONFIG_H"echoline=`grep "HAVE_F77_UNDERSCORE" config.h`echo "${line}"echo "/* all R platforms have this */"line=`grep "IEEE_754" config.h`echo "${line}"line=`grep "WORDS_BIGENDIAN" config.h`echo "${line}"line=`grep "R_INLINE" config.h`echo "${line}"line=`grep "HAVE_VISIBILITY_ATTRIBUTE" config.h`echo "${line}"echo "/* all R platforms have the next two */"echo "#define SUPPORT_UTF8 1"echo "#define SUPPORT_MBCS 1"line=`grep "ENABLE_NLS" config.h`echo "${line}"line=`grep "HAVE_AQUA" config.h`echo "${line}"line=`grep "SUPPORT_OPENMP" config.h`echo "${line}"line=`grep "SIZEOF_SIZE_T" config.h`echo "${line}"echoecho "#endif /* not R_CONFIG_H */"echoecho "#endif /* not R_RCONFIG_H */"