~ubuntu-branches/ubuntu/oneiric/gpe-expenses/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2009-05-24 08:46:26 UTC
  • mfrom: (1.1.6 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090524084626-aj2m6clr8fwoigoz
Tags: 0.1.7-1
* New upstream release
* (Closes: #505073): FTBFS with GCC 4.4: expected
  'gint *' but argument is of type 'guint *'
* Add new package to remove translation files from library in
  accordance with Policy 8.2 (libqofexpensesobjects-data)
* Add devhelp support.
* Remove Section and Priority duplication in debian/control.
* use upstream symbol versioning support.
* Update Standards Version (no changes)
* SONAME bump for libqofexpensesobjects to enhance support in other
  applications.
* Add xsltproc to build depends for doc generation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
/* library gettext domain */
197
197
#undef LIBRARY_GETTEXT_PACKAGE
198
198
 
 
199
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
200
   */
 
201
#undef LT_OBJDIR
 
202
 
199
203
/* Your system's bitbucket (usually /dev/null or NUL) */
200
204
#undef NULL_DEVICE
201
205
 
232
236
/* Define verbose tty device */
233
237
#undef TTYPrompt
234
238
 
235
 
/* Version number of package */
236
 
#undef VERSION
237
 
 
 
239
/* Enable extensions on AIX 3, Interix.  */
 
240
#ifndef _ALL_SOURCE
 
241
# undef _ALL_SOURCE
 
242
#endif
238
243
/* Enable GNU extensions on systems that have them.  */
239
244
#ifndef _GNU_SOURCE
240
245
# undef _GNU_SOURCE
241
246
#endif
 
247
/* Enable threading extensions on Solaris.  */
 
248
#ifndef _POSIX_PTHREAD_SEMANTICS
 
249
# undef _POSIX_PTHREAD_SEMANTICS
 
250
#endif
 
251
/* Enable extensions on HP NonStop.  */
 
252
#ifndef _TANDEM_SOURCE
 
253
# undef _TANDEM_SOURCE
 
254
#endif
 
255
/* Enable general extensions on Solaris.  */
 
256
#ifndef __EXTENSIONS__
 
257
# undef __EXTENSIONS__
 
258
#endif
 
259
 
 
260
 
 
261
/* Version number of package */
 
262
#undef VERSION
 
263
 
 
264
/* Define to 1 if on MINIX. */
 
265
#undef _MINIX
 
266
 
 
267
/* Define to 2 if the system does not provide POSIX.1 features except with
 
268
   this defined. */
 
269
#undef _POSIX_1_SOURCE
 
270
 
 
271
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
272
#undef _POSIX_SOURCE
242
273
 
243
274
/* Define to empty if `const' does not conform to ANSI C. */
244
275
#undef const