AIX fixes
This commit is contained in:
parent
dce52e7c94
commit
3aa781ab6d
@ -9,6 +9,10 @@ SET(OPERATING_SYSTEM ${CMAKE_SYSTEM_NAME})
|
|||||||
SET(CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}")
|
SET(CMAKE_C_FLAGS "${CMAKE_ANSI_CFLAGS} ${CMAKE_C_FLAGS}")
|
||||||
SET(CMAKE_REQUIRED_FLAGS ${CMAKE_ANSI_CFLAGS})
|
SET(CMAKE_REQUIRED_FLAGS ${CMAKE_ANSI_CFLAGS})
|
||||||
|
|
||||||
|
IF(${CMAKE_SYSTEM_NAME} MATCHES AIX)
|
||||||
|
SET(_ALL_SOURCE 1)
|
||||||
|
ENDIF(${CMAKE_SYSTEM_NAME} MATCHES AIX)
|
||||||
|
|
||||||
INCLUDE (${CMAKE_ROOT}/Modules/CheckLibraryExists.cmake)
|
INCLUDE (${CMAKE_ROOT}/Modules/CheckLibraryExists.cmake)
|
||||||
INCLUDE (${CMAKE_ROOT}/Modules/CheckFunctionExists.cmake)
|
INCLUDE (${CMAKE_ROOT}/Modules/CheckFunctionExists.cmake)
|
||||||
INCLUDE (${CMAKE_ROOT}/Modules/CheckTypeSize.cmake)
|
INCLUDE (${CMAKE_ROOT}/Modules/CheckTypeSize.cmake)
|
||||||
@ -308,6 +312,14 @@ IF(NOT HAVE_IN_ADDR_T)
|
|||||||
SET(in_addr_t "unsigned long")
|
SET(in_addr_t "unsigned long")
|
||||||
ENDIF(NOT HAVE_IN_ADDR_T)
|
ENDIF(NOT HAVE_IN_ADDR_T)
|
||||||
|
|
||||||
|
IF(NOT HAVE_LIBZ)
|
||||||
|
SET(HAVE_ZLIB_H 0)
|
||||||
|
ENDIF(NOT HAVE_LIBZ)
|
||||||
|
|
||||||
|
IF(NOT HAVE_ZLIB_H)
|
||||||
|
SET(HAVE_LIBZ 0)
|
||||||
|
ENDIF(NOT HAVE_ZLIB_H)
|
||||||
|
|
||||||
SET(HAVE_SOME_NONBLOCK 0)
|
SET(HAVE_SOME_NONBLOCK 0)
|
||||||
FOREACH(CURL_TEST
|
FOREACH(CURL_TEST
|
||||||
HAVE_FIONBIO
|
HAVE_FIONBIO
|
||||||
|
@ -469,7 +469,7 @@
|
|||||||
System headers sometimes define this.
|
System headers sometimes define this.
|
||||||
We just want to avoid a redefinition error message. */
|
We just want to avoid a redefinition error message. */
|
||||||
#ifndef _ALL_SOURCE
|
#ifndef _ALL_SOURCE
|
||||||
# undef _ALL_SOURCE
|
#cmakedefine _ALL_SOURCE ${_ALL_SOURCE}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user