summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index ec4149761..a5450b803 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,5 +1,12 @@
2005-03-25 Ken Raeburn <raeburn@mit.edu>
+ * configure.in: Don't check for getpwnam_r and getpwuid_r with
+ AC_CHECK_FUNCS; use AC_CHECK_FUNC, and only set shell variables.
+ Run stricter tests on return types and numbers of arguments, and
+ only define the C macros if these parameters can actually be
+ determined.
+ * k5-platform.h (k5_getpwnam_r, k5_getpwuid_r): New macros.
+
* Makefile.in ($(srcdir)/krb5/autoconf.stmp): Nuke autom4te.cache
directory.