/* aconf.h. Generated by configure. */ /* * aconf.h * * Copyright 2002-2003 Glyph & Cog, LLC */ #ifndef ACONF_H #define ACONF_H #include /* * Enable multithreading support. */ #define MULTITHREADED 1 /* * Enable C++ exceptions. */ #define USE_EXCEPTIONS 1 #undef SYSTEM_XPDFRC /* * Use FreeType 2. */ #define HAVE_FREETYPE_FREETYPE_H 1 /* * Defined if the Splash library is avaiable. */ #define HAVE_SPLASH 1 #define HAVE_DIRENT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_POPEN 1 #define HAVE_MKSTEMP 1 #ifdef __APPLE__ // Not available on Fedora 9 #define HAVE_MKSTEMPS 1 #endif #define HAVE_FSEEKO 1 #define HAVE_XTAPPSETEXITFLAG 1 #endif