checking build for mac

This commit is contained in:
Ben 2024-05-13 11:28:58 +02:00
parent 935a8569a7
commit c923f31e31
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
1 changed files with 4 additions and 3 deletions

View File

@ -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)