When multiple ways of processing exist (for example, if there is an SDL fonction for drawing a line and if
OSDL can do it too, its own way), you can choose to use OSDL's proper algorithms by defining OSDL_INSIDE (example :
./configure CXXFLAGS="-DOSDL_INSIDE"
)