⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.hin

📁 lzo-1.08-src.zip 高效的压缩解压代码
💻 HIN
字号:
/* config.hin.  Generated from configure.in by autoheader.  *//* acconfig.h -- autoheader configuration file   This file is part of the LZO real-time data compression library.   Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer   All Rights Reserved.   The LZO library is free software; you can redistribute it and/or   modify it under the terms of the GNU General Public License as   published by the Free Software Foundation; either version 2 of   the License, or (at your option) any later version.   The LZO library is distributed in the hope that it will be useful,   but WITHOUT ANY WARRANTY; without even the implied warranty of   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   GNU General Public License for more details.   You should have received a copy of the GNU General Public License   along with the LZO library; see the file COPYING.   If not, write to the Free Software Foundation, Inc.,   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.   Markus F.X.J. Oberhumer   <markus@oberhumer.com> */#ifndef __LZO_CONFIG_H#define __LZO_CONFIG_H/* $TOP$ *//* acconfig.h   Descriptive text for the C preprocessor macros that   the distributed Autoconf macros can define.   No software package will use all of them; autoheader copies the ones   your configure.in uses into your configuration header file templates.   The entries are in sort -df order: alphabetical, case insensitive,   ignoring punctuation (such as underscores).  Although this order   can split up related entries, it makes it easier to check whether   a given entry is in the file.   Leave the following blank line there!!  Autoheader needs it.  *//* Define if your machine can copy aligned words much faster than bytes.  */#undef LZO_ALIGNED_OK_4/* Define for machines where assembler versions are not available.  */#undef LZO_NO_ASM/* Define for machines that can access unaligned short words.  */#undef LZO_UNALIGNED_OK_2/* Define for machines that can access unaligned words.  */#undef LZO_UNALIGNED_OK_4/* Define to your architecture name.  */#undef MFX_ARCH/* Define for machines where ".align 4" means align to a 4 byte boundary.  */#undef MFX_ASM_ALIGN_BYTES/* Define for machines where ".align 4" means align to a 2**4 boundary.  */#undef MFX_ASM_ALIGN_PTWO/* Define for i386 machines where the ebp register is reserved.  */#undef MFX_ASM_CANNOT_USE_EBP/* Define for machines where the assmbler understands ".type".  */#undef MFX_ASM_HAVE_TYPE/* Define for machines where global symbols don't have leading underscores.  */#undef MFX_ASM_NAME_NO_UNDERSCORES/* Define if your compiler is broken.  */#undef MFX_PROG_CC_BUG_SIGNED_TO_UNSIGNED_CASTING/* Define to your byte order.  */#undef MFX_BYTE_ORDER/* Define to your CPU name.  */#undef MFX_CPU/* Define if your memcmp is broken.  */#undef NO_MEMCMP/* Leave that blank line there!!  Autoheader needs it.   If you're adding to this file, keep in mind:   The entries are in sort -df order: alphabetical, case insensitive,   ignoring punctuation (such as underscores).  *//* Define to 1 if you have the <assert.h> header file. */#undef HAVE_ASSERT_H/* Define to 1 if you have the `atol' function. */#undef HAVE_ATOL/* Define to 1 if you have the <ctype.h> header file. */#undef HAVE_CTYPE_H/* Define to 1 if you have the <dlfcn.h> header file. */#undef HAVE_DLFCN_H/* Define to 1 if you have the <endian.h> header file. */#undef HAVE_ENDIAN_H/* Define to 1 if you have the `fstat' function. */#undef HAVE_FSTAT/* Define to 1 if you have the `getrusage' function. */#undef HAVE_GETRUSAGE/* Define to 1 if you have the `gettimeofday' function. */#undef HAVE_GETTIMEOFDAY/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define to 1 if you have the `z' library (-lz). */#undef HAVE_LIBZ/* Define to 1 if you have the <limits.h> header file. */#undef HAVE_LIMITS_H/* Define to 1 if you have the `lstat' function. */#undef HAVE_LSTAT/* Define to 1 if you have the `memcmp' function. */#undef HAVE_MEMCMP/* Define to 1 if you have the `memcpy' function. */#undef HAVE_MEMCPY/* Define to 1 if you have the `memicmp' function. */#undef HAVE_MEMICMP/* Define to 1 if you have the `memmove' function. */#undef HAVE_MEMMOVE/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define to 1 if you have the `memset' function. */#undef HAVE_MEMSET/* Define to 1 if you have the <signal.h> header file. */#undef HAVE_SIGNAL_H/* Define to 1 if you have the `stat' function. */#undef HAVE_STAT/* Define to 1 if you have the <stddef.h> header file. */#undef HAVE_STDDEF_H/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the `strcasecmp' function. */#undef HAVE_STRCASECMP/* Define to 1 if you have the `stricmp' function. */#undef HAVE_STRICMP/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define to 1 if you have the `strncasecmp' function. */#undef HAVE_STRNCASECMP/* Define to 1 if you have the `strnicmp' function. */#undef HAVE_STRNICMP/* Define to 1 if you have the <sys/endian.h> header file. */#undef HAVE_SYS_ENDIAN_H/* Define to 1 if you have the <sys/param.h> header file. */#undef HAVE_SYS_PARAM_H/* Define to 1 if you have the <sys/resource.h> header file. */#undef HAVE_SYS_RESOURCE_H/* Define to 1 if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/times.h> header file. */#undef HAVE_SYS_TIMES_H/* Define to 1 if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have the `times' function. */#undef HAVE_TIMES/* Define to 1 if you have the <time.h> header file. */#undef HAVE_TIME_H/* Define to 1 if you have the <unchecked.h> header file. */#undef HAVE_UNCHECKED_H/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define to 1 if you have the <zlib.h> header file. */#undef HAVE_ZLIB_H/* Define to 1 if your C compiler doesn't accept -c and -o together. */#undef NO_MINUS_C_MINUS_O/* Name of package */#undef PACKAGE/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* The size of a `char *', as computed by sizeof. */#undef SIZEOF_CHAR_P/* The size of a `ptrdiff_t', as computed by sizeof. */#undef SIZEOF_PTRDIFF_T/* The size of a `size_t', as computed by sizeof. */#undef SIZEOF_SIZE_T/* The size of a `unsigned', as computed by sizeof. */#undef SIZEOF_UNSIGNED/* The size of a `unsigned long', as computed by sizeof. */#undef SIZEOF_UNSIGNED_LONG/* The size of a `unsigned short', as computed by sizeof. */#undef SIZEOF_UNSIGNED_SHORT/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* Version number of package */#undef VERSION/* Define if using the dmalloc debugging malloc package */#undef WITH_DMALLOC/* Define to empty if `const' does not conform to ANSI C. */#undef const/* Define to `long' if <sys/types.h> does not define. */#undef ptrdiff_t/* Define to `unsigned' if <sys/types.h> does not define. */#undef size_t/* $BOTTOM$ */#ifdef __cplusplus#  undef /**/ const#endif#if defined(HAVE_SYS_RESOURCE_H) && !defined(TIME_WITH_SYS_TIME)#  undef /**/ HAVE_SYS_RESOURCE_H#endif#if defined(HAVE_SYS_TIMES_H) && !defined(TIME_WITH_SYS_TIME)#  undef /**/ HAVE_SYS_TIMES_H#endif#if !defined(HAVE_LIBZ)#  undef /**/ HAVE_ZLIB_H#endif#if defined(NO_MEMCMP)#  undef /**/ HAVE_MEMCMP#endif#if (SIZEOF_CHAR_P <= 0)#  undef /**/ SIZEOF_CHAR_P#endif#if (SIZEOF_PTRDIFF_T <= 0)#  undef /**/ SIZEOF_PTRDIFF_T#endif#if (SIZEOF_UNSIGNED <= 0)#  undef /**/ SIZEOF_UNSIGNED#endif#if (SIZEOF_UNSIGNED_LONG <= 0)#  undef /**/ SIZEOF_UNSIGNED_LONG#endif#if (SIZEOF_UNSIGNED_SHORT <= 0)#  undef /**/ SIZEOF_UNSIGNED_SHORT#endif#if (SIZEOF_SIZE_T <= 0)#  undef /**/ SIZEOF_SIZE_T#endif#endif /* already included *//*vi:ts=4*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -