summaryrefslogtreecommitdiff
path: root/dviware/dvi2bitmap/config.h.in
blob: 19acfe033a135f4d4613f48c56de10ad3546e394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define as 1 if, after including <cctype>, the isxxx functions are in the
   std namespace */
#undef CCTYPE_IN_STD

/* Define DEFAULT_MFMODE and DEFAULT_RESOLUTION to be the default Metafont
   mode and resolution which should be used when generating fonts. These two
   parameters must be consistent with each other. For examples, see the file
   modes.mf, which is either available as part of your TeX distribution, or
   from CTAN. If not defined, internal defaults will be used. */
#undef DEFAULT_MFMODE

/* See DEFAULT_MFMODE */
#undef DEFAULT_RESOLUTION

/* Set DEFAULT_TEXMFCNF to be the location of the texmf.cnf file which the
   kpathsea library is to use. This will be overridden by a value of TEXMFCNF
   set in the program's environment at run time. It is not necessary to set
   this if the program will be installed alongside the other dvi-ware (if they
   use kpathsea), since the kpathsea library can find its own configuration
   file relative to that location. This affects only the kpathsea
   font-searching parts of this program (and so has an effect only if
   ENABLE_KPATHSEA is 1), and does not affect font-generation. */
#undef DEFAULT_TEXMFCNF

/* Define as 1 if you want to enable generation of GIFs */
#undef ENABLE_GIF

/* Define as 1 if you want to enable use of the kpathsea library for
   font-searching. The font _generation_ programs (usually) use this library
   when they work their magic, but that's entirely separate, and controlled
   only by ENABLE_FONT_GEN. */
#undef ENABLE_KPATHSEA

/* Define as 1 if you want to enable generation of PNGs */
#undef ENABLE_PNG

/* The texmf.cnf file uses the value of variables SELFAUTO..., and sets these
   based on the location of the program's binary. Some (broken!) configuration
   files have the VARTEXFONTS variable depending on these, and this means that
   font generation fails unless the dvi2bitmap program is installed along with
   the other dvi-ware binaries. If you have such a configuration file, and you
   can't or don't want to install the program with the other dvi-ware, then
   you can define this variable to the location of a binary that is in the
   `correct' place. Has an effect only if ENABLE_KPATHSEA is 1. */
#undef FAKE_PROGNAME

/* Define FONT_GEN_TEMPLATE to be a command which generates fonts, and returns
   a single line giving the name of the generated file. It's a `font-string
   template', as described in the README. For example:
   '/usr/local/teTeX/bin/mktexpk --dpi %d --bdpi %b --mag %m --mfmode %M %f'
   or '/usr/local/teTeX/bin/MakeTeXPK %f %d %b %m %M'. Undefine to disable. */
#undef FONT_GEN_TEMPLATE

/* Specify a command-line which searches for fonts according to a
   specification given in its argument list, and returns a single line
   containing a found font file, or EOF if it can't find anything. It's a
   `font-string template', as described in the README. For example: 'kpsewhich
   %f.%dpk' */
#undef FONT_SEARCH_SCRIPT

/* Define filesystem path separator: '/' for unix, and '\' for DOS */
#undef FSPATH_SEP

/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM

/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H

/* Define to 1 if you have the <cassert> header file. */
#undef HAVE_CASSERT

/* Define as 1 if you DO have <cstdio> headers. Otherwise, we use <stdio.h>
   rather than standard <cstdio> */
#undef HAVE_CSTD_INCLUDE

/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
   */
#undef HAVE_DECL_GETOPT

/* Define to 1 if you have the declaration of `getopt_long', and to 0 if you
   don't. */
#undef HAVE_DECL_GETOPT_LONG

/* Define to 1 if you have the declaration of `getsubopt', and to 0 if you
   don't. */
#undef HAVE_DECL_GETSUBOPT

/* Define to 1 if you have the declaration of `putenv', and to 0 if you don't.
   */
#undef HAVE_DECL_PUTENV

/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
   */
#undef HAVE_DECL_SETENV

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the `getopt' function. */
#undef HAVE_GETOPT

/* Define to 1 if you have the `getopt_long' function. */
#undef HAVE_GETOPT_LONG

/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE

/* Define to 1 if you have the `getsubopt' function. */
#undef HAVE_GETSUBOPT

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have a working `mmap' system call. */
#undef HAVE_MMAP

/* Define to 1 if you have the `pipe' function. */
#undef HAVE_PIPE

/* Define to 1 if you have the `putenv' function. */
#undef HAVE_PUTENV

/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV

/* Define to 1 if you have the `setitimer' function. */
#undef HAVE_SETITIMER

/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H

/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF

/* Define to 1 if you have the <sstream> header file. */
#undef HAVE_SSTREAM

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if the C++ string.clear() method is supported */
#undef HAVE_STRING_CLEAR

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <strstream> header file. */
#undef HAVE_STRSTREAM

/* Define to 1 if you have the <sys/errno.h> header file. */
#undef HAVE_SYS_ERRNO_H

/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/signal.h> header file. */
#undef HAVE_SYS_SIGNAL_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `__strchrnul' function. */
#undef HAVE___STRCHRNUL

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#undef LT_OBJDIR

/* Define as the type of the first argument to munmap */
#undef MMAP_TYPE

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Define to 3 if snprintf is in the std:: namespace; to 2 if it is in the
   global namespace; and 1 if it is in no namespace. Test only if
   HAVE_SNPRINTF is true. */
#undef SNPRINTF_NAMESPACE

/* Define search path separator: ':' for unix, and ';' for DOS */
#undef SRCHPATH_SEP

/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN

/* Define as `std' (no quotes) if standard functions are in the std namespace;
   define as empty otherwise */
#undef STD

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Version number of package */
#undef VERSION

/* The alpha cxx compiler currently (v6.0) needs to be invoked with
   __USE_STD_IOSTREAM defined, so that it uses a standards-conforming streams
   library. See Digital C++ v6.0 manual, section 7.1.2. This is defined by
   default when the compiler is invoked with `-std strict_ansi', but that's a
   little harder to arrange in here. (there's probably a better way of
   arranging this...) */
#undef __USE_STD_IOSTREAM