~ubuntu-branches/ubuntu/lucid/xpdf/lucid-updates

« back to all changes in this revision

Viewing changes to aconf-win32.h

  • Committer: Bazaar Package Importer
  • Author(s): Andy Price
  • Date: 2007-05-17 22:04:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517220433-gzcx2lrvllkbl7mr
Tags: 3.02-1ubuntu1
* Merge from Debian unstable (LP: #113365), remaining changes:
  - Added back 09_xpdfrc_manpage.dpatch (LP #71753)
  - Set Ubuntu maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#ifndef ACONF_H
8
8
#define ACONF_H
9
9
 
 
10
#include <aconf2.h>
 
11
 
10
12
/*
11
13
 * Use A4 paper size instead of Letter for PostScript output.
12
14
 */
28
30
#define MULTITHREADED 1
29
31
 
30
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
/*
31
48
 * Directory with the Xpdf app-defaults file.
32
49
 */
33
50
#undef APPDEFDIR
50
67
#undef HAVE_BSTRING_H
51
68
#undef HAVE_POPEN
52
69
#undef HAVE_MKSTEMP
 
70
#undef HAVE_MKSTEMPS
53
71
#undef SELECT_TAKES_INT
 
72
#undef HAVE_FSEEKO
54
73
#undef HAVE_FSEEK64
 
74
#undef _FILE_OFFSET_BITS
 
75
#undef _LARGE_FILES
 
76
#undef _LARGEFILE_SOURCE
 
77
#undef HAVE_XTAPPSETEXITFLAG
55
78
 
56
79
/*
57
80
 * This is defined if using libXpm.
79
102
 */
80
103
#undef HAVE_PAPER_H
81
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
 
82
120
#endif