/* gpsd.h -- fundamental types and structures for the gpsd library */ /* $Id$ */ #ifndef _GPSD_H_ #define _GPSD_H_ #include #include #ifdef HAVE_TERMIOS_H #include #endif #ifdef HAVE_SYS_TERMIOS_H #include #endif #include "gps.h" /* Feature configuration switches begin here */