/* $NetBSD: ntp_io.h,v 1.2 1998/01/09 06:06:09 perry Exp $ */ /* * POSIX says use to get O_* symbols and * SEEK_SET symbol form . */ #ifdef HAVE_CONFIG_H # include #endif #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include #ifdef HAVE_SYS_FILE_H # include #endif #ifdef HAVE_FCNTL_H # include #endif #if !defined(SEEK_SET) && defined(L_SET) # define SEEK_SET L_SET #endif #ifdef SYS_WINNT # include #endif