projects
/
bison.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Version 1.75b.
[bison.git]
/
m4
/
memcmp.m4
Commit
Line
Data
b906441c
AD
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
])