/* 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. */ #undef HAVE_ALLOCA /* Define if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H /* Define if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* 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. */ #undef STDC_HEADERS /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING /* the version of package */ #undef VERSION /* define if you have Motif */ #undef HAVE_MOTIF /* Define if you have the atexit function. */ #undef HAVE_ATEXIT /* Define if you have the strerror function. */ #undef HAVE_STRERROR /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the Xaw library (-lXaw). */ #undef HAVE_LIBXAW /* Define if you have the gen library (-lgen). */ #undef HAVE_LIBGEN /* 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 */