comparison include/freeDiameter/CMakeLists.txt @ 1289:0aeb09ef20f1

fix ntohll on MacOSX
author Sebastien Decugis <sdecugis@freediameter.net>
date Tue, 16 Jun 2015 21:24:20 +0800
parents b255ba44f59c
children a22d9e907d48
comparison
equal deleted inserted replaced
1288:389c26b904d7 1289:0aeb09ef20f1
68 68
69 # Check byte ordering 69 # Check byte ordering
70 TEST_BIG_ENDIAN(HOST_BIG_ENDIAN) 70 TEST_BIG_ENDIAN(HOST_BIG_ENDIAN)
71 71
72 # Check if ntohll is provided on the system 72 # Check if ntohll is provided on the system
73 CHECK_SYMBOL_EXISTS(ntohll "" HAVE_NTOHLL) 73 CHECK_SYMBOL_EXISTS(ntohll netinet/in.h HAVE_NTOHLL)
74 74
75 # malloc.h ? 75 # malloc.h ?
76 CHECK_INCLUDE_FILES (malloc.h HAVE_MALLOC_H) 76 CHECK_INCLUDE_FILES (malloc.h HAVE_MALLOC_H)
77 77
78 # strndup ? Missing on OS X 78 # strndup ? Missing on OS X
"Welcome to our mercurial repository"