summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
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 b2cf81ca7..cbdbde216 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.123 2002/03/22 17:23:26 stevesk Exp $ */ 1/* $Id: acconfig.h,v 1.124 2002/03/22 18:19:54 stevesk Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -181,6 +181,12 @@
181/* Define if libc defines __progname */ 181/* Define if libc defines __progname */
182#undef HAVE___PROGNAME 182#undef HAVE___PROGNAME
183 183
184/* Define if compiler implements __FUNCTION__ */
185#undef HAVE___FUNCTION__
186
187/* Define if compiler implements __func__ */
188#undef HAVE___func__
189
184/* Define if you want Kerberos 4 support */ 190/* Define if you want Kerberos 4 support */
185#undef KRB4 191#undef KRB4
186 192