mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
35 lines
393 B
Plaintext
35 lines
393 B
Plaintext
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
|
|
|