~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy-backports

« back to all changes in this revision

Viewing changes to config-workspace.h.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-09-05 20:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20070905204514-632hhspl0nvrc84i
Tags: upstream-3.93.0
ImportĀ upstreamĀ versionĀ 3.93.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config-workspace.h.  Generated by cmake from config-workspace.h.cmake  */
 
2
 
 
3
/* Define if you have DPMS support */
 
4
#cmakedefine HAVE_DPMS 1
 
5
 
 
6
/* Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h> */
 
7
#cmakedefine HAVE_DPMSCAPABLE_PROTO 1
 
8
 
 
9
/* Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h> */
 
10
#cmakedefine HAVE_DPMSINFO_PROTO 1
 
11
 
 
12
/* Defines if your system has the libfontconfig library */
 
13
#cmakedefine HAVE_FONTCONFIG 1
 
14
 
 
15
/* Define if you have gethostname */
 
16
#cmakedefine HAVE_GETHOSTNAME 1
 
17
 
 
18
/* Define if you have the gethostname prototype */
 
19
#cmakedefine HAVE_GETHOSTNAME_PROTO 1
 
20
 
 
21
/* Define to 1 if you have the `getpeereid' function. */
 
22
#cmakedefine HAVE_GETPEEREID 1
 
23
 
 
24
/* Defines if you have Solaris' libkstat */
 
25
/* #undef HAVE_KSTAT */
 
26
 
 
27
/* Define if you have long long as datatype */
 
28
#define HAVE_LONG_LONG 1
 
29
 
 
30
/* Define to 1 if you have the `nice' function. */
 
31
#define HAVE_NICE 1
 
32
 
 
33
/* Define to 1 if you have the <sasl.h> header file. */
 
34
#cmakedefine HAVE_SASL_H 1
 
35
 
 
36
/* Define to 1 if you have the <sasl/sasl.h> header file. */
 
37
#cmakedefine HAVE_SASL_SASL_H 1
 
38
 
 
39
/* Define to 1 if you have the `setpriority' function. */
 
40
#cmakedefine HAVE_SETPRIORITY 1
 
41
 
 
42
/* Define to 1 if you have the `sigaction' function. */
 
43
#define HAVE_SIGACTION 1
 
44
 
 
45
/* Define to 1 if you have the `sigset' function. */
 
46
#define HAVE_SIGSET 1
 
47
 
 
48
/* Define to 1 if you have the <string.h> header file. */
 
49
#cmakedefine HAVE_STRING_H 1
 
50
 
 
51
/* Define if you have the struct ucred */
 
52
#cmakedefine HAVE_STRUCT_UCRED 1
 
53
 
 
54
/* Define to 1 if you have the <sys/loadavg.h> header file. */
 
55
#cmakedefine HAVE_SYS_LOADAVG_H 1
 
56
 
 
57
/* Define to 1 if you have the <sys/select.h> header file. */
 
58
#cmakedefine HAVE_SYS_SELECT_H 1
 
59
 
 
60
/* Define to 1 if you have the <sys/socket.h> header file. */
 
61
#cmakedefine HAVE_SYS_SOCKET_H 1
 
62
 
 
63
/* Define to 1 if you have the <sys/time.h> header file. */
 
64
#cmakedefine HAVE_SYS_TIME_H 1
 
65
 
 
66
/* Define to 1 if you have the <sys/types.h> header file. */
 
67
#cmakedefine HAVE_SYS_TYPES_H 1
 
68
 
 
69
/* Define to 1 if you have the <sys/wait.h> header file. */
 
70
#cmakedefine HAVE_SYS_WAIT_H 1
 
71
 
 
72
/* Define to 1 if you have the <unistd.h> header file. */
 
73
#cmakedefine HAVE_UNISTD_H 1
 
74
 
 
75
/* Define if you have unsetenv */
 
76
#cmakedefine HAVE_UNSETENV 1
 
77
 
 
78
/* Define if you have the unsetenv prototype */
 
79
#cmakedefine HAVE_UNSETENV_PROTO 1
 
80
 
 
81
/* Define if you have usleep */
 
82
#cmakedefine HAVE_USLEEP 1
 
83
 
 
84
/* Define if you have the usleep prototype */
 
85
#cmakedefine HAVE_USLEEP_PROTO 1
 
86
 
 
87
/* Define to 1 if you have the `vsnprintf' function. */
 
88
#cmakedefine HAVE_VSNPRINTF 1
 
89
 
 
90
/* KDE's binaries directory */
 
91
#define KDE_BINDIR "${CMAKE_INSTALL_PREFIX}/bin"
 
92
 
 
93
/* KDE's configuration directory */
 
94
#define KDE_CONFDIR "${CMAKE_INSTALL_PREFIX}/share/config"
 
95
 
 
96
/* KDE's static data directory */
 
97
#define KDE_DATADIR "${CMAKE_INSTALL_PREFIX}/share/apps"
 
98
 
 
99
/* Define where your java executable is */
 
100
#undef PATH_JAVA
 
101
 
 
102
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
103
#cmakedefine TIME_WITH_SYS_TIME 1
 
104
 
 
105
/* X binaries directory */
 
106
#cmakedefine XBINDIR "${XBINDIR}"
 
107
 
 
108
/* X libraries directory */
 
109
#cmakedefine XLIBDIR "${XLIBDIR}"
 
110
 
 
111
/* Number of bits in a file offset, on hosts where this is settable. */
 
112
#define _FILE_OFFSET_BITS 64
 
113
 
 
114
/*
 
115
 * On HP-UX, the declaration of vsnprintf() is needed every time !
 
116
 */
 
117
 
 
118
/* type to use in place of socklen_t if not defined */
 
119
#define kde_socklen_t socklen_t