dvi2bitmap  dvi2bitmap1.0
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define as 1 if, after including <cctype>, the isxxx functions are in the
5  std namespace */
6 #define CCTYPE_IN_STD 1
7 
8 /* Define DEFAULT_MFMODE and DEFAULT_RESOLUTION to be the default Metafont
9  mode and resolution which should be used when generating fonts. These two
10  parameters must be consistent with each other. For examples, see the file
11  modes.mf, which is either available as part of your TeX distribution, or
12  from CTAN. If not defined, internal defaults will be used. */
13 /* #undef DEFAULT_MFMODE */
14 
15 /* See DEFAULT_MFMODE */
16 /* #undef DEFAULT_RESOLUTION */
17 
18 /* Set DEFAULT_TEXMFCNF to be the location of the texmf.cnf file which the
19  kpathsea library is to use. This will be overridden by a value of TEXMFCNF
20  set in the program's environment at run time. It is not necessary to set
21  this if the program will be installed alongside the other dvi-ware (if they
22  use kpathsea), since the kpathsea library can find its own configuration
23  file relative to that location. This affects only the kpathsea
24  font-searching parts of this program (and so has an effect only if
25  ENABLE_KPATHSEA is 1), and does not affect font-generation. */
26 #define DEFAULT_TEXMFCNF "/usr/local/texlive/2013"
27 
28 /* Define as 1 if you want to enable generation of GIFs */
29 #define ENABLE_GIF 1
30 
31 /* Define as 1 if you want to enable use of the kpathsea library for
32  font-searching. The font _generation_ programs (usually) use this library
33  when they work their magic, but that's entirely separate, and controlled
34  only by ENABLE_FONT_GEN. */
35 #define ENABLE_KPATHSEA 1
36 
37 /* Define as 1 if you want to enable generation of PNGs */
38 #define ENABLE_PNG 1
39 
40 /* The texmf.cnf file uses the value of variables SELFAUTO..., and sets these
41  based on the location of the program's binary. Some (broken!) configuration
42  files have the VARTEXFONTS variable depending on these, and this means that
43  font generation fails unless the dvi2bitmap program is installed along with
44  the other dvi-ware binaries. If you have such a configuration file, and you
45  can't or don't want to install the program with the other dvi-ware, then
46  you can define this variable to the location of a binary that is in the
47  `correct' place. Has an effect only if ENABLE_KPATHSEA is 1. */
48 /* #undef FAKE_PROGNAME */
49 
50 /* Define FONT_GEN_TEMPLATE to be a command which generates fonts, and returns
51  a single line giving the name of the generated file. It's a `font-string
52  template', as described in the README. For example:
53  '/usr/local/teTeX/bin/mktexpk --dpi %d --bdpi %b --mag %m --mfmode %M %f'
54  or '/usr/local/teTeX/bin/MakeTeXPK %f %d %b %m %M'. Undefine to disable. */
55 #define FONT_GEN_TEMPLATE "/usr/texbin/mktexpk --dpi %d --bdpi %b --mag %m --mfmode %M %f"
56 
57 /* Specify a command-line which searches for fonts according to a
58  specification given in its argument list, and returns a single line
59  containing a found font file, or EOF if it can't find anything. It's a
60  `font-string template', as described in the README. For example: 'kpsewhich
61  %f.%dpk' */
62 /* #undef FONT_SEARCH_SCRIPT */
63 
64 /* Define filesystem path separator: '/' for unix, and '\' for DOS */
65 #define FSPATH_SEP '/'
66 
67 /* Define to 1 if you have the `alarm' function. */
68 #define HAVE_ALARM 1
69 
70 /* Define to 1 if you have the <assert.h> header file. */
71 #define HAVE_ASSERT_H 1
72 
73 /* Define to 1 if you have the <cassert> header file. */
74 #define HAVE_CASSERT 1
75 
76 /* Define as 1 if you DO have <cstdio> headers. Otherwise, we use <stdio.h>
77  rather than standard <cstdio> */
78 #define HAVE_CSTD_INCLUDE 1
79 
80 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
81  */
82 #define HAVE_DECL_GETOPT 1
83 
84 /* Define to 1 if you have the declaration of `getopt_long', and to 0 if you
85  don't. */
86 #define HAVE_DECL_GETOPT_LONG 0
87 
88 /* Define to 1 if you have the declaration of `getsubopt', and to 0 if you
89  don't. */
90 #define HAVE_DECL_GETSUBOPT 1
91 
92 /* Define to 1 if you have the declaration of `putenv', and to 0 if you don't.
93  */
94 #define HAVE_DECL_PUTENV 1
95 
96 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
97  */
98 #define HAVE_DECL_SETENV 1
99 
100 /* Define to 1 if you have the <dlfcn.h> header file. */
101 #define HAVE_DLFCN_H 1
102 
103 /* Define to 1 if you have the <fcntl.h> header file. */
104 #define HAVE_FCNTL_H 1
105 
106 /* Define to 1 if you have the `getopt' function. */
107 #define HAVE_GETOPT 1
108 
109 /* Define to 1 if you have the `getopt_long' function. */
110 #define HAVE_GETOPT_LONG 1
111 
112 /* Define to 1 if you have the `getpagesize' function. */
113 #define HAVE_GETPAGESIZE 1
114 
115 /* Define to 1 if you have the `getsubopt' function. */
116 #define HAVE_GETSUBOPT 1
117 
118 /* Define to 1 if you have the <inttypes.h> header file. */
119 #define HAVE_INTTYPES_H 1
120 
121 /* Define to 1 if you have the <memory.h> header file. */
122 #define HAVE_MEMORY_H 1
123 
124 /* Define to 1 if you have a working `mmap' system call. */
125 #define HAVE_MMAP 1
126 
127 /* Define to 1 if you have the `pipe' function. */
128 #define HAVE_PIPE 1
129 
130 /* Define to 1 if you have the `putenv' function. */
131 #define HAVE_PUTENV 1
132 
133 /* Define to 1 if you have the `setenv' function. */
134 #define HAVE_SETENV 1
135 
136 /* Define to 1 if you have the `setitimer' function. */
137 #define HAVE_SETITIMER 1
138 
139 /* Define to 1 if you have the <signal.h> header file. */
140 #define HAVE_SIGNAL_H 1
141 
142 /* Define to 1 if you have the `snprintf' function. */
143 #define HAVE_SNPRINTF 1
144 
145 /* Define to 1 if you have the <sstream> header file. */
146 #define HAVE_SSTREAM 1
147 
148 /* Define to 1 if you have the <stdint.h> header file. */
149 #define HAVE_STDINT_H 1
150 
151 /* Define to 1 if you have the <stdlib.h> header file. */
152 #define HAVE_STDLIB_H 1
153 
154 /* Define to 1 if you have the <strings.h> header file. */
155 #define HAVE_STRINGS_H 1
156 
157 /* Define to 1 if the C++ string.clear() method is supported */
158 #define HAVE_STRING_CLEAR 1
159 
160 /* Define to 1 if you have the <string.h> header file. */
161 #define HAVE_STRING_H 1
162 
163 /* Define to 1 if you have the <strstream> header file. */
164 #define HAVE_STRSTREAM 1
165 
166 /* Define to 1 if you have the <sys/errno.h> header file. */
167 #define HAVE_SYS_ERRNO_H 1
168 
169 /* Define to 1 if you have the <sys/mman.h> header file. */
170 #define HAVE_SYS_MMAN_H 1
171 
172 /* Define to 1 if you have the <sys/param.h> header file. */
173 #define HAVE_SYS_PARAM_H 1
174 
175 /* Define to 1 if you have the <sys/signal.h> header file. */
176 #define HAVE_SYS_SIGNAL_H 1
177 
178 /* Define to 1 if you have the <sys/stat.h> header file. */
179 #define HAVE_SYS_STAT_H 1
180 
181 /* Define to 1 if you have the <sys/time.h> header file. */
182 #define HAVE_SYS_TIME_H 1
183 
184 /* Define to 1 if you have the <sys/types.h> header file. */
185 #define HAVE_SYS_TYPES_H 1
186 
187 /* Define to 1 if you have the <sys/wait.h> header file. */
188 #define HAVE_SYS_WAIT_H 1
189 
190 /* Define to 1 if you have the <unistd.h> header file. */
191 #define HAVE_UNISTD_H 1
192 
193 /* Define to 1 if you have the `__strchrnul' function. */
194 /* #undef HAVE___STRCHRNUL */
195 
196 /* Define to the sub-directory in which libtool stores uninstalled libraries.
197  */
198 #define LT_OBJDIR ".libs/"
199 
200 /* Define as the type of the first argument to munmap */
201 #define MMAP_TYPE void*
202 
203 /* Name of package */
204 #define PACKAGE "dvi2bitmap"
205 
206 /* Define to the address where bug reports for this package should be sent. */
207 #define PACKAGE_BUGREPORT "norman@astro.gla.ac.uk"
208 
209 /* Define to the full name of this package. */
210 #define PACKAGE_NAME "dvi2bitmap"
211 
212 /* Define to the full name and version of this package. */
213 #define PACKAGE_STRING "dvi2bitmap 1.0"
214 
215 /* Define to the one symbol short name of this package. */
216 #define PACKAGE_TARNAME "dvi2bitmap"
217 
218 /* Define to the home page for this package. */
219 #define PACKAGE_URL ""
220 
221 /* Define to the version of this package. */
222 #define PACKAGE_VERSION "1.0"
223 
224 /* Define to 3 if snprintf is in the std:: namespace; to 2 if it is in the
225  global namespace; and 1 if it is in no namespace. Test only if
226  HAVE_SNPRINTF is true. */
227 #define SNPRINTF_NAMESPACE 3
228 
229 /* Define search path separator: ':' for unix, and ';' for DOS */
230 #define SRCHPATH_SEP ':'
231 
232 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
233 /* #undef STAT_MACROS_BROKEN */
234 
235 /* Define as `std' (no quotes) if standard functions are in the std namespace;
236  define as empty otherwise */
237 #define STD std
238 
239 /* Define to 1 if you have the ANSI C header files. */
240 #define STDC_HEADERS 1
241 
242 /* Version number of package */
243 #define VERSION "1.0"
244 
245 /* The alpha cxx compiler currently (v6.0) needs to be invoked with
246  __USE_STD_IOSTREAM defined, so that it uses a standards-conforming streams
247  library. See Digital C++ v6.0 manual, section 7.1.2. This is defined by
248  default when the compiler is invoked with `-std strict_ansi', but that's a
249  little harder to arrange in here. (there's probably a better way of
250  arranging this...) */
251 /* #undef __USE_STD_IOSTREAM */