commit | c804d52f86150aa9f70e85f0d21c806831bba166 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Jun 27 16:54:27 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Jun 27 16:54:27 2013 -0700 |
tree | 41db71d5b3a36fa444a5c73511c208ddd8f351d4 | |
parent | b0fd64f61f142373f959ccae31c4fa3bf9a5f41e [diff] [blame] |
Added HAVE_MEMCPY and HAVE_MEMSET in config.h
diff --git a/config.h.in b/config.h.in index 0843d74..6568eba 100644 --- a/config.h.in +++ b/config.h.in
@@ -6,6 +6,12 @@ /* define if the compiler supports basic C++11 syntax */ #undef HAVE_CXX11 +/* 1 if have memcpy in memory.h. */ +#undef HAVE_MEMCPY + +/* 1 if have memset in memory.h. */ +#undef HAVE_MEMSET + /* 1 if have the `std::shared_ptr' class. */ #undef HAVE_STD_SHARED_PTR