summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-3.02/aconf-dj.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-22 13:45:08 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-22 13:45:08 +0000
commitd28101658050e6245fc1ea5f67bd1b48f8ff760d (patch)
treea45de21c28a8e9904bfe6b4afe4b5614e7b12a3e /Build/source/libs/xpdf/xpdf-3.02/aconf-dj.h
parentca71f577a6ad4dbd109007f0f61b0d5a2029b8cc (diff)
xpdf 3.03
git-svn-id: svn://tug.org/texlive/trunk@23646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-3.02/aconf-dj.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-3.02/aconf-dj.h77
1 files changed, 0 insertions, 77 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.02/aconf-dj.h b/Build/source/libs/xpdf/xpdf-3.02/aconf-dj.h
deleted file mode 100644
index fa92df3b2b4..00000000000
--- a/Build/source/libs/xpdf/xpdf-3.02/aconf-dj.h
+++ /dev/null
@@ -1,77 +0,0 @@
-/*
- * aconf-dj.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
-
-/*
- * 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.
- */
-#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
-#undef HAVE_STRINGS_H
-#undef HAVE_BSTRING_H
-#define HAVE_POPEN 1
-#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
-#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
-
-#endif