From: Roman Donchenko Date: Wed, 10 Jul 2013 13:20:48 +0000 (+0400) Subject: Deleted a bunch of unused configuration macros. X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~1137^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d9b3a83344ece1e467e3c06580de6d9629be7b1;p=platform%2Fupstream%2Fopencv.git Deleted a bunch of unused configuration macros. --- diff --git a/cmake/templates/cvconfig.h.cmake b/cmake/templates/cvconfig.h.cmake index f127309..0b93d8a 100644 --- a/cmake/templates/cvconfig.h.cmake +++ b/cmake/templates/cvconfig.h.cmake @@ -1,11 +1,3 @@ -/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP - systems. This function is required for `alloca.c' support on those systems. - */ -#cmakedefine CRAY_STACKSEG_END - -/* Define to 1 if using `alloca.c'. */ -#cmakedefine C_ALLOCA - /* Define to 1 if you have `alloca', as a function or macro. */ #cmakedefine HAVE_ALLOCA 1 @@ -70,24 +62,12 @@ /* Apple ImageIO Framework */ #cmakedefine HAVE_IMAGEIO -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_INTTYPES_H 1 - /* JPEG-2000 codec */ #cmakedefine HAVE_JASPER /* IJG JPEG codec */ #cmakedefine HAVE_JPEG -/* Define to 1 if you have the `dl' library (-ldl). */ -#cmakedefine HAVE_LIBDL 1 - -/* Define to 1 if you have the `gomp' library (-lgomp). */ -#cmakedefine HAVE_LIBGOMP 1 - -/* Define to 1 if you have the `m' library (-lm). */ -#cmakedefine HAVE_LIBM 1 - /* libpng/png.h needs to be included */ #cmakedefine HAVE_LIBPNG_PNG_H @@ -100,15 +80,9 @@ /* PNG codec */ #cmakedefine HAVE_PNG -/* Define to 1 if you have the `png_get_valid' function. */ -#cmakedefine HAVE_PNG_GET_VALID 1 - /* png.h needs to be included */ #cmakedefine HAVE_PNG_H -/* Define to 1 if you have the `png_set_tRNS_to_alpha' function. */ -#cmakedefine HAVE_PNG_SET_TRNS_TO_ALPHA 1 - /* QuickTime video libraries */ #cmakedefine HAVE_QUICKTIME @@ -130,9 +104,6 @@ /* OpenNI library */ #cmakedefine HAVE_OPENNI -/* LZ77 compression/decompression library (used for PNG) */ -#cmakedefine HAVE_ZLIB - /* Intel Integrated Performance Primitives */ #cmakedefine HAVE_IPP @@ -157,14 +128,6 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION "${PACKAGE_VERSION}" -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at runtime. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ -#cmakedefine STACK_DIRECTION - /* Version number of package */ #define VERSION "${PACKAGE_VERSION}" @@ -226,9 +189,6 @@ /* OpenGL support*/ #cmakedefine HAVE_OPENGL -/* Clp support */ -#cmakedefine HAVE_CLP - /* Qt support */ #cmakedefine HAVE_QT