summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-09-24 00:44:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:06 -0500
commitcb0cd473a0c7d3d7565fccdc9be30cefd19a0473 (patch)
tree9a6c4cfcaea6f35d4a8c88c68bf432658363567a /source4/ntvfs/config.m4
parent9c89a30113df8b5a2ebf971f5e1fbb32ba1dc40c (diff)
downloadsamba-cb0cd473a0c7d3d7565fccdc9be30cefd19a0473.tar.gz
samba-cb0cd473a0c7d3d7565fccdc9be30cefd19a0473.tar.bz2
samba-cb0cd473a0c7d3d7565fccdc9be30cefd19a0473.zip
r2573: - added a configure test for nanosecond time resolution in struct stat
(recently Linux systems support this, allowing us to support the full resolution in NTTIME) - use nanosecond resolution in the posix backend if available - moved the configure tests and list of object files for the posix backend into ntvfs/posix/ to keep them more neatlly separated. (This used to be commit d92ad9f307fe16a3b253a0555b437f14c94b4dd7)
Diffstat (limited to 'source4/ntvfs/config.m4')
-rw-r--r--source4/ntvfs/config.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/ntvfs/config.m4 b/source4/ntvfs/config.m4
index f23610fef4..051a6883e2 100644
--- a/source4/ntvfs/config.m4
+++ b/source4/ntvfs/config.m4
@@ -1,5 +1,8 @@
dnl # NTVFS Server subsystem
+SMB_INCLUDE_M4(ntvfs/posix/config.m4)
+SMB_MODULE_MK(ntvfs_posix, NTVFS, STATIC, ntvfs/posix/config.mk)
+
SMB_MODULE_MK(ntvfs_cifs, NTVFS, STATIC, ntvfs/config.mk)
SMB_MODULE_MK(ntvfs_simple, NTVFS, STATIC, ntvfs/config.mk)
@@ -8,8 +11,6 @@ SMB_MODULE_MK(ntvfs_print, NTVFS, STATIC, ntvfs/config.mk)
SMB_MODULE_MK(ntvfs_ipc, NTVFS, STATIC, ntvfs/config.mk)
-SMB_MODULE_MK(ntvfs_posix, NTVFS, STATIC, ntvfs/config.mk)
-
SMB_MODULE_MK(ntvfs_nbench, NTVFS, STATIC, ntvfs/config.mk)
SMB_SUBSYSTEM_MK(NTVFS,ntvfs/config.mk)