[BACK]Return to config.h.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / gmp-2.0.2-ssh-2

Annotation of OpenXM/src/kan96xx/gmp-2.0.2-ssh-2/config.h.in, Revision 1.1

1.1     ! takayama    1: /* config.h.in.  Generated automatically from configure.in by autoheader.  */
        !             2:
        !             3: /* Define if using alloca.c.  */
        !             4: #undef C_ALLOCA
        !             5:
        !             6: /* Define to empty if the keyword does not work.  */
        !             7: #undef const
        !             8:
        !             9: /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
        !            10:    This function is required for alloca.c support on those systems.  */
        !            11: #undef CRAY_STACKSEG_END
        !            12:
        !            13: /* Define if you have alloca, as a function or macro.  */
        !            14: #undef HAVE_ALLOCA
        !            15:
        !            16: /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
        !            17: #undef HAVE_ALLOCA_H
        !            18:
        !            19: /* Define as __inline if that's what the C compiler calls it.  */
        !            20: #undef inline
        !            21:
        !            22: /* If using the C implementation of alloca, define if you know the
        !            23:    direction of stack growth for your system; otherwise it will be
        !            24:    automatically deduced at run-time.
        !            25:        STACK_DIRECTION > 0 => grows toward higher addresses
        !            26:        STACK_DIRECTION < 0 => grows toward lower addresses
        !            27:        STACK_DIRECTION = 0 => direction of growth unknown
        !            28:  */
        !            29: #undef STACK_DIRECTION
        !            30:
        !            31: /* Define if you have the ANSI C header files.  */
        !            32: #undef STDC_HEADERS
        !            33:
        !            34: /* Define this on x86 if align directive uses old syntax. */
        !            35: #undef X86_BROKEN_ALIGN
        !            36:
        !            37: /* Define this if an underscore gets prepended to external C names. */
        !            38: #undef C_UNDERSCORE
        !            39:
        !            40: /* Define this to disable assembly code in longlong.h. */
        !            41: #undef NO_ASM
        !            42:
        !            43: /* The number of bytes in a int.  */
        !            44: #undef SIZEOF_INT

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