diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2020-04-03 20:29:38 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2020-04-04 14:55:51 +0400 |
commit | fc6e8b4b1b2f9fcb62d0459892c59ece759fd144 (patch) | |
tree | 58f99fb111ed3d434c73e01af71fd8a3532c38df /config.h.cmake | |
parent | 40f4d8c6715320aa3188f46bbc9958cd4768d0fa (diff) | |
download | mariadb-git-fc6e8b4b1b2f9fcb62d0459892c59ece759fd144.tar.gz |
Cleanup HAVE_MMAP_ALIGNED: one cmake check less
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 61c266b83fe..103364a259d 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -183,7 +183,6 @@ #cmakedefine HAVE_MLOCKALL 1 #cmakedefine HAVE_MMAP 1 #cmakedefine HAVE_MMAP64 1 -#cmakedefine HAVE_MMAP_ALIGNED 1 #cmakedefine HAVE_PERROR 1 #cmakedefine HAVE_POLL 1 #cmakedefine HAVE_POSIX_FALLOCATE 1 |