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