[BACK]Return to config.h.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl

Annotation of OpenXM/src/ox_ntl/config.h.in, Revision 1.1

1.1     ! iwane       1: /* config.h.in.  Generated from configure.in by autoheader.  */
        !             2:
        !             3:
        !             4:
        !             5: /* Debug mode */
        !             6: #undef DEBUG
        !             7:
        !             8: /* Define to 1 if you have the `dl' library (-ldl). */
        !             9: #undef HAVE_LIBDL
        !            10:
        !            11: /* Define to 1 if you have the `nsl' library (-lnsl). */
        !            12: #undef HAVE_LIBNSL
        !            13:
        !            14: /* Define to 1 if you have the `socket' library (-lsocket). */
        !            15: #undef HAVE_LIBSOCKET
        !            16:
        !            17: /* Define to the address where bug reports for this package should be sent. */
        !            18: #undef PACKAGE_BUGREPORT
        !            19:
        !            20: /* Define to the full name of this package. */
        !            21: #undef PACKAGE_NAME
        !            22:
        !            23: /* Define to the full name and version of this package. */
        !            24: #undef PACKAGE_STRING
        !            25:
        !            26: /* Define to the one symbol short name of this package. */
        !            27: #undef PACKAGE_TARNAME
        !            28:
        !            29: /* Define to the version of this package. */
        !            30: #undef PACKAGE_VERSION
        !            31:
        !            32: /* Define as the return type of signal handlers (`int' or `void'). */
        !            33: #undef RETSIGTYPE
        !            34:
        !            35: /* Define to 1 if you have the ANSI C header files. */
        !            36: #undef STDC_HEADERS
        !            37:
        !            38: /* Define to empty if `const' does not conform to ANSI C. */
        !            39: #undef const
        !            40:
        !            41:

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