Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/CMakeLists.txt

    r17 r24  
    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)
     15        OPTION(SCTP_USE_MAPPED_ADDRESSES "Use v6-mapped v4 addresses in SCTP (workaround some SCTP limitations)?" OFF)
     16ENDIF (NOT DISABLE_SCTP)
    1317
    1418# Find TODO items in the code easily ?
Note: See TracChangeset for help on using the changeset viewer.