Annotation of libaitcrc/inc/config.h.in, revision 1.2

1.1       misho       1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
                      2: 
1.2     ! misho       3: /* Turn off debug asserts */
        !             4: #undef NDEBUG
        !             5: 
1.1       misho       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>