$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
