|
|
@ -1,4 +1,7 @@
|
|
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
#define VERSION "@VERSION@"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
|
|
|
|
|
|
|
|
#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
|
|
|
|
#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
|
|
|
@ -285,9 +288,6 @@
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
|
|
#define TIME_WITH_SYS_TIME 1
|
|
|
|
#define TIME_WITH_SYS_TIME 1
|
|
|
|
|
|
|
|
|
|
|
|
/* Version number of package */
|
|
|
|
|
|
|
|
#define VERSION "3.5.10"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Defined if compiling without arts */
|
|
|
|
/* Defined if compiling without arts */
|
|
|
|
/* #undef WITHOUT_ARTS */
|
|
|
|
/* #undef WITHOUT_ARTS */
|
|
|
|
|
|
|
|
|
|
|
@ -451,10 +451,6 @@ int snprintf(char *str, size_t n, char const *fmt, ...);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* define to 1 if -fvisibility is supported */
|
|
|
|
|
|
|
|
/* #undef __KDE_HAVE_GCC_VISIBILITY */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(__SVR4) && !defined(__svr4__)
|
|
|
|
#if defined(__SVR4) && !defined(__svr4__)
|
|
|
|
#define __svr4__ 1
|
|
|
|
#define __svr4__ 1
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|