ZBar bar code reader . http://zbar.sourceforge.net/ ZBar is licensed under the GNU LGPL 2.1 to enable development of both open source and commercial projects.
Dependents: GR-PEACH_Camera_in_barcode levkov_ov7670
config.h
00001 /* include/config.h. Generated from config.h.in by configure. */ 00002 /* include/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* whether to build support for Code 128 symbology */ 00005 #define ENABLE_CODE128 1 00006 00007 /* whether to build support for Code 39 symbology */ 00008 #define ENABLE_CODE39 1 00009 00010 /* whether to build support for EAN symbologies */ 00011 #define ENABLE_EAN 1 00012 00013 /* whether to build support for Interleaved 2 of 5 symbology */ 00014 #define ENABLE_I25 1 00015 00016 /* whether to build support for PDF417 symbology */ 00017 /* #undef ENABLE_PDF417 */ 00018 00019 /* whether to build support for QR Code */ 00020 #define ENABLE_QRCODE 1 00021 00022 /* Define to 1 if you have the `atexit' function. */ 00023 #define HAVE_ATEXIT 1 00024 00025 /* Define to 1 if you have the <dlfcn.h> header file. */ 00026 #define HAVE_DLFCN_H 1 00027 00028 /* Define to 1 if you have the <fcntl.h> header file. */ 00029 #define HAVE_FCNTL_H 1 00030 00031 /* Define to 1 if you have the <features.h> header file. */ 00032 #define HAVE_FEATURES_H 1 00033 00034 /* Define to 1 if you have the `getpagesize' function. */ 00035 #define HAVE_GETPAGESIZE 1 00036 00037 /* Define if you have the iconv() function and it works. */ 00038 #define HAVE_ICONV 1 00039 00040 /* Define to 1 if you have the <inttypes.h> header file. */ 00041 #define HAVE_INTTYPES_H 1 00042 00043 /* Define to 1 if you have the <jpeglib.h> header file. */ 00044 /* #undef HAVE_JPEGLIB_H */ 00045 00046 /* Define to 1 if you have the `jpeg' library (-ljpeg). */ 00047 /* #undef HAVE_LIBJPEG */ 00048 00049 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00050 /* #undef HAVE_LIBPTHREAD */ 00051 00052 /* Define to 1 if you have the <linux/videodev2.h> header file. */ 00053 /* #undef HAVE_LINUX_VIDEODEV2_H */ 00054 00055 /* Define to 1 if you have the <linux/videodev.h> header file. */ 00056 /* #undef HAVE_LINUX_VIDEODEV_H */ 00057 00058 /* Define to 1 if you have the <memory.h> header file. */ 00059 #define HAVE_MEMORY_H 1 00060 00061 /* Define to 1 if you have the `memset' function. */ 00062 #define HAVE_MEMSET 1 00063 00064 /* Define to 1 if you have a working `mmap' system call. */ 00065 /* #undef HAVE_MMAP */ 00066 00067 /* Define to 1 if you have the <poll.h> header file. */ 00068 #define HAVE_POLL_H 1 00069 00070 /* Define to 1 if you have the <pthread.h> header file. */ 00071 /* #undef HAVE_PTHREAD_H */ 00072 00073 /* Define to 1 if you have the `setenv' function. */ 00074 #define HAVE_SETENV 1 00075 00076 /* Define to 1 if you have the <stdint.h> header file. */ 00077 #define HAVE_STDINT_H 1 00078 00079 /* Define to 1 if you have the <stdlib.h> header file. */ 00080 #define HAVE_STDLIB_H 1 00081 00082 /* Define to 1 if you have the <strings.h> header file. */ 00083 #define HAVE_STRINGS_H 1 00084 00085 /* Define to 1 if you have the <string.h> header file. */ 00086 #define HAVE_STRING_H 1 00087 00088 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00089 #define HAVE_SYS_IOCTL_H 1 00090 00091 /* Define to 1 if you have the <sys/ipc.h> header file. */ 00092 #define HAVE_SYS_IPC_H 1 00093 00094 /* Define to 1 if you have the <sys/mman.h> header file. */ 00095 #define HAVE_SYS_MMAN_H 1 00096 00097 /* Define to 1 if you have the <sys/shm.h> header file. */ 00098 #define HAVE_SYS_SHM_H 1 00099 00100 /* Define to 1 if you have the <sys/stat.h> header file. */ 00101 #define HAVE_SYS_STAT_H 1 00102 00103 /* Define to 1 if you have the <sys/times.h> header file. */ 00104 #define HAVE_SYS_TIMES_H 1 00105 00106 /* Define to 1 if you have the <sys/time.h> header file. */ 00107 #define HAVE_SYS_TIME_H 1 00108 00109 /* Define to 1 if you have the <sys/types.h> header file. */ 00110 #define HAVE_SYS_TYPES_H 1 00111 00112 /* Define to 1 if the system has the type `uintptr_t'. */ 00113 #define HAVE_UINTPTR_T 1 00114 00115 /* Define to 1 if you have the <unistd.h> header file. */ 00116 #define HAVE_UNISTD_H 1 00117 00118 /* Define to 1 if you have the <vfw.h> header file. */ 00119 #define HAVE_VFW_H 1 00120 00121 /* Define to 1 if you have the <X11/extensions/XShm.h> header file. */ 00122 /* #undef HAVE_X11_EXTENSIONS_XSHM_H */ 00123 00124 /* Define to 1 if you have the <X11/extensions/Xvlib.h> header file. */ 00125 /* #undef HAVE_X11_EXTENSIONS_XVLIB_H */ 00126 00127 /* Define as const if the declaration of iconv() needs const. */ 00128 #define ICONV_CONST 00129 00130 /* Library major version */ 00131 #define LIB_VERSION_MAJOR 0 00132 00133 /* Library minor version */ 00134 #define LIB_VERSION_MINOR 2 00135 00136 /* Library revision */ 00137 #define LIB_VERSION_REVISION 0 00138 00139 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00140 */ 00141 #define LT_OBJDIR ".libs/" 00142 00143 /* Define to 1 if assertions should be disabled. */ 00144 /* #undef NDEBUG */ 00145 00146 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00147 /* #undef NO_MINUS_C_MINUS_O */ 00148 00149 /* Name of package */ 00150 #define PACKAGE "zbar" 00151 00152 /* Define to the address where bug reports for this package should be sent. */ 00153 #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net" 00154 00155 /* Define to the full name of this package. */ 00156 #define PACKAGE_NAME "zbar" 00157 00158 /* Define to the full name and version of this package. */ 00159 #define PACKAGE_STRING "zbar 0.10" 00160 00161 /* Define to the one symbol short name of this package. */ 00162 #define PACKAGE_TARNAME "zbar" 00163 00164 /* Define to the version of this package. */ 00165 #define PACKAGE_VERSION "0.10" 00166 00167 /* Define to 1 if you have the ANSI C header files. */ 00168 #define STDC_HEADERS 1 00169 00170 /* Version number of package */ 00171 #define VERSION "0.10" 00172 00173 /* Define to 1 if the X Window System is missing or not being used. */ 00174 /* #undef X_DISPLAY_MISSING */ 00175 00176 /* Program major version (before the '.') as a number */ 00177 #define ZBAR_VERSION_MAJOR 0 00178 00179 /* Program minor version (after '.') as a number */ 00180 #define ZBAR_VERSION_MINOR 10 00181 00182 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 00183 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00184 #define below would cause a syntax error. */ 00185 /* #undef _UINT32_T */ 00186 00187 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 00188 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00189 #define below would cause a syntax error. */ 00190 /* #undef _UINT8_T */ 00191 00192 /* Minimum Windows API version */ 00193 #define _WIN32_WINNT 0x0500 00194 00195 /* used only for pthread debug attributes */ 00196 /* #undef __USE_UNIX98 */ 00197 00198 /* Define to empty if `const' does not conform to ANSI C. */ 00199 /* #undef const */ 00200 00201 /* Define to `__inline__' or `__inline' if that's what the C compiler 00202 calls it, or to nothing if 'inline' is not supported under any name. */ 00203 #ifndef __cplusplus 00204 /* #undef inline */ 00205 #endif 00206 00207 /* Define to the type of a signed integer type of width exactly 32 bits if 00208 such a type exists and the standard includes do not define it. */ 00209 /* #undef int32_t */ 00210 00211 /* Define to the type of an unsigned integer type of width exactly 32 bits if 00212 such a type exists and the standard includes do not define it. */ 00213 /* #undef uint32_t */ 00214 00215 /* Define to the type of an unsigned integer type of width exactly 8 bits if 00216 such a type exists and the standard includes do not define it. */ 00217 /* #undef uint8_t */ 00218 00219 /* Define to the type of an unsigned integer type wide enough to hold a 00220 pointer, if such a type exists, and if the system does not define it. */ 00221 /* #undef uintptr_t */ 00222 00223 #ifndef X_DISPLAY_MISSING 00224 # define HAVE_X 00225 #endif 00226 00227
Generated on Tue Jul 12 2022 18:54:12 by 1.7.2