kernel: some boottime sanitychecks
[minix.git] / releasetools / tell_config
blob8a0cc2a41ba44b6a52d51bff2e63566e82583cca
1 #!/bin/sh
3 # tellconfig - Tell the value of a <minix/config.h> parameter
4 # Author: Kees J. Bot
6 echo "
7 #include \"../include/minix/config.h\"
8 $*
9 " >/tmp/tell.$$
10 exec </tmp/tell.$$
11 rm /tmp/tell.$$
13 exec clang -P -E -