~ubuntu-branches/ubuntu/precise/libmtp/precise-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Savvas Radevic
  • Date: 2009-04-18 19:58:14 UTC
  • mto: (16.1.2 squeeze) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090418195814-o6h16rbqdbvlrw8s
Tags: upstream-0.3.7
ImportĀ upstreamĀ versionĀ 0.3.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* Define to 1 if you have the `basename' function. */
4
7
#undef HAVE_BASENAME
5
8
 
36
39
/* Define to 1 if you have the <limits.h> header file. */
37
40
#undef HAVE_LIMITS_H
38
41
 
 
42
/* Define to 1 if you have the <locale.h> header file. */
 
43
#undef HAVE_LOCALE_H
 
44
 
39
45
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
40
46
   to 0 otherwise. */
41
47
#undef HAVE_MALLOC
136
142
/* Version number of package */
137
143
#undef VERSION
138
144
 
139
 
/* Define to 1 if your processor stores words with the most significant byte
140
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
141
 
#undef WORDS_BIGENDIAN
 
145
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
146
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
147
#if defined AC_APPLE_UNIVERSAL_BUILD
 
148
# if defined __BIG_ENDIAN__
 
149
#  define WORDS_BIGENDIAN 1
 
150
# endif
 
151
#else
 
152
# ifndef WORDS_BIGENDIAN
 
153
#  undef WORDS_BIGENDIAN
 
154
# endif
 
155
#endif
142
156
 
143
157
/* Define to empty if `const' does not conform to ANSI C. */
144
158
#undef const