zbar_config.h 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. /* manually customized for iPhone platform */
  2. /* whether to build support for Code 128 symbology */
  3. //#undef ENABLE_CODE128
  4. #define ENABLE_CODE128 1
  5. /* whether to build support for Code 93 symbology */
  6. #undef ENABLE_CODE93
  7. //#define ENABLE_CODE93 1
  8. /* whether to build support for Code 39 symbology */
  9. #undef ENABLE_CODE39
  10. //#define ENABLE_CODE39 1
  11. /* whether to build support for Codabar symbology */
  12. //#undef ENABLE_CODABAR
  13. #define ENABLE_DATABAR 1
  14. /* whether to build support for DataBar symbology */
  15. #undef ENABLE_DATABAR
  16. //#define ENABLE_DATABAR 1
  17. /* whether to build support for EAN symbologies */
  18. #undef ENABLE_EAN
  19. //#define ENABLE_EAN 1
  20. /* whether to build support for Interleaved 2 of 5 symbology */
  21. #undef ENABLE_I25
  22. //#define ENABLE_I25 1
  23. /* whether to build support for PDF417 symbology */
  24. #undef ENABLE_PDF417
  25. //#define ENABLE_PDF417 1
  26. /* whether to build support for QR Code */
  27. #define ENABLE_QRCODE 1
  28. /* Define to 1 if you have the `atexit' function. */
  29. #undef HAVE_ATEXIT
  30. /* Define to 1 if you have the <dlfcn.h> header file. */
  31. #undef HAVE_DLFCN_H
  32. /* Define to 1 if you have the <fcntl.h> header file. */
  33. #undef HAVE_FCNTL_H
  34. /* Define to 1 if you have the <features.h> header file. */
  35. #undef HAVE_FEATURES_H
  36. /* Define to 1 if you have the `getpagesize' function. */
  37. #undef HAVE_GETPAGESIZE
  38. /* Define if you have the iconv() function and it works. */
  39. #undef HAVE_ICONV
  40. /* Define to 1 if you have the <inttypes.h> header file. */
  41. #undef HAVE_INTTYPES_H
  42. /* Define to 1 if you have the <jpeglib.h> header file. */
  43. #undef HAVE_JPEGLIB_H
  44. /* Define to 1 if you have the `jpeg' library (-ljpeg). */
  45. #undef HAVE_LIBJPEG
  46. /* Define to 1 if you have the `pthread' library (-lpthread). */
  47. #undef HAVE_LIBPTHREAD
  48. /* Define to 1 if you have the <linux/videodev2.h> header file. */
  49. #undef HAVE_LINUX_VIDEODEV2_H
  50. /* Define to 1 if you have the <linux/videodev.h> header file. */
  51. #undef HAVE_LINUX_VIDEODEV_H
  52. /* Define to 1 if you have the <memory.h> header file. */
  53. #undef HAVE_MEMORY_H
  54. /* Define to 1 if you have the `memset' function. */
  55. #define HAVE_MEMSET 1
  56. /* Define to 1 if you have a working `mmap' system call. */
  57. #undef HAVE_MMAP
  58. /* Define to 1 if you have the <poll.h> header file. */
  59. #undef HAVE_POLL_H
  60. /* Define to 1 if you have the <pthread.h> header file. */
  61. #undef HAVE_PTHREAD_H
  62. /* Define to 1 if you have the `setenv' function. */
  63. #undef HAVE_SETENV
  64. /* Define to 1 if you have the <stdint.h> header file. */
  65. #define HAVE_STDINT_H 1
  66. /* Define to 1 if you have the <stdlib.h> header file. */
  67. #define HAVE_STDLIB_H 1
  68. /* Define to 1 if you have the <strings.h> header file. */
  69. #define HAVE_STRINGS_H 1
  70. /* Define to 1 if you have the <string.h> header file. */
  71. #define HAVE_STRING_H 1
  72. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  73. #undef HAVE_SYS_IOCTL_H
  74. /* Define to 1 if you have the <sys/ipc.h> header file. */
  75. #undef HAVE_SYS_IPC_H
  76. /* Define to 1 if you have the <sys/mman.h> header file. */
  77. #undef HAVE_SYS_MMAN_H
  78. /* Define to 1 if you have the <sys/shm.h> header file. */
  79. #undef HAVE_SYS_SHM_H
  80. /* Define to 1 if you have the <sys/stat.h> header file. */
  81. #undef HAVE_SYS_STAT_H
  82. /* Define to 1 if you have the <sys/times.h> header file. */
  83. #undef HAVE_SYS_TIMES_H
  84. /* Define to 1 if you have the <sys/time.h> header file. */
  85. #undef HAVE_SYS_TIME_H
  86. /* Define to 1 if you have the <sys/types.h> header file. */
  87. #undef HAVE_SYS_TYPES_H
  88. /* Define to 1 if the system has the type `uintptr_t'. */
  89. #undef HAVE_UINTPTR_T
  90. /* Define to 1 if you have the <unistd.h> header file. */
  91. #undef HAVE_UNISTD_H
  92. /* Define to 1 if you have the <vfw.h> header file. */
  93. #undef HAVE_VFW_H
  94. /* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
  95. #undef HAVE_X11_EXTENSIONS_XSHM_H
  96. /* Define to 1 if you have the <X11/extensions/Xvlib.h> header file. */
  97. #undef HAVE_X11_EXTENSIONS_XVLIB_H
  98. /* Define as const if the declaration of iconv() needs const. */
  99. #undef ICONV_CONST
  100. /* Library major version */
  101. #define LIB_VERSION_MAJOR 0
  102. /* Library minor version */
  103. #define LIB_VERSION_MINOR 2
  104. /* Library revision */
  105. #define LIB_VERSION_REVISION 0
  106. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  107. */
  108. #undef LT_OBJDIR
  109. /* Define to 1 if assertions should be disabled. */
  110. //#undef NDEBUG
  111. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  112. #undef NO_MINUS_C_MINUS_O
  113. /* Name of package */
  114. #define PACKAGE "zbar"
  115. /* Define to the address where bug reports for this package should be sent. */
  116. #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
  117. /* Define to the full name of this package. */
  118. #define PACKAGE_NAME "zbar"
  119. /* Define to the full name and version of this package. */
  120. #define PACKAGE_STRING "zbar 0.10"
  121. /* Define to the one symbol short name of this package. */
  122. #define PACKAGE_TARNAME "zbar"
  123. /* Define to the version of this package. */
  124. #define PACKAGE_VERSION "0.10"
  125. /* Define to 1 if you have the ANSI C header files. */
  126. #define STDC_HEADERS 1
  127. /* Version number of package */
  128. #define VERSION "0.10"
  129. /* Define to 1 if the X Window System is missing or not being used. */
  130. #define X_DISPLAY_MISSING 1
  131. /* Program major version (before the '.') as a number */
  132. #define ZBAR_VERSION_MAJOR 0
  133. /* Program minor version (after '.') as a number */
  134. #define ZBAR_VERSION_MINOR 10
  135. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  136. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  137. #define below would cause a syntax error. */
  138. #undef _UINT32_T
  139. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  140. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  141. #define below would cause a syntax error. */
  142. #undef _UINT8_T
  143. /* Minimum Windows API version */
  144. #undef _WIN32_WINNT
  145. /* used only for pthread debug attributes */
  146. #undef __USE_UNIX98
  147. /* Define to empty if `const' does not conform to ANSI C. */
  148. #undef const
  149. /* Define to `__INLINE__' or `__INLINE' if that's what the C compiler
  150. calls it, or to nothing if 'INLINE' is not supported under any name. */
  151. #define INLINE
  152. #define inline
  153. ///* Define to the type of a signed integer type of width exactly 32 bits if
  154. // such a type exists and the standard includes do not define it. */
  155. //#undef int32_t
  156. //
  157. ///* Define to the type of an unsigned integer type of width exactly 32 bits if
  158. // such a type exists and the standard includes do not define it. */
  159. //#undef uint32_t
  160. //
  161. ///* Define to the type of an unsigned integer type of width exactly 8 bits if
  162. // such a type exists and the standard includes do not define it. */
  163. //#undef uint8_t
  164. //
  165. ///* Define to the type of an unsigned integer type wide enough to hold a
  166. // pointer, if such a type exists, and if the system does not define it. */
  167. //#undef uintptr_t
  168. //#define NO_STATS
  169. #ifndef X_DISPLAY_MISSING
  170. # define HAVE_X
  171. #endif