From: Theodore Tso Date: Tue, 16 Jun 1992 22:26:12 +0000 (+0000) Subject: Checked in jfc's changes to do with function prototypes X-Git-Tag: krb5-1.0-beta2~163 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7bd4fa10656b115296f3311e9ff6a7562756f80a;p=krb5.git 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 --- 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