printing: move archi_table declarations into nt_printing.h
[amitay/samba.git] / source3 / utils / net_rpc_printer.c
index 691ea821b5d0b32d4ffd02027399c3c53c7f1776..9b17395c16f775e915f81945c5d8b98bfcf09611 100644 (file)
 #include "auth/credentials/credentials.h"
 #include "lib/util/string_wrappers.h"
 
-/* support itanium as well */
-static const struct print_architecture_table_node archi_table[]= {
-
-       {"Windows 4.0",          "WIN40",       0 },
-       {"Windows NT x86",       "W32X86",      2 },
-       {"Windows NT x86",       "W32X86",      3 },
-       {"Windows NT R4000",     "W32MIPS",     2 },
-       {"Windows NT Alpha_AXP", "W32ALPHA",    2 },
-       {"Windows NT PowerPC",   "W32PPC",      2 },
-       {"Windows IA64",         "IA64",        3 },
-       {"Windows x64",          "x64",         3 },
-       {NULL,                   "",            -1 }
-};
-
 
 /**
  * This display-printdriver-functions was borrowed from rpcclient/cmd_spoolss.c.