
/* Configuration files for TeX, MetaFont, MetaPost, and BibTeX. */
#ifndef DEFAULT_BIBTEXCONFIG_PATH
#define DEFAULT_BIBTEXCONFIG_PATH ".:(bibtexconfigdir)"
#endif
#ifndef DEFAULT_MFCONFIG_PATH
#define DEFAULT_MFCONFIG_PATH ".:(mfconfigdir)"
#endif
#ifndef DEFAULT_MPCONFIG_PATH
#define DEFAULT_MPCONFIG_PATH ".:(mpconfigdir)"
#endif
#ifndef DEFAULT_TEXCONFIG_PATH
#define DEFAULT_TEXCONFIG_PATH ".:(texconfigdir)"
#endif

/* New file types for MetaPost. */
#ifndef DEFAULT_MEM_PATH
#define DEFAULT_MEM_PATH ".:(memdir)"
#endif
#ifndef DEFAULT_MP_PATH
#define DEFAULT_MP_PATH ".:(mpinputdir)//:(fontdir)/source//"
#endif
#ifndef DEFAULT_MPPOOL_PATH
#define DEFAULT_MPPOOL_PATH ".:(mppooldir)"
#endif
