diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-05-20 19:42:13 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-05-20 19:42:13 +0000 |
| commit | 60e5fe14d01b84bbef35d5286183a85ff72002dd (patch) | |
| tree | 744ede4bf2328a2e0092d1af7d7936d937c43384 /config.h.in | |
| parent | 4c1d83d373b4a0737da668945d1ddb3278b6c3b7 (diff) | |
| download | enigma2-60e5fe14d01b84bbef35d5286183a85ff72002dd.tar.gz enigma2-60e5fe14d01b84bbef35d5286183a85ff72002dd.zip | |
undo shitty stuff.. sorry
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/config.h.in b/config.h.in index ceee826a..3224a09a 100644 --- a/config.h.in +++ b/config.h.in @@ -3,7 +3,7 @@ /* where to find the config files */ #undef CONFIGDIR -/* where to find data */ +/* where to find data like icons */ #undef DATADIR /* Enable debug messages */ @@ -19,12 +19,6 @@ /* 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 @@ -61,9 +55,6 @@ /* where to find the internal libs */ #undef LIBDIR -/* where to find locales */ -#undef LOCALEDIR - /* Name of package */ #undef PACKAGE @@ -88,15 +79,12 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* where to find tuxbox data */ -#undef TUXBOXDATADIR +/* where to find the ucodes (firmware) */ +#undef UCODEDIR /* Version number of package */ #undef VERSION -/* where to find zoneinfo db */ -#undef ZONEINFODIR - /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |
