#ifndef AUTO_IOPAUSE_H
#define AUTO_IOPAUSE_H
#define IOPAUSE_SYS_SELECT_H /* systype-info */
#include <sys/types.h>
#include <sys/time.h>
#include <sys/select.h>
#undef IOPAUSE_POLL /* systype-info */
typedef struct {
  int fd;
  short events;
  short revents;
} iopause_fd;

#define IOPAUSE_READ 1
#define IOPAUSE_WRITE 4

#endif


syntax highlighted by Code2HTML, v. 0.9.1