[asterisk-scf-commits] asterisk-scf/release/pjproject.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu May 26 10:49:20 CDT 2011
branch "master" has been updated
via 651de29bbf38bb852937a256dc12ce606e5a68b6 (commit)
from 7def17f750b248e8674ad3c4cc8def1fbf309413 (commit)
Summary of changes:
pjlib/include/pj/config.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 651de29bbf38bb852937a256dc12ce606e5a68b6
Author: Joshua Colp <jcolp at digium.com>
Date: Thu May 26 12:45:42 2011 -0300
Enable IPv6 support by default. This can't be done in config_site.h because it is overwritten as part of the build process, so here is fine.
diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index 4ed9d3f..aeeb47f 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -489,10 +489,10 @@
* Support IPv6 in the library. If this support is disabled, some IPv6
* related functions will return PJ_EIPV6NOTSUP.
*
- * Default: 0 (disabled, for now)
+ * Default: 1 (enabled)
*/
#ifndef PJ_HAS_IPV6
-# define PJ_HAS_IPV6 0
+# define PJ_HAS_IPV6 1
#endif
/**
-----------------------------------------------------------------------
--
asterisk-scf/release/pjproject.git
More information about the asterisk-scf-commits
mailing list