not part of the build.

fix the name


git-svn-id: svn://10.0.0.236/trunk@92208 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ftang%netscape.com 2001-04-13 13:34:55 +00:00
parent 5980901691
commit ca5001df56

View File

@ -67,19 +67,19 @@ sub finddefine()
&printnpl();
print "\n";
print "#ifndef " . $name . "config_h__\n";
print "#endif " . $name . "config_h__\n";
print "#define " . $name . "config_h__\n";
print "\n";
print "\/* This file is generated by running mozilla/intl/uconv/tools/genimpldefine.pl on unix */\n";
&finddefine( "nsBasicDecoderSupport", "IMPL_NSBASICDECODER");
&finddefine( "nsBufferDecoderSupport", "IMPL_BUFFERDECODER");
&finddefine( "nsTableDecoderSupport", "IMPL_TABLEDECODER");
&finddefine( "nsMultiTableDecoderSupport", "IMPL_MULTITABLEDECODER");
&finddefine( "nsOneByteDecoderSupport", "IMPL_ONEBYTEDECODER");
&finddefine( "nsBasicEncoder", "IMPL_BASICENCODER");
&finddefine( "nsEncoderSupport", "IMPL_ENCODER");
&finddefine( "nsTableEncoderSupport", "IMPL_TABLEENCODER");
&finddefine( "nsMultiTableEncoderSupport", "IMPL_MULTITABLEENCODER");
&finddefine( "nsBufferDecoderSupport", "IMPL_NSBUFFERDECODER");
&finddefine( "nsTableDecoderSupport", "IMPL_NSTABLEDECODER");
&finddefine( "nsMultiTableDecoderSupport", "IMPL_NSMULTITABLEDECODER");
&finddefine( "nsOneByteDecoderSupport", "IMPL_NSONEBYTEDECODER");
&finddefine( "nsBasicEncoder", "IMPL_NSBASICENCODER");
&finddefine( "nsEncoderSupport", "IMPL_NSENCODER");
&finddefine( "nsTableEncoderSupport", "IMPL_NSTABLEENCODER");
&finddefine( "nsMultiTableEncoderSupport", "IMPL_NSMULTITABLEENCODER");
print "\n";
print "#include \"" . $name . "rules.h\"\n";
print "\n";