diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2001-10-10 03:18:22 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2001-10-10 03:18:22 +0000 |
| commit | 7613acc70e37ebabd7743da02da4f4ff0d218d5c (patch) | |
| tree | ea7b08ad73cfb7cd8a5ca8e77a9fb646770804f0 /src/mac | |
| parent | ad4d9f8d0f83524931da62aebb592ab53f2218d9 (diff) | |
| download | krb5-7613acc70e37ebabd7743da02da4f4ff0d218d5c.tar.gz krb5-7613acc70e37ebabd7743da02da4f4ff0d218d5c.tar.xz krb5-7613acc70e37ebabd7743da02da4f4ff0d218d5c.zip | |
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
Diffstat (limited to 'src/mac')
| -rw-r--r-- | src/mac/libraries/ChangeLog | 4 | ||||
| -rw-r--r-- | src/mac/libraries/autoconf.h | 1 |
2 files changed, 4 insertions, 1 deletions
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 <raeburn@mit.edu> + + * autoconf.h (NO_NESTED_PROTOTYPES): Don't define. + 2001-04-26 Ken Raeburn <raeburn@mit.edu> * 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 |
