#!/bin/sh FUSE_CFLAGS=$(pkg-config --cflags fuse) echo "#include " | cpp ${FUSE_CFLAGS} | grep -q "${1}" [ "$?" != "0" ]; echo $?