comparison src/lib-storage/index/maildir/maildir-sync.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 8341db7a1698
children a62923d3c969
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __MAILDIR_SYNC_H 1 #ifndef MAILDIR_SYNC_H
2 #define __MAILDIR_SYNC_H 2 #define MAILDIR_SYNC_H
3 3
4 /* All systems accessing the filesystem must have their clock less than this 4 /* All systems accessing the filesystem must have their clock less than this
5 many seconds apart from each others. 0 works only for local filesystems. */ 5 many seconds apart from each others. 0 works only for local filesystems. */
6 #define MAILDIR_SYNC_SECS 1 6 #define MAILDIR_SYNC_SECS 1
7 7