/* config.h.in. Generated automatically from configure.ac by autoheader. */ /* Width of type 'char' */ #undef CHAR_BIT /* 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 using `alloca.c'. */ #undef C_ALLOCA /* 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 CHAR_BIT is defined in limits.h and equals 8 */ #undef HAVE_CHAR_BIT /* Define if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H /* Define if you have the header file. */ #undef HAVE_FCNTL_H /* Define if you have the `floor' function. */ #undef HAVE_FLOOR /* Define if you have the `getcwd' function. */ #undef HAVE_GETCWD /* Define if you have the GNU `getopt_long' function */ #undef HAVE_GETOPT_LONG /* Define if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if you have the header file. */ #undef HAVE_LIMITS_H /* Define if you have the `memmove' function. */ #undef HAVE_MEMMOVE /* Define if you have the header file. */ #undef HAVE_MEMORY_H /* Define if you have the `memset' function. */ #undef HAVE_MEMSET /* Define if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H /* Define if you have the `pathconf' function. */ #undef HAVE_PATHCONF /* Define if you have the header file. */ #undef HAVE_STDINT_H /* Define if you have the header file. */ #undef HAVE_STDLIB_H /* Define if you have the `strdup' function */ #undef HAVE_STRDUP /* Define if you have the header file. */ #undef HAVE_STRINGS_H /* Define if you have the header file. */ #undef HAVE_STRING_H /* Define if you have the `strrchr' function. */ #undef HAVE_STRRCHR /* Define if `st_blksize' is member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLKSIZE /* Define if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H /* Define if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_NDIR_H /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O /* Name of package */ #undef PACKAGE /* Define if compiler has function prototypes */ #undef PROTOTYPES /* The size of a `double', as computed by sizeof. */ #undef SIZEOF_DOUBLE /* The size of a `float', as computed by sizeof. */ #undef SIZEOF_FLOAT /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* The size of a `unsigned char', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_CHAR /* 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 /* Version number of package */ #undef VERSION /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define as `__inline' if that's what the C compiler calls it, or to nothing if it is not supported. */ #undef inline /* Define to `unsigned' if does not define. */ #undef size_t /* Define strdup prototype if not defined in string.h */ #ifndef HAVE_STRDUP char *strdup(const char *); #endif /* * Define the maximum number of characters a filename including the * path may have, excluding the string terminator. */ #ifndef PATHNAME_MAX #define PATHNAME_MAX 4095 #endif