mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Define strlcpy only on platforms where it's not available
Linux musl-libc and recent glibc > 2.38 have it. Signed-off-by: David Heidelberg <david@ixit.cz>
This commit is contained in:
parent
e416c99419
commit
225aa107f6
3 changed files with 5 additions and 15 deletions
|
@ -30,6 +30,7 @@
|
|||
#cmakedefine01 USE_SYSTEM_JSONCPP
|
||||
#cmakedefine01 USE_REDIS
|
||||
#cmakedefine01 HAVE_ENDIAN_H
|
||||
#cmakedefine01 HAVE_STRLCPY
|
||||
#cmakedefine01 CURSES_HAVE_CURSES_H
|
||||
#cmakedefine01 CURSES_HAVE_NCURSES_H
|
||||
#cmakedefine01 CURSES_HAVE_NCURSES_NCURSES_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue