[Libreoffice-commits] .: tools/inc

Thomas Klausner tklausner at kemper.freedesktop.org
Sat Oct 9 02:01:04 PDT 2010


 tools/inc/tools/prex.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da917dfdca4a22d738530f67308565a2702ba8d5
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Sat Oct 9 11:00:13 2010 +0200

    Handle NetBSD same as FreeBSD, Linux, and Mac OS X wrt __XKeyboardExtension__.

diff --git a/tools/inc/tools/prex.h b/tools/inc/tools/prex.h
index b9e6833..41ac09e 100644
--- a/tools/inc/tools/prex.h
+++ b/tools/inc/tools/prex.h
@@ -47,7 +47,7 @@
 extern "C" {
 #endif
 
-#if defined(LINUX) || defined(FREEBSD) || defined(MACOSX) // should really check for xfree86 or for X11R6.1 and higher
+#if defined(LINUX) || defined(FREEBSD) || defined(MACOSX) || defined(NETBSD) // should really check for xfree86 or for X11R6.1 and higher
 #define __XKeyboardExtension__ 1
 #else
 #define __XKeyboardExtension__ 0


More information about the Libreoffice-commits mailing list