1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
/* config.in. Generated automatically from configure.in by autoheader. */
/* Define default alignment for doubles. */
#undef MAX_ALIGNMENT
/* Define if you want to check stack. */
#undef CHKSTACK
/* Define if you want to generate output from the virtual machine. */
#undef CODE
/* Define if you want to have automatic control enhancements. */
#undef CONTROL
/* Define if you want to use more output during compilation and
run-time. */
#undef DEBUG
/* Define if you have TIOCSTI macro. */
#undef HAVE_TIOCSTI
/* Define if you have <assert.h>. */
#undef HAVE_ASSERT_H
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT
/* Define if the `long double' type works. */
#undef HAVE_LONG_DOUBLE
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* Define if you have the isalpha function. */
#undef HAVE_ISALPHA
/* Define if you have the isspace function. */
#undef HAVE_ISSPACE
/* Define if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the BSD library (-lBSD). */
#undef HAVE_LIBBSD
/* Define if you have the bsd library (-lbsd). */
#undef HAVE_LIBBSD
/* Define if you have the elf library (-lelf). */
#undef HAVE_LIBELF
/* Define if you have the ucb library (-lucb). */
#undef HAVE_LIBUCB
|