/* gpsd.h -- fundamental types and structures for the gpsd library * * This file is Copyright (c) 2010 by the GPSD project * BSD terms apply: see the file COPYING in the distribution root for details. */ #ifndef _GPSD_H_ #define _GPSD_H_ #include "gpsd_config.h" #include #include #ifdef HAVE_TERMIOS_H #include #endif #ifdef HAVE_SYS_TERMIOS_H #include #endif #include "gps.h" #ifndef GPSD_CONFIG_H /* Feature configuration switches begin here */