mirror of
https://repo.or.cz/socat.git
synced 2025-07-22 02:22:57 +00:00
Substitute strndup() when it is missing
This commit is contained in:
parent
3ef518fde0
commit
1190e8018e
4 changed files with 12 additions and 1 deletions
|
@ -114,6 +114,9 @@
|
|||
/* Define if you have the inet_aton function. */
|
||||
#undef HAVE_INET_ATON
|
||||
|
||||
/* Define if you have the strndup function. */
|
||||
#undef HAVE_PROTOTYPE_LIB_strndup
|
||||
|
||||
/* Define if you have the memrchr function. */
|
||||
#undef HAVE_PROTOTYPE_LIB_memrchr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue