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, 11 months ago) by misho
Branches: MAIN
CVS tags: crc2_4, crc2_3, crc2_2, HEAD, CRC2_3, CRC2_2, CRC2_1
version 2.1

    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 home page for this package. */
   19: #undef PACKAGE_URL
   20: 
   21: /* Define to the version of this package. */
   22: #undef PACKAGE_VERSION
   23: 
   24: /* Build libraries with debug information and additional messages */
   25: #undef __DEBUG
   26: 
   27: /* Define to empty if `const' does not conform to ANSI C. */
   28: #undef const
   29: 
   30: /* Define to `__inline__' or `__inline' if that's what the C compiler
   31:    calls it, or to nothing if 'inline' is not supported under any name.  */
   32: #ifndef __cplusplus
   33: #undef inline
   34: #endif

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