~ubuntu-branches/ubuntu/utopic/zziplib/utopic

« back to all changes in this revision

Viewing changes to zzip/_msvc.h

  • Committer: Bazaar Package Importer
  • Author(s): LIU Qi
  • Date: 2009-07-12 14:37:46 UTC
  • mfrom: (1.2.1 upstream) (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090712143746-5xyh6dt4l0cdv1l0
Tags: 0.13.56-1
* New Upstream Version
  - update debian/man3.patch
  - remove msvc8/zip.exe and msvc7/pkzip.exe
* Upgrade the standard version to 3.8.2
* Add the vcs information to debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/* zzip/_msvc.h. Generated automatically at end of configure. */
5
5
/* config.h.in.  Generated from configure.ac by autoheader.  */
6
6
 
 
7
/* Define if building universal (internal helper macro) */
 
8
/* #undef AC_APPLE_UNIVERSAL_BUILD */
 
9
 
7
10
/* Define if pointers to integers require aligned access */
8
11
/* #undef HAVE_ALIGNED_ACCESS_REQUIRED */
9
12
 
117
120
   */
118
121
/* #undef LARGEFILE_SENSITIVE */
119
122
 
 
123
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
124
   */
 
125
/* #undef LT_OBJDIR */
 
126
 
120
127
/* Name of package */
121
128
#ifndef ZZIP_PACKAGE 
122
129
#define ZZIP_PACKAGE  "zziplib-msvc"     /* yes, make it known */ 
162
169
#define ZZIP_VERSION  "0.13.x" 
163
170
#endif
164
171
 
165
 
/* Define to 1 if your processor stores words with the most significant byte
166
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
167
 
/* #undef WORDS_BIGENDIAN */
 
172
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
173
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
174
#if defined AC_APPLE_UNIVERSAL_BUILD
 
175
# if defined __BIG_ENDIAN__
 
176
#  define WORDS_BIGENDIAN 1
 
177
# endif
 
178
#else
 
179
# ifndef WORDS_BIGENDIAN
 
180
/* #  undef WORDS_BIGENDIAN */
 
181
# endif
 
182
#endif
168
183
 
169
184
/* Number of bits in a file offset, on hosts where this is settable. */
170
185
/* #undef _FILE_OFFSET_BITS */