Updated config0.h to include the Perl define

Originally committed to SVN as r1748.
This commit is contained in:
Rodrigo Braz Monteiro 2008-01-17 01:45:42 +00:00
parent dae9dfaee4
commit cf38dbe139

View file

@ -58,6 +58,7 @@
//#define WITH_DIRECTSOUND
///////////// MEDIUM PRIORITY ////////////
// Enable FreeType2 font lister for the fonts collector
@ -86,6 +87,7 @@
//#define WITH_OLD_HUNSPELL
/////////////// LOW PRIORITY ////////////
// Enable DirectShow video provider
@ -93,6 +95,14 @@
//#define WITH_DIRECTSHOW
// Enable Perl scripting
// Requires: perl library (ActivePerl comes with one for Visual C++ under lib\core\)
//#define WITH_PERL
///////////// NOT RECOMMENDED /////////////
// Enable FontConfig
// Requires: fontconfig
//#define WITH_FONTCONFIG