Enabled overriding of OpenBSD default for Immed usage

This commit is contained in:
Thomas Schmitt 2016-07-30 20:05:39 +00:00
parent 9d571fe453
commit 5460ca4ceb
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2016.07.30.140859" #define Cdrskin_timestamP "2016.07.30.200623"

View File

@ -49,8 +49,14 @@
on Immed bit with BLANK and SYNCHRONIZE CACHE. on Immed bit with BLANK and SYNCHRONIZE CACHE.
Until it is clear that the drive is to blame, the OpenBSD default is Until it is clear that the drive is to blame, the OpenBSD default is
not to use Immed. not to use Immed.
This may be overridden at ./configure time by
export CFLAGS
CFLAGS="$CFLAGS -DLibburn_do_no_immed_defaulT=0"
*/ */
#ifndef Libburn_do_no_immed_defaulT
#define Libburn_do_no_immed_defaulT 1 #define Libburn_do_no_immed_defaulT 1
#endif
#else /* __OpenBSD__ */ #else /* __OpenBSD__ */