git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3721
7a7537e8-13f0-0310-91df-
b6672ffda945
/*
- * "$Id: cupstestppd.c,v 1.1.2.20 2003/02/28 21:07:35 mike Exp $"
+ * "$Id: cupstestppd.c,v 1.1.2.21 2003/05/14 00:04:32 mike Exp $"
*
* PPD test program for the Common UNIX Printing System (CUPS).
*
if (verbose >= 0)
{
+ ppdMarkDefaults(ppd);
+ if (ppdConflicts(ppd))
+ puts(" WARN Default choices conflicting!");
+
if (ppdversion < 43)
{
printf(" WARN Obsolete PPD version %.1f!\n",
/*
- * End of "$Id: cupstestppd.c,v 1.1.2.20 2003/02/28 21:07:35 mike Exp $".
+ * End of "$Id: cupstestppd.c,v 1.1.2.21 2003/05/14 00:04:32 mike Exp $".
*/