From 8173424ef9513d2d25373167fdb8ab7195f913d7 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 19 Nov 1990 14:15:41 +0000 Subject: add NARROW_PROTOTYPES git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1463 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') 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. -- cgit