~ubuntu-branches/ubuntu/precise/exuberant-ctags/precise-security

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-03-17 16:47:08 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110317164708-eeqmbcex6tumo5l1
Tags: 1:5.9~svn20110310-1
* New upstream release snapshot (thanks, Daniel Hahler; LP: #732860).
  - Fix crash with comments inside strings in OCaml (LP: #554898).
* Drop accepted patches:
  - debian/patches/make-match-loop.patch
  - debian/patches/php-ignore-keywords-in-comments.patch
* For Python, disable -i so imports are not tagged by default (thanks,
  Barry Warsaw; LP: #618979).
* Upstream uses AC_SYS_LARGEFILE now, so drop explicit
  -D_FILE_OFFSET_BITS=64 in debian/rules.
* Fix infinite loop parsing vim commands, when a non-alphanumeric
  character other than whitespace or '-' is found before the first
  alphanumeric character after 'command' (LP: #736367).

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
/* Define to the one symbol short name of this package. */
231
231
#undef PACKAGE_TARNAME
232
232
 
 
233
/* Define to the home page for this package. */
 
234
#undef PACKAGE_URL
 
235
 
233
236
/* Define to the version of this package. */
234
237
#undef PACKAGE_VERSION
235
238
 
254
257
/* Package version. */
255
258
#undef VERSION
256
259
 
 
260
/* Number of bits in a file offset, on hosts where this is settable. */
 
261
#undef _FILE_OFFSET_BITS
 
262
 
 
263
/* Define for large files, on AIX-style hosts. */
 
264
#undef _LARGE_FILES
 
265
 
257
266
/* This corrects the problem of missing prototypes for certain functions in
258
267
   some GNU installations (e.g. SunOS 4.1.x). */
259
268
#undef __USE_FIXED_PROTOTYPES__