CVD 0.8
cvd/config.h
00001 #ifndef CVD_CONFIG_H
00002 #define CVD_CONFIG_H
00003 #ifdef WIN32
00004     #include <cvd/internal/win.h>
00005 #endif
00006 #define CVD_ARCH_LITTLE_ENDIAN 1
00007 #ifndef CVD_DISABLE_ASSEMBLER
00008     #define CVD_HAVE_ASSEMBLER 1
00009 #endif
00010 #ifndef CVD_DISABLE_CPU_x86_64
00011     #define CVD_HAVE_CPU_x86_64 1
00012 #endif
00013 #ifndef CVD_DISABLE_DC1394V2
00014     #define CVD_HAVE_DC1394V2 1
00015 #endif
00016 #ifndef CVD_DISABLE_DVBUFFER3
00017     #define CVD_HAVE_DVBUFFER3 1
00018 #endif
00019 #ifndef CVD_DISABLE_FENV_H
00020     #define CVD_HAVE_FENV_H 1
00021 #endif
00022 #ifndef CVD_DISABLE_GLOB
00023     #define CVD_HAVE_GLOB 1
00024 #endif
00025 #ifndef CVD_DISABLE_INLINE_ASM
00026     #define CVD_HAVE_INLINE_ASM 1
00027 #endif
00028 #ifndef CVD_DISABLE_JPEG
00029     #define CVD_HAVE_JPEG 1
00030 #endif
00031 #ifndef CVD_DISABLE_LAPACK
00032     #define CVD_HAVE_LAPACK 1
00033 #endif
00034 #ifndef CVD_DISABLE_MEMALIGN
00035     #define CVD_HAVE_MEMALIGN 1
00036 #endif
00037 #ifndef CVD_DISABLE_MMX
00038     #define CVD_HAVE_MMX 1
00039 #endif
00040 #ifndef CVD_DISABLE_MMXEXT
00041     #define CVD_HAVE_MMXEXT 1
00042 #endif
00043 #ifndef CVD_DISABLE_PNG
00044     #define CVD_HAVE_PNG 1
00045 #endif
00046 #ifndef CVD_DISABLE_POSIX_RT
00047     #define CVD_HAVE_POSIX_RT 1
00048 #endif
00049 #ifndef CVD_DISABLE_PTHREAD
00050     #define CVD_HAVE_PTHREAD 1
00051 #endif
00052 #ifndef CVD_DISABLE_SSE
00053     #define CVD_HAVE_SSE 1
00054 #endif
00055 #ifndef CVD_DISABLE_SSE2
00056     #define CVD_HAVE_SSE2 1
00057 #endif
00058 #ifndef CVD_DISABLE_SSE3
00059     #define CVD_HAVE_SSE3 1
00060 #endif
00061 #ifndef CVD_DISABLE_TIFF
00062     #define CVD_HAVE_TIFF 1
00063 #endif
00064 #ifndef CVD_DISABLE_TOON
00065     #define CVD_HAVE_TOON 1
00066 #endif
00067 #ifndef CVD_DISABLE_TR1_SHARED_PTR
00068     #define CVD_HAVE_TR1_SHARED_PTR 1
00069 #endif
00070 #ifndef CVD_DISABLE_V4L2BUFFER
00071     #define CVD_HAVE_V4L2BUFFER 1
00072 #endif
00073 #ifndef CVD_DISABLE_VIDEODISPLAY
00074     #define CVD_HAVE_VIDEODISPLAY 1
00075 #endif
00076 #ifndef CVD_DISABLE_TIFF_ORIENTED
00077     #define CVD_INTERNAL_HAVE_TIFF_ORIENTED 1
00078 #endif
00079 #define CVD_INTERNAL_JPEG_BUFFER_SIZE 1
00080 #define CVD_KERNEL_MAJOR 3
00081 #define CVD_KERNEL_MINOR 0
00082 #define CVD_KERNEL_RELEASE 0
00083 #define CVD_MAJOR_VERSION 0
00084 #define CVD_MINOR_VERSION 8
00085 #endif