mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-15 14:42:31 +00:00
pre-def HAVE_TIME and HAVE_BZERO for non-embedded compilation, often missing
This commit is contained in:
parent
d51dc5e348
commit
06dbc35879
@ -255,6 +255,10 @@ if test "x$HAVE_SO_NOSIGPIPE" == xyes ; then
|
|||||||
echo "#define HAVE_SO_NOSIGPIPE" >> config.h
|
echo "#define HAVE_SO_NOSIGPIPE" >> config.h
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# often not present for embedded
|
||||||
|
echo "#define HAVE_TIME" >> config.h
|
||||||
|
echo "#define HAVE_BZERO" >> config.h
|
||||||
|
|
||||||
AC_SUBST(IPHONE_IP)
|
AC_SUBST(IPHONE_IP)
|
||||||
AC_SUBST(HAVE_LIBUSB)
|
AC_SUBST(HAVE_LIBUSB)
|
||||||
AC_SUBST(USE_LDID)
|
AC_SUBST(USE_LDID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user