grgro
11-12-2008, 10:25 AM
a way to override or remove the release flag for libtool
check for headers linux/joystick.h and linux/input.h and if not found disable support for those.
check soundcard.h header for more than one location and also check asoundlib.h for alsa support, don't compile it if not found.
if getcwd is still not defined include unistd.h for those os who needs it
merge apple and freebsd in mutex_pthread.cpp and add also openbsd
if not defined DEFAULT_DSP default to /dev/dsp, so the default device
can be overridden
ifndef sighandler_t instead of adding different operating systems in setupnetwork_unix.cpp
hope i covered all the changes.
check for headers linux/joystick.h and linux/input.h and if not found disable support for those.
check soundcard.h header for more than one location and also check asoundlib.h for alsa support, don't compile it if not found.
if getcwd is still not defined include unistd.h for those os who needs it
merge apple and freebsd in mutex_pthread.cpp and add also openbsd
if not defined DEFAULT_DSP default to /dev/dsp, so the default device
can be overridden
ifndef sighandler_t instead of adding different operating systems in setupnetwork_unix.cpp
hope i covered all the changes.