~ubuntu-branches/debian/experimental/xfdesktop4/experimental

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Yves-Alexis Perez, Lionel Le Folgoc
  • Date: 2011-02-07 00:17:47 UTC
  • mfrom: (1.4.9 upstream) (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110207001747-htl6rhaglfhhik8g
Tags: 4.8.1-1
[ Yves-Alexis Perez ]
* New upstream development release.
* debian/control:
  - update standards version to 3.9.1.
  - refresh build-deps for Xfce 4.7.
  - add build dep on libxfce4ui-1-dev.
  - drop xfce4-panel build-dep since we don't build any plugin anymore.
  - add build-dep on hardening-includes.
* Switch to 3.0 (quilt) source format.
* debian/rules:
  - pick {C,LD}FLAGS from dpkg-buildflags.
  - drop --libexecdir, --disable-rpath and --enable-final from configure args.
  - drop usr/lib from chrpath call, it doesn't exist anymore.
  - don't rename generic terminal .desktop file, it's gone too.
  - pass docdir to configure.
  - add hardening flags to {C,LD}FLAGS
* debian/xfdesktop4-data.install:
  - drop usr/share/desktop-directories from install file.
* debian/xfdesktop4.install:
  - drop etc/ no menu is installed anymore.
  - drop usr/ too, no more desktop menu module nor panel plugin. 
* debian/copyright updated for new upstream release.

[ Lionel Le Folgoc ]
* New upstream bugfix release.
* debian/control: clean up build-deps since xfdesktop has been ported to gio,
  exo-1 and garcon.
* Refresh build-deps for Xfce 4.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
/* Define if the GNU gettext() function is already present or preinstalled. */
43
43
#undef HAVE_GETTEXT
44
44
 
 
45
/* Define if gio-unix-2.0 >= glib_minimum_version present */
 
46
#undef HAVE_GIO_UNIX
 
47
 
45
48
/* Define to 1 if you have the <inttypes.h> header file. */
46
49
#undef HAVE_INTTYPES_H
47
50
 
48
51
/* Define if your <locale.h> file defines LC_MESSAGES. */
49
52
#undef HAVE_LC_MESSAGES
50
53
 
51
 
/* Define if exo-0.3 >= exo_minimum_version present */
 
54
/* Define if exo-1 >= exo_minimum_version present */
52
55
#undef HAVE_LIBEXO
53
56
 
 
57
/* Define if libnotify >= 0.4.0 present */
 
58
#undef HAVE_LIBNOTIFY
 
59
 
54
60
/* Define if libSM is available */
55
61
#undef HAVE_LIBSM
56
62
 
69
75
/* Define to 1 if you have the `mmap' function. */
70
76
#undef HAVE_MMAP
71
77
 
 
78
/* Define to 1 if you have the <pwd.h> header file. */
 
79
#undef HAVE_PWD_H
 
80
 
72
81
/* Define to 1 if you have the `sigaction' function. */
73
82
#undef HAVE_SIGACTION
74
83
 
96
105
/* Define to 1 if you have the <sys/mman.h> header file. */
97
106
#undef HAVE_SYS_MMAN_H
98
107
 
 
108
/* Define to 1 if you have the <sys/param.h> header file. */
 
109
#undef HAVE_SYS_PARAM_H
 
110
 
99
111
/* Define to 1 if you have the <sys/statvfs.h> header file. */
100
112
#undef HAVE_SYS_STATVFS_H
101
113
 
108
120
/* Define to 1 if you have the <sys/wait.h> header file. */
109
121
#undef HAVE_SYS_WAIT_H
110
122
 
111
 
/* Define if thunarx-1 >= thunar_minimum_version present */
 
123
/* Define if thunarx-2 >= thunar_minimum_version present */
112
124
#undef HAVE_THUNARX
113
125
 
114
 
/* Define if thunar-vfs is present. */
115
 
#undef HAVE_THUNAR_VFS
116
 
 
117
126
/* Define to 1 if you have the <time.h> header file. */
118
127
#undef HAVE_TIME_H
119
128
 
124
133
   */
125
134
#undef LT_OBJDIR
126
135
 
 
136
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
137
#undef NO_MINUS_C_MINUS_O
 
138
 
127
139
/* Name of package */
128
140
#undef PACKAGE
129
141
 
139
151
/* Define to the one symbol short name of this package. */
140
152
#undef PACKAGE_TARNAME
141
153
 
 
154
/* Define to the home page for this package. */
 
155
#undef PACKAGE_URL
 
156
 
142
157
/* Define to the version of this package. */
143
158
#undef PACKAGE_VERSION
144
159
 
148
163
/* Define if we should build the desktop menu module */
149
164
#undef USE_DESKTOP_MENU
150
165
 
 
166
/* Enable extensions on AIX 3, Interix.  */
 
167
#ifndef _ALL_SOURCE
 
168
# undef _ALL_SOURCE
 
169
#endif
 
170
/* Enable GNU extensions on systems that have them.  */
 
171
#ifndef _GNU_SOURCE
 
172
# undef _GNU_SOURCE
 
173
#endif
 
174
/* Enable threading extensions on Solaris.  */
 
175
#ifndef _POSIX_PTHREAD_SEMANTICS
 
176
# undef _POSIX_PTHREAD_SEMANTICS
 
177
#endif
 
178
/* Enable extensions on HP NonStop.  */
 
179
#ifndef _TANDEM_SOURCE
 
180
# undef _TANDEM_SOURCE
 
181
#endif
 
182
/* Enable general extensions on Solaris.  */
 
183
#ifndef __EXTENSIONS__
 
184
# undef __EXTENSIONS__
 
185
#endif
 
186
 
 
187
 
151
188
/* Version number of package */
152
189
#undef VERSION
153
190
 
154
191
/* Define to 1 if the X Window System is missing or not being used. */
155
192
#undef X_DISPLAY_MISSING
156
193
 
157
 
/* Define to 1 if on AIX 3.
158
 
   System headers sometimes define this.
159
 
   We just want to avoid a redefinition error message.  */
160
 
#ifndef _ALL_SOURCE
161
 
# undef _ALL_SOURCE
162
 
#endif
163
 
 
164
194
/* Define to 1 if on MINIX. */
165
195
#undef _MINIX
166
196