[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.3

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:
1.3     ! iwane      38: /* Define to 1 if your processor stores words with the most significant byte
        !            39:    first (like Motorola and SPARC, unlike Intel and VAX). */
        !            40: #undef WORDS_BIGENDIAN
        !            41:
1.1       iwane      42: /* Define to empty if `const' does not conform to ANSI C. */
                     43: #undef const
                     44:
1.2       iwane      45: /* Define as `__inline' if that's what the C compiler calls it, or to nothing
                     46:    if it is not supported. */
                     47: #undef inline
                     48:
1.1       iwane      49:

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