~ubuntu-branches/ubuntu/raring/almanah/raring

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-04-03 14:25:25 UTC
  • mfrom: (11.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120403142525-ugk3fb0blonrl2b9
Tags: 0.9.0-1
* debian/watch: Update for .xz
* Imported Upstream version 0.9.0
* debian/patches/01_largefile_support.patch: Remove, applied upstream
* debian/patches/02_gtkspell-3.0.patch: Remove, applied upstream
* Remove dh_autoreconf stuff
* debian/copyright: Update upstream years

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
/* Version number of package */
117
117
#undef VERSION
118
118
 
 
119
/* Number of bits in a file offset, on hosts where this is settable. */
 
120
#undef _FILE_OFFSET_BITS
 
121
 
 
122
/* Define for large files, on AIX-style hosts. */
 
123
#undef _LARGE_FILES
 
124
 
119
125
/* Define to 1 if on MINIX. */
120
126
#undef _MINIX
121
127