2e88c9f271
Changelog: Evolution-Data-Server 1.6.2, 2006-05-29 ---------------------------------------- Bug fixes since 1.6.2 : http://go-evolution.org/Evo2.6.2#Evolution-Data-Server And on that page: From Evolution (There is currently no text in this page)
13 lines
340 B
Text
13 lines
340 B
Text
$NetBSD: patch-af,v 1.3 2006/06/11 15:05:39 wiz Exp $
|
|
|
|
--- config.h.in.orig 2006-05-29 13:25:13.000000000 +0000
|
|
+++ config.h.in
|
|
@@ -274,3 +274,8 @@
|
|
|
|
/* Define to appropriate type if socklen_t is not defined */
|
|
#undef socklen_t
|
|
+
|
|
+/* __PRETTY_FUNCTION__ is a GNUism only */
|
|
+#ifndef __GNUC__
|
|
+#define __PRETTY_FUNCTION__ __func__
|
|
+#endif
|