Lines Matching +full:rpc +full:- +full:if
24 if not conf_data.get('HAVE_REALLOCARRAY')
27 if not conf_data.get('HAVE_STRCASECMP')
30 if not conf_data.get('HAVE_STRCASESTR')
33 if not conf_data.get('HAVE_STRLCAT')
36 if not conf_data.get('HAVE_STRLCPY')
39 if not conf_data.get('HAVE_STRNDUP')
42 if not conf_data.get('HAVE_TIMINGSAFE_MEMCMP')
45 if not conf_data.get('HAVE_POLL')
49 if conf_data.get('BUSFAULT')
53 if get_option('xdmcp')
58 if get_option('secure-rpc')
59 # prefer libtirpc (if available), otherwise ensure RPC functions are
62 if not (rpc_dep.found() or cc.has_header('rpc/rpc.h'))
63 error('secure-rpc requested, but neither libtirpc or libc RPC support were found')
70 if srcs_libc.length() > 0