#! /bin/sh
echo "/* config.h, automatically generated by Configure. */" > config.h
echo "#define C_USER \""`whoami`\" >> config.h
#echo `whoami`\" >> config.h
echo "#define C_HOST \""`uname -mnrs`\" >> config.h
echo "#define C_TIME \""`date`\" >> config.h
echo "#define C_CC \""`cc -v 2>&1 | tail -n 1`\" >> config.h

