~ubuntu-branches/ubuntu/raring/flac/raring

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529225636-ljeff8xxip09qaap
Tags: 1.1.4-1
* New upstream release. closes: #405167, #411311
  - libOggFLAC and libOggFLAC++ have been merged into libFLAC, so
    remove their corresponding packages.
  - Because of the API changes required to effect the above, there has
    been yet another soname bump. libflac7 -> libflac8 and
    libflac++5 -> libflac++6. Emails have been dispatched to the
    maintainers of dependent packages.
* Some notes on patches that were removed:
  - 02_stdin_stdout, 06_manpage_mention_utf8_convert: merged upstream
  - 08_manpage_warnings: Upstream has changed the manpage so it defintely
    can't fit in in 80 cols, so just forget about it. We'll live.
  - 05_eof_warnings_are_errors: Upstream decided to add a -w option to
    flac to treat all warnings as errors. I am going to defer to that
    for now, but if people think it's stupid let me know and I'll port
    the patch forward.
  - 04_stack_smasher: was a backport from 1.1.3, so it's obsolete.

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
 
122
116
 
123
117
/* Version number of package */
124
118
#undef VERSION
 
119
 
 
120
/* Define to 1 if your processor stores words with the most significant byte
 
121
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
122
#undef WORDS_BIGENDIAN
 
123
 
 
124
/* Number of bits in a file offset, on hosts where this is settable. */
 
125
#undef _FILE_OFFSET_BITS
 
126
 
 
127
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
 
128
#undef _LARGEFILE_SOURCE
 
129
 
 
130
/* Define for large files, on AIX-style hosts. */
 
131
#undef _LARGE_FILES