#include <limits.h>
#ifndef _POSIX_PIPE_BUF
#error "_POSIX_PIPE_BUF is not defined"
#endif
int main(void) { return 0; }
