summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-02-22 15:24:31 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-02-22 15:24:31 +0000
commitf1a494b74eab45311153d43d75829985a1ba744f (patch)
tree522d40300fdc272c3e4583ca7993090f1ce07098 /source3
parente9a4f896bda4e102630522024a371ad0eb10a6a7 (diff)
downloadsamba-f1a494b74eab45311153d43d75829985a1ba744f.tar.gz
samba-f1a494b74eab45311153d43d75829985a1ba744f.tar.bz2
samba-f1a494b74eab45311153d43d75829985a1ba744f.zip
JHT ===> Updated SV_TYPE defines in smb.h (added WIN95 entry)
nameserv.h returned to original state. (This used to be commit e313de4619dcfde53db49ca4f7d6f78603504040)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/nameserv.h2
-rw-r--r--source3/include/smb.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h
index e4876bac57..7302f09e5d 100644
--- a/source3/include/nameserv.h
+++ b/source3/include/nameserv.h
@@ -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 )
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 543cc73adb..eea5b5bc8c 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -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