Navigation



Ignore:
Timestamp:
Jul 5, 2010, 4:21:22 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Replaced old mechanism to discover local addresses by a call to getifaddrs, lot cleaner!
Should close #4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/CMakeLists.txt

    r316 r378  
    4343CHECK_INCLUDE_FILES (malloc.h HAVE_MALLOC_H)
    4444
     45# getifaddrs ?
     46CHECK_FUNCTION_EXISTS (getifaddrs HAVE_GETIFADDRS)
     47IF (NOT HAVE_GETIFADDRS)
     48   MESSAGE(SEND_ERROR "The getifaddrs function is currently required by freeDiameter.")
     49ENDIF (NOT HAVE_GETIFADDRS)
    4550
    4651# pthreads
Note: See TracChangeset for help on using the changeset viewer.