X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2Faconf.h;h=d288e7987dafdacf6f286dfdda102b957f289f1f;hb=c35e8732e32009c9e2e8067e78c6f41502a79450;hp=f6ce251a2de623459d839b7f1722d8992afe32f8;hpb=3df3a8d12d7a516579a4eae276b077c015df0f70;p=swftools.git diff --git a/pdf2swf/xpdf/aconf.h b/pdf2swf/xpdf/aconf.h index f6ce251..d288e79 100644 --- a/pdf2swf/xpdf/aconf.h +++ b/pdf2swf/xpdf/aconf.h @@ -7,78 +7,17 @@ #ifndef ACONF_H #define ACONF_H +#include "../../config.h" -/* - * Use A4 paper size instead of Letter for PostScript output. - */ -/* #undef A4_PAPER */ - -/* - * Do not allow text selection. - */ -/* #undef NO_TEXT_SELECT */ - -/* - * Include support for OPI comments. - */ -/* #undef OPI_SUPPORT */ - -/* - * Use gzip instead of uncompress. - */ -/* #undef USE_GZIP */ - -/* - * Directory with the Xpdf app-defaults file. - */ -/* #undef APPDEFDIR */ - -/* - * Full path for the system-wide xpdfrc file. - */ -#define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc" - -/* - * Various include files and functions. - */ -#define HAVE_DIRENT_H 1 -/* #undef HAVE_SYS_NDIR_H */ -/* #undef HAVE_SYS_DIR_H */ -/* #undef HAVE_NDIR_H */ -/* #undef HAVE_SYS_SELECT_H */ -/* #undef HAVE_SYS_BSDTYPES_H */ #define HAVE_STRINGS_H 1 -/* #undef HAVE_BSTRING_H */ -#define HAVE_POPEN 1 -#define HAVE_MKSTEMP 1 -/* #undef HAVE_MKSTEMPS */ -/* #undef SELECT_TAKES_INT */ -/* #undef HAVE_FSEEK64 */ - -/* - * This is defined if using libXpm. - */ -#define HAVE_X11_XPM_H 1 - -/* - * This is defined if using t1lib. - */ -#define HAVE_T1LIB_H 1 -/* - * One of these is defined if using FreeType (version 1 or 2). - */ -/* #undef HAVE_FREETYPE_H */ -/* #undef HAVE_FREETYPE_FREETYPE_H */ - -/* - * This is defined if using FreeType version 2. - */ -/* #undef FREETYPE2 */ - -/* - * This is defined if using libpaper. - */ -/* #undef HAVE_PAPER_H */ +// todo: +// +// HAVE_STRINGS_H +// HAVE_BSTRING_H +// HAVE_SYS_SELECT_H +// SELECT_TAKES_INT +// HAVE_FSEEK64 +// HAVE_MKSTEMPS #endif