summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-03-22 18:19:53 +0000
committerKevin Steves <stevesk@pobox.com>2002-03-22 18:19:53 +0000
commit4846f4ab6989c20db4375440948266b742fa7a1f (patch)
treeb5f522491402189dece19db89a0c43878fe0fa0f /acconfig.h
parent7e147607f56648e19a856fd1a1f905635e1f359e (diff)
- (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index b2cf81ca..cbdbde21 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