File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / config.h.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 5 17:02:55 2008 UTC (15 years, 7 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

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

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