allow choosing the "file" command from configure

This commit is contained in:
dockes 2009-08-13 06:29:46 +00:00
parent 3435e1388d
commit ce2d3c0b24

View File

@ -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