Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git] / workspace / config-workspace.h.cmake
blob6bea69b85e54dac6fca9528a9afb48753567f2db
1 /* config-workspace.h.  Generated by cmake from config-workspace.h.cmake  */
3 /* Define if you have DPMS support */
4 #cmakedefine HAVE_DPMS 1
6 /* Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h> */
7 #cmakedefine HAVE_DPMSCAPABLE_PROTO 1
9 /* Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h> */
10 #cmakedefine HAVE_DPMSINFO_PROTO 1
12 /* Defines if your system has the libfontconfig library */
13 #cmakedefine HAVE_FONTCONFIG 1
15 /* Define if you have gethostname */
16 #cmakedefine HAVE_GETHOSTNAME 1
18 /* Define if you have the gethostname prototype */
19 #cmakedefine HAVE_GETHOSTNAME_PROTO 1
21 /* Define to 1 if you have the `getpeereid' function. */
22 #cmakedefine HAVE_GETPEEREID 1
24 /* Defines if you have Solaris' libkstat */
25 /* #undef HAVE_KSTAT */
27 /* Define if you have long long as datatype */
28 #define HAVE_LONG_LONG 1
30 /* Define to 1 if you have the `nice' function. */
31 #define HAVE_NICE 1
33 /* Define to 1 if you have the <sasl.h> header file. */
34 #cmakedefine HAVE_SASL_H 1
36 /* Define to 1 if you have the <sasl/sasl.h> header file. */
37 #cmakedefine HAVE_SASL_SASL_H 1
39 /* Define to 1 if you have the `setpriority' function. */
40 #cmakedefine HAVE_SETPRIORITY 1
42 /* Define to 1 if you have the `sigaction' function. */
43 #define HAVE_SIGACTION 1
45 /* Define to 1 if you have the `sigset' function. */
46 #define HAVE_SIGSET 1
48 /* Define to 1 if you have statvfs */
49 #cmakedefine HAVE_STATVFS 1
51 /* Define to 1 if you have the <string.h> header file. */
52 #cmakedefine HAVE_STRING_H 1
54 /* Define if you have the struct ucred */
55 #cmakedefine HAVE_STRUCT_UCRED 1
57 /* Define to 1 if you have the <sys/loadavg.h> header file. */
58 #cmakedefine HAVE_SYS_LOADAVG_H 1
60 /* Define to 1 if you have the <sys/mount.h> header file. */
61 #cmakedefine HAVE_SYS_MOUNT_H 1
63 /* Define to 1 if you have the <sys/param.h> header file. */
64 #cmakedefine HAVE_SYS_PARAM_H 1
66 /* Define to 1 if you have the <sys/statfs.h> header file. */
67 #cmakedefine HAVE_SYS_STATFS_H 1
69 /* Define to 1 if you have the <sys/statvfs.h> header file. */
70 #cmakedefine HAVE_SYS_STATVFS_H 1
72 /* Define to 1 if you have statfs(). */
73 #cmakedefine HAVE_STATFS 1
75 /* Define to 1 if you have the <sys/select.h> header file. */
76 #cmakedefine HAVE_SYS_SELECT_H 1
78 /* Define to 1 if you have the <sys/socket.h> header file. */
79 #cmakedefine HAVE_SYS_SOCKET_H 1
81 /* Define to 1 if you have the <sys/time.h> header file. */
82 #cmakedefine HAVE_SYS_TIME_H 1
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #cmakedefine HAVE_SYS_TYPES_H 1
87 /* Define to 1 if you have the <sys/vfs.h> header file. */
88 #cmakedefine HAVE_SYS_VFS_H 1
90 /* Define to 1 if you have the <sys/wait.h> header file. */
91 #cmakedefine HAVE_SYS_WAIT_H 1
93 /* Define to 1 if you have the <unistd.h> header file. */
94 #cmakedefine HAVE_UNISTD_H 1
96 /* Define to 1 if you have the <stdint.h> header file. */
97 #cmakedefine HAVE_STDINT_H 1
99 /* Define if you have unsetenv */
100 #cmakedefine HAVE_UNSETENV 1
102 /* Define if you have the unsetenv prototype */
103 #cmakedefine HAVE_UNSETENV_PROTO 1
105 /* Define if you have usleep */
106 #cmakedefine HAVE_USLEEP 1
108 /* Define if you have the usleep prototype */
109 #cmakedefine HAVE_USLEEP_PROTO 1
111 /* Define to 1 if you have the `vsnprintf' function. */
112 #cmakedefine HAVE_VSNPRINTF 1
114 /* KDE's binaries directory */
115 #define KDE_BINDIR "${BIN_INSTALL_DIR}"
117 /* KDE's configuration directory */
118 #define KDE_CONFDIR "${CONFIG_INSTALL_DIR}"
120 /* KDE's static data directory */
121 #define KDE_DATADIR "${DATA_INSTALL_DIR}"
123 /* Define where your java executable is */
124 #undef PATH_JAVA
126 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
127 #cmakedefine TIME_WITH_SYS_TIME 1
129 /* X binaries directory */
130 #cmakedefine XBINDIR "${XBINDIR}"
132 /* X libraries directory */
133 #cmakedefine XLIBDIR "${XLIBDIR}"
135 /* Number of bits in a file offset, on hosts where this is settable. */
136 #define _FILE_OFFSET_BITS 64
139  * On HP-UX, the declaration of vsnprintf() is needed every time !
140  */
142 /* type to use in place of socklen_t if not defined */
143 #define kde_socklen_t socklen_t