/src/zziplib/zzip/_msvc.h
C++ Header | 232 lines | 79 code | 56 blank | 97 comment | 1 complexity | 5e7a93b1c742d39b83487f9a62ddf8c6 MD5 | raw file
1#ifndef _ZZIP__MSVC_H 2#define _ZZIP__MSVC_H 1 3 4/* zzip/_msvc.h. Generated automatically at end of configure. */ 5/* config.h.in. Generated from configure.ac by autoheader. */ 6 7/* Define if building universal (internal helper macro) */ 8/* #undef AC_APPLE_UNIVERSAL_BUILD */ 9 10/* Define if pointers to integers require aligned access */ 11/* #undef HAVE_ALIGNED_ACCESS_REQUIRED */ 12 13/* Define to 1 if you have the <byteswap.h> header file. */ 14/* #undef HAVE_BYTESWAP_H */ 15 16/* Define to 1 if you have the <direct.h> header file. */ 17#ifndef ZZIP_HAVE_DIRECT_H 18#define ZZIP_HAVE_DIRECT_H 1 19#endif 20 21/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 22 */ 23/* #undef HAVE_DIRENT_H */ 24 25/* Define to 1 if you have the <dlfcn.h> header file. */ 26/* #undef HAVE_DLFCN_H */ 27 28/* Define to 1 if you have the <fnmatch.h> header file. */ 29/* #undef HAVE_FNMATCH_H */ 30 31/* Define to 1 if you have the <inttypes.h> header file. */ 32/* #undef HAVE_INTTYPES_H */ 33 34/* Define to 1 if you have the <io.h> header file. */ 35#ifndef ZZIP_HAVE_IO_H 36#define ZZIP_HAVE_IO_H 1 37#endif 38 39/* Define to 1 if you have the <memory.h> header file. */ 40#ifndef ZZIP_HAVE_MEMORY_H 41#define ZZIP_HAVE_MEMORY_H 1 42#endif 43 44/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 45/* #undef HAVE_NDIR_H */ 46 47/* Define to 1 if you have the <stdint.h> header file. */ 48/* #undef HAVE_STDINT_H */ 49 50/* Define to 1 if you have the <stdlib.h> header file. */ 51#ifndef ZZIP_HAVE_STDLIB_H 52#define ZZIP_HAVE_STDLIB_H 1 53#endif 54 55/* Define to 1 if you have the `strcasecmp' function. */ 56/* #undef HAVE_STRCASECMP */ 57 58/* Define to 1 if you have the <strings.h> header file. */ 59/* #undef HAVE_STRINGS_H */ 60 61/* Define to 1 if you have the <string.h> header file. */ 62#ifndef ZZIP_HAVE_STRING_H 63#define ZZIP_HAVE_STRING_H 1 64#endif 65 66/* Define to 1 if you have the `strndup' function. */ 67/* #undef HAVE_STRNDUP */ 68 69/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 70 */ 71/* #undef HAVE_SYS_DIR_H */ 72 73/* Define to 1 if you have the <sys/int_types.h> header file. */ 74/* #undef HAVE_SYS_INT_TYPES_H */ 75 76/* Define to 1 if you have the <sys/mman.h> header file. */ 77/* #undef HAVE_SYS_MMAN_H */ 78 79/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 80 */ 81/* #undef HAVE_SYS_NDIR_H */ 82 83/* Define to 1 if you have the <sys/param.h> header file. */ 84/* #undef HAVE_SYS_PARAM_H */ 85 86/* Define to 1 if you have the <sys/stat.h> header file. */ 87#ifndef ZZIP_HAVE_SYS_STAT_H 88#define ZZIP_HAVE_SYS_STAT_H 1 89#endif 90 91/* Define to 1 if you have the <sys/types.h> header file. */ 92#ifndef ZZIP_HAVE_SYS_TYPES_H 93#define ZZIP_HAVE_SYS_TYPES_H 1 94#endif 95 96/* Define to 1 if you have the <unistd.h> header file. */ 97/* #undef HAVE_UNISTD_H */ 98 99/* Define to 1 if you have the <winbase.h> header file. */ 100#ifndef ZZIP_HAVE_WINBASE_H 101#define ZZIP_HAVE_WINBASE_H 1 /* hmm, is that win32 ? */ 102#endif 103 104/* Define to 1 if you have the <windows.h> header file. */ 105#ifndef ZZIP_HAVE_WINDOWS_H 106#define ZZIP_HAVE_WINDOWS_H 1 /* yes, this is windows */ 107#endif 108 109/* Define to 1 if you have the <winnt.h> header file. */ 110#ifndef ZZIP_HAVE_WINNT_H 111#define ZZIP_HAVE_WINNT_H 1 /* is that always true? */ 112#endif 113 114/* Define to 1 if you have the <zlib.h> header file. */ 115#ifndef ZZIP_HAVE_ZLIB_H 116#define ZZIP_HAVE_ZLIB_H 1 /* you do have it, right? */ 117#endif 118 119/* whether the system defaults to 32bit off_t but can do 64bit when requested 120 */ 121/* #undef LARGEFILE_SENSITIVE */ 122 123/* Define to the sub-directory in which libtool stores uninstalled libraries. 124 */ 125/* #undef LT_OBJDIR */ 126 127/* Name of package */ 128#ifndef ZZIP_PACKAGE 129#define ZZIP_PACKAGE "zziplib-msvc" /* yes, make it known */ 130#endif 131 132/* Define to the address where bug reports for this package should be sent. */ 133/* #undef PACKAGE_BUGREPORT */ 134 135/* Define to the full name of this package. */ 136/* #undef PACKAGE_NAME */ 137 138/* Define to the full name and version of this package. */ 139/* #undef PACKAGE_STRING */ 140 141/* Define to the one symbol short name of this package. */ 142/* #undef PACKAGE_TARNAME */ 143 144/* Define to the home page for this package. */ 145/* #undef PACKAGE_URL */ 146 147/* Define to the version of this package. */ 148/* #undef PACKAGE_VERSION */ 149 150/* The number of bytes in type int */ 151#ifndef ZZIP_SIZEOF_INT 152#define ZZIP_SIZEOF_INT 4 153#endif 154 155/* The number of bytes in type long */ 156#ifndef ZZIP_SIZEOF_LONG 157#define ZZIP_SIZEOF_LONG 4 158#endif 159 160/* The number of bytes in type short */ 161#ifndef ZZIP_SIZEOF_SHORT 162#define ZZIP_SIZEOF_SHORT 2 163#endif 164 165/* Define to 1 if you have the ANSI C header files. */ 166#ifndef ZZIP_STDC_HEADERS 167#define ZZIP_STDC_HEADERS 1 168#endif 169 170/* Version number of package */ 171#ifndef ZZIP_VERSION 172#define ZZIP_VERSION "0.13.x" 173#endif 174 175/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 176 significant byte first (like Motorola and SPARC, unlike Intel). */ 177#if defined AC_APPLE_UNIVERSAL_BUILD 178# if defined __BIG_ENDIAN__ 179# define WORDS_BIGENDIAN 1 180# endif 181#else 182# ifndef WORDS_BIGENDIAN 183/* # undef WORDS_BIGENDIAN */ 184# endif 185#endif 186 187/* Number of bits in a file offset, on hosts where this is settable. */ 188/* #undef _FILE_OFFSET_BITS */ 189 190/* Define for large files, on AIX-style hosts. */ 191/* #undef _LARGE_FILES */ 192 193/* Define to `long long' if <sys/types.h> does not define. */ 194/* #undef __int64 */ 195 196/* Define to empty if `const' does not conform to ANSI C. */ 197/* #undef const */ 198 199/* Define to `__inline__' or `__inline' if that's what the C compiler 200 calls it, or to nothing if 'inline' is not supported under any name. */ 201#ifndef __cplusplus 202#ifndef _zzip_inline 203#define _zzip_inline __inline 204#endif 205#endif 206 207/* Define to `_zzip_off_t' if <sys/types.h> does not define. */ 208#ifndef _zzip_off64_t 209#define _zzip_off64_t __int64 210#endif 211 212/* Define to `long int' if <sys/types.h> does not define. */ 213#ifndef _zzip_off_t 214#define _zzip_off_t long 215#endif 216 217/* Define to equivalent of C99 restrict keyword, or to nothing if this is not 218 supported. Do not define if restrict is supported directly. */ 219#ifndef _zzip_restrict 220#define _zzip_restrict 221#endif 222 223/* Define to `unsigned int' if <sys/types.h> does not define. */ 224/* #undef size_t */ 225 226/* Define to `int' if <sys/types.h> does not define. */ 227#ifndef _zzip_ssize_t 228#define _zzip_ssize_t int 229#endif 230 231/* once: _ZZIP__MSVC_H */ 232#endif