Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

config.h

Go to the documentation of this file.
00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define as 1 if, after including <cctype>, the isxxx functions are in the 00005 std namespace */ 00006 #define CCTYPE_IN_STD 1 00007 00008 /* Define DEFAULT_MFMODE and DEFAULT_RESOLUTION to be the default Metafont 00009 mode and resolution which should be used when generating fonts. These two 00010 parameters must be consistent with each other. For examples, see the file 00011 modes.mf, which is either available as part of your TeX distribution, or 00012 from CTAN. If not defined, internal defaults will be used. */ 00013 /* #undef DEFAULT_MFMODE */ 00014 00015 /* See DEFAULT_MFMODE */ 00016 /* #undef DEFAULT_RESOLUTION */ 00017 00018 /* Set DEFAULT_TEXMFCNF to be the location of the texmf.cnf file which the 00019 kpathsea library is to use. This will be overridden by a value of TEXMFCNF 00020 set in the program's environment at run time. It is not necessary to set 00021 this if the program will be installed alongside the other dvi-ware (if they 00022 use kpathsea), since the kpathsea library can find its own configuration 00023 file relative to that location. This affects only the kpathsea 00024 font-searching parts of this program (and so has an effect only if 00025 ENABLE_KPATHSEA is 1), and does not affect font-generation. */ 00026 #define DEFAULT_TEXMFCNF "/usr/local/teTeX" 00027 00028 /* Define as 1 if you want to enable generation of GIFs */ 00029 #define ENABLE_GIF 1 00030 00031 /* Define as 1 if you want to enable use of the kpathsea library for 00032 font-searching. The font _generation_ programs (usually) use this library 00033 when they work their magic, but that's entirely separate, and controlled 00034 only by ENABLE_FONT_GEN. */ 00035 /* #undef ENABLE_KPATHSEA */ 00036 00037 /* Define as 1 if you want to enable generation of PNGs */ 00038 #define ENABLE_PNG 1 00039 00040 /* The texmf.cnf file uses the value of variables SELFAUTO..., and sets these 00041 based on the location of the program's binary. Some (broken!) configuration 00042 files have the VARTEXFONTS variable depending on these, and this means that 00043 font generation fails unless the dvi2bitmap program is installed along with 00044 the other dvi-ware binaries. If you have such a configuration file, and you 00045 can't or don't want to install the program with the other dvi-ware, then 00046 you can define this variable to the location of a binary that is in the 00047 `correct' place. Has an effect only if ENABLE_KPATHSEA is 1. */ 00048 /* #undef FAKE_PROGNAME */ 00049 00050 /* Define FONT_GEN_TEMPLATE to be a command which generates fonts, and returns 00051 a single line giving the name of the generated file. It's a `font-string 00052 template', as described in the README. For example: 00053 '/usr/local/teTeX/bin/mktexpk --dpi %d --bdpi %b --mag %m --mfmode %M %f' 00054 or '/usr/local/teTeX/bin/MakeTeXPK %f %d %b %m %M'. Undefine to disable. */ 00055 #define FONT_GEN_TEMPLATE "/usr/local/teTeX/bin/powerpc-apple-darwin6.8/mktexpk --dpi %d --bdpi %b --mag %m --mfmode %M %f" 00056 00057 /* Specify a command-line which searches for fonts according to a 00058 specification given in its argument list, and returns a single line 00059 containing a found font file, or EOF if it can't find anything. It's a 00060 `font-string template', as described in the README. For example: 'kpsewhich 00061 %f.%dpk' */ 00062 #define FONT_SEARCH_SCRIPT "/usr/local/teTeX/bin/powerpc-apple-darwin6.8/kpsewhich pk %f.%dpk" 00063 00064 /* Define filesystem path separator: '/' for unix, and '\' for DOS */ 00065 #define FSPATH_SEP '/' 00066 00067 /* Define to 1 if you have the `alarm' function. */ 00068 #define HAVE_ALARM 1 00069 00070 /* Define to 1 if you have the <assert.h> header file. */ 00071 #define HAVE_ASSERT_H 1 00072 00073 /* Define to 1 if you have the <cassert> header file. */ 00074 #define HAVE_CASSERT 1 00075 00076 /* Define as 1 if you DO have <cstdio> headers. Otherwise, we use <stdio.h> 00077 rather than standard <cstdio> */ 00078 #define HAVE_CSTD_INCLUDE 1 00079 00080 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 00081 */ 00082 #define HAVE_DECL_GETOPT 1 00083 00084 /* Define to 1 if you have the declaration of `getopt_long', and to 0 if you 00085 don't. */ 00086 #define HAVE_DECL_GETOPT_LONG 0 00087 00088 /* Define to 1 if you have the declaration of `getsubopt', and to 0 if you 00089 don't. */ 00090 #define HAVE_DECL_GETSUBOPT 1 00091 00092 /* Define to 1 if you have the declaration of `putenv', and to 0 if you don't. 00093 */ 00094 #define HAVE_DECL_PUTENV 1 00095 00096 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't. 00097 */ 00098 #define HAVE_DECL_SETENV 1 00099 00100 /* Define to 1 if you have the <dlfcn.h> header file. */ 00101 #define HAVE_DLFCN_H 1 00102 00103 /* Define to 1 if you have the <fcntl.h> header file. */ 00104 #define HAVE_FCNTL_H 1 00105 00106 /* Define to 1 if you have the `getopt' function. */ 00107 #define HAVE_GETOPT 1 00108 00109 /* Define to 1 if you have the `getopt_long' function. */ 00110 #define HAVE_GETOPT_LONG 1 00111 00112 /* Define to 1 if you have the `getpagesize' function. */ 00113 #define HAVE_GETPAGESIZE 1 00114 00115 /* Define to 1 if you have the `getsubopt' function. */ 00116 #define HAVE_GETSUBOPT 1 00117 00118 /* Define to 1 if you have the <inttypes.h> header file. */ 00119 #define HAVE_INTTYPES_H 1 00120 00121 /* Define to 1 if you have the <memory.h> header file. */ 00122 #define HAVE_MEMORY_H 1 00123 00124 /* Define to 1 if you have a working `mmap' system call. */ 00125 #define HAVE_MMAP 1 00126 00127 /* Define to 1 if you have the `pipe' function. */ 00128 #define HAVE_PIPE 1 00129 00130 /* Define to 1 if you have the `putenv' function. */ 00131 #define HAVE_PUTENV 1 00132 00133 /* Define to 1 if you have the `setenv' function. */ 00134 #define HAVE_SETENV 1 00135 00136 /* Define to 1 if you have the `setitimer' function. */ 00137 #define HAVE_SETITIMER 1 00138 00139 /* Define to 1 if you have the <signal.h> header file. */ 00140 #define HAVE_SIGNAL_H 1 00141 00142 /* Define to 1 if you have the `snprintf' function. */ 00143 #define HAVE_SNPRINTF 1 00144 00145 /* Define to 1 if you have the <sstream> header file. */ 00146 #define HAVE_SSTREAM 1 00147 00148 /* Define to 1 if you have the <stdint.h> header file. */ 00149 #define HAVE_STDINT_H 1 00150 00151 /* Define to 1 if you have the <stdlib.h> header file. */ 00152 #define HAVE_STDLIB_H 1 00153 00154 /* Define to 1 if you have the <strings.h> header file. */ 00155 #define HAVE_STRINGS_H 1 00156 00157 /* Define to 1 if the C++ string.clear() method is supported */ 00158 #define HAVE_STRING_CLEAR 1 00159 00160 /* Define to 1 if you have the <string.h> header file. */ 00161 #define HAVE_STRING_H 1 00162 00163 /* Define to 1 if you have the <strstream> header file. */ 00164 #define HAVE_STRSTREAM 1 00165 00166 /* Define to 1 if you have the <sys/errno.h> header file. */ 00167 #define HAVE_SYS_ERRNO_H 1 00168 00169 /* Define to 1 if you have the <sys/mman.h> header file. */ 00170 #define HAVE_SYS_MMAN_H 1 00171 00172 /* Define to 1 if you have the <sys/signal.h> header file. */ 00173 #define HAVE_SYS_SIGNAL_H 1 00174 00175 /* Define to 1 if you have the <sys/stat.h> header file. */ 00176 #define HAVE_SYS_STAT_H 1 00177 00178 /* Define to 1 if you have the <sys/time.h> header file. */ 00179 #define HAVE_SYS_TIME_H 1 00180 00181 /* Define to 1 if you have the <sys/types.h> header file. */ 00182 #define HAVE_SYS_TYPES_H 1 00183 00184 /* Define to 1 if you have the <sys/wait.h> header file. */ 00185 #define HAVE_SYS_WAIT_H 1 00186 00187 /* Define to 1 if you have the <unistd.h> header file. */ 00188 #define HAVE_UNISTD_H 1 00189 00190 /* Define to 1 if you have the `__strchrnul' function. */ 00191 /* #undef HAVE___STRCHRNUL */ 00192 00193 /* Define as the type of the first argument to munmap */ 00194 #define MMAP_TYPE void* 00195 00196 /* Name of package */ 00197 #define PACKAGE "dvi2bitmap" 00198 00199 /* Define to the address where bug reports for this package should be sent. */ 00200 #define PACKAGE_BUGREPORT "norman@astro.gla.ac.uk" 00201 00202 /* Define to the full name of this package. */ 00203 #define PACKAGE_NAME "dvi2bitmap" 00204 00205 /* Define to the full name and version of this package. */ 00206 #define PACKAGE_STRING "dvi2bitmap 0.13" 00207 00208 /* Define to the one symbol short name of this package. */ 00209 #define PACKAGE_TARNAME "dvi2bitmap" 00210 00211 /* Define to the version of this package. */ 00212 #define PACKAGE_VERSION "0.13" 00213 00214 /* Define to 3 if snprintf is in the std:: namespace; to 2 if it is in the 00215 global namespace; and 1 if it is in no namespace. Test only if 00216 HAVE_SNPRINTF is true. */ 00217 #define SNPRINTF_NAMESPACE 3 00218 00219 /* Define search path separator: ':' for unix, and ';' for DOS */ 00220 #define SRCHPATH_SEP ':' 00221 00222 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 00223 /* #undef STAT_MACROS_BROKEN */ 00224 00225 /* Define as `std' (no quotes) if standard functions are in the std namespace; 00226 define as empty otherwise */ 00227 #define STD std 00228 00229 /* Define to 1 if you have the ANSI C header files. */ 00230 #define STDC_HEADERS 1 00231 00232 /* Version number of package */ 00233 #define VERSION "0.13" 00234 00235 /* The alpha cxx compiler currently (v6.0) needs to be invoked with 00236 __USE_STD_IOSTREAM defined, so that it uses a standards-conforming streams 00237 library. See Digital C++ v6.0 manual, section 7.1.2. This is defined by 00238 default when the compiler is invoked with `-std strict_ansi', but that's a 00239 little harder to arrange in here. (there's probably a better way of 00240 arranging this...) */ 00241 /* #undef __USE_STD_IOSTREAM */

Generated on Sun Aug 21 18:21:02 2005 for dvi2bitmap by doxygen 1.3.8