~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-05-09 02:01:16 UTC
  • mfrom: (1.4.1) (1.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20130509020116-azihjb1x3doqm1ba
Tags: 2.28.1-1
* New upstream release.
* Track stable releases again.
* Drop explicit Build-Depends on gir1.2-glib-2.0.
* Bump Standards-Version to 3.9.4.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
/* Define to 1 if XXM is available and should be used */
117
117
#undef USE_MMX
118
118
 
 
119
/* Enable large inode numbers on Mac OS X 10.5.  */
 
120
#ifndef _DARWIN_USE_64_BIT_INODE
 
121
# define _DARWIN_USE_64_BIT_INODE 1
 
122
#endif
 
123
 
119
124
/* Number of bits in a file offset, on hosts where this is settable. */
120
125
#undef _FILE_OFFSET_BITS
121
126