add KRB5_PROVIDE_PROTOTYPES
authorJohn Kohl <jtkohl@mit.edu>
Tue, 23 Apr 1991 13:16:00 +0000 (13:16 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 23 Apr 1991 13:16:00 +0000 (13:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2026 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/stock/config.h

index f044c5c61d8705e8314ab74447e3e3a6bfb0f08b..240135a2afc81bac30a9aa9f8d56c06e8176d8ef 100644 (file)
@@ -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