mirror of https://github.com/schoebel/mars
if: move compat check
This commit is contained in:
parent
95550cb0c9
commit
9b55c64bb1
|
@ -97,4 +97,9 @@ extern int _compat_unlink(
|
|||
#define NEED_BIO_SPLIT
|
||||
#endif
|
||||
|
||||
/* adapt to 4e1b2d52a80d79296a5d899d73249748dea71a53 and many others */
|
||||
#ifdef bio_op
|
||||
#define HAS_NEW_BIO_OP
|
||||
#endif
|
||||
|
||||
#endif /* _MARS_COMPAT */
|
||||
|
|
|
@ -69,11 +69,6 @@
|
|||
#define USE_MAX_PHYS_SEGMENTS 1
|
||||
#endif
|
||||
|
||||
/* adapt to 4e1b2d52a80d79296a5d899d73249748dea71a53 and many others */
|
||||
#ifdef bio_op
|
||||
#define HAS_NEW_BIO_OP
|
||||
#endif
|
||||
|
||||
// end_remove_this
|
||||
///////////////////////// global tuning ////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in New Issue