diff options
author | Daniel Black <daniel@mariadb.org> | 2020-11-19 07:46:27 +1100 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-11-19 16:30:17 +1100 |
commit | 3b486c28f710940631b5cb7a9781965827fbfa4b (patch) | |
tree | 1f82116b58dda2bf42594c8989afcf092f4531b5 /config.h.cmake | |
parent | 33d41167c54fed9116cd8f0dfa01b43733988e6d (diff) | |
download | mariadb-git-3b486c28f710940631b5cb7a9781965827fbfa4b.tar.gz |
MDEV-24125: linux large pages, linux/mman.h needed
Centos/RHEL7 have the MAP_HUGE_SHIFT constant
defined in linux/mman.h which needed to get included.
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 5a48df0a135..55c51efda68 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -42,6 +42,7 @@ #cmakedefine HAVE_LIMITS_H 1 #cmakedefine HAVE_LINK_H 1 #cmakedefine HAVE_LINUX_UNISTD_H 1 +#cmakedefine HAVE_LINUX_MMAN_H 1 #cmakedefine HAVE_LOCALE_H 1 #cmakedefine HAVE_MALLOC_H 1 #cmakedefine HAVE_MEMORY_H 1 |