diff options
Diffstat (limited to 'Build/source/texk/dvipng/config.h.in')
-rw-r--r-- | Build/source/texk/dvipng/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/dvipng/config.h.in b/Build/source/texk/dvipng/config.h.in index 5a2c42edf82..f8b9b0d5248 100644 --- a/Build/source/texk/dvipng/config.h.in +++ b/Build/source/texk/dvipng/config.h.in @@ -14,6 +14,15 @@ /* Define as 1 to get the debug (-d) option. */ #undef DEBUG +/* The environment setting for $SELFAUTODIR */ +#undef ENV_SELFAUTODIR + +/* The environment setting for $SELFAUTOLOC */ +#undef ENV_SELFAUTOLOC + +/* The environment setting for $SELFAUTOPARENT */ +#undef ENV_SELFAUTOPARENT + /* Define as the path to GhostScript. */ #undef GS_PATH |