From 987e2f0fd79cfcf851cff01e393247fe656f6f65 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Mon, 30 Jul 2007 14:01:26 +0300 Subject: [PATCH] misc --- src/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index d40a4b9..b4ebfbc 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -15,9 +15,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* Defined if you have espeak */ +#undef HAVE_ESPEAK + /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT +/* Define to 1 if you have the header file. */ +#undef HAVE_GPS_H + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -92,3 +98,6 @@ /* build with Maemo/Hildon user interface */ #undef WITH_HILDON + +/* build with gpsd */ +#undef WITH_LIBGPS -- 2.39.5