~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-03-18 07:29:23 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090318072923-tcioxk5hqw2h3h0p
Tags: 3.0.0-3
Fix "spurious gnome-applets" Removed Build-Depends: (Closes: #520133)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.  Generated from config.h.in by configure.  */
2
2
/* config.h.in.  Generated from configure.in by autoheader.  */
3
 
#define ENABLE_NLS 1
4
 
/* #undef HAVE_CATGETS */
5
 
#define HAVE_GETTEXT 1
6
 
#define GETTEXT_PACKAGE "linphone"
7
 
/* #undef HAVE_LC_MESSAGES */
8
 
#define HAVE_STPCPY 1
9
 
/* #undef HAVE_LIBSM */
10
3
 
11
4
/* Define to 1 if translation of program messages to the user's native
12
5
   language is requested. */
42
35
/* Define to 1 if you have the `get_current_dir_name' function. */
43
36
#define HAVE_GET_CURRENT_DIR_NAME 1
44
37
 
45
 
/* Defined if we can use the gtk api */
46
 
#define HAVE_GTK 1
47
 
 
48
38
/* Define to 1 if you have the <history.h> header file. */
49
39
/* #undef HAVE_HISTORY_H */
50
40
 
103
93
#define HAVE_UNISTD_H 1
104
94
 
105
95
/* Linphone's version number */
106
 
#define LINPHONE_VERSION "2.1.1"
 
96
#define LINPHONE_VERSION "3.0.0"
107
97
 
108
98
/* Name of package */
109
99
#define PACKAGE "linphone"
124
114
#define PACKAGE_SOUND_DIR "/usr/local/share/sounds/linphone"
125
115
 
126
116
/* Define to the full name and version of this package. */
127
 
#define PACKAGE_STRING "linphone 2.1.1"
 
117
#define PACKAGE_STRING "linphone 3.0.0"
128
118
 
129
119
/* Define to the one symbol short name of this package. */
130
120
#define PACKAGE_TARNAME "linphone"
131
121
 
132
122
/* Define to the version of this package. */
133
 
#define PACKAGE_VERSION "2.1.1"
 
123
#define PACKAGE_VERSION "3.0.0"
134
124
 
135
125
/* Define to 1 if you have the ANSI C header files. */
136
126
#define STDC_HEADERS 1
137
127
 
138
128
/* Version number of package */
139
 
#define VERSION "2.1.1"
 
129
#define VERSION "3.0.0"
140
130
 
141
131
/* defined if video support is available */
142
132
#define VIDEO_ENABLED 1
151
141
/* Defined if we are compiling for arm processor */
152
142
/* #undef __ARM__ */
153
143
 
154
 
/* Defined if we are compiling for FreeBSD */
155
 
/* #undef __FreeBSD__ */
156
 
 
157
 
/* Defined if we are compiling for linux */
158
 
#define __LINUX__ 1
159
 
 
160
144
/* Define to `__inline__' or `__inline' if that's what the C compiler
161
145
   calls it, or to nothing if 'inline' is not supported under any name.  */
162
146
#ifndef __cplusplus