代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/243327/12948945
m4 acinclude.m4
AC_DEFUN([AC_CHECK_EXTRA_OPTIONS],[
AC_MSG_CHECKING(for debugging)
AC_ARG_ENABLE(debug, [ --enable-debug compile for debugging])
if test -z "$enable_debug" ; then
www.eeworm.com/read/138050/13269176
in configure.in
AC_INIT(include/socks.h)
#set this to enable prerelease, changes some defaults (debug enabled)
#prerelease="1"
if test x$prerelease != x; then
prename="-pre$prerelease"
else
prename=""
fi
AM_INIT_
www.eeworm.com/read/308733/13694317
m4 acinclude.m4
dnl $Id: acinclude.m4,v 1.2 2001/12/21 03:12:50 robs Exp $
AC_DEFUN(FCGI_COMMON_CHECKS, [
AC_CHECK_TYPE([ssize_t], [int])
AC_MSG_CHECKING([for sun_len in sys/un.h])
AC_EGREP_HEADER(
www.eeworm.com/read/301490/13858377
c erd.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Corpo
www.eeworm.com/read/139291/5805971
m4 config.m4
AC_MSG_CHECKING(for target platform)
case $host in
*beos*)
OS="beos"
OS_DIR=$OS
;;
*pc-os2_emx*)
OS="os2"
OS_DIR=$OS
;;
bs2000*)
OS="unix"
OS_DIR=bs2000 # only the OS_DIR is platform
www.eeworm.com/read/127438/6005894
c sendrecv.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block
www.eeworm.com/read/175592/6341537
c erd.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/158705/11591823
in configure.in
AC_INIT(configure.in)
AM_INIT_AUTOMAKE(jrtplib,3.3.0)
RTP_FILIO="// Don't have "
RTP_SOCKIO="// Don't have "
RTP_ENDIAN="// Little endian system"
RTP_SOCKLENTYPE_UINT="// s
www.eeworm.com/read/157403/11709801
c erd.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/131980/14117768
ac configure.ac
# -*- shell-script -*-
#
# Simple configure.in for gaim-encryption
#
#
# Init autoconf
#
AC_INIT(./encrypt.c)
AC_PREREQ(2.52)
AC_CANONICAL_SYSTEM
#
# Init automake
# The third argument to AM_INIT_A