diff options
Diffstat (limited to 'src/mac/libraries')
| -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 |
