From 40554b8532764f99585de2f413ebaa2e4c576daa Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 23 Apr 1991 13:16:00 +0000 Subject: [PATCH] add KRB5_PROVIDE_PROTOTYPES git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2026 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index f044c5c61..240135a2a 100644 --- a/src/include/krb5/stock/config.h +++ b/src/include/krb5/stock/config.h @@ -46,6 +46,10 @@ typedef int krb5_sigtype; #define NO_STDLIB_H #endif +#ifdef ProvidePrototypes +#define KRB5_PROVIDE_PROTOTYPES +#endif + #ifdef UseNarrowPrototypes #define NARROW_PROTOTYPES #endif -- 2.26.2