* configure.in: Always supply three arguments to AC_DEFINE_UNQUOTED
authorKen Raeburn <raeburn@mit.edu>
Tue, 28 Mar 2006 21:26:15 +0000 (21:26 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 28 Mar 2006 21:26:15 +0000 (21:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17792 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/ChangeLog
src/lib/rpc/configure.in

index 914730b5a912015e8271b92c83dafb326f00f47d..11603694cb095a48cdbc5cf0dc4b66af1db63440 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-28  Ken Raeburn  <raeburn@mit.edu>
+
+       * configure.in: Always supply three arguments to
+       AC_DEFINE_UNQUOTED.
+
 2005-08-20  Ken Raeburn  <raeburn@mit.edu>
 
        * configure.in: Use K5_AC_INIT instead of AC_INIT.
index 30edd50b7b562a89ff3413af4cb2eea3d1da243c..2b76c4adad31e252a4ee383d154225df5464e1b2 100644 (file)
@@ -156,7 +156,7 @@ extern "C"
 extern void setrpcent();],
 [int i;], k5_cv_type_setrpcent=void, k5_cv_type_setrpcent=int)])dnl
 AC_MSG_RESULT($k5_cv_type_setrpcent)
-AC_DEFINE_UNQUOTED(SETRPCENT_TYPE, $k5_cv_type_setrpcent)
+AC_DEFINE_UNQUOTED(SETRPCENT_TYPE, $k5_cv_type_setrpcent, [Define as return type of setrpcent])
 dnl
 AC_MSG_CHECKING([return type of endrpcent])
 AC_CACHE_VAL(k5_cv_type_endrpcent,
@@ -167,7 +167,7 @@ extern "C"
 extern void endrpcent();],
 [int i;], k5_cv_type_endrpcent=void, k5_cv_type_endrpcent=int)])dnl
 AC_MSG_RESULT($k5_cv_type_endrpcent)
-AC_DEFINE_UNQUOTED(ENDRPCENT_TYPE, $k5_cv_type_endrpcent)
+AC_DEFINE_UNQUOTED(ENDRPCENT_TYPE, $k5_cv_type_endrpcent, [Define as return type of endrpcent])
 DECLARE_SYS_ERRLIST
 KRB5_BUILD_LIBOBJS
 KRB5_BUILD_LIBRARY_WITH_DEPS