Lines Matching +refs:cc +refs:check +refs:defines

17 # 2015-12-11 FLTO check for new OSX, clang.
18 # 2015-11-18 spelling check fix.
25 # 2013-05-03 Update W32_SLEEP for newer mingw that links but not defines it.
36 # 2011-06-23 Add ACX_CHECK_FLTO to check -flto.
38 # 2010-07-02 Add check for ss_family (for minix).
59 # ACX_CHECK_COMPILER_FLAG - see if cc supports a flag.
62 # ACX_DEPFLAG - find cc dependency flags.
64 # ACX_CHECK_FORMAT_ATTRIBUTE - find cc printf format syntax.
65 # ACX_CHECK_UNUSED_ATTRIBUTE - find cc variable unused syntax.
66 # ACX_CHECK_FLTO - see if cc supports -flto and use it if so.
84 # ACX_FUNC_MALLOC - check malloc, define replacement .
109 # ACX_CHECK_MEMCMP_SIGNED - check if memcmp uses signed characters.
111 # ACX_CHECK_SS_FAMILY - check for sockaddr_storage.ss_family
112 # ACX_CHECK_PIE - add --enable-pie option and check if works
113 # ACX_CHECK_RELRO_NOW - add --enable-relro-now option and check it
116 dnl Escape backslashes as \\, for C:\ paths, for the C preprocessor defines.
130 dnl Routine to help check for compiler flags.
132 dnl $1: the flag without a - in front, so g to check -g.
170 dnl Routine to help check for needed compiler flags.
362 # check again for GNU_SOURCE for setresgid. May fail if setresgid
363 # is not available at all. -D_FRSRESGID is to make this check unique.
454 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "format" attribute)
488 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "unused" attribute)
546 dnl Perform libtool check, portably, only for C
696 # check if -lwsock32 or -lgdi32 are needed.
754 dnl Adds --with-ssl option, searches for openssl and defines HAVE_SSL if found
760 AC_ARG_WITH(ssl, AS_HELP_STRING([--with-ssl=pathname],[enable SSL (will check /usr/local/ssl
772 dnl Adds --with-ssl option, searches for openssl and defines HAVE_SSL if found
778 AC_ARG_WITH(ssl, AS_HELP_STRING([--with-ssl=pathname],[enable SSL (will check /usr/local/ssl
790 # check if libssl needs libdl
821 dnl defines HAVE_GETADDRINFO, USE_WINSOCK.
887 dnl check if a function is deprecated. defines DEPRECATED_func in config.h.
921 dnl check if select and nonblocking sockets actually work.
923 dnl defines NONBLOCKING_IS_BROKEN, and if that is true multiple reads from
1066 dnl defines MKDIR_HAS_ONE_ARG
1090 # check ioctlsocket
1351 dnl check if memcmp is using signed characters and replace if so.
1383 dnl ACX_CHECK_SS_FAMILY - check for sockaddr_storage.ss_family