mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Compat code for strndup and strnlen.
This commit is contained in:
@ -228,6 +228,12 @@ endif
|
||||
if NO_STRLCPY
|
||||
nodist_tmux_SOURCES += compat/strlcpy.c
|
||||
endif
|
||||
if NO_STRNLEN
|
||||
nodist_tmux_SOURCES += compat/strnlen.c
|
||||
endif
|
||||
if NO_STRNDUP
|
||||
nodist_tmux_SOURCES += compat/strndup.c
|
||||
endif
|
||||
if NO_ASPRINTF
|
||||
nodist_tmux_SOURCES += compat/asprintf.c
|
||||
endif
|
||||
|
Reference in New Issue
Block a user