diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-04 23:27:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-04 23:27:01 +0000 |
commit | d5ed55a3d879b9fa7b48c4c9c6ea1841defeaeb8 (patch) | |
tree | b4e6d7992b7989e0f8a3a3def89aab8b3a0c097a /Build/source/texk/dvipsk/dvips.h | |
parent | 6abdd5bdd14ddbb6e48bafcf0dc9c9a68c304f92 (diff) |
avoid download if font if already done as header (e.g., from eps)
git-svn-id: svn://tug.org/texlive/trunk@4233 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/dvips.h')
-rw-r--r-- | Build/source/texk/dvipsk/dvips.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/dvipsk/dvips.h b/Build/source/texk/dvipsk/dvips.h index 246d655cad1..c58eb794040 100644 --- a/Build/source/texk/dvipsk/dvips.h +++ b/Build/source/texk/dvipsk/dvips.h @@ -53,13 +53,14 @@ extern char *sprintf() ; * of a string that can be handled in specials, so it should not be * set too small. */ -#define STRINGSIZE (200000) /* maximum total chars in strings in program */ +#define STRINGSIZE (200000) /* maximum total chars in strings in program */ #define RASTERCHUNK (8192) /* size of chunk of raster */ #define MINCHUNK (240) /* minimum size char to get own raster */ #define STACKSIZE (350) /* maximum stack size for dvi files */ #define MAXFRAME (10) /* maximum depth of virtual font recursion */ #define MAXFONTHD (100) /* number of unique names of included fonts */ #define STDOUTSIZE (75) /* width of a standard output line */ +#define DOWNLOADEDPSSIZE (1000) /* max number of downloaded fonts to check */ /* * Other constants, which define printer-dependent stuff. */ |