checking build for mac
This commit is contained in:
parent
935a8569a7
commit
c923f31e31
|
@ -6,9 +6,10 @@
|
|||
#define STORAGE_LEVELDB_PORT_PORT_CONFIG_H_
|
||||
|
||||
// Define to 1 if you have a definition for fdatasync() in <unistd.h>.
|
||||
#if !defined(HAVE_FDATASYNC)
|
||||
#define HAVE_FDATASYNC 1
|
||||
#endif // !defined(HAVE_FDATASYNC)
|
||||
// check mac build
|
||||
// #if !defined(HAVE_FDATASYNC)
|
||||
// #define HAVE_FDATASYNC 1
|
||||
// #endif // !defined(HAVE_FDATASYNC)
|
||||
|
||||
// Define to 1 if you have a definition for F_FULLFSYNC in <fcntl.h>.
|
||||
#if !defined(HAVE_FULLFSYNC)
|
||||
|
|
Loading…
Reference in New Issue