repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[coreutils.git]
/
m4
/
memcmp.m4
blob
1de340938bd8ab3aeeb54f5704241b56c45f2003
1
#serial 7
2
3
AC_DEFUN([jm_FUNC_MEMCMP],
4
[AC_REQUIRE([AC_FUNC_MEMCMP])dnl
5
if test $ac_cv_func_memcmp_working = no; then
6
AC_DEFINE(memcmp, rpl_memcmp,
7
[Define to rpl_memcmp if the replacement function should be used.])
8
fi
9
])