--- kdenetwork-3.5.5/kopete/plugins/motionautoaway/motionawayconfig.kcfg~ 2005-09-10 12:20:15 +0400 +++ kdenetwork-3.5.5/kopete/plugins/motionautoaway/motionawayconfig.kcfg 2006-10-20 15:35:51 +0400 @@ -19,7 +19,6 @@ This setting affects how fast the plugin switches to away status. Once the plugin detects no motion, it will wait this amount of minutes before switching to away status. 1 - 0 --- kdenetwork-3.5.5/kopete/plugins/motionautoaway/motionawayplugin.cpp~ 2005-09-10 12:20:15 +0400 +++ kdenetwork-3.5.5/kopete/plugins/motionautoaway/motionawayplugin.cpp 2006-10-20 15:52:14 +0400 @@ -52,6 +52,10 @@ * This is caused by the !defined(__STRICT_ANSI__) check in * /usr/include/asm/types.h */ +#if defined(__STRICT_ANSI__) +#undef __STRICT_ANSI__ +#endif +#if 0 #if !defined(__u64) && defined(__GNUC__) #if SIZEOF_UNSIGNED_LONG >= 8 typedef unsigned long __u64; @@ -67,6 +71,7 @@ typedef signed long __s64; typedef __signed__ long long __s64; #endif #endif +#endif /* * End hack */