Checked in jfc's changes to do with function prototypes
authorTheodore Tso <tytso@mit.edu>
Tue, 16 Jun 1992 22:26:12 +0000 (22:26 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 16 Jun 1992 22:26:12 +0000 (22:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2299 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/stock/config.h

index cdac7c8599d449fd81b062995fc6195cf558c258..a79527a47969b1d7a5787f592783ce4e043f28b4 100644 (file)
@@ -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