summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 144c2d2838..f32700c0eb 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -83,8 +83,11 @@
/* what type of filesystem do we want this to show up as in a NT file
manager window? */
+#ifdef HAVE_NT_SMBS
+#define FSTYPE_STRING "NTFS"
+#else /* HAVE_NT_SMBS */
#define FSTYPE_STRING "Samba"
-
+#endif /* HAVE_NT_SMBS */
/* the default guest account - normally set in the Makefile or smb.conf */
#ifndef GUEST_ACCOUNT