From 2e21780aad5361453f388000d84caa11bd9b9488 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 29 Oct 2001 22:51:21 +0000 Subject: Added French conjunction. 2001-10-29 Christopher James Lahey * ename/e-name-western.c (e_name_western_fixup): Added French conjunction. * e-host-utils.c: Don't define gethost_mutex unless we need it. svn path=/trunk/; revision=14373 --- e-util/e-host-utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-host-utils.c') diff --git a/e-util/e-host-utils.c b/e-util/e-host-utils.c index 1b97c2e3f3..ab1b1cc0d6 100644 --- a/e-util/e-host-utils.c +++ b/e-util/e-host-utils.c @@ -28,7 +28,9 @@ #include #include +#ifndef HAVE_GETHOSTBYNAME_R G_LOCK_DEFINE_STATIC (gethost_mutex); +#endif /** * e_gethostbyname_r: -- cgit v1.2.3