assume desktop system has malloc()

This commit is contained in:
matthias.ringwald 2011-07-25 18:05:21 +00:00
parent a9900c844f
commit 4baf6801be

View File

@ -258,6 +258,7 @@ fi
# often not present for embedded
echo "#define HAVE_TIME" >> config.h
echo "#define HAVE_MALLOC" >> config.h
echo "#define HAVE_BZERO" >> config.h
echo "#define ENABLE_LOG_INFO " >> config.h
echo "#define ENABLE_LOG_ERROR" >> config.h