diff options
| author | Theodore Tso <tytso@mit.edu> | 1992-06-16 22:26:12 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1992-06-16 22:26:12 +0000 |
| commit | 7bd4fa10656b115296f3311e9ff6a7562756f80a (patch) | |
| tree | ce273c9d70bda32413d52aa15139ef752b83f69c /src/include | |
| parent | ef6781c3ab62174e19d1af1e32eb53f33eda71d0 (diff) | |
| download | krb5-7bd4fa10656b115296f3311e9ff6a7562756f80a.tar.gz krb5-7bd4fa10656b115296f3311e9ff6a7562756f80a.tar.xz krb5-7bd4fa10656b115296f3311e9ff6a7562756f80a.zip | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/stock/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index cdac7c8599..a79527a479 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 |
