diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/stock/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
