#include  

TIL: use cpp to expand macros and dumps header, eg. to get sysconf value names: “cpp <(echo ‘#include “unistd.h”’) | grep SC

@williballenthin