Rev 46659 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# ${RHOME}/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}"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}"## temporaryline=`grep "SUPPORT_UTF8" config.h`echo "${line}"line=`grep "SUPPORT_MBCS" config.h`echo "${line}"line=`grep "ENABLE_NLS" config.h`echo "${line}"line=`grep "HAVE_AQUA" config.h`echo "${line}"echoecho "#endif /* not R_CONFIG_H */"echoecho "#endif /* not R_RCONFIG_H */"