~ubuntu-branches/ubuntu/utopic/linphone/utopic-proposed

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-05-23 10:04:07 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523100407-wev5qrmhwwbs0whh
Tags: 3.3.0-1
* New upstream release

* debian/control: s/is a is an/is an/ (Closes: #582661)
* debian/control s/It main/Its main/ (Closes: #582665) 
* configure --disable-strict (Closes: 561708)
* Cleanup arches libv4l-dev libasound2-dev (Closes: #542595)
* Cleanup debian/watch
* Drop fix_desktop_section.dpatch - included upstream
* Drop desktop-icon.dpatch - included upstream
* Drop always_ipv4_for_ipv4_hosts.dpatch - included upstream
* Drop dpatch
* Upstream dropped /usr/bin/sipomatic

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/* Define if building universal (internal helper macro) */
5
5
/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
6
 
7
 
/* Tells whether localisation is possible */
 
7
/* Define to 1 if translation of program messages to the user's native
 
8
   language is requested. */
8
9
#define ENABLE_NLS 1
9
10
 
 
11
/* Defined when using gsm at nonstandard rates */
 
12
/* #undef ENABLE_NONSTANDARD_GSM */
 
13
 
10
14
/* The name of the gettext package name */
11
15
#define GETTEXT_PACKAGE "linphone"
12
16
 
25
29
/* Define to 1 if you have the <dlfcn.h> header file. */
26
30
#define HAVE_DLFCN_H 1
27
31
 
 
32
/* Defined when eXosip_get_socket is available */
 
33
#define HAVE_EXOSIP_GET_SOCKET 1
 
34
 
28
35
/* Defined when eXosip_get_version is available */
29
36
#define HAVE_EXOSIP_GET_VERSION 1
30
37
 
 
38
/* If present, the getenv function allows fim to read environment variables.
 
39
   */
 
40
#define HAVE_GETENV 1
 
41
 
31
42
/* Define to 1 if you have the `getifaddrs' function. */
32
43
#define HAVE_GETIFADDRS 1
33
44
 
34
 
/* Tells wheter localisation is possible */
 
45
/* Define if the GNU gettext() function is already present or preinstalled. */
35
46
#define HAVE_GETTEXT 1
36
47
 
37
48
/* Define to 1 if you have the `get_current_dir_name' function. */
67
78
/* Define to 1 if you have the <readline/readline.h> header file. */
68
79
#define HAVE_READLINE_READLINE_H 1
69
80
 
 
81
/* Define if sighandler_t available */
 
82
/* #undef HAVE_SIGHANDLER_T */
 
83
 
70
84
/* Define to 1 if you have the <stdint.h> header file. */
71
85
#define HAVE_STDINT_H 1
72
86
 
104
118
#define LINPHONE_PLUGINS_DIR "/usr/local/lib/liblinphone/plugins"
105
119
 
106
120
/* Linphone's version number */
107
 
#define LINPHONE_VERSION "3.2.1"
 
121
#define LINPHONE_VERSION "3.3.0"
108
122
 
109
123
/* Define to the sub-directory in which libtool stores uninstalled libraries.
110
124
   */
114
128
/* #undef NO_MINUS_C_MINUS_O */
115
129
 
116
130
/* Name of package */
117
 
/* #undef PACKAGE */
 
131
#define PACKAGE "linphone"
118
132
 
119
133
/* Define to the address where bug reports for this package should be sent. */
120
 
/* #undef PACKAGE_BUGREPORT */
 
134
#define PACKAGE_BUGREPORT "linphone-developers@nongnu.org"
121
135
 
122
136
/* Defines the place where data are found */
123
137
#define PACKAGE_DATA_DIR "/usr/local/share"
126
140
#define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
127
141
 
128
142
/* Define to the full name of this package. */
129
 
/* #undef PACKAGE_NAME */
 
143
#define PACKAGE_NAME "linphone"
130
144
 
131
145
/* Defines the place where linphone sounds are found */
132
146
#define PACKAGE_SOUND_DIR "/usr/local/share/sounds/linphone"
133
147
 
134
148
/* Define to the full name and version of this package. */
135
 
/* #undef PACKAGE_STRING */
 
149
#define PACKAGE_STRING "linphone 3.3.0"
136
150
 
137
151
/* Define to the one symbol short name of this package. */
138
 
/* #undef PACKAGE_TARNAME */
 
152
#define PACKAGE_TARNAME "linphone"
139
153
 
140
154
/* Define to the home page for this package. */
141
 
/* #undef PACKAGE_URL */
 
155
#define PACKAGE_URL ""
142
156
 
143
157
/* Define to the version of this package. */
144
 
/* #undef PACKAGE_VERSION */
 
158
#define PACKAGE_VERSION "3.3.0"
145
159
 
146
160
/* Define to 1 if you have the ANSI C header files. */
147
 
/* #undef STDC_HEADERS */
 
161
#define STDC_HEADERS 1
148
162
 
149
163
/* Tell whether date_version.h must be used */
150
164
/* #undef USE_BUILDDATE_VERSION */
151
165
 
152
166
/* Version number of package */
153
 
/* #undef VERSION */
 
167
#define VERSION "3.3.0"
154
168
 
155
169
/* defined if video support is available */
156
170
#define VIDEO_ENABLED 1