Warning, /graphics/kst-plot/cmake/3rdparty/matio/matioConfig.h.mingw.cmake is written in an unsupported language. File is not indexed.

0001 /* src/matioConfig.h.  Generated from matioConfig.h.in by configure.  */
0002 /* src/matioConfig.h.in.  Generated from configure.ac by autoheader.  */
0003 
0004 /* Debug enabled */
0005 /* #undef DEBUG */
0006 
0007 /* Extended sparse matrix data types */
0008 #define EXTENDED_SPARSE /**/
0009 
0010 /* Define to dummy `main' function (if any) required to link to the Fortran
0011    libraries. */
0012 /* #undef FC_DUMMY_MAIN */
0013 
0014 /* Define if F77 and FC dummy `main' functions are identical. */
0015 /* #undef FC_DUMMY_MAIN_EQ_F77 */
0016 
0017 /* Define to a macro mangling the given C identifier (in lower and upper
0018    case), which must not contain underscores, for linking with Fortran. */
0019 /* #undef FC_FUNC */
0020 
0021 /* As FC_FUNC, but for C identifiers containing underscores. */
0022 /* #undef FC_FUNC_ */
0023 
0024 /* Have asprintf */
0025 #define HAVE_ASPRINTF /**/
0026 
0027 /* Define to 1 if you have the <dlfcn.h> header file. */
0028 #define HAVE_DLFCN_H 1
0029 
0030 /* Have HDF5 */
0031 /* #undef HAVE_HDF5 */
0032 
0033 /* Define to 1 if you have the `m' library (-lm). */
0034 #define HAVE_LIBM 1
0035 
0036 /* Have MAT int16 */
0037 #define HAVE_MAT_INT16_T /**/
0038 
0039 /* Have MAT int32 */
0040 #define HAVE_MAT_INT32_T /**/
0041 
0042 /* Have MAT int64 */
0043 #define HAVE_MAT_INT64_T /**/
0044 
0045 /* Have MAT int8 */
0046 #define HAVE_MAT_INT8_T /**/
0047 
0048 /* Have MAT int16 */
0049 #define HAVE_MAT_UINT16_T /**/
0050 
0051 /* Have MAT int32 */
0052 #define HAVE_MAT_UINT32_T /**/
0053 
0054 /* Have MAT int64 */
0055 #define HAVE_MAT_UINT64_T /**/
0056 
0057 /* Have MAT int8 */
0058 #define HAVE_MAT_UINT8_T /**/
0059 
0060 /* Define to 1 if you have the <memory.h> header file. */
0061 #define HAVE_MEMORY_H 1
0062 
0063 /* Have snprintf */
0064 #define HAVE_SNPRINTF /**/
0065 
0066 /* Define to 1 if you have the <stdlib.h> header file. */
0067 #define HAVE_STDLIB_H 1
0068 
0069 /* Define to 1 if you have the <strings.h> header file. */
0070 #define HAVE_STRINGS_H Matio has access to strings.h
0071 
0072 /* Define to 1 if you have the <string.h> header file. */
0073 #define HAVE_STRING_H 1
0074 
0075 /* Define to 1 if you have the <sys/stat.h> header file. */
0076 #define HAVE_SYS_STAT_H 1
0077 
0078 /* Define to 1 if you have the <sys/types.h> header file. */
0079 #define HAVE_SYS_TYPES_H 1
0080 
0081 /* Define to 1 if you have the <unistd.h> header file. */
0082 #define HAVE_UNISTD_H Matio has access to unistd.h
0083 
0084 /* Have vasprintf */
0085 //#define HAVE_VASPRINTF /**/
0086 
0087 /* Have va_copy */
0088 #define HAVE_VA_COPY /**/
0089 
0090 /* Have vsnprintf */
0091 #define HAVE_VSNPRINTF /**/
0092 
0093 /* Have zlib */
0094 //#define HAVE_ZLIB 1
0095 
0096 /* Have va_copy */
0097 /* #undef HAVE___VA_COPY */
0098 
0099 /* OS is Linux */
0100 //#define LINUX /**/
0101 
0102 /* Define to the sub-directory in which libtool stores uninstalled libraries.
0103    */
0104 #define LT_OBJDIR ".libs/"
0105 
0106 /* MAT v7.3 file support */
0107 #define MAT73 0
0108 
0109 /* Platform */
0110 #define MATIO_PLATFORM "x86_64-unknown-linux-gnu"
0111 
0112 /* Debug disabled */
0113 #define NODEBUG /**/
0114 
0115 /* Name of package */
0116 #define PACKAGE "matio"
0117 
0118 /* Define to the address where bug reports for this package should be sent. */
0119 #define PACKAGE_BUGREPORT "chulbe2lsu@users.sourceforge.net"
0120 
0121 /* Define to the full name of this package. */
0122 #define PACKAGE_NAME "MATIO"
0123 
0124 /* Define to the full name and version of this package. */
0125 #define PACKAGE_STRING "MATIO 1.5.0"
0126 
0127 /* Define to the one symbol short name of this package. */
0128 #define PACKAGE_TARNAME "matio"
0129 
0130 /* Define to the home page for this package. */
0131 #define PACKAGE_URL ""
0132 
0133 /* Define to the version of this package. */
0134 #define PACKAGE_VERSION "1.5.0"
0135 
0136 /* The size of `char', as computed by sizeof. */
0137 #define SIZEOF_CHAR 1
0138 
0139 /* The size of `double', as computed by sizeof. */
0140 #define SIZEOF_DOUBLE 8
0141 
0142 /* The size of `float', as computed by sizeof. */
0143 #define SIZEOF_FLOAT 4
0144 
0145 /* The size of `int', as computed by sizeof. */
0146 #define SIZEOF_INT 4
0147 
0148 /* The size of `long', as computed by sizeof. */
0149 #define SIZEOF_LONG 8
0150 
0151 /* The size of `long long', as computed by sizeof. */
0152 #define SIZEOF_LONG_LONG 8
0153 
0154 /* The size of `short', as computed by sizeof. */
0155 #define SIZEOF_SHORT 2
0156 
0157 /* The size of `size_t', as computed by sizeof. */
0158 #define SIZEOF_SIZE_T 8
0159 
0160 /* The size of `void *', as computed by sizeof. */
0161 #define SIZEOF_VOID_P 8
0162 
0163 /* Define to 1 if you have the ANSI C header files. */
0164 #define STDC_HEADERS 1
0165 
0166 /* OS is Solaris */
0167 /* #undef SUN */
0168 
0169 /* Version number of package */
0170 #define VERSION "1.5.0"
0171 
0172 /* OS is CygWin */
0173 /* #undef WINNT */
0174 
0175 /* Z prefix */
0176 /* #undef Z_PREFIX */
0177 
0178 /* int16 type */
0179 #define _mat_int16_t int16_t
0180 
0181 /* int32 type */
0182 #define _mat_int32_t int32_t
0183 
0184 /* int64 type */
0185 #define _mat_int64_t int64_t
0186 
0187 /* int8 type */
0188 #define _mat_int8_t int8_t
0189 
0190 /* int16 type */
0191 #define _mat_uint16_t uint16_t
0192 
0193 /* int32 type */
0194 #define _mat_uint32_t uint32_t
0195 
0196 /* int64 type */
0197 #define _mat_uint64_t uint64_t
0198 
0199 /* int8 type */
0200 #define _mat_uint8_t uint8_t