summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in32
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
-])