Zoltan Hudak / zbar

Dependents:   BarcodeReader_F103

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers config.h Source File

config.h

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