diff options
Diffstat (limited to 'dviware/dvi2bitmap/config.h.in')
-rw-r--r-- | dviware/dvi2bitmap/config.h.in | 250 |
1 files changed, 250 insertions, 0 deletions
diff --git a/dviware/dvi2bitmap/config.h.in b/dviware/dvi2bitmap/config.h.in new file mode 100644 index 0000000000..19acfe033a --- /dev/null +++ b/dviware/dvi2bitmap/config.h.in @@ -0,0 +1,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 |