r3286: filled in more missing SV_TYPE_* defines
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 Oct 2004 05:30:29 +0000 (05:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:50 +0000 (13:04 -0500)
source/librpc/idl/svcctl.idl

index 149971e8afb5752357718670d60b9e75087f99dd..4910b1f0b9ba32c10bfc55cf7bf1dec6ab4fd4fb 100644 (file)
 
        const int SV_TYPE_WORKSTATION       = 0x00000001;
        const int SV_TYPE_SERVER            = 0x00000002;
+       const int SV_TYPE_SQLSERVER         = 0x00000004;
        const int SV_TYPE_DOMAIN_CTRL       = 0x00000008;
        const int SV_TYPE_DOMAIN_BAKCTRL    = 0x00000010;
        const int SV_TYPE_TIME_SOURCE       = 0x00000020;
        const int SV_TYPE_AFP               = 0x00000040;
+       const int SV_TYPE_NOVELL            = 0x00000080;
+
        const int SV_TYPE_DOMAIN_MEMBER     = 0x00000100;
        const int SV_TYPE_PRINTQ_SERVER     = 0x00000200;
        const int SV_TYPE_DIALIN_SERVER     = 0x00000400;
-       const int SV_TYPE_XENIX_SERVER      = 0x00000800;
        const int SV_TYPE_SERVER_UNIX       = 0x00000800;
        const int SV_TYPE_NT                = 0x00001000;
        const int SV_TYPE_WFW               = 0x00002000;
+       const int SV_TYPE_SERVER_MFPN       = 0x00004000;
+       const int SV_TYPE_SERVER_NT         = 0x00008000;
        const int SV_TYPE_POTENTIAL_BROWSER = 0x00010000;
        const int SV_TYPE_BACKUP_BROWSER    = 0x00020000;
        const int SV_TYPE_MASTER_BROWSER    = 0x00040000;
        const int SV_TYPE_DOMAIN_MASTER     = 0x00080000;
+       const int SV_TYPE_SERVER_OSF        = 0x00100000;
+       const int SV_TYPE_SERVER_VMS        = 0x00200000;
+       const int SV_TYPE_WIN95_PLUS        = 0x00400000;
+       const int SV_TYPE_DFS_SERVER        = 0x00800000;
+       const int SV_TYPE_ALTERNATE_XPORT   = 0x20000000;
        const int SV_TYPE_LOCAL_LIST_ONLY   = 0x40000000;
        const int SV_TYPE_DOMAIN_ENUM       = 0x80000000;
+       const int SV_TYPE_ALL               = 0xFFFFFFFF;
        
        /*****************/
        /* Function 0x00 */