2012-07-03 13:31:35 +02:00
|
|
|
$NetBSD: patch-ac,v 1.9 2012/07/03 11:31:35 mef Exp $
|
|
|
|
|
|
|
|
Add DragonFly
|
2005-11-29 05:40:38 +01:00
|
|
|
|
2011-12-04 01:43:29 +01:00
|
|
|
--- qtools/qglobal.h.orig 2009-10-25 15:44:29.000000000 +0000
|
2005-11-29 05:40:38 +01:00
|
|
|
+++ qtools/qglobal.h
|
2011-12-04 01:43:29 +01:00
|
|
|
@@ -118,7 +121,7 @@
|
2005-11-29 05:40:38 +01:00
|
|
|
#define _OS_RELIANTUNIX_
|
|
|
|
#elif defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
|
|
|
|
#define _OS_LINUX_
|
|
|
|
-#elif defined(__FreeBSD__)
|
|
|
|
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
|
|
|
#define _OS_FREEBSD_
|
|
|
|
#elif defined(__NetBSD__)
|
|
|
|
#define _OS_NETBSD_
|