diff -urN util-linux-2.10q.org/configure util-linux-2.10q/configure --- util-linux-2.10q.org/configure Tue Nov 21 22:08:46 2000 +++ util-linux-2.10q/configure Tue Nov 21 22:10:35 2000 @@ -32,6 +32,7 @@ # 11. For pivot_root.c: does define __NR_pivot_root? # 12. For hwclock.c: does struct tm have a field tm_gmtoff? # 13. For nfsmount: does the output of rpcgen compile? +# 14. For raw.c: does exist? rm -f make_include defines.h @@ -558,3 +559,11 @@ fi rm -f conftest conftestx.c conftestl.c conftest.h conftest.x conferrs rm -f conftestx.o conftestl.o + +# +# 14. For raw.c: does exist? +# +if ./testincl "sys/raw.h"; then + echo "ADD_RAW=yes" >> make_include +fi +