Commit 4e72517e6d564015312e6319a88cd400723035d8

Authored by Perry Werneck
1 parent 850de235

Configure falha na detecção do inet_ntop no mingw 32.

Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
win/force_inet_ntop.patch 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +--- src/include/lib3270/config.h.in 2017-01-20 15:37:46.462843502 -0200
  2 ++++ src/include/lib3270/config.h.in 2017-01-24 15:19:45.547022420 -0200
  3 +@@ -44,7 +44,7 @@
  4 + #undef HAVE_SYSLOG
  5 + #undef HAVE_DBUS
  6 + #undef HAVE_VASPRINTF
  7 +- #undef HAVE_INET_NTOP
  8 ++ #define HAVE_INET_NTOP
  9 +
  10 + #undef HAVE_ICONV
  11 + #undef ICONV_CONST
... ...