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