|
|
|
|
@ -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
|
|
|
|
|
])
|
|
|
|
|
|