File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / config.h.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Apr 28 20:28:20 2011 UTC (13 years, 2 months ago) by misho
Branches: MAIN
CVS tags: crc2_1, HEAD, CRC2_0
ver 2.0

    1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
    2: 
    3: /* Turn off debug asserts */
    4: #undef NDEBUG
    5: 
    6: /* Define to the address where bug reports for this package should be sent. */
    7: #undef PACKAGE_BUGREPORT
    8: 
    9: /* Define to the full name of this package. */
   10: #undef PACKAGE_NAME
   11: 
   12: /* Define to the full name and version of this package. */
   13: #undef PACKAGE_STRING
   14: 
   15: /* Define to the one symbol short name of this package. */
   16: #undef PACKAGE_TARNAME
   17: 
   18: /* Define to the version of this package. */
   19: #undef PACKAGE_VERSION
   20: 
   21: /* Build libraries with debug information and additional messages */
   22: #undef __DEBUG
   23: 
   24: /* Define to empty if `const' does not conform to ANSI C. */
   25: #undef const
   26: 
   27: /* Define to `__inline__' or `__inline' if that's what the C compiler
   28:    calls it, or to nothing if 'inline' is not supported under any name.  */
   29: #ifndef __cplusplus
   30: #undef inline
   31: #endif

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