cleanup specfile for packaging
[profile/ivi/gpsd.git] / gpsd.h-head
1 /* gpsd.h -- fundamental types and structures for the gpsd library
2  *
3  * This file is Copyright (c) 2010 by the GPSD project
4  * BSD terms apply: see the file COPYING in the distribution root for details.
5  */
6
7 #ifndef _GPSD_H_
8 #define _GPSD_H_
9
10 #include <stdbool.h>
11 #include <stdio.h>
12
13 #ifndef GPSD_CONFIG_H
14 /* Feature configuration switches begin here */