repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
selftest: smb2.durable-open.delete_on_close1 is not flapping any more
[Samba/gebeck_regimport.git]
/
lib
/
ntdb
/
test
/
no-fsync.h
blob
f0c098e23c8a1933c3b4a27ea4c61f4fa6141cb0
1
#ifndef NTDB_NO_FSYNC_H
2
#define NTDB_NO_FSYNC_H
3
/* Obey $TDB_NO_FSYNC, a bit like tdb does (only note our NTDB_NOSYNC
4
* does less) */
5
#define MAYBE_NOSYNC (getenv(
"TDB_NO_FSYNC"
) ? NTDB_NOSYNC : 0)
6
#endif