Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / config-apps.h.cmake
blob62dbbbf63eeb2e21bf3e0bf424e7f9d4ad66ddc7
1 /* config-apps.h.  Generated by cmake from config-apps.h.cmake  */
3 /* Define to 1 if you have the `getpeereid' function. */
4 #cmakedefine HAVE_GETPEEREID 1
6 /* Defines if you have Solaris' libkstat */
7 /* #undef HAVE_KSTAT */
9 /* Define if you have long long as datatype */
10 #define HAVE_LONG_LONG 1
12 /* Define to 1 if you have the `nice' function. */
13 #define HAVE_NICE 1
15 /* Define to 1 if you have the <sasl.h> header file. */
16 #cmakedefine HAVE_SASL_H 1
18 /* Define to 1 if you have the <sasl/sasl.h> header file. */
19 #cmakedefine HAVE_SASL_SASL_H 1
21 /* Define to 1 if you have the `setpriority' function. */
22 #cmakedefine HAVE_SETPRIORITY 1
24 /* Define to 1 if you have the `sigaction' function. */
25 #define HAVE_SIGACTION 1
27 /* Define to 1 if you have the `sigset' function. */
28 #define HAVE_SIGSET 1
30 /* Define to 1 if you have the <string.h> header file. */
31 #cmakedefine HAVE_STRING_H 1
33 /* Define if you have the struct ucred */
34 #cmakedefine HAVE_STRUCT_UCRED 1
36 /* Define to 1 if you have the <sys/loadavg.h> header file. */
37 #cmakedefine HAVE_SYS_LOADAVG_H 1
39 /* Define to 1 if you have the <sys/select.h> header file. */
40 #cmakedefine HAVE_SYS_SELECT_H 1
42 /* Define to 1 if you have the <sys/socket.h> header file. */
43 #cmakedefine HAVE_SYS_SOCKET_H 1
45 /* Define to 1 if you have the <sys/time.h> header file. */
46 #cmakedefine HAVE_SYS_TIME_H 1
48 /* Define to 1 if you have the <sys/types.h> header file. */
49 #cmakedefine HAVE_SYS_TYPES_H 1
51 /* Define to 1 if you have the <sys/wait.h> header file. */
52 #cmakedefine HAVE_SYS_WAIT_H 1
54 /* Define to 1 if you have the <unistd.h> header file. */
55 #cmakedefine HAVE_UNISTD_H 1
57 /* Define if you have unsetenv */
58 #cmakedefine HAVE_UNSETENV 1
60 /* Define if you have the unsetenv prototype */
61 #cmakedefine HAVE_UNSETENV_PROTO 1
63 /* Define if you have usleep */
64 #cmakedefine HAVE_USLEEP 1
66 /* Define if you have the usleep prototype */
67 #cmakedefine HAVE_USLEEP_PROTO 1
69 /* Define to 1 if you have the `vsnprintf' function. */
70 #cmakedefine HAVE_VSNPRINTF 1
72 /* KDE's binaries directory */
73 #define KDE_BINDIR "${BIN_INSTALL_DIR}"
75 /* KDE's configuration directory */
76 #define KDE_CONFDIR "${CONFIG_INSTALL_DIR}"
78 /* KDE's static data directory */
79 #define KDE_DATADIR "${DATA_INSTALL_DIR}"
81 /* Define where your java executable is */
82 #undef PATH_JAVA
84 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
85 #cmakedefine TIME_WITH_SYS_TIME 1
87 /* Number of bits in a file offset, on hosts where this is settable. */
88 #define _FILE_OFFSET_BITS 64
91  * On HP-UX, the declaration of vsnprintf() is needed every time !
92  */
94 /* type to use in place of socklen_t if not defined */
95 #define kde_socklen_t socklen_t