r2573: - added a configure test for nanosecond time resolution in struct stat
authorAndrew Tridgell <tridge@samba.org>
Fri, 24 Sep 2004 00:44:42 +0000 (00:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:06 +0000 (12:59 -0500)
commitd92ad9f307fe16a3b253a0555b437f14c94b4dd7
tree56ab58a66e960bbd7175a3b842bfc54a8dc593f9
parent4103392a597349890e0e7ea1c41d5b0ab3816853
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.
source/ntvfs/config.m4
source/ntvfs/config.mk
source/ntvfs/posix/config.m4 [new file with mode: 0644]
source/ntvfs/posix/config.mk [new file with mode: 0644]
source/ntvfs/posix/pvfs_fileinfo.c