~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/bibtex8/config.h.in

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
/* Define to 1 if you have the ANSI C header files. */
146
146
#undef STDC_HEADERS
147
147
 
 
148
/* Enable large inode numbers on Mac OS X 10.5.  */
 
149
#ifndef _DARWIN_USE_64_BIT_INODE
 
150
# define _DARWIN_USE_64_BIT_INODE 1
 
151
#endif
 
152
 
148
153
/* Number of bits in a file offset, on hosts where this is settable. */
149
154
#undef _FILE_OFFSET_BITS
150
155