/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
/* #undef HAVE_SYS_WAIT_H */

/* Define if you have the wait3 system call.  */
/* #undef HAVE_WAIT3 */

/* Define if you have the waitpid system call.  */
/* #undef HAVE_WAITPID */

/* Define as the return type of signal handlers (int or void).  */
/* #undef RETSIGTYPE */

/* Define if you have the <errno.h> header file.  */
#define HAVE_ERRNO_H 1

/* #undef HAVE_POSIX_SIGNALS */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef pid_t */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <sys/file.h> header file.  */
#define HAVE_SYS_FILE_H 1

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H 1

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

/* Define if you want zlib to uncompress wmf files */
#define SYSTEM_ZLIB 1

/* Define if you have libwmf and want it to convert wmf to gif files */
#define HAVE_WMF 1

/* Define if you have freetype*/
#define HAVE_TTF 1

#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif

#if defined(HAVE_ERRNO_H)
#include <errno.h>
#endif

#include <sys/types.h>
#include <sys/stat.h>
#include <limits.h>
/* #include <dirent.h> */
#include <stdarg.h>

#include <getopt.h>

#define MATCHED_TYPE 1
#define WORDS_BIGENDIAN 1
#define XML_BYTE_ORDER 21

#if defined(__GNUC__) && !defined(WORDS_BIGENDIAN) && defined(MATCHED_TYPE)
#define NO_HOLES
#endif

/* define if you have iconv */
#define USE_ICONV 1

/* define if you have iconv but do not have windows codepage to unicode support */
#define MUST_USE_INTERNAL_ICONV_TABLE 1

/* define if you have libpng */
/* #undef HasPNG */

/* Define if you have the memcpy function.  */
#define HAVE_MEMCPY 1

#ifndef HAVE_MEMCPY
#define memcpy(d, s, n) bcopy ((s), (d), (n))
#endif /* not HAVE_MEMCPY */

#define HAVE_MMAP 1
