34#if defined(HAVE_TERMIOS_H)
46# include <sys/ioctl.h>
51# if defined(TERMIO_DLL_EXPORTS) && defined(TERMIO_DLL_IMPORTS)
52# error "Only TERMIO_DLL_EXPORTS or TERMIO_DLL_IMPORTS can be defined, not both."
53# elif defined(TERMIO_DLL_EXPORTS)
54# define TERMIO_EXPORT COMPILER_DLLEXPORT
55# elif defined(TERMIO_DLL_IMPORTS)
56# define TERMIO_EXPORT COMPILER_DLLIMPORT
83 struct sgttyb *tio_ptr
85 struct termio *tio_ptr
86#elif defined(HAVE_TERMIOS_H)
87 struct termios *tio_ptr
Header file for the BRL-CAD common definitions.
unsigned short get_O_Speed(int fd)
void prnt_Tio(char *msg, void *tio_ptr)
int save_Fil_Stat(int fd)
int reset_Fil_Stat(int fd)