diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-16 00:09:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-16 00:09:26 +0000 |
commit | 6c0eafbb1395d426a72a74538e0b2a95e8344ca6 (patch) | |
tree | 2a5f80b80fc76086a2602b812c2a182d00f961b7 /Build/source/libs/xpdf/aconf-win32.h | |
parent | 70f7efeb5c9965a63a4143ad1c1f473585dc364c (diff) |
libs 1
git-svn-id: svn://tug.org/texlive/trunk@1483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/aconf-win32.h')
-rw-r--r-- | Build/source/libs/xpdf/aconf-win32.h | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/aconf-win32.h b/Build/source/libs/xpdf/aconf-win32.h new file mode 100644 index 00000000000..60509334391 --- /dev/null +++ b/Build/source/libs/xpdf/aconf-win32.h @@ -0,0 +1,82 @@ +/* + * aconf-win32.h + * + * Copyright 2002-2003 Glyph & Cog, LLC + */ + +#ifndef ACONF_H +#define ACONF_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 + +/* + * Enable multithreading support. + */ +#define MULTITHREADED 1 + +/* + * Directory with the Xpdf app-defaults file. + */ +#undef APPDEFDIR + +/* + * Full path for the system-wide xpdfrc file. + */ +#undef SYSTEM_XPDFRC + +/* + * Various include files and functions. + */ +#undef HAVE_DIRENT_H +#undef HAVE_SYS_NDIR_H +#undef HAVE_SYS_DIR_H +#undef HAVE_NDIR_H +#undef HAVE_SYS_SELECT_H +#undef HAVE_SYS_BSDTYPES_H +#undef HAVE_STRINGS_H +#undef HAVE_BSTRING_H +#undef HAVE_POPEN +#undef HAVE_MKSTEMP +#undef SELECT_TAKES_INT +#undef HAVE_FSEEK64 + +/* + * This is defined if using libXpm. + */ +#undef HAVE_X11_XPM_H + +/* + * This is defined if using t1lib. + */ +#undef HAVE_T1LIB_H + +/* + * One of these is defined if using FreeType (version 1 or 2). + */ +#undef HAVE_FREETYPE_H +#define HAVE_FREETYPE_FREETYPE_H 1 + +/* + * This is defined if using FreeType version 2. + */ +#define FREETYPE2 + +/* + * This is defined if using libpaper. + */ +#undef HAVE_PAPER_H + +#endif |