diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-30 06:51:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-30 06:51:21 +0800 |
commit | 2e21780aad5361453f388000d84caa11bd9b9488 (patch) | |
tree | 05ee4f0465e30b8b23e2d984cc930566edb74909 /e-util/e-host-utils.c | |
parent | 60dcd520578c64ae21afbb9a984e15792b3cd27d (diff) | |
download | gsoc2013-evolution-2e21780aad5361453f388000d84caa11bd9b9488.tar.gz gsoc2013-evolution-2e21780aad5361453f388000d84caa11bd9b9488.tar.zst gsoc2013-evolution-2e21780aad5361453f388000d84caa11bd9b9488.zip |
Added French conjunction.
2001-10-29 Christopher James Lahey <clahey@ximian.com>
* 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
Diffstat (limited to 'e-util/e-host-utils.c')
-rw-r--r-- | e-util/e-host-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdio.h> #include <errno.h> +#ifndef HAVE_GETHOSTBYNAME_R G_LOCK_DEFINE_STATIC (gethost_mutex); +#endif /** * e_gethostbyname_r: |