Check if gethostbyname_r take five params
authorJP Rosevear <jpr@ximian.com>
Wed, 11 Apr 2001 16:10:30 +0000 (16:10 +0000)
committerJP Rosevear <jpr@src.gnome.org>
Wed, 11 Apr 2001 16:10:30 +0000 (16:10 +0000)
commit0853adab1ef45ade8ec3c4bc11f17db38a6c9afa
tree8bc52fd4efd38e075007c3372ece74a03807e47f
parent098140104f405acb1ff47a7d72b4e48e02961d8a
Check if gethostbyname_r take five params

2001-04-11  JP Rosevear  <jpr@ximian.com>

* configure.in: Check if gethostbyname_r take five params

* acconfig.h: add GETHOSTBYNAME_R_FIVE_ARGS

2001-04-11  JP Rosevear  <jpr@ximian.com>

* providers/imap/Makefile.am: user GNOME_INCLUDEDIR since gnome
files are included in the top level camel headers and the gtk
include dir is now versioned and such

* providers/local/Makefile.am: ditto

* providers/pop3/Makefile.am: ditto

* providers/smtp/Makefile.am: ditto

* providers/sendmail/Makefile.am: ditto

* camel-service.c: use five arg version of gethostbyname_r if
appropriate
(camel_get_host_byname): check if msg->herr is non-zero instead of
checking if msg->hp is null since we may not always have msg->hp
camel/ChangeLog
camel/Makefile.am
camel/camel-service.c
camel/providers/imap/Makefile.am
camel/providers/local/Makefile.am
camel/providers/pop3/Makefile.am
camel/providers/sendmail/Makefile.am
camel/providers/smtp/Makefile.am