home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lzo100.zip / lzo-1.00 / config.hin < prev    next >
Text File  |  1997-06-27  |  5KB  |  202 lines

  1. /* config.hin.  Generated automatically from configure.in by autoheader.  */
  2. /* acconfig.h -- autoheader configuration file
  3.  
  4.    This file is part of the LZO real-time data compression library.
  5.  
  6.    Copyright (C) 1997 Markus Franz Xaver Johannes Oberhumer
  7.    Copyright (C) 1996 Markus Franz Xaver Johannes Oberhumer
  8.  
  9.    The LZO library is free software; you can redistribute it and/or
  10.    modify it under the terms of the GNU General Public License as
  11.    published by the Free Software Foundation; either version 2 of
  12.    the License, or (at your option) any later version.
  13.  
  14.    The LZO library is distributed in the hope that it will be useful,
  15.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.    GNU General Public License for more details.
  18.  
  19.    You should have received a copy of the GNU General Public License
  20.    along with the LZO library; see the file COPYING.
  21.    If not, write to the Free Software Foundation, Inc.,
  22.    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  23.  
  24.    Markus F.X.J. Oberhumer
  25.    markus.oberhumer@jk.uni-linz.ac.at
  26.  */
  27.  
  28.  
  29. #ifndef __LZO_CONFIG_H
  30. #define __LZO_CONFIG_H
  31.  
  32. /* $TOP$ */
  33.  
  34. /* Define to empty if the keyword does not work.  */
  35. #undef const
  36.  
  37. /* Define if your C compiler doesn't accept -c and -o together.  */
  38. #undef NO_MINUS_C_MINUS_O
  39.  
  40. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  41. #undef size_t
  42.  
  43. /* Define if you have the ANSI C header files.  */
  44. #undef STDC_HEADERS
  45.  
  46. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  47. #undef TIME_WITH_SYS_TIME
  48.  
  49. /* Define if your machine is MUCH faster when copying words than bytes.  */
  50. #undef LZO_ALIGNED_OK_4
  51.  
  52. /* Define for machines that can access unaligned short words.  */
  53. #undef LZO_UNALIGNED_OK_2
  54.  
  55. /* Define for machines that can access unaligned words.  */
  56. #undef LZO_UNALIGNED_OK_4
  57.  
  58. /* Define to your architecture name.  */
  59. #undef MFX_ARCH
  60.  
  61. /* Define for machines where ".align 4" means align to a 4 byte boundary.  */
  62. #undef MFX_ASM_ALIGN_BYTES
  63.  
  64. /* Define for machines where ".align 4" means align to a 2**4 boundary.  */
  65. #undef MFX_ASM_ALIGN_PTWO
  66.  
  67. /* Define if your compiler is broken.  */
  68. #undef MFX_PROG_CC_BUG_SIGNED_TO_UNSIGNED_CASTING
  69.  
  70. /* See src/lzo_conf.h.  */
  71. #undef MFX_BYTE_ORDER
  72.  
  73. /* Define to your CPU name.  */
  74. #undef MFX_CPU
  75.  
  76. /* Define if your memcmp is broken.  */
  77. #undef MFX_MEMCMP_BROKEN
  78.  
  79. /* Define to the name of the distribution.  */
  80. #undef PACKAGE
  81.  
  82. /* Define to `long' if <stddef.h> doesn't define.  */
  83. #undef ptrdiff_t
  84.  
  85. /* The number of bytes in a ptrdiff_t.  */
  86. #undef SIZEOF_PTRDIFF_T
  87.  
  88. /* The number of bytes in a size_t.  */
  89. #undef SIZEOF_SIZE_T
  90.  
  91. /* Define to the version of the distribution.  */
  92. #undef VERSION
  93.  
  94. /* The number of bytes in a char *.  */
  95. #undef SIZEOF_CHAR_P
  96.  
  97. /* The number of bytes in a unsigned.  */
  98. #undef SIZEOF_UNSIGNED
  99.  
  100. /* The number of bytes in a unsigned long.  */
  101. #undef SIZEOF_UNSIGNED_LONG
  102.  
  103. /* The number of bytes in a unsigned short.  */
  104. #undef SIZEOF_UNSIGNED_SHORT
  105.  
  106. /* Define if you have the getrusage function.  */
  107. #undef HAVE_GETRUSAGE
  108.  
  109. /* Define if you have the gettimeofday function.  */
  110. #undef HAVE_GETTIMEOFDAY
  111.  
  112. /* Define if you have the memcmp function.  */
  113. #undef HAVE_MEMCMP
  114.  
  115. /* Define if you have the memcpy function.  */
  116. #undef HAVE_MEMCPY
  117.  
  118. /* Define if you have the memmove function.  */
  119. #undef HAVE_MEMMOVE
  120.  
  121. /* Define if you have the memset function.  */
  122. #undef HAVE_MEMSET
  123.  
  124. /* Define if you have the times function.  */
  125. #undef HAVE_TIMES
  126.  
  127. /* Define if you have the <assert.h> header file.  */
  128. #undef HAVE_ASSERT_H
  129.  
  130. /* Define if you have the <ctype.h> header file.  */
  131. #undef HAVE_CTYPE_H
  132.  
  133. /* Define if you have the <endian.h> header file.  */
  134. #undef HAVE_ENDIAN_H
  135.  
  136. /* Define if you have the <limits.h> header file.  */
  137. #undef HAVE_LIMITS_H
  138.  
  139. /* Define if you have the <memory.h> header file.  */
  140. #undef HAVE_MEMORY_H
  141.  
  142. /* Define if you have the <stddef.h> header file.  */
  143. #undef HAVE_STDDEF_H
  144.  
  145. /* Define if you have the <sys/endian.h> header file.  */
  146. #undef HAVE_SYS_ENDIAN_H
  147.  
  148. /* Define if you have the <sys/param.h> header file.  */
  149. #undef HAVE_SYS_PARAM_H
  150.  
  151. /* Define if you have the <sys/resource.h> header file.  */
  152. #undef HAVE_SYS_RESOURCE_H
  153.  
  154. /* Define if you have the <sys/time.h> header file.  */
  155. #undef HAVE_SYS_TIME_H
  156.  
  157. /* Define if you have the <sys/times.h> header file.  */
  158. #undef HAVE_SYS_TIMES_H
  159.  
  160. /* Define if you have the <time.h> header file.  */
  161. #undef HAVE_TIME_H
  162.  
  163. /* Define if you have the <unchecked.h> header file.  */
  164. #undef HAVE_UNCHECKED_H
  165.  
  166. /* Define if you have the <unistd.h> header file.  */
  167. #undef HAVE_UNISTD_H
  168.  
  169. /* Define if you have the <zlib.h> header file.  */
  170. #undef HAVE_ZLIB_H
  171.  
  172. /* Define if you have the z library (-lz).  */
  173. #undef HAVE_LIBZ
  174.  
  175. /* $BOTTOM$ */
  176.  
  177. #if defined(HAVE_SYS_RESOURCE_H) && !defined(TIME_WITH_SYS_TIME)
  178. #  undef /**/ HAVE_SYS_RESOURCE_H
  179. #endif
  180.  
  181. #if defined(HAVE_SYS_TIMES_H) && !defined(TIME_WITH_SYS_TIME)
  182. #  undef /**/ HAVE_SYS_TIMES_H
  183. #endif
  184.  
  185. #if defined(HAVE_ZLIB_H) && !defined(HAVE_LIBZ)
  186. #  undef /**/ HAVE_ZLIB_H
  187. #endif
  188.  
  189. #if (SIZEOF_PTRDIFF_T <= 0)
  190. #  undef /**/ SIZEOF_PTRDIFF_T
  191. #endif
  192.  
  193. #if (SIZEOF_SIZE_T <= 0)
  194. #  undef /**/ SIZEOF_SIZE_T
  195. #endif
  196.  
  197. #endif /* already included */
  198.  
  199. /*
  200. vi:ts=4
  201. */
  202.