#include <unistd.h>
int const foo = _PC_REC_INCR_XFER_SIZE;
int main(void) { return 0; }
