Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はwafを使用してCプログラムを構築しています。構成段階で特定のヘッダーファイルの存在を確認したいと思います。それを行う方法はありますか?
ああ、ちょっとしたグーグルで私の質問に対する答えが見つかりましたcheck:次のように、構成オブジェクトでメソッドを使用できます。
check
def configure(conf): conf.check(header_name="stdbool.h")