#ifndef	CONFIG_H
#define	CONFIG_H
/* ./src/include/config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if you don't have vprintf but do have _doprnt.  */
#undef HAVE_DOPRNT

/* Define if you support file names longer than 14 characters.  */
#undef HAVE_LONG_FILE_NAMES

/* Define if you have the vprintf function.  */
#undef HAVE_VPRINTF

/* Define if the X Window System should be used.  */
#undef HAVE_X

/* Define as __inline if that's what the C compiler calls it.  */
#undef inline

/* 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 if you have the mkdir function.  */
#undef HAVE_MKDIR

/* Define if you have the snprintf function.  */
#undef HAVE_SNPRINTF

/* Define if you have the fnmatch function.  */
#undef HAVE_FNMATCH

/* Define if you have the strtol function.  */
#undef HAVE_STRTOL

/* Define if you have the <ctype.h> header file.  */
#undef HAVE_CTYPE_H

/* Define if you have the <fnmatch.h> header file.  */
#undef HAVE_FNMATCH_H

/* Define if you have the <dirent.h> header file.  */
#undef HAVE_DIRENT_H

/* Define if you have the <gif_lib.h> header file.  */
#undef HAVE_GIF_LIB_H

/* Define if you have the <jpeglib.h> header file.  */
#undef HAVE_JPEGLIB_H

/* Define if you have the <math.h> header file.  */
#undef HAVE_MATH_H

/* Define if you have the <ndir.h> header file.  */
#undef HAVE_NDIR_H

/* Define if you have the <png.h> header file.  */
#undef HAVE_PNG_H

/* Define if you have the <setjmp.h> header file.  */
#undef HAVE_SETJMP_H

/* Define if you have the <stdio.h> header file.  */
#undef HAVE_STDIO_H

/* Define if you have the <sys/dir.h> header file.  */
#undef HAVE_SYS_DIR_H

/* Define if you have the <sys/fcntl.h> header file.  */
#undef HAVE_SYS_FCNTL_H

/* Define if you have the <sys/ndir.h> header file.  */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <sys/stat.h> header file.  */
#undef HAVE_SYS_STAT_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the gif library (-lgif).  */
#undef HAVE_LIBGIF

/* Define if you have the jpeg library (-ljpeg).  */
#undef HAVE_LIBJPEG

/* Define if you have the m library (-lm).  */
#undef HAVE_LIBM

/* Define if you have the png library (-lpng).  */
#undef HAVE_LIBPNG

/* Define if you have the dbmalloc library (-ldbmalloc).  */
#undef HAVE_LIBDBMALLOC

/* ============================================================================ */

/* INLINE_BIGENDIAN activates m68k assembler inlining   *
 * for the translation from little-endian to big-endian       */
#define INLINE_BIGENDIAN

/* DYNAMIC_EDGES activates the automatic shrinking and  *
 * growing of the visfaces-struct, which uses less mem        */
#define DYNAMIC_EDGES

/* BASE_REGISTER put the __memBase an m68k to "a6"      */
#define	BASE_REGISTER

/* CUSTOM_MAXIMA makes some of the limitations in the   *
 * calculation of the bsp-tree configureable          */
//#define       CUSTOM_MAXIMA

/* MEM_SIZETRACK tracks the allocated resources and     *
 * reports unfreed mem                                        */
#define	MEM_SIZETRACK

/* MEM_ANALYSE shows the maximum mem used at runtime    */
#define	MEM_ANALYSE

/* unused                                               */
//#define       EXHAUSIVE_CHECK
//#define       PRINTCALLS
#define	FASTDEFINES

/* on m68k-amigaos the gcc has a bug in sprintf if you  *
 * compile with -3 (check it in configure)            */
#define	BROKEN_SPRINTF

//#define       CALCULATE_PIXELDRAW

/* enable some picture formats */
/*#define	BMP */
/*#define	ILBM */
#define	PCX

#endif
