~ubuntu-branches/ubuntu/karmic/flac/karmic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 18:02:56 UTC
  • mfrom: (1.1.5 upstream) (10 gutsy)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20080316180256-qhf3wk704rp165pm
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455304)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
/* define if building for SPARC */
13
13
#undef FLAC__CPU_SPARC
14
14
 
15
 
/* define to run even more tests */
16
 
#undef FLAC__EXHAUSTIVE_TESTS
17
 
 
18
15
/* define if you are compiling for PowerPC and have the 'as' assembler */
19
16
#undef FLAC__HAS_AS
20
17
 
21
18
/* define if you have docbook-to-man or docbook2man */
22
19
#undef FLAC__HAS_DOCBOOK_TO_MAN
23
20
 
24
 
/* define if you have Doxygen */
25
 
#undef FLAC__HAS_DOXYGEN
26
 
 
27
21
/* define if you are compiling for PowerPC and have the 'gas' assembler */
28
22
#undef FLAC__HAS_GAS
29
23
 
51
45
/* define to enable use of Altivec instructions */
52
46
#undef FLAC__USE_ALTIVEC
53
47
 
54
 
/* define to enable use of Valgrind in testers */
55
 
#undef FLAC__VALGRIND_TESTING
56
 
 
57
48
/* Define to 1 if you have the <dlfcn.h> header file. */
58
49
#undef HAVE_DLFCN_H
59
50
 
 
51
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
 
52
#undef HAVE_FSEEKO
 
53
 
60
54
/* Define to 1 if you have the `getopt_long' function. */
61
55
#undef HAVE_GETOPT_LONG
62
56
 
117
111
/* Define to the version of this package. */
118
112
#undef PACKAGE_VERSION
119
113
 
 
114
/* The size of a `void*', as computed by sizeof. */
 
115
#undef SIZEOF_VOIDP
 
116
 
120
117
/* Define to 1 if you have the ANSI C header files. */
121
118
#undef STDC_HEADERS
122
119
 
123
120
/* Version number of package */
124
121
#undef VERSION
 
122
 
 
123
/* Define to 1 if your processor stores words with the most significant byte
 
124
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
125
#undef WORDS_BIGENDIAN
 
126
 
 
127
/* Number of bits in a file offset, on hosts where this is settable. */
 
128
#undef _FILE_OFFSET_BITS
 
129
 
 
130
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
 
131
#undef _LARGEFILE_SOURCE
 
132
 
 
133
/* Define for large files, on AIX-style hosts. */
 
134
#undef _LARGE_FILES