~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/libs/xpdf/xpdf-3.02/aconf-dj.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * aconf-dj.h
 
3
 *
 
4
 * Copyright 2002-2003 Glyph & Cog, LLC
 
5
 */
 
6
 
 
7
#ifndef ACONF_H
 
8
#define ACONF_H
 
9
 
 
10
/*
 
11
 * Use A4 paper size instead of Letter for PostScript output.
 
12
 */
 
13
#undef A4_PAPER
 
14
 
 
15
/*
 
16
 * Do not allow text selection.
 
17
 */
 
18
#undef NO_TEXT_SELECT
 
19
 
 
20
/*
 
21
 * Include support for OPI comments.
 
22
 */
 
23
#undef OPI_SUPPORT
 
24
 
 
25
/*
 
26
 * Directory with the Xpdf app-defaults file.
 
27
 */
 
28
#undef APPDEFDIR
 
29
 
 
30
/*
 
31
 * Full path for the system-wide xpdfrc file.
 
32
 */
 
33
#undef SYSTEM_XPDFRC
 
34
 
 
35
/*
 
36
 * Various include files and functions.
 
37
 */
 
38
#define HAVE_DIRENT_H 1
 
39
#undef HAVE_SYS_NDIR_H
 
40
#undef HAVE_SYS_DIR_H
 
41
#undef HAVE_NDIR_H
 
42
#undef HAVE_SYS_SELECT_H
 
43
#undef HAVE_SYS_BSDTYPES_H
 
44
#undef HAVE_STRINGS_H
 
45
#undef HAVE_BSTRING_H
 
46
#define HAVE_POPEN 1
 
47
#undef HAVE_MKSTEMP
 
48
#undef SELECT_TAKES_INT
 
49
#undef HAVE_FSEEK64
 
50
 
 
51
/*
 
52
 * This is defined if using libXpm.
 
53
 */
 
54
#undef HAVE_X11_XPM_H
 
55
 
 
56
/*
 
57
 * This is defined if using t1lib.
 
58
 */
 
59
#undef HAVE_T1LIB_H
 
60
 
 
61
/*
 
62
 * One of these is defined if using FreeType (version 1 or 2).
 
63
 */
 
64
#undef HAVE_FREETYPE_H
 
65
#undef HAVE_FREETYPE_FREETYPE_H
 
66
 
 
67
/*
 
68
 * This is defined if using FreeType version 2.
 
69
 */
 
70
#undef FREETYPE2
 
71
 
 
72
/*
 
73
 * This is defined if using libpaper.
 
74
 */
 
75
#undef HAVE_PAPER_H
 
76
 
 
77
#endif