1
0
Fork 0
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:
Gerhard Rieger 2020-12-28 00:41:41 +01:00
parent 3ef518fde0
commit 1190e8018e
4 changed files with 12 additions and 1 deletions

View file

@ -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