~ubuntu-branches/ubuntu/gutsy/speex/gutsy-security

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2005-12-07 23:22:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207232221-nme7vf9m182p7dpe
Tags: 1.1.11.1-1
New upstream release

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
 
/* Make use of ARM assembly instructions */
4
 
#undef ARM_ASM
5
 
 
6
 
/* Disable writing to data segments; see README.symbian */
7
 
#undef DISABLE_GLOBAL_POINTERS
 
3
/* Make use of ARM4 assembly optimizations */
 
4
#undef ARM4_ASM
 
5
 
 
6
/* Make use of ARM5E assembly optimizations */
 
7
#undef ARM5_ASM
 
8
 
 
9
/* Make use of Blackfin assembly optimizations */
 
10
#undef BFIN_ASM
 
11
 
 
12
/* Disable wideband codec */
 
13
#undef DISABLE_WIDEBAND
8
14
 
9
15
/* Enable valgrind extra checks */
10
16
#undef ENABLE_VALGRIND
78
84
/* Define to the version of this package. */
79
85
#undef PACKAGE_VERSION
80
86
 
 
87
/* Reduce precision to 16 bits (EXPERIMENTAL) */
 
88
#undef PRECISION16
 
89
 
 
90
/* The size of a `int', as computed by sizeof. */
 
91
#undef SIZEOF_INT
 
92
 
 
93
/* The size of a `long', as computed by sizeof. */
 
94
#undef SIZEOF_LONG
 
95
 
 
96
/* The size of a `long long', as computed by sizeof. */
 
97
#undef SIZEOF_LONG_LONG
 
98
 
 
99
/* The size of a `short', as computed by sizeof. */
 
100
#undef SIZEOF_SHORT
 
101
 
81
102
/* Version extra */
82
103
#undef SPEEX_EXTRA_VERSION
83
104
 
96
117
/* Define to 1 if you have the ANSI C header files. */
97
118
#undef STDC_HEADERS
98
119
 
 
120
/* Enable support for TI C55X DSP */
 
121
#undef TI_C55X
 
122
 
 
123
/* Make use of alloca */
 
124
#undef USE_ALLOCA
 
125
 
 
126
/* Use C99 variable-size arrays */
 
127
#undef VAR_ARRAYS
 
128
 
99
129
/* Define to 1 if your processor stores words with the most significant byte
100
130
   first (like Motorola and SPARC, unlike Intel and VAX). */
101
131
#undef WORDS_BIGENDIAN
111
141
#ifndef __cplusplus
112
142
#undef inline
113
143
#endif
 
144
 
 
145
/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
 
146
   supported. Do not define if restrict is supported directly. */
 
147
#undef restrict