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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
#ifdef UNIX
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
This function is required for alloca.c support on those systems. */
#undef CRAY_STACKSEG_END
/* Define if you have alloca, as a function or macro. */
#undef HAVE_ALLOCA
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown
*/
#undef STACK_DIRECTION
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
/* defined, if curses.h is present */
#undef HAVE_CURSES_HEADER
/* defined, if ncurses.h is present */
#undef HAVE_NCURSES_HEADER
/* defined, if string.h is present */
#undef HAVE_STRING_HEADER
/* defined, if strings.h is present */
#undef HAVE_STRINGS_HEADER
/* Define if you have the difftime function. */
#undef HAVE_DIFFTIME
/* Define if you have the getnstr function. */
#undef HAVE_GETNSTR
/* Define if you have the setitimer function. */
#undef HAVE_SETITIMER
/* Define if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
/* Define if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
/* Define if you have the <math.h> header file. */
#undef HAVE_MATH_H
/* Define if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <time.h> header file. */
#undef HAVE_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the curses library (-lcurses). */
#undef HAVE_LIBCURSES
/* Define if you have the ncurses library (-lncurses). */
#undef HAVE_LIBNCURSES
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
/* build architecture */
#define UNIX_ARCHITECTURE @host@
#else
/* build architecture */
#define WINDOWS_ARCHITECTURE "windows"
/* define version under windows */
#define VERSION 0
#endif
/* build time */
#define BUILD_TIME 0
|