From 7613acc70e37ebabd7743da02da4f4ff0d218d5c Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 10 Oct 2001 03:18:22 +0000 Subject: Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; don't worry about restoring them when importing new versions of code.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13792 dc483132-0cff-0310-8789-dd5450dbe970 --- src/mac/libraries/ChangeLog | 4 ++++ src/mac/libraries/autoconf.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mac') diff --git a/src/mac/libraries/ChangeLog b/src/mac/libraries/ChangeLog index f33d71c00..9cd1ff294 100644 --- a/src/mac/libraries/ChangeLog +++ b/src/mac/libraries/ChangeLog @@ -1,3 +1,7 @@ +2001-10-09 Ken Raeburn + + * autoconf.h (NO_NESTED_PROTOTYPES): Don't define. + 2001-04-26 Ken Raeburn * autoconf.h (KRB5_PROVIDE_PROTOTYPES): Don't define. diff --git a/src/mac/libraries/autoconf.h b/src/mac/libraries/autoconf.h index 6fbbd7c12..6d52ab8e2 100644 --- a/src/mac/libraries/autoconf.h +++ b/src/mac/libraries/autoconf.h @@ -4,7 +4,6 @@ #define HAS_ANSI_CONST 1 #define HAVE_STDLIB_H 1 #define HAS_VOID_TYPE 1 -#define NO_NESTED_PROTOTYPES 1 #define NO_YYLINENO 1 #define USE_DIRENT_H 1 #define HAVE_STRING_H 1 -- cgit