2009-07-29 00:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/hbsocket.c
    ! disabled inet_pton() and inet_ntop() in OS2 GCC builds.
This commit is contained in:
Przemyslaw Czerpak
2009-07-28 22:50:50 +00:00
parent 50ebdd772e
commit 6a49526b0f
2 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-29 00:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbsocket.c
! disabled inet_pton() and inet_ntop() in OS2 GCC builds.
2009-07-28 18:54 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbsocket.c
* return -1 instead of 0 on timeout in hb_socketSend*() and

View File

@@ -144,9 +144,7 @@
# define HB_HAS_INET_PTON
# define HB_HAS_INET_NTOP
# else
/* please verify it and disable unsupported options in GCC OS2 */
# define HB_HAS_INET_PTON
# define HB_HAS_INET_NTOP
/* test shows that GCC 3.3.6 does not supported inet_pton() and inet_ntop() */
# endif
#endif