Remove support for OSF

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/110/head
Michele Calgaro 1 month ago
parent 39a63f1757
commit 634a18a9e7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -335,7 +335,7 @@ if test "x$acx_pthread_ok" = xyes; then
flag=no
case "${host_cpu}-${host_os}" in
*-aix* | *-freebsd*) flag="-D_THREAD_SAFE";;
*solaris* | alpha*-osf*) flag="-D_REENTRANT";;
*solaris*) flag="-D_REENTRANT";;
esac
AC_MSG_RESULT(${flag})
if test "x$flag" != xno; then

@ -32,12 +32,7 @@
#include <tqfile.h>
#include <tqdatetime.h>
#if !defined(__osf__)
#include <inttypes.h>
#else
typedef unsigned long uint32_t;
typedef unsigned short uint16_t;
#endif
typedef KGenericFactory<KBmpPlugin> BmpFactory;

@ -32,13 +32,7 @@
#include <tqfile.h>
#include <tqdatetime.h>
#if !defined(__osf__)
#include <inttypes.h>
#else
typedef unsigned long uint32_t;
typedef unsigned short uint16_t;
typedef unsigned char uint8_t;
#endif
typedef KGenericFactory<KIcoPlugin> IcoFactory;

@ -32,13 +32,7 @@
#include <tqfile.h>
#include <tqdatetime.h>
#if !defined(__osf__)
#include <inttypes.h>
#else
typedef unsigned long uint32_t;
typedef unsigned short uint16_t;
typedef unsigned char uint8_t;
#endif
typedef KGenericFactory<KTgaPlugin> TgaFactory;

@ -32,11 +32,7 @@
#include <tqfile.h>
#include <tqdatetime.h>
#if !defined(__osf__)
#include <inttypes.h>
#else
typedef unsigned short uint32_t;
#endif
typedef KGenericFactory<KXbmPlugin> XbmFactory;

Loading…
Cancel
Save