commit | d4a1e16b9707d82e129297682b940bd07a9b837f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Jul 11 12:41:31 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Jul 11 12:41:31 2013 -0700 |
tree | 22cf4e4474aad772c68f67656cb9ef9f42cdfcb1 | |
parent | de6fc6a7d874914c13cdb27ec8340b2281edd0a9 [diff] [blame] |
Added ndn_memcmp
diff --git a/config.h.in b/config.h.in index 53e0af8..ca29f91 100644 --- a/config.h.in +++ b/config.h.in
@@ -6,6 +6,9 @@ /* define if the compiler supports basic C++11 syntax */ #undef HAVE_CXX11 +/* 1 if have memcmp in memory.h. */ +#undef HAVE_MEMCMP + /* 1 if have memcpy in memory.h. */ #undef HAVE_MEMCPY