[25904] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

svn rev #25394: tools/gssmonger/trunk/

daemon@ATHENA.MIT.EDU (ghudson@mit.edu)
Fri Oct 21 13:13:55 2011

Date: Fri, 21 Oct 2011 13:13:53 -0400
From: ghudson@mit.edu
Message-Id: <201110211713.p9LHDr2V002451@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

http://src.mit.edu/fisheye/changelog/krb5/?cs=25394
Commit By: ghudson
Log Message:
Remove incorrectly used autoconf functions.

AC_FUNC_MALLOC and AC_FUNC_REALLOC require the program to define
rpl_malloc and rpl_realloc replacements.  They are generally
unnecessary since programs don't usually care if malloc(0) returns
NULL or not.  AC_FUNC_MEMCMP requires the program to define a memcmp
replacement, and is unnecessary these days since memcmp is everywhere.



Changed Files:
U   tools/gssmonger/trunk/configure.ac
Modified: tools/gssmonger/trunk/configure.ac
===================================================================
--- tools/gssmonger/trunk/configure.ac	2011-10-20 22:50:22 UTC (rev 25393)
+++ tools/gssmonger/trunk/configure.ac	2011-10-21 17:13:53 UTC (rev 25394)
@@ -157,9 +157,6 @@
 AC_HEADER_TIME
 
 # Checks for library functions.
-AC_FUNC_MALLOC
-AC_FUNC_MEMCMP
-AC_FUNC_REALLOC
 AC_FUNC_SELECT_ARGTYPES
 AC_FUNC_SETVBUF_REVERSED
 AC_TYPE_SIGNAL

_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post