From: John Kohl Date: Mon, 19 Nov 1990 14:15:41 +0000 (+0000) Subject: add NARROW_PROTOTYPES X-Git-Tag: krb5-1.0-alpha3~130 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8173424ef9513d2d25373167fdb8ab7195f913d7;p=krb5.git add NARROW_PROTOTYPES git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1463 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index 3099353d7..31a1a509e 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 UseNarrowPrototypes +#define NARROW_PROTOTYPES +#endif + #ifdef Bitsize32 #ifdef Bitsize64 error: only one of BitsizeNN, please.