Header And Logo

PostgreSQL
| The world's most advanced open source database.

darwin.h

Go to the documentation of this file.
00001 /* src/include/port/darwin.h */
00002 
00003 #define __darwin__  1
00004 
00005 #if HAVE_DECL_F_FULLFSYNC       /* not present before OS X 10.3 */
00006 #define HAVE_FSYNC_WRITETHROUGH
00007 
00008 #endif