minix/releasetools/tell_config

14 lines
222 B
Plaintext
Raw Normal View History

2005-04-21 16:53:53 +02:00
#!/bin/sh
#
# tellconfig - Tell the value of a <minix/config.h> parameter
# Author: Kees J. Bot
echo "
#include \"../include/minix/config.h\"
2005-04-21 16:53:53 +02:00
$*
" >/tmp/tell.$$
exec </tmp/tell.$$
rm /tmp/tell.$$
exec clang -P -E -