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

« back to all changes in this revision

Viewing changes to source/libs/xpdf/xpdf-3.02/aconf-win32.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-win32.h
 
3
 *
 
4
 * Copyright 2002-2003 Glyph & Cog, LLC
 
5
 */
 
6
 
 
7
#ifndef ACONF_H
 
8
#define ACONF_H
 
9
 
 
10
#include <aconf2.h>
 
11
 
 
12
/*
 
13
 * Use A4 paper size instead of Letter for PostScript output.
 
14
 */
 
15
#undef A4_PAPER
 
16
 
 
17
/*
 
18
 * Do not allow text selection.
 
19
 */
 
20
#undef NO_TEXT_SELECT
 
21
 
 
22
/*
 
23
 * Include support for OPI comments.
 
24
 */
 
25
#undef OPI_SUPPORT
 
26
 
 
27
/*
 
28
 * Enable multithreading support.
 
29
 */
 
30
#define MULTITHREADED 1
 
31
 
 
32
/*
 
33
 * Enable C++ exceptions.
 
34
 */
 
35
#define USE_EXCEPTIONS 1
 
36
 
 
37
/*
 
38
 * Enable word list support.
 
39
 */
 
40
#undef TEXTOUT_WORD_LIST
 
41
 
 
42
/*
 
43
 * Use fixed point (instead of floating point) arithmetic.
 
44
 */
 
45
#undef USE_FIXEDPOINT
 
46
 
 
47
/*
 
48
 * Directory with the Xpdf app-defaults file.
 
49
 */
 
50
#undef APPDEFDIR
 
51
 
 
52
/*
 
53
 * Full path for the system-wide xpdfrc file.
 
54
 */
 
55
#undef SYSTEM_XPDFRC
 
56
 
 
57
/*
 
58
 * Various include files and functions.
 
59
 */
 
60
#undef HAVE_DIRENT_H
 
61
#undef HAVE_SYS_NDIR_H
 
62
#undef HAVE_SYS_DIR_H
 
63
#undef HAVE_NDIR_H
 
64
#undef HAVE_SYS_SELECT_H
 
65
#undef HAVE_SYS_BSDTYPES_H
 
66
#undef HAVE_STRINGS_H
 
67
#undef HAVE_BSTRING_H
 
68
#undef HAVE_POPEN
 
69
#undef HAVE_MKSTEMP
 
70
#undef HAVE_MKSTEMPS
 
71
#undef SELECT_TAKES_INT
 
72
#undef HAVE_FSEEKO
 
73
#undef HAVE_FSEEK64
 
74
#undef _FILE_OFFSET_BITS
 
75
#undef _LARGE_FILES
 
76
#undef _LARGEFILE_SOURCE
 
77
#undef HAVE_XTAPPSETEXITFLAG
 
78
 
 
79
/*
 
80
 * This is defined if using libXpm.
 
81
 */
 
82
#undef HAVE_X11_XPM_H
 
83
 
 
84
/*
 
85
 * This is defined if using t1lib.
 
86
 */
 
87
#undef HAVE_T1LIB_H
 
88
 
 
89
/*
 
90
 * One of these is defined if using FreeType (version 1 or 2).
 
91
 */
 
92
#undef HAVE_FREETYPE_H
 
93
#define HAVE_FREETYPE_FREETYPE_H 1
 
94
 
 
95
/*
 
96
 * This is defined if using FreeType version 2.
 
97
 */
 
98
#define FREETYPE2
 
99
 
 
100
/*
 
101
 * This is defined if using libpaper.
 
102
 */
 
103
#undef HAVE_PAPER_H
 
104
 
 
105
/*
 
106
 * Enable support for loading plugins.
 
107
 */
 
108
#undef ENABLE_PLUGINS
 
109
 
 
110
/*
 
111
 * Defined if the Splash library is avaiable.
 
112
 */
 
113
#undef HAVE_SPLASH
 
114
 
 
115
/*
 
116
 * Enable support for CMYK output.
 
117
 */
 
118
#undef SPLASH_CMYK
 
119
 
 
120
#endif