summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-04-23 13:16:00 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-04-23 13:16:00 +0000
commit40554b8532764f99585de2f413ebaa2e4c576daa (patch)
treee504f385035e25d24e5197ecc0af39ad14f138c4 /src/include
parent0a787f89662cadea0dae552003975ccc1268d2dc (diff)
downloadkrb5-40554b8532764f99585de2f413ebaa2e4c576daa.tar.gz
krb5-40554b8532764f99585de2f413ebaa2e4c576daa.tar.xz
krb5-40554b8532764f99585de2f413ebaa2e4c576daa.zip
add KRB5_PROVIDE_PROTOTYPES
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2026 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/config.h4
1 files changed, 4 insertions, 0 deletions
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