printing: move archi_table declarations into nt_printing.h
[amitay/samba.git] / source3 / rpcclient / cmd_spoolss.c
index 3b7abc665bd926e954c4e1da12c7f4303023b018..1706cec4ddb72bad9b0f9c30e015008728d699db 100644 (file)
        W_ERROR_HAVE_NO_MEMORY(_printername); \
 }
 
-/* The version int is used by getdrivers.  Note that
-   all architecture strings that support mutliple
-   versions must be grouped together since enumdrivers
-   uses this property to prevent issuing multiple
-   enumdriver calls for the same arch */
-
-
-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 }
-};
 
 /**
  * @file