summaryrefslogtreecommitdiff
path: root/gpxlogger.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 10:15:40 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 10:15:40 -0500
commit6cee03b5e3ee6eb79210a9ed1e3ba5fa0037e4ca (patch)
treeae47d78862af8d1388b8555d99b6c174ca08b267 /gpxlogger.c
parent65224a85007d6576c706c1ce3fae6b9e99ba1b28 (diff)
downloadgpsd-6cee03b5e3ee6eb79210a9ed1e3ba5fa0037e4ca.tar.gz
Because we're taking SuS seriously we can simplify the configuration machinery.
Diffstat (limited to 'gpxlogger.c')
-rw-r--r--gpxlogger.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gpxlogger.c b/gpxlogger.c
index 8207a489..43d468d7 100644
--- a/gpxlogger.c
+++ b/gpxlogger.c
@@ -3,16 +3,14 @@
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#include <stdlib.h>
-#include "gpsd_config.h"
#include <string.h>
-#ifdef HAVE_SYSLOG_H
#include <syslog.h>
-#endif /* HAVE_SYSLOG_H */
#include <math.h>
#include <errno.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
+
#include "gps.h"
#include "gpsdclient.h"
#include "revision.h"