Skip to content

Commit

Permalink
Merge pull request #3283 from brauner/2020-03-10/fixes
Browse files Browse the repository at this point in the history
bugfixes
  • Loading branch information
stgraber committed Mar 10, 2020
2 parents 44512ee + 2580145 commit bf7e209
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 214 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Expand Up @@ -701,6 +701,10 @@ AC_CHECK_FUNCS([strlcat],
AM_CONDITIONAL(HAVE_STRLCAT, true)
AC_DEFINE(HAVE_STRLCAT,1,[Have strlcat]),
AM_CONDITIONAL(HAVE_STRLCAT, false))
AC_CHECK_FUNCS([fmemopen],
AM_CONDITIONAL(HAVE_FMEMOPEN, true)
AC_DEFINE(HAVE_FMEMOPEN,1,[Have fmemopen]),
AM_CONDITIONAL(HAVE_FMEMOPEN, false))

# HAVE_STRUCT_RTNL_LINK_STATS64={0,1}
AC_CHECK_TYPES([struct rtnl_link_stats64], [], [], [[#include <linux/if_link.h>]])
Expand Down

0 comments on commit bf7e209

Please sign in to comment.