~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to daemon/config.h.in

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

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
 
/* Use cc++ include prefix */
4
 
#undef CCPP_PREFIX
5
 
 
6
 
/* Use commoncpp include prefix */
7
 
#undef COMMONCPP_PREFIX
8
 
 
9
3
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
10
4
   systems. This function is required for `alloca.c' support on those systems.
11
5
   */
21
15
   */
22
16
#undef HAVE_ALLOCA_H
23
17
 
 
18
/* Define if you have alsa */
 
19
#undef HAVE_ALSA
 
20
 
24
21
/* Define to 1 if you have the <arpa/inet.h> header file. */
25
22
#undef HAVE_ARPA_INET_H
26
23
 
 
24
/* define if the compiler supports basic C++11 syntax */
 
25
#undef HAVE_CXX11
 
26
 
 
27
/* Define if you have dbus support */
 
28
#undef HAVE_DBUS
 
29
 
27
30
/* Define to 1 if you have the <dlfcn.h> header file. */
28
31
#undef HAVE_DLFCN_H
29
32
 
170
173
   your system. */
171
174
#undef PTHREAD_CREATE_JOINABLE
172
175
 
 
176
/* Presence support enabled */
 
177
#undef SFL_PRESENCE
 
178
 
173
179
/* Video support enabled */
174
180
#undef SFL_VIDEO
175
181