summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/texmfmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/lib/texmfmp.c')
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index c0606272b29..092e834b0c2 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -738,16 +738,17 @@ maininit (int ac, string *av)
parse_options (ac, av);
#endif
-#if IS_pTeX
- /* In pTeX and friends, texmf.cnf is not recorded in the case of --recorder,
- because parse_options() is executed after the start of kpathsea due to
- special initializations. Therefore we record texmf.cnf here. */
+#if IS_pTeX || ((defined(XeTeX) || defined(pdfTeX)) && defined(WIN32))
+ /* In pTeX and friends, or in WIN32, texmf.cnf is not recorded in
+ the case of --recorder, because parse_options() is executed
+ after the start of kpathsea due to special initializations.
+ Therefore we record texmf.cnf here. */
if (recorder_enabled) {
string p = kpse_find_file ("texmf.cnf", kpse_cnf_format, 0);
if (p)
recorder_record_input (p);
}
-#endif
+#endif /* IS_pTeX || (...) */
/* If -progname was not specified, default to the dump name. */
if (!user_progname)