Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
7f14365d
Commit
7f14365d
authored
6 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
update config: migrate to jami
Change-Id: Ie07b8ee33ee2e775733d5c2119a263181d31fb38
parent
14dbfc51
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MSVC/config.h
+7
-11
7 additions, 11 deletions
MSVC/config.h
with
7 additions
and
11 deletions
MSVC/config.h
+
7
−
11
View file @
7f14365d
#pragma comment(lib, "secp256k1.lib")
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
*/
...
...
@@ -47,9 +46,6 @@ systems. This function is required for `alloca.c' support on those systems.
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define if you have IPv6 */
#define HAVE_IPV6 0
/* Define if you have jack */
#define HAVE_JACK 0
...
...
@@ -99,10 +95,10 @@ systems. This function is required for `alloca.c' support on those systems.
#define HAVE_SHM 0
/* Define if you have libspeex */
#define HAVE_SPEEX
1
#define HAVE_SPEEX
0
/* Define if you have libspeexdsp */
#define HAVE_SPEEXDSP
1
#define HAVE_SPEEXDSP
0
/* Define to 1 if stdbool.h conforms to C99. */
#define HAVE_STDBOOL_H 1
...
...
@@ -147,19 +143,19 @@ systems. This function is required for `alloca.c' support on those systems.
#define LT_OBJDIR ".libs/"
/* Name of package */
#define PACKAGE "
ring
"
#define PACKAGE "
jami
"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "
ring
@lists.savoirfairelinux.net"
#define PACKAGE_BUGREPORT "
jami
@lists.savoirfairelinux.net"
/* Define to the full name of this package. */
#define PACKAGE_NAME "
Ring
"
#define PACKAGE_NAME "
Jami
"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "
Ring 2.3.0
"
#define PACKAGE_STRING "
Jami
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "
ring
"
#define PACKAGE_TARNAME "
jami
"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment