/* src/include/config.h.in. Generated automatically from configure.in by autoheader. */ /* Define your operating system. Leave undefined if none applies. */ #undef HAVE_LINUX #undef HAVE_UNIX #undef HAVE_MSWINDOWS #undef HAVE_MACOS #undef HAVE_OS2 #undef HAVE_AMIGAOS #undef HAVE_MSDOS #undef HAVE_BEOS /* Define if you support file names longer than 14 characters. */ #undef HAVE_LONG_FILE_NAMES /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define whether the compiler supports a built-in bool type. */ #undef HAVE_BOOL /* Define whether Standard C++ I/O library has openmode ios::bin instead of ios::binary. */ #undef HAVE_IOS_BIN /* The number of bytes in a long int. */ #undef SIZEOF_LONG_INT /* Define if you have the mkdir function. */ #undef HAVE_MKDIR /* Define if you have the rmdir function. */ #undef HAVE_RMDIR /* Define if you have the strcasecmp function. */ #undef HAVE_STRCASECMP /* Define if you have the stricmp function. */ #undef HAVE_STRICMP /* Define if you have the strncasecmp function. */ #undef HAVE_STRNCASECMP /* Define if you have the strnicmp function. */ #undef HAVE_STRNICMP /* Define if you have the strstr function. */ #undef HAVE_STRSTR /* Define if you have the strtoul function. */ #undef HAVE_STRTOUL /* Define if you have the header file. */ #undef HAVE_DIRENT_H /* Define if you have the header file. */ #undef HAVE_FCNTL_H /* Define if you have the header file. */ #undef HAVE_FSTREAM_H /* Define if you have the header file. */ #undef HAVE_IOMANIP_H /* Define if you have the header file. */ #undef HAVE_IOSTREAM_H /* Define if you have the header file. */ #undef HAVE_LIMITS_H /* Define if you have the header file. */ #undef HAVE_NDIR_H /* Define if you have the header file. */ #undef HAVE_STRSTREA_H /* Define if you have the header file. */ #undef HAVE_STRSTREAM_H /* Define if you have the header file. */ #undef HAVE_SYS_DIR_H /* Define if you have the header file. */ #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 the file/path separator(s) that your filesystem uses: FS_IS_COLON_AND_BACKSLASH, FS_IS_COLON_AND_SLASH, FS_IS_BACKSLASH, FS_IS_COLON, FS_IS_SLASH */ #if defined(HAVE_MSWINDOWS) || defined(HAVE_MSDOS) || defined(HAVE_OS2) #define FS_IS_COLON_AND_BACKSLASH #elif defined(HAVE_MACOS) #define FS_IS_COLON #elif defined(HAVE_AMIGAOS) #define FS_IS_COLON_AND_SLASH #elif defined(HAVE_LINUX) || defined(HAVE_UNIX) || defined(HAVE_BEOS) #define FS_IS_SLASH #else #error Please select an operating system in ``config.h''. #endif /* Define if standard member function ``fstream::is_open()'' is not available. */ #undef DONT_HAVE_IS_OPEN /* Define whether istream member function ``seekg(streamoff,seekdir).offset()'' should be used instead of standard ``seekg(streamoff,seekdir); tellg()''. */ #undef HAVE_SEEKG_OFFSET /* -------------------------------------------------------------------------- * Hardware-specific speed optimizations. * Check here for things you can configure manually only. * -------------------------------------------------------------------------- * * Caution: This may not work on every hardware and therefore can result in * trouble. Some hardware-specific speed optimizations use a union to access * integer fixpoint operands in memory. An assumption is made about the * hardware and software architecture and therefore is considered a hack! * But try it in need for speed. You will notice if it doesn't work ;) * * This option enables direct byte-access of little/big endian values in * memory structures or arrays, disregarding alignment. * On SPARC CPUs don't define these. Else you get a ``bus error'' due * to 32-bit alignment of the CPU. */ #undef OPTIMIZE_ENDIAN_ACCESS /* This option is highly used and tested. A failing little endian system * has not been reported so far. */ #undef DIRECT_FIXPOINT /* -------------------------------------------------------------------------- * Don't touch these! * -------------------------------------------------------------------------- */ #define NO_STDIN_LOADER 1