Navigation



Ignore:
Timestamp:
Oct 20, 2009, 5:30:20 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added some code in cnxctx.c mainly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/CMakeLists.txt

    r17 r23  
    1010
    1111# Disable SCTP support completly ?
    12 OPTION(DISABLE_SCTP "Disable SCTP support?")
     12OPTION(DISABLE_SCTP "Disable SCTP support?" OFF)
     13IF (NOT DISABLE_SCTP)
     14        OPTION(DEBUG_SCTP "Verbose SCTP (for debug)?" OFF)
     15ENDIF (NOT DISABLE_SCTP)
    1316
    1417# Find TODO items in the code easily ?
Note: See TracChangeset for help on using the changeset viewer.