summaryrefslogtreecommitdiff
path: root/libpq/postgresql/port/darwin/pg_config_os.h
blob: 29c4b91d8ce6759dad5678e8c4c32634d47d750e (plain)
1
2
3
4
5
6
7
8
/* src/include/port/darwin.h */

#define __darwin__	1

#if HAVE_DECL_F_FULLFSYNC		/* not present before OS X 10.3 */
#define HAVE_FSYNC_WRITETHROUGH

#endif