BIG_PIPE_SIZE
if (desiredsize == BIG_PIPE_SIZE)
#ifndef BIG_PIPE_SIZE
#define PIPENPAGES (BIG_PIPE_SIZE / PAGE_SIZE + 1)
char buf[BIG_PIPE_SIZE];