git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
PositionerSetup/plugin.py: fix modulation, fix nim selection list size
[enigma2.git]
/
config.h.in
diff --git
a/config.h.in
b/config.h.in
index 3224a09ab7aa74b9b0ca7aa597d8c7ecc4eb05d4..3564836100f09b98b4ef868c4bd12b4811fbb341 100644
(file)
--- a/
config.h.in
+++ b/
config.h.in
@@
-3,7
+3,7
@@
/* where to find the config files */
#undef CONFIGDIR
/* where to find the config files */
#undef CONFIGDIR
-/* where to find data
like icons
*/
+/* where to find data */
#undef DATADIR
/* Enable debug messages */
#undef DATADIR
/* Enable debug messages */
@@
-19,6
+19,12
@@
/* where games data is stored */
#undef GAMESDIR
/* where games data is stored */
#undef GAMESDIR
+/* Define to 1 if you have the dvb includes */
+#undef HAVE_DVB
+
+/* Define to the version of the dvb api */
+#undef HAVE_DVB_API_VERSION
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@
-55,6
+61,9
@@
/* where to find the internal libs */
#undef LIBDIR
/* where to find the internal libs */
#undef LIBDIR
+/* where to find locales */
+#undef LOCALEDIR
+
/* Name of package */
#undef PACKAGE
/* Name of package */
#undef PACKAGE
@@
-79,12
+88,18
@@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* where to find t
he ucodes (firmware)
*/
-#undef
UCODE
DIR
+/* where to find t
uxbox data
*/
+#undef
TUXBOXDATA
DIR
/* Version number of package */
#undef VERSION
/* Version number of package */
#undef VERSION
+/* With SDL */
+#undef WITH_SDL
+
+/* where to find zoneinfo db */
+#undef ZONEINFODIR
+
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS