$NetBSD: patch-af,v 1.2 2005/04/28 18:37:29 jmmv Exp $

--- config.h.in.orig	2005-03-15 23:06:59.000000000 +0100
+++ config.h.in	2005-04-28 20:23:09.433789560 +0200
@@ -238,3 +238,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
