# MPW shell
#
# ${RHOME}src/macintosh/tools/GETCONFIG

echo "/* Rconfig.h.  Generated automatically */"
echo "#ifndef R_CONFIG_H"
echo "#define R_CONFIG_H"
echo
echo "#ifndef _CONFIG_H"
echo
set line "`Search "HAVE_F77_UNDERSCORE" <::include:config.h`"
echo "{line}"
set line "`Search "IEEE_754" <::include:config.h`"
echo "{line}"
set line "`Search "WORDS_BIGENDIAN" <::include:config.h`"
echo "{line}"
echo
echo "#endif /* not _CONFIG_H */"
echo
echo "#endif /* not R_CONFIG_H */"



