代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/183549/5254691
m4 gnome-gnorba-check.m4
dnl
dnl GNOME_GNORBA_HOOK (script-if-gnorba-found, failflag)
dnl
dnl if failflag is "failure" it aborts if gnorba is not found.
dnl
AC_DEFUN([GNOME_GNORBA_HOOK],[
GNOME_ORBIT_HOOK([],$2)
AC_CACHE_C
www.eeworm.com/read/183549/5254696
m4 gnome-cxx-check.m4
dnl GNOME_CHECK_CXX(not_found_string)
AC_DEFUN(GNOME_CHECK_CXX,
[
# see if a C++ compiler exists and works
AC_REQUIRE([AC_PROG_CXX])dnl
if test "x$ac_cv_prog_cxx_works" = xno; then
AC_MSG_WA
www.eeworm.com/read/183549/5254697
m4 gnome-xml-check.m4
dnl
dnl GNOME_XML_HOOK (script-if-xml-found, failflag)
dnl
dnl If failflag is "failure", script aborts due to lack of XML
dnl
dnl Check for availability of the libxml library
dnl the XML parser uses
www.eeworm.com/read/183549/5254699
m4 gnome-ghttp-check.m4
AC_DEFUN([GNOME_GHTTP_CHECK],[
AC_REQUIRE([GNOME_INIT_HOOK])
GHTTP_LIB=
AC_CHECK_FUNC(connect,,[
AC_CHECK_LIB(socket,connect,
GHTTP_LIB="-lsocket $GHTTP_LIB",,$GHTTP_LIB)])
AC_CHECK_FUNC(geth
www.eeworm.com/read/183549/5254704
m4 gnome-pthread-check.m4
dnl
dnl And better, use gthreads instead...
dnl
AC_DEFUN([GNOME_PTHREAD_CHECK],[
PTHREAD_LIB=""
AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
[AC_CHECK_LIB(pthreads, pthread_crea
www.eeworm.com/read/183549/5254705
m4 gnome-orbit-check.m4
dnl
dnl GNOME_ORBIT_HOOK (script-if-orbit-found, failflag)
dnl
dnl if failflag is "failure" it aborts if orbit is not found.
dnl
AC_DEFUN([GNOME_ORBIT_HOOK],[
AC_PATH_PROG(ORBIT_CONFIG,orbit-config,
www.eeworm.com/read/183549/5254710
m4 gnome-libgtop-check.m4
dnl
dnl GNOME_LIBGTOP_TYPES
dnl
dnl some typechecks for libgtop.
dnl
AC_DEFUN([GNOME_LIBGTOP_TYPES],
[
AC_CHECK_TYPE(u_int64_t, unsigned long long int)
AC_CHECK_TYPE(int64_t, long long int)
])
dnl
www.eeworm.com/read/183549/5254711
m4 gnome-print-check.m4
# Configure paths for GNOME-PRINT
# Chris Lahey 99-2-5
# stolen from Manish Singh again
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_GNO
www.eeworm.com/read/183549/5254716
m4 gnome-bonobo-check.m4
# Configure paths for Bonobo
# Miguel de Icaza, 99-04-12
# Stolen from Chris Lahey 99-2-5
# stolen from Manish Singh again
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stole
www.eeworm.com/read/179153/5309672
t 00test_harness_check.t
#!/usr/bin/perl -w
# A test to make sure the new Test::Harness was installed properly.
use Test::More;
plan tests => 1;
my $TH_Version = 2.03;
require Test::Harness;
unless( cmp_ok( $Test::Harness