~ubuntu-branches/ubuntu/quantal/sflphone/quantal

« back to all changes in this revision

Viewing changes to daemon/config.h.in

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-27 08:22:22 UTC
  • mfrom: (4.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120527082222-fs3ojksqvt0ol6rl
Tags: 1.1.0-2
* Drop unsupported CELT codec (Build-Depends)
  - Fixes "Spurious build dependency on libcelt-dev" (Closes: #674644)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Use cc++ include prefix */
 
4
#undef CCPP_PREFIX
 
5
 
 
6
/* Use commoncpp include prefix */
 
7
#undef COMMONCPP_PREFIX
 
8
 
 
9
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
 
10
   systems. This function is required for `alloca.c' support on those systems.
 
11
   */
 
12
#undef CRAY_STACKSEG_END
 
13
 
 
14
/* Define to 1 if using `alloca.c'. */
 
15
#undef C_ALLOCA
 
16
 
 
17
/* Define to 1 if you have `alloca', as a function or macro. */
 
18
#undef HAVE_ALLOCA
 
19
 
 
20
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
 
21
   */
 
22
#undef HAVE_ALLOCA_H
 
23
 
 
24
/* Define to 1 if you have the <arpa/inet.h> header file. */
 
25
#undef HAVE_ARPA_INET_H
 
26
 
 
27
/* Define to 1 if your system has a working `chown' function. */
 
28
#undef HAVE_CHOWN
 
29
 
 
30
/* Define to 1 if you have the <dlfcn.h> header file. */
 
31
#undef HAVE_DLFCN_H
 
32
 
 
33
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
34
#undef HAVE_DOPRNT
 
35
 
 
36
/* Define to 1 if you have the <fcntl.h> header file. */
 
37
#undef HAVE_FCNTL_H
 
38
 
 
39
/* Define to 1 if you have the `fork' function. */
 
40
#undef HAVE_FORK
 
41
 
 
42
/* Define to 1 if you have the <getopt.h> header file. */
 
43
#undef HAVE_GETOPT_H
 
44
 
 
45
/* Define if you have libgsm */
 
46
#undef HAVE_GSM
 
47
 
 
48
/* Define if you have libiax2 */
 
49
#undef HAVE_IAX
 
50
 
 
51
/* Define to 1 if you have the <inttypes.h> header file. */
 
52
#undef HAVE_INTTYPES_H
 
53
 
 
54
/* Define to 1 if you have the `gsm' library (-lgsm). */
 
55
#undef HAVE_LIBGSM
 
56
 
 
57
/* Define to 1 if you have the <libintl.h> header file. */
 
58
#undef HAVE_LIBINTL_H
 
59
 
 
60
/* Define to 1 if you have the `pcre' library (-lpcre). */
 
61
#undef HAVE_LIBPCRE
 
62
 
 
63
/* Define to 1 if you have the `speex' library (-lspeex). */
 
64
#undef HAVE_LIBSPEEX
 
65
 
 
66
/* Define to 1 if you have the <limits.h> header file. */
 
67
#undef HAVE_LIMITS_H
 
68
 
 
69
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
70
   to 0 otherwise. */
 
71
#undef HAVE_MALLOC
 
72
 
 
73
/* Define to 1 if you have the <malloc.h> header file. */
 
74
#undef HAVE_MALLOC_H
 
75
 
 
76
/* Define to 1 if you have the <memory.h> header file. */
 
77
#undef HAVE_MEMORY_H
 
78
 
 
79
/* Define to 1 if you have the <netdb.h> header file. */
 
80
#undef HAVE_NETDB_H
 
81
 
 
82
/* Define to 1 if you have the <netinet/in.h> header file. */
 
83
#undef HAVE_NETINET_IN_H
 
84
 
 
85
/* Define to 1 if you have the <ostream> header file. */
 
86
#undef HAVE_OSTREAM
 
87
 
 
88
/* Define if you have POSIX threads libraries and header files. */
 
89
#undef HAVE_PTHREAD
 
90
 
 
91
/* Have PTHREAD_PRIO_INHERIT. */
 
92
#undef HAVE_PTHREAD_PRIO_INHERIT
 
93
 
 
94
/* Define to 1 if the system has the type `ptrdiff_t'. */
 
95
#undef HAVE_PTRDIFF_T
 
96
 
 
97
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
 
98
   and to 0 otherwise. */
 
99
#undef HAVE_REALLOC
 
100
 
 
101
/* Define if you have libspeex */
 
102
#undef HAVE_SPEEX
 
103
 
 
104
/* Define to 1 if `stat' has the bug that it succeeds when given the
 
105
   zero-length file name argument. */
 
106
#undef HAVE_STAT_EMPTY_STRING_BUG
 
107
 
 
108
/* Define to 1 if stdbool.h conforms to C99. */
 
109
#undef HAVE_STDBOOL_H
 
110
 
 
111
/* Define to 1 if you have the <stdint.h> header file. */
 
112
#undef HAVE_STDINT_H
 
113
 
 
114
/* Define to 1 if you have the <stdlib.h> header file. */
 
115
#undef HAVE_STDLIB_H
 
116
 
 
117
/* Define to 1 if you have the <strings.h> header file. */
 
118
#undef HAVE_STRINGS_H
 
119
 
 
120
/* Define to 1 if you have the <string.h> header file. */
 
121
#undef HAVE_STRING_H
 
122
 
 
123
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
124
#undef HAVE_SYS_IOCTL_H
 
125
 
 
126
/* Define to 1 if you have the <sys/select.h> header file. */
 
127
#undef HAVE_SYS_SELECT_H
 
128
 
 
129
/* Define to 1 if you have the <sys/socket.h> header file. */
 
130
#undef HAVE_SYS_SOCKET_H
 
131
 
 
132
/* Define to 1 if you have the <sys/stat.h> header file. */
 
133
#undef HAVE_SYS_STAT_H
 
134
 
 
135
/* Define to 1 if you have the <sys/time.h> header file. */
 
136
#undef HAVE_SYS_TIME_H
 
137
 
 
138
/* Define to 1 if you have the <sys/types.h> header file. */
 
139
#undef HAVE_SYS_TYPES_H
 
140
 
 
141
/* Define to 1 if you have the <unistd.h> header file. */
 
142
#undef HAVE_UNISTD_H
 
143
 
 
144
/* Define to 1 if you have the <utime.h> header file. */
 
145
#undef HAVE_UTIME_H
 
146
 
 
147
/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
 
148
#undef HAVE_UTIME_NULL
 
149
 
 
150
/* Define to 1 if you have the `vfork' function. */
 
151
#undef HAVE_VFORK
 
152
 
 
153
/* Define to 1 if you have the <vfork.h> header file. */
 
154
#undef HAVE_VFORK_H
 
155
 
 
156
/* Define to 1 if you have the `vprintf' function. */
 
157
#undef HAVE_VPRINTF
 
158
 
 
159
/* Define to 1 if `fork' works. */
 
160
#undef HAVE_WORKING_FORK
 
161
 
 
162
/* Define to 1 if `vfork' works. */
 
163
#undef HAVE_WORKING_VFORK
 
164
 
 
165
/* Define to 1 if the system has the type `_Bool'. */
 
166
#undef HAVE__BOOL
 
167
 
 
168
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
169
   slash. */
 
170
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
171
 
 
172
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
173
   */
 
174
#undef LT_OBJDIR
 
175
 
 
176
/* Name of package */
 
177
#undef PACKAGE
 
178
 
 
179
/* Define to the address where bug reports for this package should be sent. */
 
180
#undef PACKAGE_BUGREPORT
 
181
 
 
182
/* Define to the full name of this package. */
 
183
#undef PACKAGE_NAME
 
184
 
 
185
/* Define to the full name and version of this package. */
 
186
#undef PACKAGE_STRING
 
187
 
 
188
/* Define to the one symbol short name of this package. */
 
189
#undef PACKAGE_TARNAME
 
190
 
 
191
/* Define to the home page for this package. */
 
192
#undef PACKAGE_URL
 
193
 
 
194
/* Define to the version of this package. */
 
195
#undef PACKAGE_VERSION
 
196
 
 
197
/* Define to necessary symbol if this constant uses a non-standard name on
 
198
   your system. */
 
199
#undef PTHREAD_CREATE_JOINABLE
 
200
 
 
201
/* Define as the return type of signal handlers (`int' or `void'). */
 
202
#undef RETSIGTYPE
 
203
 
 
204
/* Define to the type of arg 1 for `select'. */
 
205
#undef SELECT_TYPE_ARG1
 
206
 
 
207
/* Define to the type of args 2, 3 and 4 for `select'. */
 
208
#undef SELECT_TYPE_ARG234
 
209
 
 
210
/* Define to the type of arg 5 for `select'. */
 
211
#undef SELECT_TYPE_ARG5
 
212
 
 
213
/* If using the C implementation of alloca, define if you know the
 
214
   direction of stack growth for your system; otherwise it will be
 
215
   automatically deduced at runtime.
 
216
        STACK_DIRECTION > 0 => grows toward higher addresses
 
217
        STACK_DIRECTION < 0 => grows toward lower addresses
 
218
        STACK_DIRECTION = 0 => direction of growth unknown */
 
219
#undef STACK_DIRECTION
 
220
 
 
221
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
 
222
#undef STAT_MACROS_BROKEN
 
223
 
 
224
/* Define to 1 if you have the ANSI C header files. */
 
225
#undef STDC_HEADERS
 
226
 
 
227
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
228
#undef TIME_WITH_SYS_TIME
 
229
 
 
230
/* Version number of package */
 
231
#undef VERSION
 
232
 
 
233
/* Define to empty if `const' does not conform to ANSI C. */
 
234
#undef const
 
235
 
 
236
/* Define to `int' if <sys/types.h> doesn't define. */
 
237
#undef gid_t
 
238
 
 
239
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
240
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
241
#ifndef __cplusplus
 
242
#undef inline
 
243
#endif
 
244
 
 
245
/* Define to rpl_malloc if the replacement function should be used. */
 
246
#undef malloc
 
247
 
 
248
/* Define to `int' if <sys/types.h> does not define. */
 
249
#undef pid_t
 
250
 
 
251
/* Define to rpl_realloc if the replacement function should be used. */
 
252
#undef realloc
 
253
 
 
254
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
255
#undef size_t
 
256
 
 
257
/* Define to `int' if <sys/types.h> doesn't define. */
 
258
#undef uid_t
 
259
 
 
260
/* Define as `fork' if `vfork' does not work. */
 
261
#undef vfork
 
262
 
 
263
/* Define to empty if the keyword `volatile' does not work. Warning: valid
 
264
   code using `volatile' can become incorrect without. Disable with care. */
 
265
#undef volatile