I noticed this entry in the Gimp change log: 2000-09-15 Asbjorn Pettersen <asbjornP@xxxxxxxxx> * plug-ins/print/print-ps.c (ps_parameters): use g_strncasecmp() instead of strncasecmp(). More portable. If there's a portability problem in the print plugin, please report it to gimp-print-devel@xxxxxxxxxxxxxxx rather than doing this. The next time Mitch copies over the gimp-print source, this change will get lost. Also, the code in this file cannot use anything except standard C library stuff. This file (along with print-pcl.c, print-escp2.c, print-canon.c, print-util.c, print-dither.c, print.h, and print-weave.c) is also used as part of a Ghostscript driver, and as part of a CUPS driver, and we cannot rely on any system having any of the g* libraries around. Also, is there a specific system that doesn't support strncasecmp()? We haven't received any reports on it. -- Robert Krawitz <rlk@xxxxxxxxxxxx> http://www.tiac.net/users/rlk/ Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- mail lpf@xxxxxxxxxxxx Project lead for The Gimp Print -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton