summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h
index cdac7c859..a79527a47 100644
--- a/src/include/krb5/stock/config.h
+++ b/src/include/krb5/stock/config.h
@@ -69,7 +69,9 @@ typedef int krb5_sigtype;
#endif
#ifdef ProvidePrototypes
-#define KRB5_PROVIDE_PROTOTYPES
+#ifndef KRB5_PROVIDE_PROTOTYPES
+#define KRB5_PROVIDE_PROTOTYPES YES
+#endif
#endif
#ifdef UseNarrowPrototypes
@@ -80,6 +82,10 @@ typedef int krb5_sigtype;
#define STDARG_PROTOTYPES
#endif
+#ifdef NoNestedPrototypes
+#define NO_NESTED_PROTOTYPES
+#endif
+
#ifdef UseVoid
#define HAS_VOID_TYPE
#endif