include <string.h> for stdc, too, and remove those decl's from <stdlib.h>
authorJohn Kohl <jtkohl@mit.edu>
Mon, 2 Apr 1990 16:50:31 +0000 (16:50 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 2 Apr 1990 16:50:31 +0000 (16:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@447 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ext-proto.h

index cb05730a739effa4210a0daa4229b7e3117abbb9..133e311e2c2956758d17305aded326bc857652d0 100644 (file)
 
 #include <krb5/copyright.h>
 
-#ifndef __EXT_PROTO__
-#define __EXT_PROTO__
+#ifndef KRB5_EXT_PROTO__
+#define KRB5_EXT_PROTO__
 
 #ifdef __STDC__
 #include <stdlib.h>
 #else
-
 extern char *malloc(), *index(), *calloc();
 extern char *getenv();
+#endif /* ! __STDC__ */
 
 #include <string.h>
 
-#endif /* ! __STDC__ */
-
-#endif /* __EXT_PROTO__ */
+#endif /* KRB5_EXT_PROTO__ */