remove OSF1 support
[oweals/cde.git] / cde / programs / dtprintinfo / objects / PrintObj / PrintSubSys.C
index f521e8bc11c44523c08218433b76ff2a5e15a1b6..1d7a65938864b3d84fe45b13f4350f29f44a56a6 100644 (file)
@@ -45,22 +45,6 @@ const char *LIST_QUEUES = "LANG=C lpstat -v | "
                            "      print substr($3, 1, x-1)"
                            "   }' | sort";
 #else
-#ifdef __osf__
-  const char *LIST_QUEUES = "LANG=C lpstat -v | "
-                            "nawk '"
-                            " $2 == \"for\"    "
-                            "   { print $10 }' "
-                            "   | sort";
-#else
-#ifdef __uxp__
-const char *LIST_QUEUES = "LANG=C lpstat -v | "
-                           "nawk '"
-                           " $4 == \"for\" "
-                           "   { "
-                           "      x = match($5, /:/); "
-                           "      print substr($5, 1, x-1)"
-                           "   }' | sort";
-#else
 const char *LIST_QUEUES = "LANG=C lpstat -v | "
                            "nawk '"
                            " $2 == \"for\" "
@@ -70,8 +54,6 @@ const char *LIST_QUEUES = "LANG=C lpstat -v | "
                            "   }' | sort";
 #endif
 #endif
-#endif
-#endif
 
 // Object Class Name
 const char *PRINTSUBSYSTEM = "PrintSubSystem";