Warning, /graphics/kst-plot/cmake/3rdparty/matio/matio_pubconf.h.mingw.cmake is written in an unsupported language. File is not indexed.
0001 /* src/matio_pubconf.h. Generated from matio_pubconf.h.in by configure. */ 0002 /* 0003 * Copyright (C) 2010-2012 Christopher C. Hulbert 0004 * 0005 * All rights reserved. 0006 * 0007 * Redistribution and use in source and binary forms, with or without 0008 * modification, are permitted provided that the following conditions are met: 0009 * 0010 * 1. Redistributions of source code must retain the above copyright notice, 0011 * this list of conditions and the following disclaimer. 0012 * 0013 * 2. Redistributions in binary form must reproduce the above copyright 0014 * notice, this list of conditions and the following disclaimer in the 0015 * documentation and/or other materials provided with the distribution. 0016 * 0017 * THIS SOFTWARE IS PROVIDED BY CHRISTOPHER C. HULBERT ``AS IS'' AND ANY 0018 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 0019 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 0020 * DISCLAIMED. IN NO EVENT SHALL CHRISTOPHER C. HULBERT OR CONTRIBUTORS BE 0021 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 0022 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 0023 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 0024 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 0025 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 0026 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 0027 * POSSIBILITY OF SUCH DAMAGE. 0028 */ 0029 #ifndef MATIO_PUBCONF_H 0030 #define MATIO_PUBCONF_H 1 0031 0032 /* Matio major version number */ 0033 #define MATIO_MAJOR_VERSION 1 0034 0035 /* Matio minor version number */ 0036 #define MATIO_MINOR_VERSION 5 0037 0038 /* Matio release level number */ 0039 #define MATIO_RELEASE_LEVEL 0 0040 0041 /* Matio version number */ 0042 #define MATIO_VERSION 150 0043 0044 /* Default file format */ 0045 #define MAT_FT_DEFAULT MAT_FT_MAT5 0046 0047 /* Define to 1 if you have the <stdint.h> header file. */ 0048 #define MATIO_HAVE_STDINT_H 1 0049 0050 /* Define to 1 if you have the <inttypes.h> header file. */ 0051 #define MATIO_HAVE_INTTYPES_H 1 0052 0053 /* int16 type */ 0054 #define _mat_int16_t int16_t 0055 0056 /* int32 type */ 0057 #define _mat_int32_t int32_t 0058 0059 /* int64 type */ 0060 #define _mat_int64_t int64_t 0061 0062 /* int8 type */ 0063 #define _mat_int8_t int8_t 0064 0065 /* int16 type */ 0066 #define _mat_uint16_t uint16_t 0067 0068 /* int32 type */ 0069 #define _mat_uint32_t uint32_t 0070 0071 /* int64 type */ 0072 #define _mat_uint64_t uint64_t 0073 0074 /* int8 type */ 0075 #define _mat_uint8_t uint8_t 0076 0077 #if MATIO_HAVE_INTTYPES_H 0078 # include <inttypes.h> 0079 #endif 0080 0081 #if MATIO_HAVE_STDINT_H 0082 # include <stdint.h> 0083 #endif 0084 0085 #ifdef _mat_int64_t 0086 typedef _mat_int64_t mat_int64_t; 0087 #endif 0088 #ifdef _mat_uint64_t 0089 typedef _mat_uint64_t mat_uint64_t; 0090 #endif 0091 #ifdef _mat_int32_t 0092 typedef _mat_int32_t mat_int32_t; 0093 #endif 0094 #ifdef _mat_uint32_t 0095 typedef _mat_uint32_t mat_uint32_t; 0096 #endif 0097 #ifdef _mat_int16_t 0098 typedef _mat_int16_t mat_int16_t; 0099 #endif 0100 #ifdef _mat_uint16_t 0101 typedef _mat_uint16_t mat_uint16_t; 0102 #endif 0103 #ifdef _mat_int8_t 0104 typedef _mat_int8_t mat_int8_t; 0105 #endif 0106 #ifdef _mat_uint8_t 0107 typedef _mat_uint8_t mat_uint8_t; 0108 #endif 0109 0110 #endif /* MATIO_PUBCONF_H */