Rev 33946 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/sh## ${RHOME}/tools/GETCONFIGecho "/* Rconfig.h. Generated automatically */"echo "#ifndef R_CONFIG_H"echo "#define R_CONFIG_H"echoecho "#ifndef _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 "HAVE_WORKING_ISFINITE" config.h`echo "${line}"line=`grep "R_INLINE" 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}"echoecho "#endif /* not _CONFIG_H */"echoecho "#endif /* not R_CONFIG_H */"