Subversion Repositories public

Rev

Rev 155 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 155 Rev 216
Line 1... Line 1...
1
/* config.h.in.  Generated from configure.in by autoheader.  */
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
/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
6
/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
4
#undef HAVE_CARBON_CARBON_H
7
#undef HAVE_CARBON_CARBON_H
5
 
8
 
6
/* Define if you have the CoreAudio API */
9
/* Define if you have the CoreAudio API */
7
#undef HAVE_COREAUDIO
10
#undef HAVE_COREAUDIO
Line 142... Line 145...
142
#undef VERSION
145
#undef VERSION
143
 
146
 
144
/* Defined if compiling without arts */
147
/* Defined if compiling without arts */
145
#undef WITHOUT_ARTS
148
#undef WITHOUT_ARTS
146
 
149
 
147
/* Define to 1 if your processor stores words with the most significant byte
150
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
148
   first (like Motorola and SPARC, unlike Intel and VAX). */
151
   significant byte first (like Motorola and SPARC, unlike Intel). */
-
 
152
#if defined AC_APPLE_UNIVERSAL_BUILD
-
 
153
# if defined __BIG_ENDIAN__
-
 
154
#  define WORDS_BIGENDIAN 1
-
 
155
# endif
-
 
156
#else
-
 
157
# ifndef WORDS_BIGENDIAN
149
#undef WORDS_BIGENDIAN
158
#  undef WORDS_BIGENDIAN
-
 
159
# endif
-
 
160
#endif
150
 
161
 
151
/*
162
/*
152
 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
163
 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
153
 * headers and I'm too lazy to write a configure test as long as only
164
 * headers and I'm too lazy to write a configure test as long as only
154
 * unixware is related
165
 * unixware is related