diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 15:16:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 18:37:43 +0900 |
| commit | 3f993bfb287db2cbde5da756ef9e4d12fd785030 (patch) | |
| tree | b3f3f933db98373f47ad8c29bc5681fd35ee42f1 /configure.in.in | |
| parent | 3bf388a077f654fd38d1967bb35ddd95808ea86c (diff) | |
| download | tdenetwork-3f993bfb.tar.gz tdenetwork-3f993bfb.zip | |
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 50da92376284f30d95e18960d2b24c49901fb10d)
Diffstat (limited to 'configure.in.in')
| -rw-r--r-- | configure.in.in | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/configure.in.in b/configure.in.in index 4cb96bc1..ea39d9f3 100644 --- a/configure.in.in +++ b/configure.in.in @@ -99,35 +99,3 @@ if test -z "$LIBPTHREAD" && test -z "$USE_THREADS"; then DO_NOT_COMPILE="$DO_NOT_COMPILE kdict krfb krdc" fi CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" - -AH_VERBATIM(_osf_config_h, -[ -#ifdef __osf__ -/* From Tom Leitner */ -#if __STDC__ -#include <stdarg.h> -#include <stdlib.h> -#else -#include <varargs.h> -#endif -#ifndef __OSF_INCLUDED__ -#define __OSF_INCLUDED__ -#define MSG_NOSIGNAL 0 -#ifndef AF_LOCAL -#define AF_LOCAL 1 /* is the same as AF_UNIX */ -#endif -#ifndef herror -#define herror(a) printf(a) -#endif - -#include <sys/types.h> -#ifdef __cplusplus -extern "C" int sethostname (char *name, int name_len ); -extern "C" int flock(int filedes, int operation ); -#else -int sethostname (char *name, int name_len ); -int flock(int filedes, int operation ); -#endif -#endif -#endif -]) |
