aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-05-19 11:43:32 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-05-19 11:43:32 +0000
commitcbde4d3f9281906feb5e051e6fa74ab065bd77c0 (patch)
tree6aa4a8177a7e9a2ab79f4ea92b58873501fbed87 /config.h.in
parent93d751a7c3d5c6c1db576460a7f08bd80a0f3bb9 (diff)
downloadlcd4linux-cbde4d3f9281906feb5e051e6fa74ab065bd77c0.tar.gz
gps plugin, code by michu / www.neophob.com
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@801 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ed264ef..fb06ab4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -100,6 +100,9 @@
/* Define to 1 if you have the <net/if_ppp.h> header file. */
#undef HAVE_NET_IF_PPP_H
+/* Define to 1 if you have the <nmeap.h> header file. */
+#undef HAVE_NMEAP_H
+
/* Define to 1 if you have the `pow' function. */
#undef HAVE_POW
@@ -290,6 +293,9 @@
/* file plugin */
#undef PLUGIN_FILE
+/* gps plugin */
+#undef PLUGIN_GPS
+
/* i2c sensors plugin */
#undef PLUGIN_I2C_SENSORS