pidgin/pidgin

We should use _exit, not exit with fork
soc.2012.gg
2012-05-31, Tomasz Wasilczyk
a3b7aa1b6f34
Parents eddaed171bb7
Children 63898cecf274
We should use _exit, not exit with fork
--- a/libpurple/protocols/gg/lib/config.h Fri May 25 21:35:32 2012 +0000
+++ b/libpurple/protocols/gg/lib/config.h Thu May 31 17:14:32 2012 +0000
@@ -15,6 +15,9 @@
/* Defined if this machine has gethostbyname_r(). */
#undef GG_CONFIG_HAVE_GETHOSTBYNAME_R
+/* Define to 1 if you have the `_exit' function. */
+#define HAVE__EXIT 1
+
/* Defined if libgadu was compiled and linked with fork support. */
#undef GG_CONFIG_HAVE_FORK
#ifndef _WIN32
@@ -22,7 +25,7 @@
#endif
/* Defined if libgadu was compiled and linked with pthread support. */
-/* We don't use pthreads due to stability issues. */
+/* We don't use pthreads - they may not be safe. */
#undef GG_CONFIG_HAVE_PTHREAD
/* Defined if this machine has C99-compiliant vsnprintf(). */