summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/acconfig.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b0aab93b1..7b5775a81 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 22 16:15:10 1995 Tom Yu (tlyu@dragons-lair)
+
+ * acconfig.h: NO_NESTED_PROTOTYPES -> KRB5_NO_NESTED_PROTOTYPES;
+ KRB5_PROVIDE_PROTOTYPES -> KRB5_NO_PROTOTYPES
+
Fri Jun 23 12:13:22 1995 Sam Hartman <hartmans@tardis.MIT.EDU>
* configure.in: Enable static library generation for Linux.
diff --git a/src/acconfig.h b/src/acconfig.h
index e5c0e0d4c..bf816a882 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -9,9 +9,9 @@
#undef HAS_STRDUP
#undef HAS_LABS
#undef HAS_VOID_TYPE
-#undef KRB5_PROVIDE_PROTOTYPES
+#undef KRB5_NO_PROTOTYPES
#undef NEED_SYS_FCNTL_H
-#undef NO_NESTED_PROTOTYPES
+#undef KRB5_NO_NESTED_PROTOTYPES
#undef NO_STDLIB_H
#undef NO_YYLINENO
#undef POSIX_FILE_LOCKS