pre-def HAVE_TIME and HAVE_BZERO for non-embedded compilation, often missing

This commit is contained in:
matthias.ringwald 2011-06-05 09:52:03 +00:00
parent d51dc5e348
commit 06dbc35879

View File

@ -254,7 +254,11 @@ fi
if test "x$HAVE_SO_NOSIGPIPE" == xyes ; then
echo "#define HAVE_SO_NOSIGPIPE" >> config.h
fi
# often not present for embedded
echo "#define HAVE_TIME" >> config.h
echo "#define HAVE_BZERO" >> config.h
AC_SUBST(IPHONE_IP)
AC_SUBST(HAVE_LIBUSB)
AC_SUBST(USE_LDID)