/* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ #ifndef _CONFIG_H #define _CONFIG_H /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* 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. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ #define HAVE_ALLOCA_H 1 /* Define if you have that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* 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 you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* the version of package */ #define VERSION "1.4.2" /* define if you have Motif */ #define HAVE_MOTIF 1 /* Define if you have the atexit function. */ #define HAVE_ATEXIT 1 /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the Xaw library (-lXaw). */ /* #undef HAVE_LIBXAW */ /* Define if you have the gen library (-lgen). */ #define HAVE_LIBGEN 1 /* Define if you have the intl library (-lintl). */ /* #undef HAVE_LIBINTL */ #ifndef HAVE_STRERROR extern char *sys_errlist[]; # define strerror(e) (sys_errlist[e]) #endif #endif /* _CONFIG_H */