diff include/freeDiameter/CMakeLists.txt @ 24:bd83ce9328ed

Cleanups and completed sctp code (not finished)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 21 Oct 2009 18:42:45 +0900
parents db6c40b8b307
children 08d8cbeff30b
line wrap: on
line diff
--- a/include/freeDiameter/CMakeLists.txt	Tue Oct 20 17:30:20 2009 +0900
+++ b/include/freeDiameter/CMakeLists.txt	Wed Oct 21 18:42:45 2009 +0900
@@ -12,6 +12,7 @@
 OPTION(DISABLE_SCTP "Disable SCTP support?" OFF)
 IF (NOT DISABLE_SCTP)
 	OPTION(DEBUG_SCTP "Verbose SCTP (for debug)?" OFF)
+	OPTION(SCTP_USE_MAPPED_ADDRESSES "Use v6-mapped v4 addresses in SCTP (workaround some SCTP limitations)?" OFF)
 ENDIF (NOT DISABLE_SCTP)
 
 # Find TODO items in the code easily ?
"Welcome to our mercurial repository"