~xubuntu-dev/libxfce4util/maverick

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Lionel Le Folgoc
  • Date: 2010-05-23 18:00:15 UTC
  • Revision ID: mrpouit@ubuntu.com-20100523180015-0ddtdmn4xstvm2y8
* Merge from debian testing, remaining Ubuntu changes:
  - debian/control: use our Vcs-* fields.
  - debian/patches:
    + xubuntu_desktop-x-ubuntu-gettext.patch: display translations for
      "X-Ubuntu-Gettext-Domain" desktop files
    + series:
      . don't apply 01_add-desktop-base-in-config-dirs.patch
      . refreshed.
* New upstream release.
* debian/control:
  - bump standards version to 3.8.4.
  - add build-dep on intltool. 
  - drop quilt and chrpath build-deps.
  - bump debhelper build-deps for overrides.
* debian/rules:
  - switch to debhelper 7.
* switch to 3.0 (quilt) source format.
* debian/watch edited to track Xfce archive reorganisation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
/* Define if your <locale.h> file defines LC_MESSAGES. */
43
43
#undef HAVE_LC_MESSAGES
44
44
 
 
45
/* Define to 1 if you have the <libintl.h> header file. */
 
46
#undef HAVE_LIBINTL_H
 
47
 
45
48
/* Define to 1 if you have the <limits.h> header file. */
46
49
#undef HAVE_LIMITS_H
47
50
 
99
102
/* Define to 1 if you have the `unsetenv' function. */
100
103
#undef HAVE_UNSETENV
101
104
 
 
105
/* Define to 1 if you have the <varargs.h> header file. */
 
106
#undef HAVE_VARARGS_H
 
107
 
102
108
/* Define to the sub-directory in which libtool stores uninstalled libraries.
103
109
   */
104
110
#undef LT_OBJDIR
121
127
/* Define to the one symbol short name of this package. */
122
128
#undef PACKAGE_TARNAME
123
129
 
 
130
/* Define to the home page for this package. */
 
131
#undef PACKAGE_URL
 
132
 
124
133
/* Define to the version of this package. */
125
134
#undef PACKAGE_VERSION
126
135
 
127
136
/* Define to 1 if you have the ANSI C header files. */
128
137
#undef STDC_HEADERS
129
138
 
 
139
/* Enable extensions on AIX 3, Interix.  */
 
140
#ifndef _ALL_SOURCE
 
141
# undef _ALL_SOURCE
 
142
#endif
 
143
/* Enable GNU extensions on systems that have them.  */
 
144
#ifndef _GNU_SOURCE
 
145
# undef _GNU_SOURCE
 
146
#endif
 
147
/* Enable threading extensions on Solaris.  */
 
148
#ifndef _POSIX_PTHREAD_SEMANTICS
 
149
# undef _POSIX_PTHREAD_SEMANTICS
 
150
#endif
 
151
/* Enable extensions on HP NonStop.  */
 
152
#ifndef _TANDEM_SOURCE
 
153
# undef _TANDEM_SOURCE
 
154
#endif
 
155
/* Enable general extensions on Solaris.  */
 
156
#ifndef __EXTENSIONS__
 
157
# undef __EXTENSIONS__
 
158
#endif
 
159
 
 
160
 
130
161
/* Version number of package */
131
162
#undef VERSION
132
163
 
133
164
/* Overall XFce version */
134
165
#undef XFCE_VERSION_STRING
135
166
 
136
 
/* Define to 1 if on AIX 3.
137
 
   System headers sometimes define this.
138
 
   We just want to avoid a redefinition error message.  */
139
 
#ifndef _ALL_SOURCE
140
 
# undef _ALL_SOURCE
141
 
#endif
142
 
 
143
167
/* Define to 1 if on MINIX. */
144
168
#undef _MINIX
145
169