Hash :
9f6141ab
Author :
Date :
2011-05-21T15:05:50
memcmp: Simplify autoconf macro. * m4/memcmp.m4 (gl_FUNC_MEMCMP): Merge the cross-compilation code into the AC_RUN_IFELSE invocation. Set gl_func_memcmp. * modules/memcmp (Depends-on, configure.ac): Test gl_func_memcmp.
Description:
memcmp() function: compare memory areas.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/memcmp.c
m4/memcmp.m4
Depends-on:
stdint [test $gl_func_memcmp = no]
configure.ac:
gl_FUNC_MEMCMP
if test $gl_func_memcmp = no; then
AC_LIBOBJ([memcmp])
gl_PREREQ_MEMCMP
fi
Makefile.am:
Include:
<string.h>
License:
LGPLv2+
Maintainer:
Jim Meyering, glibc