Changeset 331:ac6e9cc9c3ba in freeDiameter
- Timestamp:
- May 31, 2010, 4:43:11 PM (13 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LICENSE
r0 r331 1 This software package is copyrighted under the terms of the BSD license, as follow:1 Unless specified otherwise, this software package is copyrighted under the terms of the BSD license, as follow: 2 2 3 3 Software License Agreement (BSD License) … … 33 33 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34 34 35 36 37 The extensions/dict_sip files have been contributed by Alexandre Westfahl 38 -- see source file for more information. 39 -
extensions/CMakeLists.txt
r304 r331 38 38 SUBDIRS(dict_eap) 39 39 ENDIF (BUILD_DICT_EAP) 40 41 OPTION(BUILD_DICT_SIP "Build Diameter SIP (RFC4740) Dictionary definitions?" ON) 42 IF (BUILD_DICT_SIP) 43 SUBDIRS(dict_sip) 44 ENDIF (BUILD_DICT_SIP) 40 45 41 46
Note: See TracChangeset
for help on using the changeset viewer.