blob: e52a8726817ed17cbf21ab7a40903c567e394d35 (
plain)
1
2
3
4
5
6
7
|
/* $PostgreSQL: pgsql/src/include/port/darwin.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */
#define __darwin__ 1
#if HAVE_DECL_F_FULLFSYNC /* not present before OS X 10.3 */
#define HAVE_FSYNC_WRITETHROUGH
#endif
|