/*[CD]*/
#include <unistd.h>
#ifndef _POSIX2_C_DEV
#error "_POSIX2_C_DEV is not defined"
#endif
int main(void) { return 0; }
