~ubuntu-branches/ubuntu/saucy/orbit2/saucy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-06 18:40:04 UTC
  • mfrom: (1.2.17 upstream) (7.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090306184004-pbuwp3a2d69aubkn
Tags: 1:2.14.17-0.1
* Non-maintainer upload.
* New upstream bugfix release. No API changes.
* Update Standards-Version to 3.8.0, no additional changes needed.
* Build depend on autotools-dev to get config.{sub,guess} updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* Define if HTTP connections are available */
4
7
#undef ENABLE_HTTP
5
8
 
156
159
/* Define to 1 if you have the <winsock2.h> header file. */
157
160
#undef HAVE_WINSOCK2_H
158
161
 
 
162
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
163
   */
 
164
#undef LT_OBJDIR
 
165
 
159
166
/* defined if purify is enabled */
160
167
#undef ORBIT_PURIFY
161
168
 
178
185
#undef STDC_HEADERS
179
186
 
180
187
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
181
 
   significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
182
 
#if defined __BIG_ENDIAN__
183
 
# define WORDS_BIGENDIAN 1
184
 
#elif ! defined __LITTLE_ENDIAN__
185
 
# undef WORDS_BIGENDIAN
 
188
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
189
#if defined AC_APPLE_UNIVERSAL_BUILD
 
190
# if defined __BIG_ENDIAN__
 
191
#  define WORDS_BIGENDIAN 1
 
192
# endif
 
193
#else
 
194
# ifndef WORDS_BIGENDIAN
 
195
#  undef WORDS_BIGENDIAN
 
196
# endif
186
197
#endif
187
198
 
188
199
/* Define to empty if `const' does not conform to ANSI C. */