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

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: 
1.3     ! misho      18: /* Define to the home page for this package. */
        !            19: #undef PACKAGE_URL
        !            20: 
1.1       misho      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>