Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into inet_aton
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed Oct 2, 2023
2 parents 88a9724 + 45445f2 commit 20d7910
Show file tree
Hide file tree
Showing 16 changed files with 1,980 additions and 1,477 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ AX_TYPE_SOCKLEN_T
AX_CREATE_STDINT_H([eggint.h])

# Checks for functions and their arguments.
AC_CHECK_FUNCS([dprintf explicit_bzero explicit_memset getrandom isascii memset_s random rand lrand48 snprintf strlcpy vsnprintf])
AC_CHECK_FUNCS([dprintf explicit_bzero memset_explicit explicit_memset getrandom isascii memset_s random rand lrand48 snprintf strlcpy vsnprintf])
AC_FUNC_SELECT_ARGTYPES
EGG_FUNC_B64_NTOP
AC_FUNC_MMAP
Expand Down
81 changes: 53 additions & 28 deletions doc/sphinx_source/using/autoscripts.rst

Large diffs are not rendered by default.

Loading

0 comments on commit 20d7910

Please sign in to comment.