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