1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

JHT ===> Updated SV_TYPE defines in smb.h (added WIN95 entry)

nameserv.h returned to original state.
(This used to be commit e313de4619)
This commit is contained in:
Samba Release Account 1997-02-22 15:24:31 +00:00
parent e9a4f896bd
commit f1a494b74e
2 changed files with 2 additions and 1 deletions

View File

@ -387,5 +387,5 @@ struct packet_struct
#define DFLT_SERVER_TYPE (SV_TYPE_WORKSTATION | SV_TYPE_SERVER | \
SV_TYPE_TIME_SOURCE | SV_TYPE_SERVER_UNIX | \
SV_TYPE_PRINTQ_SERVER | SV_TYPE_SERVER_NT | \
SV_TYPE_NT)
SV_TYPE_NT )

View File

@ -788,6 +788,7 @@ char *Strstr(char *s, char *p);
#define SV_TYPE_DOMAIN_MASTER 0x00080000
#define SV_TYPE_SERVER_OSF 0x00100000
#define SV_TYPE_SERVER_VMS 0x00200000
#define SV_TYPE_WIN95_PLUS 0x00400000
#define SV_TYPE_ALTERNATE_XPORT 0x20000000
#define SV_TYPE_LOCAL_LIST_ONLY 0x40000000
#define SV_TYPE_DOMAIN_ENUM 0x80000000