From ce2d3c0b2423a61e073b86aca38d012d7433a01f Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 13 Aug 2009 06:29:46 +0000 Subject: [PATCH] allow choosing the "file" command from configure --- src/common/autoconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/common/autoconfig.h.in b/src/common/autoconfig.h.in index 578a7852..cb7ef19a 100644 --- a/src/common/autoconfig.h.in +++ b/src/common/autoconfig.h.in @@ -9,6 +9,12 @@ /* Path to the aspell program */ #undef ASPELL_PROG +/* Path to the file program */ +#undef FILE_PROG + +/* Enable using the system's 'file' command to id mime if we fail internally */ +#undef USE_SYSTEM_FILE_COMMAND + /* Real time monitoring option */ #undef RCL_MONITOR