Module: sip-router
Branch: ser_core_cvs
Commit: f836b647ba8ef0bff1f7041c4cc6c9d6e41abff7
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f836b64…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Sun Jun 28 09:23:12 2009 +0000
core: compile io_wait support even if -DUSE_TCP is not set
io_wait is needed now also by the ctl module, so it should be
compiled even if no tcp support is desired.
Its compilation can be turned off if NO_IO_WAIT is defined
(but in this case one must make sure so no other piece of code
using it will be compiled).
---
io_wait.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/io_wait.c b/io_wait.c
index 7b53913..5adb8d2 100644
--- a/io_wait.c
+++ b/io_wait.c
@@ -29,7 +29,7 @@
-#ifdef USE_TCP /* for now it make sense only with tcp */
+#ifndef NO_IO_WAIT
#ifdef HAVE_EPOLL
#include <unistd.h> /* close() */
@@ -631,4 +631,4 @@ void destroy_io_wait(io_wait_h* h)
-#endif
+#endif /*ifndef NO_IO_WAIT */
andrei 2009/06/28 11:23:12 CEST
SER CVS Repository
Modified files:
. io_wait.c
Log:
core: compile io_wait support even if -DUSE_TCP is not set
io_wait is needed now also by the ctl module, so it should be
compiled even if no tcp support is desired.
Its compilation can be turned off if NO_IO_WAIT is defined
(but in this case one must make sure so no other piece of code
using it will be compiled).
Revision Changes Path
1.13 +3 -3 sip_router/io_wait.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/io_wait.c.diff?r1=…
andrei 2009/06/28 11:23:02 CEST
SER CVS Repository
Modified files:
. tcp_options.c
Log:
tcp: compile fix if -DUSE_TCP is not defined
Don't try to use tcp_max_connections if tcp support is not
compiled-in.
Revision Changes Path
1.17 +17 -1 sip_router/tcp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_options.c.diff…
andrei 2009/06/28 11:22:39 CEST
SER CVS Repository
Modified files:
. sctp_options.c
Log:
sctp: compile fix if -DUSE_SCTP is not defined
If -DUSE_SCTP is not defined don't try to use sctp library
includes.
Revision Changes Path
1.13 +3 -1 sip_router/sctp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.c.dif…
Bonjour,
Bureau de design graphique, nous pouvons répondre à vos besoins en :
- Edition : plaquettes, rapports annuels, newsletters, catalogues, livres...
- Image : logos, papeterie, chartes graphiques
- Signalétique : panneaux d'exposition, stands, kakemonos, signalétique interne et externe
- Web : sites, newsletters etc..
J'aimerais beaucoup vous faire bénéficier de mes 20 années d’expérience et de mon amour pour mon métier.
Les clients évoluent, l'image que votre plaquette véhicule doit le faire aussi.
D’où la question que vous pouvez légitimement vous poser :
Ma plaquette contribue-t-elle à améliorer le capital image de ma société ?
Vous pouvez voir un certain nombre de réalisations sur les adresses suivantes :
http://www.transylvanie.comhttp://www.transylvanie.com/email13.htmhttp://www.transylvanie.com/email14.htm
Si vous désirez avoir davantage de détails sur nos méthodes, un avis sur une plaquette ou un logo existants, un devis, contactez-moi diretement au 01 30 40 81 50.
Avec l'espoir de pouvoir très vite vous présenter tous les avantages que votre entreprise peut tirer de nos prestations, je vous prie de croire à ma cordiale considération.
Cathy Steinberg
Transylvanie
Tél. 01 30 40 81 50
Fax 01 39 32 08 41
www.transylvanie.com
Veuillez me retirer de votre liste de diffusion
Message envoyé le 28/06/2009 à 05:48:37 à l'adresse devel(a)lists.kamailio.org
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#5 - Compilation on OpenSUSE only is LDAP and H350 modules are removed
User who did this - Edson (egschubert)
----------
Task can be closed, since Andrei provided the necessary changes in the Makefile so that H350 and LDAP (along other modules with external dependencies) are excluded from the default compilation.
Compilation works fine in OpenSUSE 11.1 as 26/06/2009.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=5#comment3
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.