From 7bd4fa10656b115296f3311e9ff6a7562756f80a Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 16 Jun 1992 22:26:12 +0000 Subject: [PATCH] Checked in jfc's changes to do with function prototypes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2299 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.26.2