about summary refs log tree commit diff
path: root/src/base/detect.h
AgeCommit message (Collapse)Author
2011-12-04fixed win64 buildingoy
2011-09-12Fixes for compiling with Solaris kernel.Ian Wilson
Fixed typo in CONF_PLATFORM_SOLARIS. Made sure that we don't try to use the gcc endianness for Solaris. Included sys/filio.h for Solaris so that FIONBIO is defined. Added linking flags -lsocket and -lnsl for Solaris in bam.
2011-08-19fixed compiling with mingwoy
2011-06-29Fixed FreeBSD buildfisted
2011-06-09fixed compiling on mac os xoy
2011-06-09Use gcc endianness definitions when available.Felix Geyer
detect.h has manual litte/big endian definitions for some architectures but many are missing. Instead of adding more manual definitions it's better to use the definitions of gcc when available.
2011-06-09Fix build on GNU/kFreeBSD.Felix Geyer
On GNU/kFreeBSD only "__FreeBSD_kernel__" is defined but not "__FreeBSD__".
2011-06-09Fix build on GNU Hurd.Felix Geyer
Add missing platform definitions.
2011-04-13added "Whitespace and line Endings cleanup" by GreYFoXoy
2011-04-13added "fixed some header guards and added a script to fix them all!" by Choupomoy
2010-11-20Updated copyrightsSworddragon
2008-08-14moved out e_system, e_detect, vmath and math to a little base libraryMagnus Auvinen