#ifndef termio_h

#if !defined(termio_h) && defined(TNV3)
#include "/usr/include/termio.h"
#define TERM struct termio
#define termio_h
#endif

#ifndef termio_h
#include <termio.h>
#define TERM struct termio
#define termio_h
#endif

#endif
