last update 20 Sep 2009 |
00001 /* ../src/basics/cvrWinConfig.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.in by autoheader. */ 00003 /* adapted for Visual Studio Version of the CVR-Lib*/ 00004 00005 /* Define to dummy `main' function (if any) required to link to the Fortran 77 00006 libraries. */ 00007 /* #undef F77_DUMMY_MAIN */ 00008 00009 /* Define to a macro mangling the given C identifier (in lower and upper 00010 case), which must not contain underscores, for linking with Fortran. */ 00011 #define F77_FUNC(name,NAME) name##_ 00012 00013 /* As F77_FUNC, but for C identifiers containing underscores. */ 00014 #define F77_FUNC_(name,NAME) name##__ 00015 00016 /* define if processor has AMD 3DNow */ 00017 /* #undef HAVE_3DNOW */ 00018 00019 /* Define if you have a BLAS library. */ 00020 /* #define HAVE_BLAS 1 */ 00021 00022 /* Define to 1 if you have the `finite' function. */ 00023 /* #define HAVE_FINITE 1 */ 00024 00025 /* defines if gtk libraries were found */ 00026 #define HAVE_GTK 1 00027 00028 /* Define to 1 if you have the <inttypes.h> header file. */ 00029 /* #define HAVE_INTTYPES_H 1 */ 00030 00031 /* Define to 1 if you have the `isinf' function. */ 00032 /* #define HAVE_ISINF 1 */ 00033 00034 /* Define to 1 if you have the `isnan' function. */ 00035 /* #define HAVE_ISNAN 1 */ 00036 00037 /* Define if you have LAPACK library. */ 00038 /* #define HAVE_LAPACK 1 */ 00039 00040 /* Define to 1 if you have the `jpeg' library (-ljpeg). */ 00041 /* #define HAVE_LIBJPEG 1 */ 00042 00043 /* Define to 1 if you have the `m' library (-lm). */ 00044 /* #define HAVE_LIBM 1 */ 00045 00046 /* Define to 1 if you have the `png' library (-lpng). */ 00047 /* #define HAVE_LIBPNG 1 */ 00048 00049 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00050 /* #define HAVE_LIBPTHREAD 1 */ 00051 00052 /* Define to 1 if you have the `z' library (-lz). */ 00053 /* #define HAVE_LIBZ 1 */ 00054 00055 /* defines if the local implementation for png loader/savers was found */ 00056 /* #define HAVE_LOCALJPEG 1*/ 00057 00058 /* defines if the local implementation for png loader/savers was found */ 00059 /*#define HAVE_LOCALPNG 1*/ 00060 00061 /* Define to 1 if you have the <memory.h> header file. */ 00062 /* #define HAVE_MEMORY_H 1 */ 00063 00064 /* define if the processor has intel mmx */ 00065 /* #define HAVE_MMX 1 */ 00066 00067 /* define if the compiler implements namespaces */ 00068 #define HAVE_NAMESPACES 00069 00070 /* define if the unix/linux system has a /proc directory structure */ 00071 /* #define HAVE_PROC 1 */ 00072 00073 /* define if processor has intel SSE */ 00074 /* #define HAVE_SSE 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 if the std::streambuf has member fd() */ 00083 /* #undef HAVE_STREAMBUF_FD */ 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 /* defines if the susan algorithms are present in the library */ 00092 #define HAVE_SUSAN 1 00093 00094 /* Define to 1 if you have the <sys/stat.h> header file. */ 00095 /* #define HAVE_SYS_STAT_H 1 */ 00096 00097 /* Define to 1 if you have the <sys/types.h> header file. */ 00098 /* #define HAVE_SYS_TYPES_H 1 */ 00099 00100 /* Define to 1 if you have the <unistd.h> header file. */ 00101 /* #define HAVE_UNISTD_H 1 */ 00102 00103 /* Define to 1 if you have the `_finite' function. */ 00104 #define HAVE__FINITE 1 00105 00106 /* Define to 1 if you have the `_isinf' function. */ 00107 #define HAVE__ISINF 1 00108 00109 /* Define to 1 if you have the `_isnan' function. */ 00110 #define HAVE__ISNAN 1 00111 00112 /* Define to the address where bug reports for this package should be sent. */ 00113 #define PACKAGE_BUGREPORT "" 00114 00115 /* Define to the full name of this package. */ 00116 #define PACKAGE_NAME "CVR-Lib" 00117 00118 /* Define to the full name and version of this package. */ 00119 #define PACKAGE_STRING "CVR-Lib1.0.0" 00120 00121 /* Define to the one symbol short name of this package. */ 00122 #define PACKAGE_TARNAME "cvrlib" 00123 00124 /* Define to the version of this package. */ 00125 #define PACKAGE_VERSION "1.0.0" 00126 00127 /* define processor type */ 00128 #define PROCESSOR "unknown" 00129 00130 /* Define to 1 if you have the ANSI C header files. */ 00131 /* #define STDC_HEADERS 1 */ 00132 00133 /* Define to 1 if your processor stores words with the most significant byte 00134 first (like Motorola and SPARC, unlike Intel and VAX). */ 00135 /* #undef WORDS_BIGENDIAN */ 00136 00137 /* Define to 1 if the X Window System is missing or not being used. */ 00138 /* #undef X_DISPLAY_MISSING */ 00139 00140 /* define type for byte */ 00141 #define _CVR_BYTE char 00142 00143 /* define type equivalent to integer in f2c.h */ 00144 #define _CVR_F2C_INTEGER long 00145 00146 /* define type for two-bytes */ 00147 #define _CVR_WORD16 short int 00148 00149 /* define type for four-bytes */ 00150 #define _CVR_WORD32 int 00151 00152 /* define type for eight-bytes */ 00153 #define _CVR_WORD64 __int64