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