summaryrefslogtreecommitdiff
path: root/src/video_out/libdha/ports.c
AgeCommit message (Collapse)Author
2007-11-19add support for GNU/kFreeBSDPetr Salinger ext:(%20)
It changes some "defined (__FreeBSD__)" into "defined (__FreeBSD_kernel__)" and "__FreeBSD_version" into "__FreeBSD_kernel_version". The changes are performed on places, where feature of kernel is tested. On some other places, feature of userland/libc is tested, on them "defined (__FreeBSD__)" remains. As proposed, include/configure.h cause __FreeBSD_kernel__ be defined if __FreeBSD__ is defined. --HG-- extra : transplant_source : %25%96K%05%E4Y%B15%94%60%15%FE1%8Ah%26Xy%8C/
2007-05-17Convert comments (and the occasional string where it doesn't matter) to UTF-8.Darren Salt
2003-01-14ops, missing filesMiguel Freitas
CVS patchset: 3910 CVS date: 2003/01/14 01:56:59