File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / config.h.in
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Jul 4 14:53:43 2012 UTC (11 years, 10 months ago) by misho
Branches: MAIN
CVS tags: crc2_4, crc2_3, crc2_2, HEAD, CRC2_3, CRC2_2, CRC2_1
version 2.1

/* inc/config.h.in.  Generated from configure.in by autoheader.  */

/* Turn off debug asserts */
#undef NDEBUG

/* 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 home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Build libraries with debug information and additional messages */
#undef __DEBUG

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#undef inline
#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>