Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.93 KB | None | 0 0
  1. /* config.h.  Generated by configure.  */
  2. /* config.h.in.  Generated from configure.ac by autoheader.  */
  3.  
  4. /* disable broken neutrino mount hack, use with mdev */
  5. /* #undef ASSUME_MDEV */
  6.  
  7. /* dreambox 500 */
  8. /* #undef BOXMODEL_DM500 */
  9.  
  10. /* ipbox 200 */
  11. /* #undef BOXMODEL_IP200 */
  12.  
  13. /* ipbox 250 */
  14. /* #undef BOXMODEL_IP250 */
  15.  
  16. /* ipbox 350 */
  17. /* #undef BOXMODEL_IP350 */
  18.  
  19. /* ipbox 400 */
  20. /* #undef BOXMODEL_IP400 */
  21.  
  22. /* where to find the config files */
  23. #define CONFIGDIR "/usr/local/share/config"
  24.  
  25. /* where to find data */
  26. #define DATADIR "/usr/local/share"
  27.  
  28. /* Enable debug messages */
  29. #define DEBUG 1
  30.  
  31. /* include FLAC support */
  32. /* #undef ENABLE_FLAC */
  33.  
  34. /* enable Freesat EPG code */
  35. /* #undef ENABLE_FREESATEPG */
  36.  
  37. /* where to find the fonts */
  38. #define FONTDIR "/usr/local/share/fonts"
  39.  
  40. /* where games data is stored */
  41. #define GAMESDIR "/usr/local/share/games"
  42.  
  43. /* Define to 1 if you have the <coolstream/nevis_ir.h> header file. */
  44. /* #undef HAVE_COOLSTREAM_NEVIS_IR_H */
  45.  
  46. /* building for a coolstream */
  47. #define HAVE_COOL_HARDWARE 1
  48.  
  49. /* building for a dbox2 */
  50. /* #undef HAVE_DBOX_HARDWARE */
  51.  
  52. /* Define to 1 if you have the <dlfcn.h> header file. */
  53. #define HAVE_DLFCN_H 1
  54.  
  55. /* building for a dreambox */
  56. /* #undef HAVE_DREAMBOX_HARDWARE */
  57.  
  58. /* building for a generic device like a standard PC */
  59. /* #undef HAVE_GENERIC_HARDWARE */
  60.  
  61. /* Define to 1 if you have the <inttypes.h> header file. */
  62. #define HAVE_INTTYPES_H 1
  63.  
  64. /* building for an ipbox */
  65. /* #undef HAVE_IPBOX_HARDWARE */
  66.  
  67. /* Define to 1 if you have the <memory.h> header file. */
  68. #define HAVE_MEMORY_H 1
  69.  
  70. /* Define to 1 if you have the <stdint.h> header file. */
  71. #define HAVE_STDINT_H 1
  72.  
  73. /* Define to 1 if you have the <stdlib.h> header file. */
  74. #define HAVE_STDLIB_H 1
  75.  
  76. /* Define to 1 if you have the <strings.h> header file. */
  77. #define HAVE_STRINGS_H 1
  78.  
  79. /* Define to 1 if you have the <string.h> header file. */
  80. #define HAVE_STRING_H 1
  81.  
  82. /* Define to 1 if you have the <sys/stat.h> header file. */
  83. #define HAVE_SYS_STAT_H 1
  84.  
  85. /* Define to 1 if you have the <sys/types.h> header file. */
  86. #define HAVE_SYS_TYPES_H 1
  87.  
  88. /* building for a tripledragon */
  89. /* #undef HAVE_TRIPLEDRAGON */
  90.  
  91. /* Define to 1 if you have the <unistd.h> header file. */
  92. #define HAVE_UNISTD_H 1
  93.  
  94. /* enable keyboard control, disable rc control */
  95. /* #undef KEYBOARD_INSTEAD_OF_REMOTE_CONTROL */
  96.  
  97. /* where to find the internal libs */
  98. #define LIBDIR "/usr/lib"
  99.  
  100. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  101.    */
  102. #define LT_OBJDIR ".libs/"
  103.  
  104. /* Name of package */
  105. #define PACKAGE "tuxbox-neutrino"
  106.  
  107. /* Define to the address where bug reports for this package should be sent. */
  108. #define PACKAGE_BUGREPORT ""
  109.  
  110. /* Define to the full name of this package. */
  111. #define PACKAGE_NAME "tuxbox-neutrino"
  112.  
  113. /* Define to the full name and version of this package. */
  114. #define PACKAGE_STRING "tuxbox-neutrino 1.0.1"
  115.  
  116. /* Define to the one symbol short name of this package. */
  117. #define PACKAGE_TARNAME "tuxbox-neutrino"
  118.  
  119. /* Define to the version of this package. */
  120. #define PACKAGE_VERSION "1.0.1"
  121.  
  122. /* where to find the plugins */
  123. #define PLUGINDIR "/usr/lib/tuxbox/plugins"
  124.  
  125. /* enable return from graphics mode */
  126. /* #undef RETURN_FROM_GRAPHICS_MODE */
  127.  
  128. /* Define to 1 if you have the ANSI C header files. */
  129. #define STDC_HEADERS 1
  130.  
  131. /* where to find the themes (don't change) */
  132. #define THEMESDIR "/usr/local/share/tuxbox/neutrino/themes"
  133.  
  134. /* where to find the ucodes */
  135. #define UCODEDIR "/usr/local/var/tuxbox/ucodes"
  136.  
  137. /* use libvorbisidec/tremor library */
  138. /* #undef USE_TREMOR */
  139.  
  140. /* Version number of package */
  141. #define VERSION "1.0.1"
  142.  
  143. /* Number of bits in a file offset, on hosts where this is settable. */
  144. #define _FILE_OFFSET_BITS 64
  145.  
  146. /* Enable GNU extensions on systems that have them.  */
  147. #ifndef _GNU_SOURCE
  148. # define _GNU_SOURCE 1
  149. #endif
  150.  
  151. /* Define for large files, on AIX-style hosts. */
  152. /* #undef _LARGE_FILES */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement