From 4846f4ab6989c20db4375440948266b742fa7a1f Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Fri, 22 Mar 2002 18:19:53 +0000 Subject: - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms --- acconfig.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index b2cf81ca7..cbdbde216 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.123 2002/03/22 17:23:26 stevesk Exp $ */ +/* $Id: acconfig.h,v 1.124 2002/03/22 18:19:54 stevesk Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -181,6 +181,12 @@ /* Define if libc defines __progname */ #undef HAVE___PROGNAME +/* Define if compiler implements __FUNCTION__ */ +#undef HAVE___FUNCTION__ + +/* Define if compiler implements __func__ */ +#undef HAVE___func__ + /* Define if you want Kerberos 4 support */ #undef KRB4 -- cgit v1.2.3